2023-12-06T06:25:17.848 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T06:25:17.849 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293 --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose -- /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293/orig.config.yaml 2023-12-06T06:25:17.887 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T06:25:17.974 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293 branch: wip-adk-testing-2023-12-05-1905 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7479293' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-12-05-1905 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: 0482646fcf78576d871bc87843257d82edb79541 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0482646fcf78576d871bc87843257d82edb79541 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-12-05-1905 sha1: 0482646fcf78576d871bc87843257d82edb79541 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 2836 sha1: 0482646fcf78576d871bc87843257d82edb79541 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-05-1905 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0482646fcf78576d871bc87843257d82edb79541 targets: smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKdlfQYj+iaVvK/rH1MwOG9Rd42Ki7YWaHU2THUE2fIXDvg44+tR5wIhzLwlMZqTeZiQvb9zL3Jjag9zaN7mm6Y= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCfs9FmC1CCMNmNeGRspCq7z0MAwW9ZoGVsxEamzp51w19gxKYYyr7wSxXpWeC+3nwYBvsSobTNu10yoHWRYC5E= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-06_06:12:16 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-06T06:25:17.974 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa; will attempt to use it 2023-12-06T06:25:17.975 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks 2023-12-06T06:25:17.975 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T06:25:17.977 INFO:teuthology.task.internal:Checking packages... 2023-12-06T06:25:17.999 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0482646fcf78576d871bc87843257d82edb79541' 2023-12-06T06:25:17.999 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T06:25:17.999 INFO:teuthology.packaging:ref: None 2023-12-06T06:25:17.999 INFO:teuthology.packaging:tag: None 2023-12-06T06:25:17.999 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-05-1905 2023-12-06T06:25:17.999 INFO:teuthology.packaging:sha1: 0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:25:18.000 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-12-05-1905 2023-12-06T06:25:18.218 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-26.g0482646f 2023-12-06T06:25:18.219 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T06:25:18.227 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T06:25:18.227 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T06:25:18.238 INFO:teuthology.task.internal:Saving configuration 2023-12-06T06:25:18.255 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T06:25:18.262 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T06:25:18.287 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 06:19:26.970112', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKdlfQYj+iaVvK/rH1MwOG9Rd42Ki7YWaHU2THUE2fIXDvg44+tR5wIhzLwlMZqTeZiQvb9zL3Jjag9zaN7mm6Y='} 2023-12-06T06:25:18.312 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 06:19:26.968732', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCfs9FmC1CCMNmNeGRspCq7z0MAwW9ZoGVsxEamzp51w19gxKYYyr7wSxXpWeC+3nwYBvsSobTNu10yoHWRYC5E='} 2023-12-06T06:25:18.312 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T06:25:18.318 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-06T06:25:18.318 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-06T06:25:18.318 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T06:25:18.391 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7efc218f6a60>, signals=[15]) 2023-12-06T06:25:18.392 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T06:25:18.397 INFO:teuthology.task.internal:Opening connections... 2023-12-06T06:25:18.398 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:25:18.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:25:18.469 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2023-12-06T06:25:18.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:25:18.537 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T06:25:18.545 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2023-12-06T06:25:18.568 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2023-12-06T06:25:18.569 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="CentOS Stream" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="8" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:ID="centos" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="rhel fedora" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="8" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el8" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://centos.org/" 2023-12-06T06:25:18.629 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T06:25:18.630 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T06:25:18.630 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-06T06:25:18.630 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2023-12-06T06:25:18.649 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2023-12-06T06:25:18.671 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2023-12-06T06:25:18.671 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2023-12-06T06:25:18.731 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="CentOS Stream" 2023-12-06T06:25:18.731 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="8" 2023-12-06T06:25:18.731 INFO:teuthology.orchestra.run.smithi154.stdout:ID="centos" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="rhel fedora" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="8" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el8" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://centos.org/" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T06:25:18.732 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-06T06:25:18.732 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2023-12-06T06:25:18.756 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T06:25:18.764 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T06:25:18.771 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T06:25:18.771 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2023-12-06T06:25:18.774 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2023-12-06T06:25:18.794 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T06:25:18.800 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T06:25:18.800 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2023-12-06T06:25:18.836 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2023-12-06T06:25:18.865 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T06:25:18.923 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T06:25:18.939 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T06:25:18.939 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T06:25:18.939 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T06:25:18.940 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T06:25:18.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T06:25:18.961 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-12-06T06:25:18.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T06:25:18.962 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-12-06T06:25:19.021 INFO:teuthology.orchestra.run.smithi116.stdout:4.18.0-489.el8.x86_64 2023-12-06T06:25:19.022 INFO:teuthology.task.kernel:Running kernel on smithi116: 4.18.0-489.el8.x86_64 2023-12-06T06:25:19.022 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2023-12-06T06:25:19.023 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-489.el8.x86_64 2023-12-06T06:25:19.024 INFO:teuthology.task.kernel:Running kernel on smithi154: 4.18.0-489.el8.x86_64 2023-12-06T06:25:19.024 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2023-12-06T06:25:23.054 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - AppStream 24 MB/s | 34 MB 00:01 2023-12-06T06:25:23.060 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 8 - AppStream 23 MB/s | 34 MB 00:01 2023-12-06T06:25:30.944 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 8 - BaseOS 33 MB/s | 55 MB 00:01 2023-12-06T06:25:31.771 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 55 MB 00:02 2023-12-06T06:25:39.335 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 8 - Extras 31 kB/s | 18 kB 00:00 2023-12-06T06:25:40.002 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-12-06T06:25:40.303 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - Extras 25 kB/s | 18 kB 00:00 2023-12-06T06:25:40.337 INFO:teuthology.orchestra.run.smithi116.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-06T06:25:40.829 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-06T06:25:41.198 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-06T06:25:41.290 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-06T06:25:43.106 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 9.1 MB/s | 16 MB 00:01 2023-12-06T06:25:45.121 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 580 kB/s | 24 kB 00:00 2023-12-06T06:25:46.989 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 267 kB/s | 24 kB 00:00 2023-12-06T06:25:48.737 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-06T06:25:48.737 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-06T06:25:49.019 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-12-06T06:25:49.020 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:25:49.020 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2023-12-06T06:25:49.020 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:25:49.020 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-12-06T06:25:49.020 INFO:teuthology.orchestra.run.smithi116.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-06T06:25:49.020 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-12-06T06:25:49.021 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-06T06:25:49.021 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-06T06:25:49.021 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:25:49.021 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-12-06T06:25:49.021 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:25:49.021 INFO:teuthology.orchestra.run.smithi116.stdout:Install 3 Packages 2023-12-06T06:25:49.021 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:25:49.022 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 90 M 2023-12-06T06:25:49.022 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 96 M 2023-12-06T06:25:49.022 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-12-06T06:25:50.672 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-06T06:25:50.672 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-06T06:25:50.956 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-06T06:25:50.956 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:25:50.956 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-12-06T06:25:50.956 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout:Install 3 Packages 2023-12-06T06:25:50.957 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:25:50.958 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 90 M 2023-12-06T06:25:50.958 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 96 M 2023-12-06T06:25:50.958 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-12-06T06:25:51.306 INFO:teuthology.orchestra.run.smithi154.stdout:[MIRROR] kernel-modules-4.18.0-526.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-526.el8.x86_64.rpm (IP: 152.19.134.43) 2023-12-06T06:25:51.315 INFO:teuthology.orchestra.run.smithi154.stdout:[MIRROR] kernel-core-4.18.0-526.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-526.el8.x86_64.rpm (IP: 152.19.134.43) 2023-12-06T06:25:51.338 INFO:teuthology.orchestra.run.smithi116.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 4.9 MB/s | 10 MB 00:02 2023-12-06T06:25:52.557 INFO:teuthology.orchestra.run.smithi154.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 7.4 MB/s | 10 MB 00:01 2023-12-06T06:25:52.589 INFO:teuthology.orchestra.run.smithi116.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-12-06T06:25:53.348 INFO:teuthology.orchestra.run.smithi116.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 8.9 MB/s | 36 MB 00:04 2023-12-06T06:25:53.348 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-12-06T06:25:53.348 INFO:teuthology.orchestra.run.smithi116.stdout:Total 21 MB/s | 90 MB 00:04 2023-12-06T06:25:54.026 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-12-06T06:25:54.467 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-12-06T06:25:54.467 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-12-06T06:25:54.774 INFO:teuthology.orchestra.run.smithi154.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 10 MB/s | 36 MB 00:03 2023-12-06T06:25:55.466 INFO:teuthology.orchestra.run.smithi154.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 10 MB/s | 43 MB 00:04 2023-12-06T06:25:55.466 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-12-06T06:25:55.466 INFO:teuthology.orchestra.run.smithi154.stdout:Total 20 MB/s | 90 MB 00:04 2023-12-06T06:25:55.712 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-12-06T06:25:55.733 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-12-06T06:25:56.148 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-12-06T06:25:56.572 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-12-06T06:25:56.572 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-12-06T06:25:57.815 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-12-06T06:25:57.840 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-12-06T06:25:58.480 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-12-06T06:25:59.049 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T06:26:00.638 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-12-06T06:26:01.171 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T06:26:02.636 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T06:26:03.057 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T06:26:04.695 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T06:26:05.095 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T06:26:06.499 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T06:26:06.762 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:08.525 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T06:26:08.793 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:28.522 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:28.546 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:28.894 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:28.894 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-06T06:26:28.894 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-06T06:26:29.657 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:29.657 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:26:29.658 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-12-06T06:26:29.658 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-06T06:26:29.658 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-06T06:26:29.658 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:26:29.658 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-12-06T06:26:29.785 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T06:26:29.999 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T06:26:30.000 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T06:26:30.000 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-06T06:26:30.000 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T06:26:30.000 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T06:26:30.001 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-06T06:26:30.001 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T06:26:30.001 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T06:26:30.210 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T06:26:30.210 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T06:26:30.210 DEBUG:teuthology.orchestra.run.smithi116:> sudo rpm -qi grub2-tools 2023-12-06T06:26:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:Name : grub2-tools 2023-12-06T06:26:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:Epoch : 1 2023-12-06T06:26:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:Version : 2.02 2023-12-06T06:26:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:Release : 129.el8 2023-12-06T06:26:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: x86_64 2023-12-06T06:26:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-06T06:26:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:Group : System Environment/Base 2023-12-06T06:26:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:Size : 9265586 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:License : GPLv3+ 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Relocations : (not relocatable) 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Packager : CentOS BuildSystem 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Vendor : CentOS 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Summary : Support tools for GRUB. 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Description : 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T06:26:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T06:26:30.246 INFO:teuthology.orchestra.run.smithi116.stdout:hardware devices. 2023-12-06T06:26:30.246 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:26:30.246 INFO:teuthology.orchestra.run.smithi116.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T06:26:30.246 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T06:26:30.247 INFO:teuthology.task.kernel:Updating grub on smithi116 to boot 4.18.0-526.el8.x86_64 2023-12-06T06:26:30.247 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T06:26:30.548 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:30.573 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:30.924 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:30.924 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-06T06:26:30.924 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-06T06:26:31.693 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T06:26:31.693 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:26:31.693 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-12-06T06:26:31.693 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-06T06:26:31.693 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-06T06:26:31.693 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:26:31.693 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-06T06:26:31.847 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2023-12-06T06:26:31.848 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T06:26:32.063 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T06:26:32.063 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T06:26:32.063 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-06T06:26:32.063 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T06:26:32.063 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T06:26:32.063 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-06T06:26:32.063 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi154.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T06:26:32.063 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T06:26:32.273 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T06:26:32.274 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T06:26:32.274 DEBUG:teuthology.orchestra.run.smithi154:> sudo rpm -qi grub2-tools 2023-12-06T06:26:32.307 INFO:teuthology.orchestra.run.smithi154.stdout:Name : grub2-tools 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Epoch : 1 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Version : 2.02 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Release : 129.el8 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: x86_64 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Group : System Environment/Base 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Size : 9265586 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:License : GPLv3+ 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-06T06:26:32.308 INFO:teuthology.orchestra.run.smithi154.stdout:Relocations : (not relocatable) 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:Packager : CentOS BuildSystem 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:Vendor : CentOS 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:Summary : Support tools for GRUB. 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:Description : 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:hardware devices. 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:26:32.309 INFO:teuthology.orchestra.run.smithi154.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T06:26:32.310 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T06:26:32.310 INFO:teuthology.task.kernel:Updating grub on smithi154 to boot 4.18.0-526.el8.x86_64 2023-12-06T06:26:32.310 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T06:26:34.035 INFO:teuthology.orchestra.run.smithi116.stderr:done 2023-12-06T06:26:34.037 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2023-12-06T06:26:34.067 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.zO1YS3il6T 2023-12-06T06:26:34.068 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zO1YS3il6T 2023-12-06T06:26:34.128 INFO:teuthology.orchestra.run.smithi154.stderr:Generating grub configuration file ... 2023-12-06T06:26:34.140 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.zO1YS3il6T 2023-12-06T06:26:34.285 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.zO1YS3il6T is 6KB 2023-12-06T06:26:34.334 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.zO1YS3il6T 2023-12-06T06:26:34.351 DEBUG:teuthology.orchestra.run.smithi116:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T06:26:34.422 INFO:teuthology.orchestra.run.smithi116.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-06T06:26:34.422 INFO:teuthology.orchestra.run.smithi116.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-06T06:26:34.422 INFO:teuthology.orchestra.run.smithi116.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-06T06:26:34.422 INFO:teuthology.orchestra.run.smithi116.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-06T06:26:34.423 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-06T06:26:34.590 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2023-12-06T06:26:36.375 INFO:teuthology.orchestra.run.smithi154.stderr:done 2023-12-06T06:26:36.377 DEBUG:teuthology.orchestra.run.smithi154:> mktemp 2023-12-06T06:26:36.413 INFO:teuthology.orchestra.run.smithi154.stdout:/tmp/tmp.a71rWXCaxc 2023-12-06T06:26:36.413 DEBUG:teuthology.orchestra.run.smithi154:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.a71rWXCaxc 2023-12-06T06:26:36.486 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0666 /tmp/tmp.a71rWXCaxc 2023-12-06T06:26:36.632 DEBUG:teuthology.orchestra.remote:smithi154:/tmp/tmp.a71rWXCaxc is 6KB 2023-12-06T06:26:36.680 DEBUG:teuthology.orchestra.run.smithi154:> rm -fr /tmp/tmp.a71rWXCaxc 2023-12-06T06:26:36.698 DEBUG:teuthology.orchestra.run.smithi154:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T06:26:36.763 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-06T06:26:36.763 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-06T06:26:36.763 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-06T06:26:36.763 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-06T06:26:36.764 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-06T06:26:36.910 DEBUG:teuthology.orchestra.run.smithi154:> sudo shutdown -r now 2023-12-06T06:27:04.621 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-06T06:27:04.621 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T06:27:04.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:27:06.914 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-06T06:27:06.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-06T06:27:06.915 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:27:23.106 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2023-12-06T06:27:25.410 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2023-12-06T06:27:32.114 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T06:27:32.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:27:34.413 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-06T06:27:34.414 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:27:35.174 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2023-12-06T06:27:37.474 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2023-12-06T06:27:47.182 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T06:27:47.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:27:49.475 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-06T06:27:49.476 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:28:05.609 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2023-12-06T06:28:20.622 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T06:28:20.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:28:21.951 DEBUG:teuthology.orchestra.run.smithi116:> true 2023-12-06T06:28:22.787 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T06:28:22.788 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-06T06:28:22.788 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-12-06T06:28:22.807 INFO:teuthology.orchestra.run.smithi116.stdout:4.18.0-526.el8.x86_64 2023-12-06T06:28:22.807 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-06T06:28:22.807 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T06:28:22.807 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-06T06:28:23.808 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T06:28:23.808 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T06:28:23.875 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2023-12-06T06:28:23.887 DEBUG:teuthology.parallel:result is None 2023-12-06T06:28:49.479 DEBUG:teuthology.orchestra.remote:timed out 2023-12-06T06:29:04.480 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-06T06:29:04.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:29:04.756 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-12-06T06:29:05.036 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-06T06:29:05.036 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-06T06:29:05.036 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-12-06T06:29:05.055 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-526.el8.x86_64 2023-12-06T06:29:05.055 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-06T06:29:05.055 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T06:29:05.055 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-06T06:29:06.056 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-06T06:29:06.057 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T06:29:06.135 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2023-12-06T06:29:06.148 DEBUG:teuthology.parallel:result is None 2023-12-06T06:29:06.148 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T06:29:06.155 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T06:29:06.156 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T06:29:06.158 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T06:29:06.179 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T06:29:06.187 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T06:29:06.195 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T06:29:06.195 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T06:29:06.221 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T06:29:06.257 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T06:29:06.264 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T06:29:06.265 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T06:29:06.295 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T06:29:06.331 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T06:29:06.342 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T06:29:06.345 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T06:29:06.357 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T06:29:06.358 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T06:29:06.365 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T06:29:06.366 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T06:29:06.372 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T06:29:06.413 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T06:29:06.424 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T06:29:06.424 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T06:29:06.442 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T06:29:06.473 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T06:29:06.546 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T06:29:06.602 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T06:29:06.689 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T06:29:06.732 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:29:06.732 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T06:29:06.799 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T06:29:06.846 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T06:29:06.911 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T06:29:06.958 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T06:29:07.003 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-06T06:29:07.003 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T06:29:07.073 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2023-12-06T06:29:07.076 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2023-12-06T06:29:07.148 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T06:29:07.177 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T06:29:07.366 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T06:29:07.374 INFO:teuthology.task.internal:Starting timer... 2023-12-06T06:29:07.374 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T06:29:07.385 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T06:29:07.394 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-06T06:29:07.394 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2023-12-06T06:29:07.476 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2023-12-06T06:29:07.478 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2023-12-06T06:29:07.546 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2023-12-06T06:29:07.548 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T06:29:07.548 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2023-12-06T06:29:07.575 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2023-12-06T06:29:07.575 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2023-12-06T06:29:07.597 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2023-12-06T06:29:07.597 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi116.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi154.front.sepia.ceph.com': 'permissive'} 2023-12-06T06:29:07.597 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T06:29:07.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T06:29:07.643 DEBUG:teuthology.orchestra.run.smithi154:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T06:29:07.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T06:29:07.671 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T06:29:07.671 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2023-12-06T06:29:07.710 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2023-12-06T06:29:07.737 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T06:29:07.748 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-06T06:29:07.748 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T06:29:07.770 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-06T06:29:07.771 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi116.front.sepia.ceph.com,smithi154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T06:36:28.339 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com')] 2023-12-06T06:36:28.340 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T06:36:28.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:36:28.411 DEBUG:teuthology.orchestra.run.smithi116:> true 2023-12-06T06:36:28.480 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-06T06:36:28.481 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-06T06:36:28.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:36:28.551 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-12-06T06:36:28.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-06T06:36:28.622 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T06:36:28.636 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T06:36:28.636 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T06:36:28.637 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T06:36:28.639 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T06:36:28.639 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T06:36:28.670 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T06:36:28.684 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T06:36:28.695 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T06:36:28.709 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T06:36:28.749 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2023-12-06T06:36:28.761 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2023-12-06T06:36:28.772 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2023-12-06T06:36:28.775 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T06:36:28.783 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2023-12-06T06:36:28.788 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T06:36:28.797 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T06:36:28.810 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T06:36:28.857 INFO:teuthology.orchestra.run.smithi116.stderr:bash: ntpq: command not found 2023-12-06T06:36:28.861 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T06:36:28.861 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2023-12-06T06:36:28.861 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T06:36:28.861 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T06:36:28.861 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T06:36:28.861 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T06:36:28.876 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-12-06T06:36:28.879 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T06:36:28.880 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-12-06T06:36:28.880 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T06:36:28.880 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T06:36:28.880 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T06:36:28.880 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T06:36:28.881 INFO:teuthology.run_tasks:Running task pexec... 2023-12-06T06:36:28.896 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-06T06:36:28.896 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:36:28.897 DEBUG:teuthology.orchestra.run.smithi116:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T06:36:28.897 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi154.front.sepia.ceph.com 2023-12-06T06:36:28.897 DEBUG:teuthology.orchestra.run.smithi154:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T06:36:29.780 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:34 ago on Wed 06 Dec 2023 06:34:55 AM UTC. 2023-12-06T06:36:29.800 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:33 ago on Wed 06 Dec 2023 06:34:56 AM UTC. 2023-12-06T06:36:31.898 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout:Resetting modules: 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:36:31.899 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:36:31.905 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout:Resetting modules: 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:36:31.906 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:36:32.151 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-12-06T06:36:32.159 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-06T06:36:33.082 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:37 ago on Wed 06 Dec 2023 06:34:55 AM UTC. 2023-12-06T06:36:33.110 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:36 ago on Wed 06 Dec 2023 06:34:56 AM UTC. 2023-12-06T06:36:35.190 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-12-06T06:36:35.223 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-06T06:36:35.374 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:36:35.374 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-12-06T06:36:35.374 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:36:35.374 INFO:teuthology.orchestra.run.smithi116.stdout:Installing group/module packages: 2023-12-06T06:36:35.374 INFO:teuthology.orchestra.run.smithi116.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-06T06:36:35.374 INFO:teuthology.orchestra.run.smithi116.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-06T06:36:35.374 INFO:teuthology.orchestra.run.smithi116.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout:Installing weak dependencies: 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout:Installing module profiles: 2023-12-06T06:36:35.375 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools/common 2023-12-06T06:36:35.376 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:36:35.376 INFO:teuthology.orchestra.run.smithi116.stdout:Enabling module streams: 2023-12-06T06:36:35.376 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools rhel8 2023-12-06T06:36:35.376 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:36:35.376 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-12-06T06:36:35.376 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-12-06T06:36:35.376 INFO:teuthology.orchestra.run.smithi116.stdout:Install 13 Packages 2023-12-06T06:36:35.376 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:36:35.377 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 27 M 2023-12-06T06:36:35.377 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 89 M 2023-12-06T06:36:35.377 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout:Installing group/module packages: 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-06T06:36:35.408 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout:Installing weak dependencies: 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout:Installing module profiles: 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools/common 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout:Enabling module streams: 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools rhel8 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:36:35.409 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-06T06:36:35.410 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-06T06:36:35.410 INFO:teuthology.orchestra.run.smithi154.stdout:Install 13 Packages 2023-12-06T06:36:35.410 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:36:35.410 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 27 M 2023-12-06T06:36:35.410 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 89 M 2023-12-06T06:36:35.410 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-12-06T06:36:35.574 INFO:teuthology.orchestra.run.smithi154.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 7.1 MB/s | 750 kB 00:00 2023-12-06T06:36:35.608 INFO:teuthology.orchestra.run.smithi154.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 7.3 MB/s | 1.0 MB 00:00 2023-12-06T06:36:35.633 INFO:teuthology.orchestra.run.smithi154.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 644 kB/s | 38 kB 00:00 2023-12-06T06:36:35.658 INFO:teuthology.orchestra.run.smithi154.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-12-06T06:36:35.682 INFO:teuthology.orchestra.run.smithi116.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 6.4 MB/s | 750 kB 00:00 2023-12-06T06:36:35.692 INFO:teuthology.orchestra.run.smithi154.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 5.2 MB/s | 178 kB 00:00 2023-12-06T06:36:35.715 INFO:teuthology.orchestra.run.smithi116.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 6.8 MB/s | 1.0 MB 00:00 2023-12-06T06:36:35.717 INFO:teuthology.orchestra.run.smithi154.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 1.0 MB/s | 25 kB 00:00 2023-12-06T06:36:35.732 INFO:teuthology.orchestra.run.smithi116.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 753 kB/s | 38 kB 00:00 2023-12-06T06:36:35.758 INFO:teuthology.orchestra.run.smithi116.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 5.6 MB/s | 241 kB 00:00 2023-12-06T06:36:35.791 INFO:teuthology.orchestra.run.smithi116.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 5.2 MB/s | 178 kB 00:00 2023-12-06T06:36:35.794 INFO:teuthology.orchestra.run.smithi154.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 24 MB/s | 3.9 MB 00:00 2023-12-06T06:36:35.825 INFO:teuthology.orchestra.run.smithi116.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 745 kB/s | 25 kB 00:00 2023-12-06T06:36:35.826 INFO:teuthology.orchestra.run.smithi154.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 863 kB/s | 94 kB 00:00 2023-12-06T06:36:35.875 INFO:teuthology.orchestra.run.smithi116.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 27 MB/s | 3.9 MB 00:00 2023-12-06T06:36:35.901 INFO:teuthology.orchestra.run.smithi116.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-12-06T06:36:35.952 INFO:teuthology.orchestra.run.smithi154.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 20 MB/s | 9.6 MB 00:00 2023-12-06T06:36:36.002 INFO:teuthology.orchestra.run.smithi154.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2023-12-06T06:36:36.010 INFO:teuthology.orchestra.run.smithi116.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 22 MB/s | 9.6 MB 00:00 2023-12-06T06:36:36.019 INFO:teuthology.orchestra.run.smithi154.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 788 kB/s | 53 kB 00:00 2023-12-06T06:36:36.036 INFO:teuthology.orchestra.run.smithi154.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-12-06T06:36:36.043 INFO:teuthology.orchestra.run.smithi116.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.5 MB/s | 53 kB 00:00 2023-12-06T06:36:36.086 INFO:teuthology.orchestra.run.smithi116.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2023-12-06T06:36:36.111 INFO:teuthology.orchestra.run.smithi116.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2023-12-06T06:36:36.144 INFO:teuthology.orchestra.run.smithi154.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 23 MB/s | 8.1 MB 00:00 2023-12-06T06:36:36.145 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-12-06T06:36:36.145 INFO:teuthology.orchestra.run.smithi154.stdout:Total 36 MB/s | 27 MB 00:00 2023-12-06T06:36:36.203 INFO:teuthology.orchestra.run.smithi116.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 25 MB/s | 8.1 MB 00:00 2023-12-06T06:36:36.203 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-12-06T06:36:36.203 INFO:teuthology.orchestra.run.smithi116.stdout:Total 32 MB/s | 27 MB 00:00 2023-12-06T06:36:36.411 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-12-06T06:36:36.432 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-12-06T06:36:36.432 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-12-06T06:36:36.468 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-12-06T06:36:36.488 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-12-06T06:36:36.489 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-12-06T06:36:36.687 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-12-06T06:36:36.690 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-12-06T06:36:36.728 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-12-06T06:36:36.731 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-12-06T06:36:37.358 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-12-06T06:36:37.421 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-12-06T06:36:37.558 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-06T06:36:37.640 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-06T06:36:37.728 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-06T06:36:37.802 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-06T06:36:37.954 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-06T06:36:38.001 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-06T06:36:38.163 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T06:36:38.254 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T06:36:38.686 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-06T06:36:38.814 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-06T06:36:39.669 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T06:36:39.814 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T06:36:39.939 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-06T06:36:40.067 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-06T06:36:40.149 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-06T06:36:40.288 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-06T06:36:40.416 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-06T06:36:40.514 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-06T06:36:40.836 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-06T06:36:40.902 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-06T06:36:41.733 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T06:36:41.808 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T06:36:42.031 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-06T06:36:42.201 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T06:36:42.202 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-06T06:36:42.385 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T06:36:42.615 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T06:36:42.615 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T06:36:42.616 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-06T06:36:42.805 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T06:36:42.805 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T06:36:42.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.455 INFO:teuthology.orchestra.run.smithi116.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.456 INFO:teuthology.orchestra.run.smithi116.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-06T06:36:43.456 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T06:36:43.456 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T06:36:43.456 INFO:teuthology.orchestra.run.smithi116.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.456 INFO:teuthology.orchestra.run.smithi116.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.456 INFO:teuthology.orchestra.run.smithi116.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-06T06:36:43.456 INFO:teuthology.orchestra.run.smithi116.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-06T06:36:43.456 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:36:43.457 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-06T06:36:43.641 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T06:36:43.642 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T06:36:43.642 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.642 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-06T06:36:43.642 INFO:teuthology.orchestra.run.smithi154.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-06T06:36:43.642 INFO:teuthology.orchestra.run.smithi154.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-06T06:36:43.642 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:36:43.642 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-06T06:36:43.741 DEBUG:teuthology.parallel:result is None 2023-12-06T06:36:43.911 DEBUG:teuthology.parallel:result is None 2023-12-06T06:36:43.911 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T06:36:43.993 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': '0482646fcf78576d871bc87843257d82edb79541'} 2023-12-06T06:36:43.994 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-06T06:36:43.994 INFO:tasks.cephadm:Cluster fsid is d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:36:43.994 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T06:36:43.994 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-06T06:36:43.994 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi116': '172.21.15.116', 'mon.smithi154': '172.21.15.154'} 2023-12-06T06:36:43.994 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T06:36:43.995 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2023-12-06T06:36:44.022 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2023-12-06T06:36:44.051 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-06T06:36:44.051 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T06:36:44.316 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 6 06:36 /home/ubuntu/cephtest/cephadm 2023-12-06T06:36:44.316 DEBUG:teuthology.orchestra.run.smithi154:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T06:36:44.446 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 6 06:36 /home/ubuntu/cephtest/cephadm 2023-12-06T06:36:44.446 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T06:36:44.466 DEBUG:teuthology.orchestra.run.smithi154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T06:36:44.497 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-06T06:36:44.498 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T06:36:44.511 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T06:36:46.322 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T06:36:46.323 INFO:teuthology.orchestra.run.smithi154.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T06:37:00.750 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:37:00.750 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T06:37:00.750 INFO:teuthology.orchestra.run.smithi116.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T06:37:00.750 INFO:teuthology.orchestra.run.smithi116.stdout: "repo_digests": [ 2023-12-06T06:37:00.750 INFO:teuthology.orchestra.run.smithi116.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-06T06:37:00.750 INFO:teuthology.orchestra.run.smithi116.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-06T06:37:00.750 INFO:teuthology.orchestra.run.smithi116.stdout: ] 2023-12-06T06:37:00.750 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:37:00.951 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-06T06:37:00.952 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T06:37:00.952 INFO:teuthology.orchestra.run.smithi154.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T06:37:00.952 INFO:teuthology.orchestra.run.smithi154.stdout: "repo_digests": [ 2023-12-06T06:37:00.952 INFO:teuthology.orchestra.run.smithi154.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-06T06:37:00.952 INFO:teuthology.orchestra.run.smithi154.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-06T06:37:00.952 INFO:teuthology.orchestra.run.smithi154.stdout: ] 2023-12-06T06:37:00.952 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-06T06:37:00.970 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2023-12-06T06:37:01.000 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /etc/ceph 2023-12-06T06:37:01.030 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2023-12-06T06:37:01.066 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 777 /etc/ceph 2023-12-06T06:37:01.097 INFO:tasks.cephadm:Writing seed config... 2023-12-06T06:37:01.098 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T06:37:01.099 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T06:37:01.099 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T06:37:01.099 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T06:37:01.099 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T06:37:01.099 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T06:37:01.099 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T06:37:01.099 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-06T06:37:01.100 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:37:01.100 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T06:37:01.124 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 = d2584ba4-9401-11ee-95a2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-06T06:37:01.124 DEBUG:teuthology.orchestra.run.smithi116:mon.smithi116> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi116.service 2023-12-06T06:37:01.166 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T06:37:01.166 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid d2584ba4-9401-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.116 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:37:01.192 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:-- Logs begin at Wed 2023-12-06 06:27:59 UTC. -- 2023-12-06T06:37:01.358 INFO:teuthology.orchestra.run.smithi116.stderr:-------------------------------------------------------------------------------- 2023-12-06T06:37:01.358 INFO:teuthology.orchestra.run.smithi116.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'd2584ba4-9401-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.116', '--skip-admin-label'] 2023-12-06T06:37:01.379 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: 4.6.1 2023-12-06T06:37:01.389 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying podman|docker is present... 2023-12-06T06:37:01.408 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: 4.6.1 2023-12-06T06:37:01.417 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying lvm2 is present... 2023-12-06T06:37:01.417 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying time synchronization is in place... 2023-12-06T06:37:01.423 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T06:37:01.429 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T06:37:01.435 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2023-12-06T06:37:01.440 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2023-12-06T06:37:01.441 INFO:teuthology.orchestra.run.smithi116.stderr:Unit chronyd.service is enabled and running 2023-12-06T06:37:01.441 INFO:teuthology.orchestra.run.smithi116.stderr:Repeating the final host check... 2023-12-06T06:37:01.460 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: 4.6.1 2023-12-06T06:37:01.469 INFO:teuthology.orchestra.run.smithi116.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-06T06:37:01.469 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl is present 2023-12-06T06:37:01.469 INFO:teuthology.orchestra.run.smithi116.stderr:lvcreate is present 2023-12-06T06:37:01.475 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T06:37:01.480 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T06:37:01.486 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2023-12-06T06:37:01.493 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2023-12-06T06:37:01.493 INFO:teuthology.orchestra.run.smithi116.stderr:Unit chronyd.service is enabled and running 2023-12-06T06:37:01.493 INFO:teuthology.orchestra.run.smithi116.stderr:Host looks OK 2023-12-06T06:37:01.493 INFO:teuthology.orchestra.run.smithi116.stderr:Cluster fsid: d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:01.493 INFO:teuthology.orchestra.run.smithi116.stderr:Acquiring lock 140156972748928 on /run/cephadm/d2584ba4-9401-11ee-95a2-87774f69a715.lock 2023-12-06T06:37:01.493 INFO:teuthology.orchestra.run.smithi116.stderr:Lock 140156972748928 acquired on /run/cephadm/d2584ba4-9401-11ee-95a2-87774f69a715.lock 2023-12-06T06:37:01.493 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 3300 ... 2023-12-06T06:37:01.493 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 6789 ... 2023-12-06T06:37:01.494 INFO:teuthology.orchestra.run.smithi116.stderr:Base mon IP is 172.21.15.116, final addrv is [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2023-12-06T06:37:01.495 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.116 metric 100 2023-12-06T06:37:01.495 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 metric 100 2023-12-06T06:37:01.498 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T06:37:01.498 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-06T06:37:01.498 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-12-06T06:37:01.501 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T06:37:01.501 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-06T06:37:01.501 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T06:37:01.501 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-06T06:37:01.501 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:3f67/64 scope link 2023-12-06T06:37:01.501 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T06:37:01.501 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.0.0/20` 2023-12-06T06:37:01.502 INFO:teuthology.orchestra.run.smithi116.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T06:37:01.502 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T06:37:01.579 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-06T06:37:02.150 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Getting image source signatures 2023-12-06T06:37:02.150 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-06T06:37:02.150 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-06T06:37:02.150 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-06T06:37:02.150 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-06T06:37:02.150 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-06T06:37:02.150 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-06T06:37:02.243 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Writing manifest to image destination 2023-12-06T06:37:02.395 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-06T06:37:02.744 INFO:teuthology.orchestra.run.smithi116.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T06:37:03.095 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T06:37:03.095 INFO:teuthology.orchestra.run.smithi116.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T06:37:03.358 INFO:teuthology.orchestra.run.smithi116.stderr:stat: 167 167 2023-12-06T06:37:03.690 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial keys... 2023-12-06T06:37:03.941 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQCPFnBlz6tLNxAAWJYXhGP98L3McSTmf451sg== 2023-12-06T06:37:04.574 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQCQFnBlG1dbIRAAnvyprtS2siZHLk+haLLtUw== 2023-12-06T06:37:05.177 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQCRFnBlQn1WCRAAhSV7M67YjuioComSDCk4+Q== 2023-12-06T06:37:05.503 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial monmap... 2023-12-06T06:37:05.771 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T06:37:05.771 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-06T06:37:05.771 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:05.772 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T06:37:06.138 INFO:teuthology.orchestra.run.smithi116.stderr:monmaptool for smithi116 [v2:172.21.15.116:3300,v1:172.21.15.116:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T06:37:06.138 INFO:teuthology.orchestra.run.smithi116.stderr:setting min_mon_release = octopus 2023-12-06T06:37:06.138 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: set fsid to d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:06.138 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T06:37:06.138 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:37:06.138 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mon... 2023-12-06T06:37:06.793 INFO:teuthology.orchestra.run.smithi116.stderr:create mon.smithi116 on 2023-12-06T06:37:06.894 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-06T06:37:06.989 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d2584ba4-9401-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-d2584ba4-9401-11ee-95a2-87774f69a715.target. 2023-12-06T06:37:06.989 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d2584ba4-9401-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-d2584ba4-9401-11ee-95a2-87774f69a715.target. 2023-12-06T06:37:07.186 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi116.service: Unit ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi116.service not loaded. 2023-12-06T06:37:07.192 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d2584ba4-9401-11ee-95a2-87774f69a715.target.wants/ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi116.service → /etc/systemd/system/ceph-d2584ba4-9401-11ee-95a2-87774f69a715@.service. 2023-12-06T06:37:07.636 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: disabled 2023-12-06T06:37:07.643 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T06:37:07.644 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld.service is not enabled 2023-12-06T06:37:07.644 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T06:37:07.645 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon to start... 2023-12-06T06:37:07.645 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon... 2023-12-06T06:37:08.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:07 smithi116 ceph-mon[107257]: mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2023-12-06T06:37:08.161 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: cluster: 2023-12-06T06:37:08.161 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: id: d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:08.161 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T06:37:08.161 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: services: 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi116 (age 0.519848s) 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: data: 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pgs: 2023-12-06T06:37:08.162 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:08.509 INFO:teuthology.orchestra.run.smithi116.stderr:mon is available 2023-12-06T06:37:08.509 INFO:teuthology.orchestra.run.smithi116.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T06:37:08.942 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2023-12-06T06:37:08.943 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T06:37:08.944 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T06:37:08.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:08 smithi116 ceph-mon[107257]: mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2023-12-06T06:37:08.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:08 smithi116 ceph-mon[107257]: monmap e1: 1 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} 2023-12-06T06:37:08.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:08 smithi116 ceph-mon[107257]: fsmap 2023-12-06T06:37:08.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:08 smithi116 ceph-mon[107257]: osdmap e1: 0 total, 0 up, 0 in 2023-12-06T06:37:08.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:08 smithi116 ceph-mon[107257]: mgrmap e1: no daemons active 2023-12-06T06:37:08.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:08 smithi116 ceph-mon[107257]: from='client.? 172.21.15.116:0/1690270980' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T06:37:09.292 INFO:teuthology.orchestra.run.smithi116.stderr:Generating new minimal ceph.conf... 2023-12-06T06:37:09.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:09 smithi116 ceph-mon[107257]: from='client.? 172.21.15.116:0/1028217328' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T06:37:09.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:09 smithi116 ceph-mon[107257]: from='client.? 172.21.15.116:0/1028217328' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T06:37:10.109 INFO:teuthology.orchestra.run.smithi116.stderr:Restarting the monitor... 2023-12-06T06:37:10.558 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:37:10.558 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 bash[107559]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon.smithi116" found: no such container 2023-12-06T06:37:10.558 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi116[107234]: 2023-12-06T06:37:10.206+0000 7fd6eb1bd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:37:10.559 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi116[107234]: 2023-12-06T06:37:10.206+0000 7fd6eb1bd700 -1 mon.smithi116@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T06:37:10.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 bash[107571]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi116 2023-12-06T06:37:10.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 bash[107608]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon.smithi116" found: no such container 2023-12-06T06:37:10.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 systemd[1]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi116.service: Succeeded. 2023-12-06T06:37:10.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 systemd[1]: Stopped Ceph mon.smithi116 for d2584ba4-9401-11ee-95a2-87774f69a715. 2023-12-06T06:37:10.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:10 smithi116 systemd[1]: Starting Ceph mon.smithi116 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:37:11.076 INFO:teuthology.orchestra.run.smithi116.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: set uid:gid to 167:167 (ceph:ceph) 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: pidfile_write: ignore empty --pid-file 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: load: jerasure load: lrc 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: RocksDB version: 6.15.5 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Compile date Apr 18 2022 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: DB SUMMARY 2023-12-06T06:37:11.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: DB Session ID: Z6Y4DVMWXKQLXMLWLG93 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: CURRENT file: CURRENT 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: IDENTITY file: IDENTITY 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi116/store.db dir, Total Num: 1, files: 000008.sst 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi116/store.db: 000010.log size: 80791 ; 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.error_if_exists: 0 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.create_if_missing: 0 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.paranoid_checks: 1 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.env: 0x558146eab860 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.fs: Posix File System 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.info_log: 0x558148e51fa0 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_file_opening_threads: 16 2023-12-06T06:37:11.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.statistics: (nil) 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.use_fsync: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_log_file_size: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.keep_log_file_num: 1000 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.recycle_log_file_num: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.allow_fallocate: 1 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.allow_mmap_reads: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.allow_mmap_writes: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.use_direct_reads: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.create_missing_column_families: 0 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.db_log_dir: 2023-12-06T06:37:11.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi116/store.db 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.advise_random_on_open: 1 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.db_write_buffer_size: 0 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.write_buffer_manager: 0x558148f422d0 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T06:37:11.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 bash[107674]: da1f38ce0821b916da32adbec7a24dd387a4a0cfe22e74c6e166ff3d96f6d86c 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.rate_limiter: (nil) 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.wal_recovery_mode: 2 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.enable_thread_tracking: 0 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.enable_pipelined_write: 0 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.unordered_write: 0 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.row_cache: None 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.wal_filter: None 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T06:37:11.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.allow_ingest_behind: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.preserve_deletes: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.two_write_queues: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.manual_wal_flush: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.atomic_flush: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.log_readahead_size: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.best_efforts_recovery: 0 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T06:37:11.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.allow_data_in_errors: 0 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.db_host_id: __hostname__ 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_background_jobs: 2 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_background_compactions: -1 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_subcompactions: 1 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_total_wal_size: 0 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T06:37:11.363 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_open_files: -1 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bytes_per_sync: 0 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_readahead_size: 0 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_background_flushes: -1 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Compression algorithms supported: 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: kZSTD supported: 0 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: kXpressCompression supported: 0 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: kLZ4HCCompression supported: 1 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: kLZ4Compression supported: 1 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: kBZip2Compression supported: 0 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: kZlibCompression supported: 1 2023-12-06T06:37:11.364 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: kSnappyCompression supported: 1 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000009 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.merge_operator: 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_filter: None 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_filter_factory: None 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.sst_partitioner_factory: None 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558148e1dd00) 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: cache_index_and_filter_blocks: 1 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T06:37:11.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: pin_top_level_index_and_filter: 1 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: index_type: 0 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: data_block_index_type: 0 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: index_shortening: 1 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: hash_index_allow_collision: 1 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: checksum: 1 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: no_block_cache: 0 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: block_cache: 0x558148e88170 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: block_cache_name: BinnedLRUCache 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: block_cache_options: 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: capacity : 536870912 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: num_shard_bits : 4 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: strict_capacity_limit : 0 2023-12-06T06:37:11.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: high_pri_pool_ratio: 0.000 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: block_cache_compressed: (nil) 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: persistent_cache: (nil) 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: block_size: 4096 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: block_size_deviation: 10 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: block_restart_interval: 16 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: index_block_restart_interval: 1 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: metadata_block_size: 4096 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: partition_filters: 0 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: use_delta_encoding: 1 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: whole_key_filtering: 1 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: verify_compression: 0 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: read_amp_bytes_per_bit: 0 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: format_version: 4 2023-12-06T06:37:11.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: enable_index_compression: 1 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: block_align: 0 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.write_buffer_size: 33554432 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_write_buffer_number: 2 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compression: NoCompression 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bottommost_compression: Disabled 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.prefix_extractor: nullptr 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.num_levels: 7 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T06:37:11.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T06:37:11.369 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T06:37:11.369 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:37:11.369 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T06:37:11.369 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compression_opts.level: 32767 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compression_opts.strategy: 0 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compression_opts.enabled: false 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T06:37:11.370 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.target_file_size_base: 67108864 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T06:37:11.371 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.arena_block_size: 4194304 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.disable_auto_compactions: 0 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T06:37:11.372 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.table_properties_collectors: 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.inplace_update_support: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.bloom_locality: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.max_successive_merges: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.paranoid_file_checks: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.force_consistency_checks: 1 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.report_bg_io_stats: 0 2023-12-06T06:37:11.373 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.ttl: 2592000 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.enable_blob_files: false 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.min_blob_size: 0 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.blob_file_size: 268435456 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701844631072644, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-06T06:37:11.374 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701844631073320, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77649, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75907, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70363, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701844631, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "aaa56266-10f4-482a-a3f4-4e054df185c9", "db_session_id": "Z6Y4DVMWXKQLXMLWLG93"}} 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701844631073685, "job": 1, "event": "recovery_finished"} 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi116/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 systemd[1]: Started Ceph mon.smithi116 for d2584ba4-9401-11ee-95a2-87774f69a715. 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x558148e6ea80 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: DB pointer 0x558148e7e000 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ** DB Stats ** 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T06:37:11.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ** Compaction Stats [default] ** 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 165.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 165.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.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 165.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ** Compaction Stats [default] ** 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:37:11.376 INFO:journalctl@ceph.mon.smithi116.smithi116.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 165.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Cumulative compaction: 0.00 GB write, 24.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Interval compaction: 0.00 GB write, 24.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ** Compaction Stats [default] ** 2023-12-06T06:37:11.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 165.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 165.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ** Compaction Stats [default] ** 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.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 165.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:37:11.378 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Cumulative compaction: 0.00 GB write, 24.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: starting mon.smithi116 rank 0 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi116 fsid d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116@-1(???) e1 preinit fsid d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116@-1(???).mds e1 new map 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116@-1(???).mds e1 print_map 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: e1 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T06:37:11.379 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: legacy client fscid: -1 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout: No filesystems configured 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta expand map: {default=false} 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta from 'false' to 'false' 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta expanded map: {default=false} 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta expand map: {default=info} 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta from 'info' to 'info' 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta expanded map: {default=info} 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta expand map: {default=daemon} 2023-12-06T06:37:11.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta expanded map: {default=daemon} 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta expand map: {default=debug} 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta from 'debug' to 'debug' 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: expand_channel_meta expanded map: {default=debug} 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: monmap e1: 1 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: fsmap 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: osdmap e1: 0 total, 0 up, 0 in 2023-12-06T06:37:11.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:11 smithi116 ceph-mon[107711]: mgrmap e1: no daemons active 2023-12-06T06:37:11.909 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T06:37:11.910 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:37:11.910 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mgr... 2023-12-06T06:37:11.910 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying port 9283 ... 2023-12-06T06:37:12.041 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mgr.smithi116.wqyusj.service: Unit ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mgr.smithi116.wqyusj.service not loaded. 2023-12-06T06:37:12.047 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d2584ba4-9401-11ee-95a2-87774f69a715.target.wants/ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mgr.smithi116.wqyusj.service → /etc/systemd/system/ceph-d2584ba4-9401-11ee-95a2-87774f69a715@.service. 2023-12-06T06:37:12.510 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: disabled 2023-12-06T06:37:12.518 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T06:37:12.518 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld.service is not enabled 2023-12-06T06:37:12.518 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T06:37:12.526 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: disabled 2023-12-06T06:37:12.535 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T06:37:12.536 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld.service is not enabled 2023-12-06T06:37:12.536 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T06:37:12.536 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr to start... 2023-12-06T06:37:12.536 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr... 2023-12-06T06:37:12.762 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:12 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1793108542' entity='client.admin' 2023-12-06T06:37:13.075 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "d2584ba4-9401-11ee-95a2-87774f69a715", 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2023-12-06T06:37:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T06:37:13.077 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:13.078 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:13.079 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-12-06T06:37:07.640855+0000", 2023-12-06T06:37:13.080 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:37:13.080 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:13.080 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T06:37:13.080 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T06:37:13.372 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (1/15)... 2023-12-06T06:37:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:13 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2675482803' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T06:37:15.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:15.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T06:37:15.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "d2584ba4-9401-11ee-95a2-87774f69a715", 2023-12-06T06:37:15.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-12-06T06:37:15.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2023-12-06T06:37:15.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:15.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-06T06:37:15.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T06:37:15.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:15.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T06:37:15.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T06:37:15.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:15.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T06:37:15.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:15.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T06:37:15.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T06:37:15.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T06:37:15.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T06:37:15.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T06:37:15.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T06:37:15.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:15.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T06:37:15.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T06:37:15.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T06:37:15.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T06:37:15.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T06:37:15.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T06:37:15.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T06:37:15.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T06:37:15.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T06:37:15.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:15.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T06:37:15.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:15.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-12-06T06:37:15.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-12-06T06:37:07.640855+0000", 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T06:37:15.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T06:37:15.990 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:15 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3413484265' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T06:37:16.175 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (2/15)... 2023-12-06T06:37:18.615 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:18.615 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T06:37:18.615 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "d2584ba4-9401-11ee-95a2-87774f69a715", 2023-12-06T06:37:18.615 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-12-06T06:37:18.615 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T06:37:18.615 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T06:37:18.615 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:18.616 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T06:37:18.617 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T06:37:18.618 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:18.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T06:37:18.620 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:18.620 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-12-06T06:37:07.640855+0000", 2023-12-06T06:37:18.620 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:37:18.620 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:18.620 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T06:37:18.620 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: Activating manager daemon smithi116.wqyusj 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: mgrmap e2: smithi116.wqyusj(active, starting, since 0.00290326s) 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr metadata", "who": "smithi116.wqyusj", "id": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: Manager daemon smithi116.wqyusj is now available 2023-12-06T06:37:18.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:37:18.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:37:18.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:18.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:18.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:18 smithi116 ceph-mon[107711]: from='mgr.14100 172.21.15.116:0/1798356111' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:18.949 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (3/15)... 2023-12-06T06:37:19.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:19 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/4152163769' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T06:37:19.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:19 smithi116 ceph-mon[107711]: mgrmap e3: smithi116.wqyusj(active, since 1.00614s) 2023-12-06T06:37:21.587 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:21.587 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T06:37:21.587 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "d2584ba4-9401-11ee-95a2-87774f69a715", 2023-12-06T06:37:21.587 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-12-06T06:37:21.587 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T06:37:21.587 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T06:37:21.587 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:21.588 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T06:37:21.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:21.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T06:37:21.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T06:37:21.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T06:37:21.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T06:37:21.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T06:37:21.589 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T06:37:21.592 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:21.592 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T06:37:21.592 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T06:37:21.592 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T06:37:21.593 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-12-06T06:37:07.640855+0000", 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T06:37:21.594 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T06:37:21.850 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:21 smithi116 ceph-mon[107711]: mgrmap e4: smithi116.wqyusj(active, since 2s) 2023-12-06T06:37:21.924 INFO:teuthology.orchestra.run.smithi116.stderr:mgr is available 2023-12-06T06:37:22.437 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:22.437 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2023-12-06T06:37:22.437 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:22.437 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T06:37:22.437 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T06:37:22.438 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T06:37:22.782 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling cephadm module... 2023-12-06T06:37:22.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:22 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2252329315' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T06:37:22.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:22 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2996319563' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T06:37:24.336 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:24 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/4277571573' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T06:37:25.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:25 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/4277571573' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T06:37:25.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:25 smithi116 ceph-mon[107711]: mgrmap e5: smithi116.wqyusj(active, since 5s) 2023-12-06T06:37:27.073 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T06:37:27.073 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T06:37:27.074 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-12-06T06:37:27.074 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "smithi116.wqyusj", 2023-12-06T06:37:27.074 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T06:37:27.074 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T06:37:27.178 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:27 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3592033446' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T06:37:28.631 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2023-12-06T06:37:28.631 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 5... 2023-12-06T06:37:31.139 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T06:37:31.139 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T06:37:31.139 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T06:37:31.139 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T06:37:31.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: Active manager daemon smithi116.wqyusj restarted 2023-12-06T06:37:31.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: Activating manager daemon smithi116.wqyusj 2023-12-06T06:37:31.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: osdmap e2: 0 total, 0 up, 0 in 2023-12-06T06:37:31.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: mgrmap e6: smithi116.wqyusj(active, starting, since 0.052896s) 2023-12-06T06:37:31.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:37:31.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr metadata", "who": "smithi116.wqyusj", "id": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:37:31.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: Manager daemon smithi116.wqyusj is now available 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:37:31.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:31 smithi116 ceph-mon[107711]: [06/Dec/2023:06:37:30] ENGINE Bus STARTING 2023-12-06T06:37:32.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:32 smithi116 ceph-mon[107711]: [06/Dec/2023:06:37:31] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T06:37:32.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:32 smithi116 ceph-mon[107711]: [06/Dec/2023:06:37:31] ENGINE Bus STARTED 2023-12-06T06:37:32.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:32 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:32.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:32 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:37:32.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:32 smithi116 ceph-mon[107711]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T06:37:32.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:32 smithi116 ceph-mon[107711]: mgrmap e7: smithi116.wqyusj(active, since 1.05492s) 2023-12-06T06:37:32.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:32 smithi116 ceph-mon[107711]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T06:37:32.701 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 5 is available 2023-12-06T06:37:32.701 INFO:teuthology.orchestra.run.smithi116.stderr:Setting orchestrator backend to cephadm... 2023-12-06T06:37:33.439 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:33 smithi116 ceph-mon[107711]: mgrmap e8: smithi116.wqyusj(active, since 2s) 2023-12-06T06:37:35.024 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: value unchanged 2023-12-06T06:37:35.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:35 smithi116 ceph-mon[107711]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:35.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:35 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:35.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:35 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:37:35.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:35 smithi116 ceph-mon[107711]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:35.364 INFO:teuthology.orchestra.run.smithi116.stderr:Generating ssh key... 2023-12-06T06:37:36.874 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+aDo4qB+3xnx5Gwttiuu+Iy+7hqDrSazCAifuwzCQgDYvYiltGbzRSXHD9xtPCm2co9cPENJSeyfSZkG4RL8LSad6DmcFhrO8RO4g9VGic1EPyw2Vbd9VlsW2AY3s+rwIULcpEXUvscqJbiVIC2v2hTi1Oem7dED+gkLUKSZMOPCRwo6BVcZxi+iUpHsxQ82AG0yYu6J5pyuB2yemaNKACXHKE2UgLNiVOD1gwlXWVAzZL+XH5x4JQt//LfYDH9PR6ERvJPGGZ3kw5lWpmQRQtPYLESFs5JVwxXj79rz71N1Owy9+NvH1WFo4aNiX9m2SMmSSjgcMiOBmDMu+6Dx2ZwqbplGmUd0q/xevmbOB7j6H7u4yGj4jQhvmpovJkNaKs4iKsx4kQzEoCXP3bfPvQc6t5oc2qrn52HaOAE4ctwM8akPdw8hQZAZ9VxPKRiM59vc/iBkhF5vVde0QP+gP4EUl9hNmYCv8hmANqF92AZgOVGji5/Lsw18j60L6POM= ceph-d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:37:37.222 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T06:37:37.222 INFO:teuthology.orchestra.run.smithi116.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T06:37:37.222 INFO:teuthology.orchestra.run.smithi116.stderr:Adding host smithi116... 2023-12-06T06:37:37.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:37 smithi116 ceph-mon[107711]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:37.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:37 smithi116 ceph-mon[107711]: Generating ssh key... 2023-12-06T06:37:37.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:37 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:37.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:37 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:38.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:38 smithi116 ceph-mon[107711]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:38.548 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Added host 'smithi116' with addr '172.21.15.116' 2023-12-06T06:37:38.846 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying mon service with default placement... 2023-12-06T06:37:39.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:39 smithi116 ceph-mon[107711]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "addr": "172.21.15.116", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:39.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:39 smithi116 ceph-mon[107711]: Deploying cephadm binary to smithi116 2023-12-06T06:37:39.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:39 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:39.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:39 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:37:39.391 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T06:37:39.757 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying mgr service with default placement... 2023-12-06T06:37:40.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T06:37:40.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:40 smithi116 ceph-mon[107711]: Added host smithi116 2023-12-06T06:37:40.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:40 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:40.805 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying crash service with default placement... 2023-12-06T06:37:41.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:41 smithi116 ceph-mon[107711]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:41.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:41 smithi116 ceph-mon[107711]: Saving service mon spec with placement count:5 2023-12-06T06:37:41.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:41 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:41.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:41 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:41.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:41 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:41.371 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-06T06:37:41.771 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying prometheus service with default placement... 2023-12-06T06:37:42.337 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:42 smithi116 ceph-mon[107711]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:42.337 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:42 smithi116 ceph-mon[107711]: Saving service mgr spec with placement count:2 2023-12-06T06:37:42.338 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:42 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:42.338 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:42 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:42.379 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-06T06:37:42.745 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying grafana service with default placement... 2023-12-06T06:37:43.308 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-06T06:37:43.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:43 smithi116 ceph-mon[107711]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:43.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:43 smithi116 ceph-mon[107711]: Saving service crash spec with placement * 2023-12-06T06:37:43.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:43 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:43.329 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:43 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:43.770 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying node-exporter service with default placement... 2023-12-06T06:37:44.349 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-06T06:37:44.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:44 smithi116 ceph-mon[107711]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:44.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:44 smithi116 ceph-mon[107711]: Saving service prometheus spec with placement count:1 2023-12-06T06:37:44.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:44 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:44.695 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying alertmanager service with default placement... 2023-12-06T06:37:45.110 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:45 smithi116 ceph-mon[107711]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:45.110 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:45 smithi116 ceph-mon[107711]: Saving service grafana spec with placement count:1 2023-12-06T06:37:45.110 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:45 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:45.225 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-06T06:37:46.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:46 smithi116 ceph-mon[107711]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:46.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:46 smithi116 ceph-mon[107711]: Saving service node-exporter spec with placement * 2023-12-06T06:37:46.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:46 smithi116 ceph-mon[107711]: from='mgr.14120 172.21.15.116:0/1215835008' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:47.345 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling the dashboard module... 2023-12-06T06:37:47.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:47 smithi116 ceph-mon[107711]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:47.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:47 smithi116 ceph-mon[107711]: Saving service alertmanager spec with placement count:1 2023-12-06T06:37:47.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:47 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2684791971' entity='client.admin' 2023-12-06T06:37:47.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:47 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1017183979' entity='client.admin' 2023-12-06T06:37:48.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:48 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2375684073' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T06:37:48.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T06:37:48.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T06:37:48.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-12-06T06:37:48.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "smithi116.wqyusj", 2023-12-06T06:37:48.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T06:37:48.951 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T06:37:49.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:49 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2375684073' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T06:37:49.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:49 smithi116 ceph-mon[107711]: mgrmap e9: smithi116.wqyusj(active, since 17s) 2023-12-06T06:37:49.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:49 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3912414112' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T06:37:49.603 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2023-12-06T06:37:49.604 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 9... 2023-12-06T06:37:55.117 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-12-06T06:37:55.117 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T06:37:55.117 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T06:37:55.117 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-12-06T06:37:55.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: Active manager daemon smithi116.wqyusj restarted 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: Activating manager daemon smithi116.wqyusj 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: osdmap e3: 0 total, 0 up, 0 in 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: mgrmap e10: smithi116.wqyusj(active, starting, since 0.0553722s) 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr metadata", "who": "smithi116.wqyusj", "id": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: Manager daemon smithi116.wqyusj is now available 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:37:55.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:37:55.279 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:55 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:37:55.469 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 9 is available 2023-12-06T06:37:55.469 INFO:teuthology.orchestra.run.smithi116.stderr:Generating a dashboard self-signed certificate... 2023-12-06T06:37:56.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:56 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:56.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:56 smithi116 ceph-mon[107711]: mgrmap e11: smithi116.wqyusj(active, since 1.0578s) 2023-12-06T06:37:56.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:56 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:56.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:56 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:56.202 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T06:37:56.551 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial admin user... 2023-12-06T06:37:57.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:57 smithi116 ceph-mon[107711]: [06/Dec/2023:06:37:55] ENGINE Bus STARTING 2023-12-06T06:37:57.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:57 smithi116 ceph-mon[107711]: [06/Dec/2023:06:37:55] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T06:37:57.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:57 smithi116 ceph-mon[107711]: [06/Dec/2023:06:37:55] ENGINE Bus STARTED 2023-12-06T06:37:57.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:57 smithi116 ceph-mon[107711]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:57.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:57 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:57.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:57 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:57.552 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$q.EKAa.V5DV//dCxlKDJL.4Ffkb5tOJ/mDm.fyUjw9VTIIND08Vnu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701844677, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T06:37:57.893 INFO:teuthology.orchestra.run.smithi116.stderr:Fetching dashboard port number... 2023-12-06T06:37:58.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:58 smithi116 ceph-mon[107711]: mgrmap e12: smithi116.wqyusj(active, since 3s) 2023-12-06T06:37:58.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:58 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:37:58.382 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 8443 2023-12-06T06:37:58.744 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: disabled 2023-12-06T06:37:58.751 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-12-06T06:37:58.751 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld.service is not enabled 2023-12-06T06:37:58.751 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T06:37:58.753 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph Dashboard is now available at: 2023-12-06T06:37:58.753 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:37:58.754 INFO:teuthology.orchestra.run.smithi116.stderr: URL: https://smithi116.front.sepia.ceph.com:8443/ 2023-12-06T06:37:58.754 INFO:teuthology.orchestra.run.smithi116.stderr: User: admin 2023-12-06T06:37:58.754 INFO:teuthology.orchestra.run.smithi116.stderr: Password: 9otupevgvz 2023-12-06T06:37:58.754 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:37:58.754 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling autotune for osd_memory_target 2023-12-06T06:37:59.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:59 smithi116 ceph-mon[107711]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:37:59.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:37:59 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/4045551508' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T06:38:00.394 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T06:38:00.743 INFO:teuthology.orchestra.run.smithi116.stderr:You can access the Ceph CLI with: 2023-12-06T06:38:00.743 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:38:00.743 INFO:teuthology.orchestra.run.smithi116.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:38:00.743 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:38:00.743 INFO:teuthology.orchestra.run.smithi116.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T06:38:00.744 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:38:00.744 INFO:teuthology.orchestra.run.smithi116.stderr: ceph telemetry on 2023-12-06T06:38:00.744 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:38:00.744 INFO:teuthology.orchestra.run.smithi116.stderr:For more information see: 2023-12-06T06:38:00.744 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:38:00.744 INFO:teuthology.orchestra.run.smithi116.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-06T06:38:00.744 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:38:00.744 INFO:teuthology.orchestra.run.smithi116.stderr:Bootstrap complete. 2023-12-06T06:38:00.776 INFO:tasks.cephadm:Fetching config... 2023-12-06T06:38:00.776 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:38:00.776 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T06:38:00.795 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T06:38:00.795 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:38:00.795 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T06:38:00.853 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T06:38:00.854 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:38:00.854 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/keyring of=/dev/stdout 2023-12-06T06:38:00.924 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T06:38:00.925 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:38:00.925 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T06:38:00.982 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T06:38:00.983 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+aDo4qB+3xnx5Gwttiuu+Iy+7hqDrSazCAifuwzCQgDYvYiltGbzRSXHD9xtPCm2co9cPENJSeyfSZkG4RL8LSad6DmcFhrO8RO4g9VGic1EPyw2Vbd9VlsW2AY3s+rwIULcpEXUvscqJbiVIC2v2hTi1Oem7dED+gkLUKSZMOPCRwo6BVcZxi+iUpHsxQ82AG0yYu6J5pyuB2yemaNKACXHKE2UgLNiVOD1gwlXWVAzZL+XH5x4JQt//LfYDH9PR6ERvJPGGZ3kw5lWpmQRQtPYLESFs5JVwxXj79rz71N1Owy9+NvH1WFo4aNiX9m2SMmSSjgcMiOBmDMu+6Dx2ZwqbplGmUd0q/xevmbOB7j6H7u4yGj4jQhvmpovJkNaKs4iKsx4kQzEoCXP3bfPvQc6t5oc2qrn52HaOAE4ctwM8akPdw8hQZAZ9VxPKRiM59vc/iBkhF5vVde0QP+gP4EUl9hNmYCv8hmANqF92AZgOVGji5/Lsw18j60L6POM= ceph-d2584ba4-9401-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T06:38:01.060 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+aDo4qB+3xnx5Gwttiuu+Iy+7hqDrSazCAifuwzCQgDYvYiltGbzRSXHD9xtPCm2co9cPENJSeyfSZkG4RL8LSad6DmcFhrO8RO4g9VGic1EPyw2Vbd9VlsW2AY3s+rwIULcpEXUvscqJbiVIC2v2hTi1Oem7dED+gkLUKSZMOPCRwo6BVcZxi+iUpHsxQ82AG0yYu6J5pyuB2yemaNKACXHKE2UgLNiVOD1gwlXWVAzZL+XH5x4JQt//LfYDH9PR6ERvJPGGZ3kw5lWpmQRQtPYLESFs5JVwxXj79rz71N1Owy9+NvH1WFo4aNiX9m2SMmSSjgcMiOBmDMu+6Dx2ZwqbplGmUd0q/xevmbOB7j6H7u4yGj4jQhvmpovJkNaKs4iKsx4kQzEoCXP3bfPvQc6t5oc2qrn52HaOAE4ctwM8akPdw8hQZAZ9VxPKRiM59vc/iBkhF5vVde0QP+gP4EUl9hNmYCv8hmANqF92AZgOVGji5/Lsw18j60L6POM= ceph-d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:38:01.071 DEBUG:teuthology.orchestra.run.smithi154:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+aDo4qB+3xnx5Gwttiuu+Iy+7hqDrSazCAifuwzCQgDYvYiltGbzRSXHD9xtPCm2co9cPENJSeyfSZkG4RL8LSad6DmcFhrO8RO4g9VGic1EPyw2Vbd9VlsW2AY3s+rwIULcpEXUvscqJbiVIC2v2hTi1Oem7dED+gkLUKSZMOPCRwo6BVcZxi+iUpHsxQ82AG0yYu6J5pyuB2yemaNKACXHKE2UgLNiVOD1gwlXWVAzZL+XH5x4JQt//LfYDH9PR6ERvJPGGZ3kw5lWpmQRQtPYLESFs5JVwxXj79rz71N1Owy9+NvH1WFo4aNiX9m2SMmSSjgcMiOBmDMu+6Dx2ZwqbplGmUd0q/xevmbOB7j6H7u4yGj4jQhvmpovJkNaKs4iKsx4kQzEoCXP3bfPvQc6t5oc2qrn52HaOAE4ctwM8akPdw8hQZAZ9VxPKRiM59vc/iBkhF5vVde0QP+gP4EUl9hNmYCv8hmANqF92AZgOVGji5/Lsw18j60L6POM= ceph-d2584ba4-9401-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T06:38:01.117 INFO:teuthology.orchestra.run.smithi154.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+aDo4qB+3xnx5Gwttiuu+Iy+7hqDrSazCAifuwzCQgDYvYiltGbzRSXHD9xtPCm2co9cPENJSeyfSZkG4RL8LSad6DmcFhrO8RO4g9VGic1EPyw2Vbd9VlsW2AY3s+rwIULcpEXUvscqJbiVIC2v2hTi1Oem7dED+gkLUKSZMOPCRwo6BVcZxi+iUpHsxQ82AG0yYu6J5pyuB2yemaNKACXHKE2UgLNiVOD1gwlXWVAzZL+XH5x4JQt//LfYDH9PR6ERvJPGGZ3kw5lWpmQRQtPYLESFs5JVwxXj79rz71N1Owy9+NvH1WFo4aNiX9m2SMmSSjgcMiOBmDMu+6Dx2ZwqbplGmUd0q/xevmbOB7j6H7u4yGj4jQhvmpovJkNaKs4iKsx4kQzEoCXP3bfPvQc6t5oc2qrn52HaOAE4ctwM8akPdw8hQZAZ9VxPKRiM59vc/iBkhF5vVde0QP+gP4EUl9hNmYCv8hmANqF92AZgOVGji5/Lsw18j60L6POM= ceph-d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:38:01.129 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T06:38:01.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:01 smithi116 ceph-mon[107711]: mgrmap e13: smithi116.wqyusj(active, since 6s) 2023-12-06T06:38:01.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:01 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/240100698' entity='client.admin' 2023-12-06T06:38:03.065 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T06:38:03.065 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T06:38:03.926 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:03 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1022407686' entity='client.admin' 2023-12-06T06:38:04.819 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi154 2023-12-06T06:38:04.820 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-06T06:38:04.820 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.conf 2023-12-06T06:38:04.842 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-06T06:38:04.842 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:38:04.903 INFO:tasks.cephadm:Adding host smithi154 to orchestrator... 2023-12-06T06:38:04.903 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch host add smithi154 2023-12-06T06:38:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:04 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:04 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:38:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:04 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:04 smithi116 ceph-mon[107711]: Deploying daemon alertmanager.smithi116 on smithi116 2023-12-06T06:38:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:04 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:05.935 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:05 smithi116 ceph-mon[107711]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:38:08.378 INFO:teuthology.orchestra.run.smithi116.stdout:Added host 'smithi154' with addr '172.21.15.154' 2023-12-06T06:38:08.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:08 smithi116 ceph-mon[107711]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:38:08.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:08 smithi116 ceph-mon[107711]: Deploying cephadm binary to smithi154 2023-12-06T06:38:08.958 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T06:38:09.707 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:09 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:09.707 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:09 smithi116 ceph-mon[107711]: Added host smithi154 2023-12-06T06:38:10.417 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:38:10.418 INFO:teuthology.orchestra.run.smithi116.stdout:[{"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}, {"addr": "172.21.15.154", "hostname": "smithi154", "labels": [], "status": ""}] 2023-12-06T06:38:10.851 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:10 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:10.851 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:10 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T06:38:10.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:10 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T06:38:10.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:10 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:10.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:10 smithi116 ceph-mon[107711]: Deploying daemon crash.smithi116 on smithi116 2023-12-06T06:38:10.853 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T06:38:10.853 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T06:38:11.755 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:11 smithi116 ceph-mon[107711]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:38:13.032 INFO:teuthology.orchestra.run.smithi116.stderr:adjusted tunables profile to default 2023-12-06T06:38:13.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:12 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:13.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:12 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:13.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:12 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:13.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:12 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:38:13.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:12 smithi116 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:38:13.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:12 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:13.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:12 smithi116 ceph-mon[107711]: Deploying daemon grafana.smithi116 on smithi116 2023-12-06T06:38:13.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:12 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3007480310' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T06:38:13.360 INFO:tasks.cephadm:Adding mon.smithi116 on smithi116 2023-12-06T06:38:13.361 INFO:tasks.cephadm:Adding mon.smithi154 on smithi154 2023-12-06T06:38:13.361 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi116:172.21.15.116=smithi116;smithi154:172.21.15.154=smithi154' 2023-12-06T06:38:14.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:14 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3007480310' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T06:38:14.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:14 smithi116 ceph-mon[107711]: osdmap e4: 0 total, 0 up, 0 in 2023-12-06T06:38:14.817 INFO:teuthology.orchestra.run.smithi154.stdout:Scheduled mon update... 2023-12-06T06:38:15.193 DEBUG:teuthology.orchestra.run.smithi154:mon.smithi154> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi154.service 2023-12-06T06:38:15.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:15.196 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:15.225 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:-- Logs begin at Wed 2023-12-06 06:28:09 UTC. -- 2023-12-06T06:38:15.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:15 smithi116 ceph-mon[107711]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:15.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:15 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:15.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:15 smithi116 ceph-mon[107711]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi116:172.21.15.116=smithi116;smithi154:172.21.15.154=smithi154", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:38:15.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:15 smithi116 ceph-mon[107711]: Saving service mon spec with placement smithi116:172.21.15.116=smithi116;smithi154:172.21.15.154=smithi154;count:2 2023-12-06T06:38:15.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:15 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:16.618 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:16.618 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:16.620 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:17.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:17 smithi116 ceph-mon[107711]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:17.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:17 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/328261942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:18.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:18.018 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:19.434 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:19.434 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:19.436 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:19.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:19 smithi116 ceph-mon[107711]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:20.603 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:20 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/572132559' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:20.787 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:20.788 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:21.210 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:21 smithi116 ceph-mon[107711]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:22.285 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:22.286 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:22.287 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:23.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:23 smithi116 ceph-mon[107711]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:23.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:23 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/2021164960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:23.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:23 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:23.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:23 smithi116 ceph-mon[107711]: Deploying daemon node-exporter.smithi116 on smithi116 2023-12-06T06:38:23.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:23.662 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:25.065 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:25.066 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:25.067 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:25.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:25 smithi116 ceph-mon[107711]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:25.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:25 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:25.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:25 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/2717061136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:26.460 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:26.460 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:26.677 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:26 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:26.677 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:26 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:38:27.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:27 smithi116 ceph-mon[107711]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T06:38:27.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:27 smithi116 ceph-mon[107711]: mgrmap e14: smithi116.wqyusj(active, since 32s) 2023-12-06T06:38:27.846 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:27.847 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:27.848 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:28.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:28 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/4022839116' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:29.231 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:29.232 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:30.740 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:30.740 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:30.742 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:31.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:30 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/1686792692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:32.142 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:32.142 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:32.489 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:32 smithi116 ceph-mon[107711]: Active manager daemon smithi116.wqyusj restarted 2023-12-06T06:38:32.489 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:32 smithi116 ceph-mon[107711]: Activating manager daemon smithi116.wqyusj 2023-12-06T06:38:32.489 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:32 smithi116 ceph-mon[107711]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T06:38:33.604 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:33.604 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:33.605 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:33.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: mgrmap e15: smithi116.wqyusj(active, starting, since 0.053237s) 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr metadata", "who": "smithi116.wqyusj", "id": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: Manager daemon smithi116.wqyusj is now available 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:38:33.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:38:33.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:33.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: [06/Dec/2023:06:38:33] ENGINE Bus STARTING 2023-12-06T06:38:33.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: [06/Dec/2023:06:38:33] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T06:38:33.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: [06/Dec/2023:06:38:33] ENGINE Bus STARTED 2023-12-06T06:38:33.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:33.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:34.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:34 smithi116 ceph-mon[107711]: mgrmap e16: smithi116.wqyusj(active, since 1.05901s) 2023-12-06T06:38:34.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:34 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/515949777' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:34.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:34 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:35.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:35.018 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:35.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:35 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:35.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:35 smithi116 ceph-mon[107711]: mgrmap e17: smithi116.wqyusj(active, since 2s) 2023-12-06T06:38:35.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:35 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:35.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:35 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:38:35.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:35 smithi116 ceph-mon[107711]: Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T06:38:35.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:35 smithi116 ceph-mon[107711]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:38:35.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:35 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:36.809 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:36.809 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:36.812 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:38:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T06:38:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T06:38:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:37.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:37 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/4214673769' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:38.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:38.197 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:38.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:38 smithi116 ceph-mon[107711]: Deploying daemon crash.smithi154 on smithi154 2023-12-06T06:38:39.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:39 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:39.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:39 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.rhtbwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:38:39.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:39 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.rhtbwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T06:38:39.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:39 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:38:39.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:39 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:39.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:39 smithi116 ceph-mon[107711]: Deploying daemon mgr.smithi154.rhtbwp on smithi154 2023-12-06T06:38:39.941 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:39.942 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:37:05.757015Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:38:39.944 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-06T06:38:40.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:40 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/4215351261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:41.337 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T06:38:41.337 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:38:42.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:42.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:38:42.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:42.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:41 smithi116 ceph-mon[107711]: Deploying daemon mon.smithi154 on smithi154 2023-12-06T06:38:43.373 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: RocksDB version: 6.15.5 2023-12-06T06:38:43.373 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T06:38:43.373 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Compile date Apr 18 2022 2023-12-06T06:38:43.373 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: DB SUMMARY 2023-12-06T06:38:43.373 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: DB Session ID: 0C45SGFS1C2KV628X4U6 2023-12-06T06:38:43.373 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: CURRENT file: CURRENT 2023-12-06T06:38:43.373 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: IDENTITY file: IDENTITY 2023-12-06T06:38:43.373 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-06T06:38:43.374 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi154/store.db dir, Total Num: 0, files: 2023-12-06T06:38:43.374 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi154/store.db: 000004.log size: 511 ; 2023-12-06T06:38:43.374 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.error_if_exists: 0 2023-12-06T06:38:43.374 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.create_if_missing: 0 2023-12-06T06:38:43.374 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.paranoid_checks: 1 2023-12-06T06:38:43.374 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T06:38:43.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.env: 0x560780949860 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.fs: Posix File System 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.info_log: 0x560781881fa0 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_file_opening_threads: 16 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.statistics: (nil) 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.use_fsync: 0 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 bash[110360]: cde57808ef468bab3774ac5ce0f3504be7330dc03c76ca77158f850cbfb5c584 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_log_file_size: 0 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.keep_log_file_num: 1000 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.recycle_log_file_num: 0 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.allow_fallocate: 1 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.allow_mmap_reads: 0 2023-12-06T06:38:43.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.allow_mmap_writes: 0 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.use_direct_reads: 0 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.create_missing_column_families: 0 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.db_log_dir: 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi154/store.db 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.advise_random_on_open: 1 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.db_write_buffer_size: 0 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.write_buffer_manager: 0x5607819722d0 2023-12-06T06:38:43.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.rate_limiter: (nil) 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.wal_recovery_mode: 2 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.enable_thread_tracking: 0 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.enable_pipelined_write: 0 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.unordered_write: 0 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.row_cache: None 2023-12-06T06:38:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.wal_filter: None 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.allow_ingest_behind: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.preserve_deletes: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.two_write_queues: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.manual_wal_flush: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.atomic_flush: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.log_readahead_size: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.best_efforts_recovery: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.allow_data_in_errors: 0 2023-12-06T06:38:43.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.db_host_id: __hostname__ 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_background_jobs: 2 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_background_compactions: -1 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_subcompactions: 1 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_total_wal_size: 0 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_open_files: -1 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bytes_per_sync: 0 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T06:38:43.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_readahead_size: 0 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_background_flushes: -1 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Compression algorithms supported: 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: kZSTD supported: 0 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: kXpressCompression supported: 0 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: kLZ4HCCompression supported: 1 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: kLZ4Compression supported: 1 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: kBZip2Compression supported: 0 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: kZlibCompression supported: 1 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: kSnappyCompression supported: 1 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi154/store.db/MANIFEST-000003 2023-12-06T06:38:43.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.merge_operator: 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_filter: None 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_filter_factory: None 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.sst_partitioner_factory: None 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56078184dd00) 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: cache_index_and_filter_blocks: 1 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: pin_top_level_index_and_filter: 1 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: index_type: 0 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: data_block_index_type: 0 2023-12-06T06:38:43.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: index_shortening: 1 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: hash_index_allow_collision: 1 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: checksum: 1 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: no_block_cache: 0 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_cache: 0x5607818b8170 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_cache_name: BinnedLRUCache 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_cache_options: 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: capacity : 536870912 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: num_shard_bits : 4 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: strict_capacity_limit : 0 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: high_pri_pool_ratio: 0.000 2023-12-06T06:38:43.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_cache_compressed: (nil) 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: persistent_cache: (nil) 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_size: 4096 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_size_deviation: 10 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_restart_interval: 16 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: index_block_restart_interval: 1 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: metadata_block_size: 4096 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: partition_filters: 0 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: use_delta_encoding: 1 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: whole_key_filtering: 1 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: verify_compression: 0 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: read_amp_bytes_per_bit: 0 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: format_version: 4 2023-12-06T06:38:43.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: enable_index_compression: 1 2023-12-06T06:38:43.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_align: 0 2023-12-06T06:38:43.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.write_buffer_size: 33554432 2023-12-06T06:38:43.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_write_buffer_number: 2 2023-12-06T06:38:43.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compression: NoCompression 2023-12-06T06:38:43.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bottommost_compression: Disabled 2023-12-06T06:38:43.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.prefix_extractor: nullptr 2023-12-06T06:38:43.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T06:38:43.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.num_levels: 7 2023-12-06T06:38:43.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T06:38:43.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T06:38:43.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T06:38:43.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T06:38:43.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T06:38:43.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compression_opts.level: 32767 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compression_opts.strategy: 0 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compression_opts.enabled: false 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T06:38:43.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T06:38:43.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.target_file_size_base: 67108864 2023-12-06T06:38:43.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T06:38:43.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T06:38:43.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T06:38:43.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T06:38:43.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T06:38:43.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T06:38:43.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T06:38:43.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.arena_block_size: 4194304 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.disable_auto_compactions: 0 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T06:38:43.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.table_properties_collectors: 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.inplace_update_support: 0 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.bloom_locality: 0 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.max_successive_merges: 0 2023-12-06T06:38:43.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.paranoid_file_checks: 0 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.force_consistency_checks: 1 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.report_bg_io_stats: 0 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.ttl: 2592000 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.enable_blob_files: false 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.min_blob_size: 0 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.blob_file_size: 268435456 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi154/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-06T06:38:43.765 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 systemd[1]: Started Ceph mon.smithi154 for d2584ba4-9401-11ee-95a2-87774f69a715. 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701844723374970, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701844723375385, "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": 1701844723, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "edf09b4f-4114-4249-ae45-1fd7370fb13e", "db_session_id": "0C45SGFS1C2KV628X4U6"}} 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701844723375952, "job": 1, "event": "recovery_finished"} 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi154/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x56078189ea80 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: DB pointer 0x5607818ae000 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** DB Stats ** 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:38:43.766 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** Compaction Stats [default] ** 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.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.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.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.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.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.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-06T06:38:43.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** Compaction Stats [default] ** 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.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.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Cumulative compaction: 0.00 GB write, 0.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Interval compaction: 0.00 GB write, 0.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:38:43.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** Compaction Stats [default] ** 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.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.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.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.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** Compaction Stats [default] ** 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.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.7 0.00 0.00 1 0.000 0 0 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:38:43.769 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Cumulative compaction: 0.00 GB write, 0.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154 does not exist in monmap, will attempt to join an existing cluster 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: using public_addr v2:172.21.15.154:0/0 -> [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: starting mon.smithi154 rank -1 at public addrs [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] at bind addrs [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi154 fsid d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(???) e0 preinit fsid d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).mds e1 new map 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).mds e1 print_map 2023-12-06T06:38:43.770 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: e1 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: legacy client fscid: -1 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: No filesystems configured 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T06:38:43.771 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/2021164960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Deploying daemon node-exporter.smithi116 on smithi116 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/2717061136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14162 172.21.15.116:0/2058129573' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mgrmap e14: smithi116.wqyusj(active, since 32s) 2023-12-06T06:38:43.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/4022839116' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/1686792692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Active manager daemon smithi116.wqyusj restarted 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Activating manager daemon smithi116.wqyusj 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mgrmap e15: smithi116.wqyusj(active, starting, since 0.053237s) 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr metadata", "who": "smithi116.wqyusj", "id": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Manager daemon smithi116.wqyusj is now available 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:43.773 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: [06/Dec/2023:06:38:33] ENGINE Bus STARTING 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: [06/Dec/2023:06:38:33] ENGINE Serving on https://172.21.15.116:7150 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: [06/Dec/2023:06:38:33] ENGINE Bus STARTED 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mgrmap e16: smithi116.wqyusj(active, since 1.05901s) 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/515949777' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mgrmap e17: smithi116.wqyusj(active, since 2s) 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T06:38:43.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/4214673769' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Deploying daemon crash.smithi154 on smithi154 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.rhtbwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.rhtbwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Deploying daemon mgr.smithi154.rhtbwp on smithi154 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/4215351261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:38:43.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:43.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: Deploying daemon mon.smithi154 on smithi154 2023-12-06T06:38:43.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-06T06:38:43.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:43 smithi154 ceph-mon[110416]: mon.smithi154@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-06T06:38:48.451 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-06T06:38:48.451 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":2,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","modified":"2023-12-06T06:38:43.408597Z","created":"2023-12-06T06:37:05.757015Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T06:38:48.452 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 2 2023-12-06T06:38:48.793 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:38:48.793 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: mon.smithi116 calling monitor election 2023-12-06T06:38:48.793 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.793 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/2227227505' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:48.793 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.793 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: mon.smithi154 calling monitor election 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.154:0/364172023' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.rhtbwp/crt"}]: dispatch 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: mon.smithi116 is new leader, mons smithi116,smithi154 in quorum (ranks 0,1) 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: monmap e2: 2 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: fsmap 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: mgrmap e17: smithi116.wqyusj(active, since 16s) 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: Standby manager daemon smithi154.rhtbwp started 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.154:0/364172023' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:38:48.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.154:0/364172023' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.rhtbwp/key"}]: dispatch 2023-12-06T06:38:48.795 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.154:0/364172023' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:38:48.795 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: overall HEALTH_OK 2023-12-06T06:38:48.795 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:48.815 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T06:38:48.815 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T06:38:48.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:38:48.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: mon.smithi116 calling monitor election 2023-12-06T06:38:48.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/2227227505' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:38:48.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: mon.smithi154 calling monitor election 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.154:0/364172023' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.rhtbwp/crt"}]: dispatch 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: mon.smithi116 is new leader, mons smithi116,smithi154 in quorum (ranks 0,1) 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: monmap e2: 2 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: fsmap 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: mgrmap e17: smithi116.wqyusj(active, since 16s) 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: Standby manager daemon smithi154.rhtbwp started 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.154:0/364172023' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.154:0/364172023' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.rhtbwp/key"}]: dispatch 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.154:0/364172023' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:38:48.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: overall HEALTH_OK 2023-12-06T06:38:48.847 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:49.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:49 smithi116 ceph-mon[107711]: Deploying daemon node-exporter.smithi154 on smithi154 2023-12-06T06:38:49.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:49 smithi116 ceph-mon[107711]: mgrmap e18: smithi116.wqyusj(active, since 16s), standbys: smithi154.rhtbwp 2023-12-06T06:38:49.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:49 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr metadata", "who": "smithi154.rhtbwp", "id": "smithi154.rhtbwp"}]: dispatch 2023-12-06T06:38:49.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:49 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:49 smithi154 ceph-mon[110416]: Deploying daemon node-exporter.smithi154 on smithi154 2023-12-06T06:38:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:49 smithi154 ceph-mon[110416]: mgrmap e18: smithi116.wqyusj(active, since 16s), standbys: smithi154.rhtbwp 2023-12-06T06:38:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:49 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr metadata", "who": "smithi154.rhtbwp", "id": "smithi154.rhtbwp"}]: dispatch 2023-12-06T06:38:49.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:49 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:38:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:52 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:52 smithi154 ceph-mon[110416]: Deploying daemon prometheus.smithi116 on smithi116 2023-12-06T06:38:52.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:52 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:52.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:52 smithi116 ceph-mon[107711]: Deploying daemon prometheus.smithi116 on smithi116 2023-12-06T06:38:53.367 INFO:teuthology.orchestra.run.smithi116.stdout:# minimal ceph.conf for d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:38:53.367 INFO:teuthology.orchestra.run.smithi116.stdout:[global] 2023-12-06T06:38:53.368 INFO:teuthology.orchestra.run.smithi116.stdout: fsid = d2584ba4-9401-11ee-95a2-87774f69a715 2023-12-06T06:38:53.368 INFO:teuthology.orchestra.run.smithi116.stdout: mon_host = [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] 2023-12-06T06:38:53.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:53 smithi116 ceph-mon[107711]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:53.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:53.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:53 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3816281420' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:53.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:53 smithi154 ceph-mon[110416]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:53.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:38:53.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:53 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3816281420' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:38:54.241 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T06:38:54.241 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:38:54.241 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T06:38:54.308 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:38:54.309 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:38:54.375 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-06T06:38:54.376 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T06:38:54.413 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-06T06:38:54.414 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:38:54.484 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T06:38:54.485 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:38:54.485 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T06:38:54.503 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-06T06:38:54.503 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2023-12-06T06:38:54.561 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T06:38:54.561 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:38:54.561 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 383999 Links: 1 2023-12-06T06:38:54.561 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:38:54.561 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T06:38:54.561 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-12-06 06:38:23.161229787 +0000 2023-12-06T06:38:54.561 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-12-06 06:35:51.929528656 +0000 2023-12-06T06:38:54.562 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-12-06 06:35:51.929528656 +0000 2023-12-06T06:38:54.562 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-12-06T06:38:54.562 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T06:38:54.627 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-12-06T06:38:54.627 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-12-06T06:38:54.627 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000210004 s, 2.4 MB/s 2023-12-06T06:38:54.628 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T06:38:54.687 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2023-12-06T06:38:54.746 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T06:38:54.746 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:38:54.746 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 391556 Links: 1 2023-12-06T06:38:54.746 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:38:54.746 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T06:38:54.746 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-12-06 06:38:23.161229787 +0000 2023-12-06T06:38:54.746 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-12-06 06:35:52.431520384 +0000 2023-12-06T06:38:54.746 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-12-06 06:35:52.431520384 +0000 2023-12-06T06:38:54.747 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-12-06T06:38:54.747 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T06:38:54.813 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-12-06T06:38:54.813 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-12-06T06:38:54.813 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000204671 s, 2.5 MB/s 2023-12-06T06:38:54.815 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T06:38:54.874 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 392869 Links: 1 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-12-06 06:38:23.161229787 +0000 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-12-06 06:35:52.956511732 +0000 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-12-06 06:35:52.956511732 +0000 2023-12-06T06:38:54.932 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-12-06T06:38:54.932 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T06:38:54.997 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-12-06T06:38:54.997 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-12-06T06:38:54.997 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000208079 s, 2.5 MB/s 2023-12-06T06:38:54.999 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T06:38:55.058 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 398725 Links: 1 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-12-06 06:38:23.161229787 +0000 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-12-06 06:35:53.477503145 +0000 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-12-06 06:35:53.477503145 +0000 2023-12-06T06:38:55.117 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-12-06T06:38:55.118 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T06:38:55.183 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-12-06T06:38:55.184 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-12-06T06:38:55.184 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000217286 s, 2.4 MB/s 2023-12-06T06:38:55.185 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T06:38:55.244 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-06T06:38:55.244 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T06:38:55.266 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-06T06:38:55.266 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_1 2023-12-06T06:38:55.327 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T06:38:55.328 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:38:55.328 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 392676 Links: 1 2023-12-06T06:38:55.328 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:38:55.328 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T06:38:55.328 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-06 06:38:49.043736529 +0000 2023-12-06T06:38:55.328 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-06 06:35:51.929087750 +0000 2023-12-06T06:38:55.328 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-06 06:35:51.929087750 +0000 2023-12-06T06:38:55.328 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-06T06:38:55.328 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T06:38:55.397 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-06T06:38:55.398 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-06T06:38:55.398 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000224536 s, 2.3 MB/s 2023-12-06T06:38:55.399 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T06:38:55.459 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_2 2023-12-06T06:38:55.519 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T06:38:55.519 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:38:55.519 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 393774 Links: 1 2023-12-06T06:38:55.519 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:38:55.519 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T06:38:55.519 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-06 06:38:49.043736529 +0000 2023-12-06T06:38:55.520 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-06 06:35:52.457073900 +0000 2023-12-06T06:38:55.520 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-06 06:35:52.457073900 +0000 2023-12-06T06:38:55.520 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-06T06:38:55.520 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T06:38:55.588 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-06T06:38:55.588 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-06T06:38:55.588 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000199508 s, 2.6 MB/s 2023-12-06T06:38:55.589 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T06:38:55.649 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_3 2023-12-06T06:38:55.707 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T06:38:55.707 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:38:55.707 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 393858 Links: 1 2023-12-06T06:38:55.708 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:38:55.708 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T06:38:55.708 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-06 06:38:49.043736529 +0000 2023-12-06T06:38:55.708 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-06 06:35:52.995059788 +0000 2023-12-06T06:38:55.708 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-06 06:35:52.995059788 +0000 2023-12-06T06:38:55.708 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-06T06:38:55.708 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T06:38:55.772 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:55 smithi154 ceph-mon[110416]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:55.774 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-06T06:38:55.774 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-06T06:38:55.774 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.00019454 s, 2.6 MB/s 2023-12-06T06:38:55.775 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T06:38:55.834 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_4 2023-12-06T06:38:55.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:55 smithi116 ceph-mon[107711]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:55.892 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T06:38:55.892 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:38:55.892 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 397494 Links: 1 2023-12-06T06:38:55.892 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:38:55.892 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T06:38:55.892 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-06 06:38:49.043736529 +0000 2023-12-06T06:38:55.892 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-06 06:35:53.515046148 +0000 2023-12-06T06:38:55.892 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-06 06:35:53.515046148 +0000 2023-12-06T06:38:55.893 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-06T06:38:55.893 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T06:38:55.958 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-06T06:38:55.958 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-06T06:38:55.958 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000208551 s, 2.5 MB/s 2023-12-06T06:38:55.959 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T06:38:56.018 INFO:tasks.cephadm:Deploying osd.0 on smithi116 with /dev/vg_nvme/lv_4... 2023-12-06T06:38:56.018 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T06:38:58.355 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:38:58 smithi116 ceph-mon[107711]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:58.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:38:58 smithi154 ceph-mon[110416]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:38:58.413 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T06:38:58.413 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T06:38:58.413 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-12-06T06:38:58.413 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-12-06T06:38:58.413 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0149231 s, 703 MB/s 2023-12-06T06:38:58.413 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-12-06T06:38:59.057 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_4 2023-12-06T06:39:00.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:00 smithi116 ceph-mon[107711]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:00.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:00.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:00.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:00.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:00.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:00 smithi154 ceph-mon[110416]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:00.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:00.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:00.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:00.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:01.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:01 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:39:01.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:01 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:39:01.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:01 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:01.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:01 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:01.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:01 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:39:01.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:01 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:39:01.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:01 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:01.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:01 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:02.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:02 smithi116 ceph-mon[107711]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:02.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:02 smithi116 ceph-mon[107711]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:39:02.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:02 smithi116 ceph-mon[107711]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-06T06:39:02.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:02 smithi116 ceph-mon[107711]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:39:02.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:02.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:02 smithi154 ceph-mon[110416]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:02.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:02 smithi154 ceph-mon[110416]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:39:02.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:02 smithi154 ceph-mon[110416]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-06T06:39:02.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:02 smithi154 ceph-mon[110416]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:39:02.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:03.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/242107323' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84476556-204b-4f58-be98-f373b76a9273"}]: dispatch 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/242107323' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84476556-204b-4f58-be98-f373b76a9273"}]': finished 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: osdmap e6: 1 total, 0 up, 1 in 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: Reconfiguring mon.smithi116 (unknown last config time)... 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: Reconfiguring daemon mon.smithi116 on smithi116 2023-12-06T06:39:03.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:03 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2018294540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:39:03.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:03.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/242107323' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84476556-204b-4f58-be98-f373b76a9273"}]: dispatch 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/242107323' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84476556-204b-4f58-be98-f373b76a9273"}]': finished 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: osdmap e6: 1 total, 0 up, 1 in 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: Reconfiguring mon.smithi116 (unknown last config time)... 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:03.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: Reconfiguring daemon mon.smithi116 on smithi116 2023-12-06T06:39:03.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:03 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/2018294540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:39:05.766 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:05 smithi116 ceph-mon[107711]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:05.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:05 smithi154 ceph-mon[110416]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:07.925 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:07 smithi116 ceph-mon[107711]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:07.925 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:07 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:07.925 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:07 smithi116 ceph-mon[107711]: Reconfiguring mgr.smithi116.wqyusj (unknown last config time)... 2023-12-06T06:39:07.926 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:07 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.wqyusj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:39:07.926 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:07 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:39:07.926 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:07 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:07.926 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:07 smithi116 ceph-mon[107711]: Reconfiguring daemon mgr.smithi116.wqyusj on smithi116 2023-12-06T06:39:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:07 smithi154 ceph-mon[110416]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:07 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:07 smithi154 ceph-mon[110416]: Reconfiguring mgr.smithi116.wqyusj (unknown last config time)... 2023-12-06T06:39:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:07 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.wqyusj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:39:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:07 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:39:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:07 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:07 smithi154 ceph-mon[110416]: Reconfiguring daemon mgr.smithi116.wqyusj on smithi116 2023-12-06T06:39:09.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:08 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:09.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:08 smithi116 ceph-mon[107711]: Reconfiguring alertmanager.smithi116 (dependencies changed)... 2023-12-06T06:39:09.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:08 smithi116 ceph-mon[107711]: Reconfiguring daemon alertmanager.smithi116 on smithi116 2023-12-06T06:39:09.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:08 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T06:39:09.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:08 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:09.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:08 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:09.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:08 smithi154 ceph-mon[110416]: Reconfiguring alertmanager.smithi116 (dependencies changed)... 2023-12-06T06:39:09.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:08 smithi154 ceph-mon[110416]: Reconfiguring daemon alertmanager.smithi116 on smithi116 2023-12-06T06:39:09.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:08 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T06:39:09.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:08 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:09.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:09 smithi116 ceph-mon[107711]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:09.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:09 smithi116 ceph-mon[107711]: Deploying daemon osd.0 on smithi116 2023-12-06T06:39:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:09 smithi154 ceph-mon[110416]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:09 smithi154 ceph-mon[110416]: Deploying daemon osd.0 on smithi116 2023-12-06T06:39:12.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:11 smithi116 ceph-mon[107711]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:12.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:11 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:12.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:11 smithi116 ceph-mon[107711]: Reconfiguring crash.smithi116 (monmap changed)... 2023-12-06T06:39:12.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:11 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T06:39:12.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:11 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:12.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:11 smithi116 ceph-mon[107711]: Reconfiguring daemon crash.smithi116 on smithi116 2023-12-06T06:39:12.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:11 smithi154 ceph-mon[110416]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:12.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:11 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:12.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:11 smithi154 ceph-mon[110416]: Reconfiguring crash.smithi116 (monmap changed)... 2023-12-06T06:39:12.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:11 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T06:39:12.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:11 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:12.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:11 smithi154 ceph-mon[110416]: Reconfiguring daemon crash.smithi116 on smithi116 2023-12-06T06:39:14.197 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:13 smithi116 ceph-mon[107711]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:14.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:13 smithi154 ceph-mon[110416]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:15.316 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:15 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:15.317 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:15 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:15.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:15 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:15.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:15 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:16.350 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:16 smithi116 ceph-mon[107711]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:16.351 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:16 smithi116 ceph-mon[107711]: Reconfiguring grafana.smithi116 (dependencies changed)... 2023-12-06T06:39:16.351 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:16 smithi116 ceph-mon[107711]: Reconfiguring daemon grafana.smithi116 on smithi116 2023-12-06T06:39:16.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:16 smithi154 ceph-mon[110416]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:16.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:16 smithi154 ceph-mon[110416]: Reconfiguring grafana.smithi116 (dependencies changed)... 2023-12-06T06:39:16.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:16 smithi154 ceph-mon[110416]: Reconfiguring daemon grafana.smithi116 on smithi116 2023-12-06T06:39:18.149 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 0 on host 'smithi116' 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: Reconfiguring crash.smithi154 (monmap changed)... 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: Reconfiguring daemon crash.smithi154 on smithi154 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: from='osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.rhtbwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:39:18.314 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:39:18.315 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: Reconfiguring crash.smithi154 (monmap changed)... 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: Reconfiguring daemon crash.smithi154 on smithi154 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: from='osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.rhtbwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:39:18.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:39:18.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:18.516 DEBUG:teuthology.orchestra.run.smithi116:osd.0> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.0.service 2023-12-06T06:39:18.518 INFO:tasks.cephadm:Deploying osd.1 on smithi116 with /dev/vg_nvme/lv_3... 2023-12-06T06:39:18.518 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T06:39:18.550 INFO:journalctl@ceph.osd.0.smithi116.stdout:-- Logs begin at Wed 2023-12-06 06:27:59 UTC. -- 2023-12-06T06:39:19.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: Reconfiguring mgr.smithi154.rhtbwp (monmap changed)... 2023-12-06T06:39:19.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: Reconfiguring daemon mgr.smithi154.rhtbwp on smithi154 2023-12-06T06:39:19.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: from='osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T06:39:19.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: osdmap e7: 1 total, 0 up, 1 in 2023-12-06T06:39:19.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:19.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: from='osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T06:39:19.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:19.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:19.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:39:19.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:39:19.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:19.505 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: Reconfiguring mgr.smithi154.rhtbwp (monmap changed)... 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: Reconfiguring daemon mgr.smithi154.rhtbwp on smithi154 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: from='osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: osdmap e7: 1 total, 0 up, 1 in 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: from='osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:39:19.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:19.507 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-0[120500]: 2023-12-06T06:39:19.145+0000 7f511eaa8700 -1 osd.0 0 waiting for initial osdmap 2023-12-06T06:39:19.507 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:39:19 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-0[120500]: 2023-12-06T06:39:19.154+0000 7f511943f700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:39:19.948 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T06:39:19.948 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T06:39:19.948 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-12-06T06:39:19.949 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-12-06T06:39:19.949 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146517 s, 716 MB/s 2023-12-06T06:39:19.949 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-12-06T06:39:20.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:20.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: Reconfiguring mon.smithi154 (monmap changed)... 2023-12-06T06:39:20.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: Reconfiguring daemon mon.smithi154 on smithi154 2023-12-06T06:39:20.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T06:39:20.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: osdmap e8: 1 total, 0 up, 1 in 2023-12-06T06:39:20.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.116:3000"}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.116:9095"}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:20.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:20.290 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_3 2023-12-06T06:39:20.481 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: Reconfiguring mon.smithi154 (monmap changed)... 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: Reconfiguring daemon mon.smithi154 on smithi154 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: osdmap e8: 1 total, 0 up, 1 in 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:20.482 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:39:20.483 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.116:3000"}]: dispatch 2023-12-06T06:39:20.483 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:20.483 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:39:20.483 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.116:9095"}]: dispatch 2023-12-06T06:39:20.483 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:20.483 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:20.483 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:20.483 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:21.596 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: purged_snaps scrub starts 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: purged_snaps scrub ok 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.116:3000"}]: dispatch 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.116:9095"}]: dispatch 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107] boot 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: osdmap e9: 1 total, 1 up, 1 in 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:21.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: purged_snaps scrub starts 2023-12-06T06:39:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: purged_snaps scrub ok 2023-12-06T06:39:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:39:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.116:9093"}]: dispatch 2023-12-06T06:39:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:39:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.116:3000"}]: dispatch 2023-12-06T06:39:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:39:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.116:9095"}]: dispatch 2023-12-06T06:39:21.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:21.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: osd.0 [v2:172.21.15.116:6802/1008781107,v1:172.21.15.116:6803/1008781107] boot 2023-12-06T06:39:21.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: osdmap e9: 1 total, 1 up, 1 in 2023-12-06T06:39:21.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:39:21.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:22.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:22 smithi116 ceph-mon[107711]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:22 smithi116 ceph-mon[107711]: osdmap e10: 1 total, 1 up, 1 in 2023-12-06T06:39:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:22 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:39:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:22 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:39:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:22 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:22 smithi154 ceph-mon[110416]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:39:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:22 smithi154 ceph-mon[110416]: osdmap e10: 1 total, 1 up, 1 in 2023-12-06T06:39:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:22 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:39:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:22 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:39:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:22 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:23.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:23 smithi116 ceph-mon[107711]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:39:23.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:23 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:23.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:23 smithi154 ceph-mon[110416]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:39:23.447 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:23 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:24.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:24 smithi116 ceph-mon[107711]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:24.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:24 smithi154 ceph-mon[110416]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:25.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:25 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/218666436' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7359775-c063-4e64-b24f-e126b92719aa"}]: dispatch 2023-12-06T06:39:25.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:25 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/218666436' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7359775-c063-4e64-b24f-e126b92719aa"}]': finished 2023-12-06T06:39:25.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:25 smithi116 ceph-mon[107711]: osdmap e11: 2 total, 1 up, 2 in 2023-12-06T06:39:25.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:25 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:25.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:25 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2076335837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:39:25.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:25 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/218666436' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7359775-c063-4e64-b24f-e126b92719aa"}]: dispatch 2023-12-06T06:39:25.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:25 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/218666436' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7359775-c063-4e64-b24f-e126b92719aa"}]': finished 2023-12-06T06:39:25.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:25 smithi154 ceph-mon[110416]: osdmap e11: 2 total, 1 up, 2 in 2023-12-06T06:39:25.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:25 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:25.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:25 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/2076335837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:39:26.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:26 smithi116 ceph-mon[107711]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:26.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:26 smithi154 ceph-mon[110416]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:28.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:28 smithi116 ceph-mon[107711]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:28.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:28 smithi154 ceph-mon[110416]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:30.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: Detected new or changed devices on smithi116 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi116 to 12898M 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:30.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:30.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:30.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: Detected new or changed devices on smithi116 2023-12-06T06:39:30.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:30.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:30.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi116 to 12898M 2023-12-06T06:39:30.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:30.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:30.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:30.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:30.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:31.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:31 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:31.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:31 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:32.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:32 smithi116 ceph-mon[107711]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:32.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T06:39:32.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:32.225 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:32 smithi116 ceph-mon[107711]: Deploying daemon osd.1 on smithi116 2023-12-06T06:39:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:32 smithi154 ceph-mon[110416]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T06:39:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:32 smithi154 ceph-mon[110416]: Deploying daemon osd.1 on smithi116 2023-12-06T06:39:33.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:39:33.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:39:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:39:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:39:34.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:34 smithi116 ceph-mon[107711]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:34.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:34 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:34.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:34 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:34 smithi154 ceph-mon[110416]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:34 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:34 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:36.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:36 smithi154 ceph-mon[110416]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:36.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:36 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:36.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:36 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:36.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:36 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:36.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:36 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:36.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:36 smithi116 ceph-mon[107711]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:36.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:36 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:36.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:36 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:36.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:36 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:36.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:36 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:37.822 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:37 smithi116 ceph-mon[107711]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:37.822 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:37.849 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 1 on host 'smithi116' 2023-12-06T06:39:38.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:37 smithi154 ceph-mon[110416]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:38.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:37 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:38.306 DEBUG:teuthology.orchestra.run.smithi116:osd.1> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.1.service 2023-12-06T06:39:38.308 INFO:tasks.cephadm:Deploying osd.2 on smithi116 with /dev/vg_nvme/lv_2... 2023-12-06T06:39:38.308 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T06:39:38.338 INFO:journalctl@ceph.osd.1.smithi116.stdout:-- Logs begin at Wed 2023-12-06 06:27:59 UTC. -- 2023-12-06T06:39:38.732 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:39:38 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-1[125179]: 2023-12-06T06:39:38.678+0000 7f15a8c983c0 -1 osd.1 0 log_to_monitors true 2023-12-06T06:39:39.026 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:38 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:39.026 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:38 smithi116 ceph-mon[107711]: from='osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T06:39:39.026 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:38 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:39.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:38 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:39.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:38 smithi154 ceph-mon[110416]: from='osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T06:39:39.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:38 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:39.846 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T06:39:39.847 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T06:39:39.847 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-12-06T06:39:39.847 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-12-06T06:39:39.847 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110498 s, 949 MB/s 2023-12-06T06:39:39.847 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-12-06T06:39:40.038 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:39:39 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-1[125179]: 2023-12-06T06:39:39.856+0000 7f159f69b700 -1 osd.1 0 waiting for initial osdmap 2023-12-06T06:39:40.039 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:39:39 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-1[125179]: 2023-12-06T06:39:39.860+0000 7f159c036700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:39:40.039 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:39 smithi116 ceph-mon[107711]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:40.039 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:39 smithi116 ceph-mon[107711]: from='osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T06:39:40.039 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:39 smithi116 ceph-mon[107711]: osdmap e12: 2 total, 1 up, 2 in 2023-12-06T06:39:40.039 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:39 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:40.040 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:39 smithi116 ceph-mon[107711]: from='osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T06:39:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:39 smithi154 ceph-mon[110416]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:39 smithi154 ceph-mon[110416]: from='osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T06:39:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:39 smithi154 ceph-mon[110416]: osdmap e12: 2 total, 1 up, 2 in 2023-12-06T06:39:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:39 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:39 smithi154 ceph-mon[110416]: from='osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T06:39:40.456 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_2 2023-12-06T06:39:41.102 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:40 smithi116 ceph-mon[107711]: from='osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T06:39:41.102 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:40 smithi116 ceph-mon[107711]: osdmap e13: 2 total, 1 up, 2 in 2023-12-06T06:39:41.102 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:40 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:41.102 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:40 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:41.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:40 smithi154 ceph-mon[110416]: from='osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T06:39:41.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:40 smithi154 ceph-mon[110416]: osdmap e13: 2 total, 1 up, 2 in 2023-12-06T06:39:41.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:40 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:41.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:40 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: purged_snaps scrub starts 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: purged_snaps scrub ok 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888] boot 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: osdmap e14: 2 total, 2 up, 2 in 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:41.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:41.972 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:41.972 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:41.972 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:41.972 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:41 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: purged_snaps scrub starts 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: purged_snaps scrub ok 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: osd.1 [v2:172.21.15.116:6810/4071946888,v1:172.21.15.116:6811/4071946888] boot 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: osdmap e14: 2 total, 2 up, 2 in 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:42.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:42.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:42.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:42.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:41 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:43.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:42 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi116 to 6449M 2023-12-06T06:39:43.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:42 smithi116 ceph-mon[107711]: from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:39:43.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:39:43.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:39:43.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:43.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:42 smithi116 ceph-mon[107711]: osdmap e15: 2 total, 2 up, 2 in 2023-12-06T06:39:43.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:42 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi116 to 6449M 2023-12-06T06:39:43.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:42 smithi154 ceph-mon[110416]: from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:39:43.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:39:43.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:39:43.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:43.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:42 smithi154 ceph-mon[110416]: osdmap e15: 2 total, 2 up, 2 in 2023-12-06T06:39:44.341 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:44 smithi116 ceph-mon[107711]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:44.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:44 smithi154 ceph-mon[110416]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:45.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:45 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1139262725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5698b58-6d71-4a5f-9e45-45c7baa30041"}]: dispatch 2023-12-06T06:39:45.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:45 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1139262725' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5698b58-6d71-4a5f-9e45-45c7baa30041"}]': finished 2023-12-06T06:39:45.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:45 smithi116 ceph-mon[107711]: osdmap e16: 3 total, 2 up, 3 in 2023-12-06T06:39:45.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:45 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:45.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:45 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:45.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:45 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:45.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:45 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/447437394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:39:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:45 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1139262725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5698b58-6d71-4a5f-9e45-45c7baa30041"}]: dispatch 2023-12-06T06:39:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:45 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1139262725' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5698b58-6d71-4a5f-9e45-45c7baa30041"}]': finished 2023-12-06T06:39:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:45 smithi154 ceph-mon[110416]: osdmap e16: 3 total, 2 up, 3 in 2023-12-06T06:39:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:45 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:45 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:45 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:45 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/447437394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:39:46.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:46 smithi116 ceph-mon[107711]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:46.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:46 smithi154 ceph-mon[110416]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:48.509 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:48 smithi116 ceph-mon[107711]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:48.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:48 smithi154 ceph-mon[110416]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:50.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:50 smithi116 ceph-mon[107711]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:50.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:50 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T06:39:50.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:50 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:50.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:50 smithi116 ceph-mon[107711]: Deploying daemon osd.2 on smithi116 2023-12-06T06:39:50.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:50 smithi154 ceph-mon[110416]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:50.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:50 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T06:39:50.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:50 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:50.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:50 smithi154 ceph-mon[110416]: Deploying daemon osd.2 on smithi116 2023-12-06T06:39:52.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:52 smithi116 ceph-mon[107711]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:52 smithi154 ceph-mon[110416]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:53.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:53 smithi116 ceph-mon[107711]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:53.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:53.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:53.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:53.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:53 smithi154 ceph-mon[110416]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:55.389 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 2 on host 'smithi116' 2023-12-06T06:39:55.945 DEBUG:teuthology.orchestra.run.smithi116:osd.2> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.2.service 2023-12-06T06:39:55.947 INFO:tasks.cephadm:Deploying osd.3 on smithi116 with /dev/vg_nvme/lv_1... 2023-12-06T06:39:55.947 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T06:39:55.979 INFO:journalctl@ceph.osd.2.smithi116.stdout:-- Logs begin at Wed 2023-12-06 06:27:59 UTC. -- 2023-12-06T06:39:56.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:56 smithi116 ceph-mon[107711]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:56.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:56 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:56.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:56 smithi116 ceph-mon[107711]: from='osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T06:39:56.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:56 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:56.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:56 smithi154 ceph-mon[110416]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:56.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:56 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:56.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:56 smithi154 ceph-mon[110416]: from='osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T06:39:56.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:56 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:57.856 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-2[129525]: 2023-12-06T06:39:57.392+0000 7f86fd83b700 -1 osd.2 0 waiting for initial osdmap 2023-12-06T06:39:57.856 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-2[129525]: 2023-12-06T06:39:57.397+0000 7f86f79d1700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:39:57.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-mon[107711]: from='osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T06:39:57.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-mon[107711]: osdmap e17: 3 total, 2 up, 3 in 2023-12-06T06:39:57.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:57.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-mon[107711]: from='osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T06:39:57.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-mon[107711]: from='osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T06:39:57.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-mon[107711]: osdmap e18: 3 total, 2 up, 3 in 2023-12-06T06:39:57.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:57 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:57.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:57 smithi154 ceph-mon[110416]: from='osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T06:39:57.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:57 smithi154 ceph-mon[110416]: osdmap e17: 3 total, 2 up, 3 in 2023-12-06T06:39:57.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:57 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:57.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:57 smithi154 ceph-mon[110416]: from='osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T06:39:57.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:57 smithi154 ceph-mon[110416]: from='osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T06:39:57.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:57 smithi154 ceph-mon[110416]: osdmap e18: 3 total, 2 up, 3 in 2023-12-06T06:39:57.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:57 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:58.004 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T06:39:58.004 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T06:39:58.004 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-12-06T06:39:58.004 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-12-06T06:39:58.004 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0149034 s, 704 MB/s 2023-12-06T06:39:58.004 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-12-06T06:39:58.358 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_1 2023-12-06T06:39:58.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:58 smithi116 ceph-mon[107711]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:58.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:58 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:58.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:58 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:58.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:58 smithi154 ceph-mon[110416]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:39:58.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:58 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:58.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:58 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:59.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: purged_snaps scrub starts 2023-12-06T06:39:59.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: purged_snaps scrub ok 2023-12-06T06:39:59.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561] boot 2023-12-06T06:39:59.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: osdmap e19: 3 total, 3 up, 3 in 2023-12-06T06:39:59.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:59.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T06:39:59.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:59.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:59.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:59.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:59.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:59.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:59.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:59.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:59.609 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:59.609 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:39:59 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: purged_snaps scrub starts 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: purged_snaps scrub ok 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: osd.2 [v2:172.21.15.116:6818/1296769561,v1:172.21.15.116:6819/1296769561] boot 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: osdmap e19: 3 total, 3 up, 3 in 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:59.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:39:59.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:59.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:39:59.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:39:59.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:39:59.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:39:59.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:39:59 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: Detected new or changed devices on smithi116 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi116 to 4299M 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: osdmap e20: 3 total, 3 up, 3 in 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:00.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:00 smithi116 ceph-mon[107711]: overall HEALTH_OK 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: Detected new or changed devices on smithi116 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi116 to 4299M 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: osdmap e20: 3 total, 3 up, 3 in 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:00.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:00 smithi154 ceph-mon[110416]: overall HEALTH_OK 2023-12-06T06:40:01.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:01 smithi116 ceph-mon[107711]: from='client.14286 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:40:01.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:01 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T06:40:01.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:01 smithi116 ceph-mon[107711]: osdmap e21: 3 total, 3 up, 3 in 2023-12-06T06:40:01.790 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:40:01 smithi116 sudo[131692]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T06:40:01.790 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:40:01 smithi116 sudo[131692]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:01.791 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:40:01 smithi116 sudo[131692]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:01 smithi154 ceph-mon[110416]: from='client.14286 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:40:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:01 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T06:40:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:01 smithi154 ceph-mon[110416]: osdmap e21: 3 total, 3 up, 3 in 2023-12-06T06:40:02.055 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:40:01 smithi116 sudo[131701]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T06:40:02.055 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:40:01 smithi116 sudo[131701]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:02.055 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:40:01 smithi116 sudo[131701]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:02.314 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131733]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T06:40:02.315 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131733]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:02.315 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131733]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:02.573 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131744]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T06:40:02.573 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131744]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:02.573 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131744]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:02.573 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131786]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T06:40:02.573 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131786]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:02.573 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131786]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:02.574 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:02 smithi116 ceph-mon[107711]: pgmap v53: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:02.574 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:02 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2524288629' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bf86560-b240-47b2-b479-c6db5573cbe3"}]: dispatch 2023-12-06T06:40:02.574 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:02 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2524288629' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bf86560-b240-47b2-b479-c6db5573cbe3"}]': finished 2023-12-06T06:40:02.574 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:02 smithi116 ceph-mon[107711]: osdmap e22: 4 total, 3 up, 4 in 2023-12-06T06:40:02.574 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:02.574 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:02.574 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:02 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/937235440' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:40:02.856 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131791]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T06:40:02.856 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131791]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:02.856 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:40:02 smithi116 sudo[131791]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:02.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:02 smithi154 ceph-mon[110416]: pgmap v53: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:02 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/2524288629' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bf86560-b240-47b2-b479-c6db5573cbe3"}]: dispatch 2023-12-06T06:40:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:02 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/2524288629' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bf86560-b240-47b2-b479-c6db5573cbe3"}]': finished 2023-12-06T06:40:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:02 smithi154 ceph-mon[110416]: osdmap e22: 4 total, 3 up, 4 in 2023-12-06T06:40:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:02 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/937235440' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:40:03.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 sudo[131980]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T06:40:03.303 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 sudo[131980]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:03.303 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 sudo[131980]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:03.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 sudo[132168]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T06:40:03.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 sudo[132168]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:03.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 sudo[132168]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:03.782 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 sudo[112959]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T06:40:03.782 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 sudo[112959]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:03.782 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 sudo[112959]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:04.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 ceph-mon[107711]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:04.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 ceph-mon[107711]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:40:04.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 ceph-mon[107711]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:40:04.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:40:04.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:40:04.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:40:04.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:03 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 sudo[112962]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 sudo[112962]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 sudo[112962]: pam_unix(sudo:session): session closed for user root 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 ceph-mon[110416]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 ceph-mon[110416]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 ceph-mon[110416]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:40:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:03 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:40:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:04 smithi116 ceph-mon[107711]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:40:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:04 smithi116 ceph-mon[107711]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:40:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:04 smithi116 ceph-mon[107711]: mgrmap e19: smithi116.wqyusj(active, since 91s), standbys: smithi154.rhtbwp 2023-12-06T06:40:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:05.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:04 smithi154 ceph-mon[110416]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:40:05.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:04 smithi154 ceph-mon[110416]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:40:05.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:04 smithi154 ceph-mon[110416]: mgrmap e19: smithi116.wqyusj(active, since 91s), standbys: smithi154.rhtbwp 2023-12-06T06:40:05.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:06.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:05 smithi116 ceph-mon[107711]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:06.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:05 smithi154 ceph-mon[110416]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:07.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:07 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T06:40:07.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:07 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:07.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:07 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T06:40:07.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:07 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:08.317 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:08 smithi116 ceph-mon[107711]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:08.317 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:08 smithi116 ceph-mon[107711]: Deploying daemon osd.3 on smithi116 2023-12-06T06:40:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:08 smithi154 ceph-mon[110416]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:08 smithi154 ceph-mon[110416]: Deploying daemon osd.3 on smithi116 2023-12-06T06:40:10.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:10 smithi116 ceph-mon[107711]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T06:40:10.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:10.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:10.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:10.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:10.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:10 smithi154 ceph-mon[110416]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T06:40:10.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:10.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:10.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:10.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:12.114 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 3 on host 'smithi116' 2023-12-06T06:40:12.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:12 smithi116 ceph-mon[107711]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T06:40:12.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:12 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:12.593 DEBUG:teuthology.orchestra.run.smithi116:osd.3> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.3.service 2023-12-06T06:40:12.596 INFO:tasks.cephadm:Deploying osd.4 on smithi154 with /dev/vg_nvme/lv_4... 2023-12-06T06:40:12.596 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T06:40:12.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:12 smithi154 ceph-mon[110416]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T06:40:12.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:12 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:12.625 INFO:journalctl@ceph.osd.3.smithi116.stdout:-- Logs begin at Wed 2023-12-06 06:27:59 UTC. -- 2023-12-06T06:40:13.509 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:40:13 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-3[133302]: 2023-12-06T06:40:13.285+0000 7f667372d3c0 -1 osd.3 0 log_to_monitors true 2023-12-06T06:40:14.018 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T06:40:14.019 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T06:40:14.019 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2023-12-06T06:40:14.019 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2023-12-06T06:40:14.019 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111693 s, 939 MB/s 2023-12-06T06:40:14.019 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2023-12-06T06:40:14.321 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:14 smithi154 ceph-mon[110416]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:40:14.322 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:14 smithi154 ceph-mon[110416]: from='osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T06:40:14.322 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:14 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:14.350 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi154:vg_nvme/lv_4 2023-12-06T06:40:14.521 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:14 smithi116 ceph-mon[107711]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:40:14.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:14 smithi116 ceph-mon[107711]: from='osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T06:40:14.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:14 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:15.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:15 smithi154 ceph-mon[110416]: from='osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T06:40:15.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:15 smithi154 ceph-mon[110416]: osdmap e23: 4 total, 3 up, 4 in 2023-12-06T06:40:15.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:15 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:15.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:15 smithi154 ceph-mon[110416]: from='osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T06:40:15.481 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:40:15 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-3[133302]: 2023-12-06T06:40:15.135+0000 7f666a130700 -1 osd.3 0 waiting for initial osdmap 2023-12-06T06:40:15.481 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:40:15 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-3[133302]: 2023-12-06T06:40:15.139+0000 7f66632c4700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:40:15.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:15 smithi116 ceph-mon[107711]: from='osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T06:40:15.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:15 smithi116 ceph-mon[107711]: osdmap e23: 4 total, 3 up, 4 in 2023-12-06T06:40:15.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:15 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:15.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:15 smithi116 ceph-mon[107711]: from='osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-12-06T06:40:16.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:40:16.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T06:40:16.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: osdmap e24: 4 total, 3 up, 4 in 2023-12-06T06:40:16.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:16.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:16.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:16.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:16.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:16.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:16.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:16.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:16.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:16.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:16.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:16.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:16.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:16.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:40:16.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:40:16.367 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:16.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:40:16.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-12-06T06:40:16.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: osdmap e24: 4 total, 3 up, 4 in 2023-12-06T06:40:16.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:16.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:16.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:40:16.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:17.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:17 smithi116 ceph-mon[107711]: purged_snaps scrub starts 2023-12-06T06:40:17.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:17 smithi116 ceph-mon[107711]: purged_snaps scrub ok 2023-12-06T06:40:17.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:17 smithi116 ceph-mon[107711]: Detected new or changed devices on smithi116 2023-12-06T06:40:17.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:17 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi116 to 3224M 2023-12-06T06:40:17.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:17 smithi116 ceph-mon[107711]: from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:40:17.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:17 smithi116 ceph-mon[107711]: osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268] boot 2023-12-06T06:40:17.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:17 smithi116 ceph-mon[107711]: osdmap e25: 4 total, 4 up, 4 in 2023-12-06T06:40:17.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:17.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:17 smithi154 ceph-mon[110416]: purged_snaps scrub starts 2023-12-06T06:40:17.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:17 smithi154 ceph-mon[110416]: purged_snaps scrub ok 2023-12-06T06:40:17.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:17 smithi154 ceph-mon[110416]: Detected new or changed devices on smithi116 2023-12-06T06:40:17.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:17 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi116 to 3224M 2023-12-06T06:40:17.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:17 smithi154 ceph-mon[110416]: from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:40:17.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:17 smithi154 ceph-mon[110416]: osd.3 [v2:172.21.15.116:6826/148438268,v1:172.21.15.116:6827/148438268] boot 2023-12-06T06:40:17.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:17 smithi154 ceph-mon[110416]: osdmap e25: 4 total, 4 up, 4 in 2023-12-06T06:40:17.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:40:18.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:18 smithi116 ceph-mon[107711]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:18.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:18 smithi116 ceph-mon[107711]: osdmap e26: 4 total, 4 up, 4 in 2023-12-06T06:40:18.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:18 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/3949551928' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b1ecddc-3784-44be-b0e5-7377e8a5192c"}]: dispatch 2023-12-06T06:40:18.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:18 smithi116 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b1ecddc-3784-44be-b0e5-7377e8a5192c"}]: dispatch 2023-12-06T06:40:18.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:18 smithi116 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b1ecddc-3784-44be-b0e5-7377e8a5192c"}]': finished 2023-12-06T06:40:18.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:18 smithi116 ceph-mon[107711]: osdmap e27: 5 total, 4 up, 5 in 2023-12-06T06:40:18.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:18.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:18 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/3313618335' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:40:18.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:18 smithi154 ceph-mon[110416]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:40:18.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:18 smithi154 ceph-mon[110416]: osdmap e26: 4 total, 4 up, 4 in 2023-12-06T06:40:18.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:18 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/3949551928' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b1ecddc-3784-44be-b0e5-7377e8a5192c"}]: dispatch 2023-12-06T06:40:18.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:18 smithi154 ceph-mon[110416]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b1ecddc-3784-44be-b0e5-7377e8a5192c"}]: dispatch 2023-12-06T06:40:18.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:18 smithi154 ceph-mon[110416]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b1ecddc-3784-44be-b0e5-7377e8a5192c"}]': finished 2023-12-06T06:40:18.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:18 smithi154 ceph-mon[110416]: osdmap e27: 5 total, 4 up, 5 in 2023-12-06T06:40:18.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:18.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:18 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/3313618335' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:40:20.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:20 smithi154 ceph-mon[110416]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:20.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:20 smithi116 ceph-mon[107711]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:22.343 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:22 smithi154 ceph-mon[110416]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:22.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:22 smithi116 ceph-mon[107711]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:23.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:23 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T06:40:23.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:23 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:23.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:23 smithi154 ceph-mon[110416]: Deploying daemon osd.4 on smithi154 2023-12-06T06:40:23.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:23 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T06:40:23.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:23 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:23.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:23 smithi116 ceph-mon[107711]: Deploying daemon osd.4 on smithi154 2023-12-06T06:40:24.474 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:24 smithi154 ceph-mon[110416]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:24.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:24 smithi116 ceph-mon[107711]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:26.455 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:26 smithi154 ceph-mon[110416]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:26.455 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:26 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:26.455 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:26 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:26.455 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:26 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:26.455 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:26 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:26.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:26 smithi116 ceph-mon[107711]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:26.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:26 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:26.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:26 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:26.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:26 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:26.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:26 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:28.425 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:28 smithi154 ceph-mon[110416]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:28.425 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:28 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:28.426 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:28 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:28.466 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 4 on host 'smithi154' 2023-12-06T06:40:28.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:28 smithi116 ceph-mon[107711]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:28.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:28 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:28.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:28 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:28.867 DEBUG:teuthology.orchestra.run.smithi154:osd.4> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.4.service 2023-12-06T06:40:28.869 INFO:tasks.cephadm:Deploying osd.5 on smithi154 with /dev/vg_nvme/lv_3... 2023-12-06T06:40:28.869 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T06:40:28.899 INFO:journalctl@ceph.osd.4.smithi154.stdout:-- Logs begin at Wed 2023-12-06 06:28:09 UTC. -- 2023-12-06T06:40:29.364 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:40:29 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:40:29.170+0000 7f76f12363c0 -1 osd.4 0 log_to_monitors true 2023-12-06T06:40:29.643 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:29 smithi154 ceph-mon[110416]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:29.644 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:29.644 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:29.644 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:29.644 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:29 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:29.644 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:29 smithi154 ceph-mon[110416]: from='osd.4 [v2:172.21.15.154:6800/783334929,v1:172.21.15.154:6801/783334929]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:40:29.644 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:29 smithi154 ceph-mon[110416]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:40:29.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:29 smithi116 ceph-mon[107711]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:29.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:29.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:29.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:29.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:29 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:29.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:29 smithi116 ceph-mon[107711]: from='osd.4 [v2:172.21.15.154:6800/783334929,v1:172.21.15.154:6801/783334929]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:40:29.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:29 smithi116 ceph-mon[107711]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:40:30.758 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T06:40:30.759 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T06:40:30.759 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2023-12-06T06:40:30.759 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2023-12-06T06:40:30.759 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0147269 s, 712 MB/s 2023-12-06T06:40:30.759 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2023-12-06T06:40:31.118 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi154:vg_nvme/lv_3 2023-12-06T06:40:31.364 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:40:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:40:31.176+0000 7f76e7c39700 -1 osd.4 0 waiting for initial osdmap 2023-12-06T06:40:31.364 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:40:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:40:31.180+0000 7f76e0dcd700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:40:31.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:31 smithi154 ceph-mon[110416]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T06:40:31.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:31 smithi154 ceph-mon[110416]: osdmap e28: 5 total, 4 up, 5 in 2023-12-06T06:40:31.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:31 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:31.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:31 smithi154 ceph-mon[110416]: from='osd.4 [v2:172.21.15.154:6800/783334929,v1:172.21.15.154:6801/783334929]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:40:31.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:31 smithi154 ceph-mon[110416]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:40:31.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:31 smithi116 ceph-mon[107711]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T06:40:31.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:31 smithi116 ceph-mon[107711]: osdmap e28: 5 total, 4 up, 5 in 2023-12-06T06:40:31.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:31 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:31.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:31 smithi116 ceph-mon[107711]: from='osd.4 [v2:172.21.15.154:6800/783334929,v1:172.21.15.154:6801/783334929]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:40:31.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:31 smithi116 ceph-mon[107711]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:40:32.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:32.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-06T06:40:32.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: osdmap e29: 5 total, 4 up, 5 in 2023-12-06T06:40:32.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:32.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:32.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:32.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:32.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:32.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:32.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:40:32.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-06T06:40:32.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: osdmap e29: 5 total, 4 up, 5 in 2023-12-06T06:40:32.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:32.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:32.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:32.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:32.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:32.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: purged_snaps scrub starts 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: purged_snaps scrub ok 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: Detected new or changed devices on smithi154 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi154 to 15970M 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: osd.4 [v2:172.21.15.154:6800/783334929,v1:172.21.15.154:6801/783334929] boot 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: osdmap e30: 5 total, 5 up, 5 in 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:40:33.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:40:33.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:33.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: purged_snaps scrub starts 2023-12-06T06:40:33.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: purged_snaps scrub ok 2023-12-06T06:40:33.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: Detected new or changed devices on smithi154 2023-12-06T06:40:33.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi154 to 15970M 2023-12-06T06:40:33.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: osd.4 [v2:172.21.15.154:6800/783334929,v1:172.21.15.154:6801/783334929] boot 2023-12-06T06:40:33.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: osdmap e30: 5 total, 5 up, 5 in 2023-12-06T06:40:33.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:40:33.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:40:33.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:40:33.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:40:33.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:40:33.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:34.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:34 smithi116 ceph-mon[107711]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:40:34.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:34 smithi116 ceph-mon[107711]: from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:40:34.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:34 smithi116 ceph-mon[107711]: osdmap e31: 5 total, 5 up, 5 in 2023-12-06T06:40:34.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:34 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/4228488995' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0524b218-8914-4ef4-8987-a537fcb30dde"}]: dispatch 2023-12-06T06:40:34.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:34 smithi116 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0524b218-8914-4ef4-8987-a537fcb30dde"}]: dispatch 2023-12-06T06:40:34.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:34 smithi116 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0524b218-8914-4ef4-8987-a537fcb30dde"}]': finished 2023-12-06T06:40:34.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:34 smithi116 ceph-mon[107711]: osdmap e32: 6 total, 5 up, 6 in 2023-12-06T06:40:34.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:34 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:34 smithi154 ceph-mon[110416]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:40:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:34 smithi154 ceph-mon[110416]: from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:40:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:34 smithi154 ceph-mon[110416]: osdmap e31: 5 total, 5 up, 5 in 2023-12-06T06:40:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:34 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/4228488995' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0524b218-8914-4ef4-8987-a537fcb30dde"}]: dispatch 2023-12-06T06:40:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:34 smithi154 ceph-mon[110416]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0524b218-8914-4ef4-8987-a537fcb30dde"}]: dispatch 2023-12-06T06:40:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:34 smithi154 ceph-mon[110416]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0524b218-8914-4ef4-8987-a537fcb30dde"}]': finished 2023-12-06T06:40:34.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:34 smithi154 ceph-mon[110416]: osdmap e32: 6 total, 5 up, 6 in 2023-12-06T06:40:34.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:34 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:35.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:35 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/2591313020' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:40:35.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:35 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/2591313020' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:40:36.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:36 smithi116 ceph-mon[107711]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:40:36.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:36 smithi116 ceph-mon[107711]: osdmap e33: 6 total, 5 up, 6 in 2023-12-06T06:40:36.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:36 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:36.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:36 smithi154 ceph-mon[110416]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:40:36.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:36 smithi154 ceph-mon[110416]: osdmap e33: 6 total, 5 up, 6 in 2023-12-06T06:40:36.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:36 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:37.299 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:37 smithi154 ceph-mon[110416]: osdmap e34: 6 total, 5 up, 6 in 2023-12-06T06:40:37.299 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:37 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:37.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:37 smithi116 ceph-mon[107711]: osdmap e34: 6 total, 5 up, 6 in 2023-12-06T06:40:37.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:37 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:38.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:38 smithi154 ceph-mon[110416]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:40:38.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:38 smithi116 ceph-mon[107711]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:40:40.604 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:40 smithi154 ceph-mon[110416]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2023-12-06T06:40:40.604 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:40 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T06:40:40.604 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:40 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:40.604 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:40 smithi154 ceph-mon[110416]: Deploying daemon osd.5 on smithi154 2023-12-06T06:40:40.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:40 smithi116 ceph-mon[107711]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2023-12-06T06:40:40.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:40 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T06:40:40.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:40 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:40.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:40 smithi116 ceph-mon[107711]: Deploying daemon osd.5 on smithi154 2023-12-06T06:40:42.580 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:42 smithi154 ceph-mon[110416]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-12-06T06:40:42.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:42 smithi116 ceph-mon[107711]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-12-06T06:40:43.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:43 smithi154 ceph-mon[110416]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T06:40:43.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:43.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:43.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:43.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:43 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:44.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:43 smithi116 ceph-mon[107711]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T06:40:44.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:43 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:44.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:43 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:44.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:43 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:44.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:43 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:45.018 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 5 on host 'smithi154' 2023-12-06T06:40:45.404 DEBUG:teuthology.orchestra.run.smithi154:osd.5> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.5.service 2023-12-06T06:40:45.406 INFO:tasks.cephadm:Deploying osd.6 on smithi154 with /dev/vg_nvme/lv_2... 2023-12-06T06:40:45.407 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T06:40:45.438 INFO:journalctl@ceph.osd.5.smithi154.stdout:-- Logs begin at Wed 2023-12-06 06:28:09 UTC. -- 2023-12-06T06:40:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:45 smithi154 ceph-mon[110416]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-06T06:40:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:45 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:45 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:45.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:45 smithi116 ceph-mon[107711]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-06T06:40:45.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:45 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:45.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:45 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:46.082 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:40:45 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:40:45.906+0000 7f5308cf93c0 -1 osd.5 0 log_to_monitors true 2023-12-06T06:40:46.738 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:46 smithi154 ceph-mon[110416]: from='osd.5 [v2:172.21.15.154:6808/3422971038,v1:172.21.15.154:6809/3422971038]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:40:46.738 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:46 smithi154 ceph-mon[110416]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:40:46.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:46 smithi116 ceph-mon[107711]: from='osd.5 [v2:172.21.15.154:6808/3422971038,v1:172.21.15.154:6809/3422971038]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:40:46.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:46 smithi116 ceph-mon[107711]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:40:47.220 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T06:40:47.220 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T06:40:47.220 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2023-12-06T06:40:47.220 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2023-12-06T06:40:47.220 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0117003 s, 896 MB/s 2023-12-06T06:40:47.220 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2023-12-06T06:40:47.848 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:40:47 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:40:47.610+0000 7f52ff6fc700 -1 osd.5 0 waiting for initial osdmap 2023-12-06T06:40:47.848 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:40:47 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:40:47.615+0000 7f52fa894700 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:40:47.848 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:47 smithi154 ceph-mon[110416]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-06T06:40:47.848 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:47 smithi154 ceph-mon[110416]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T06:40:47.848 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:47 smithi154 ceph-mon[110416]: osdmap e35: 6 total, 5 up, 6 in 2023-12-06T06:40:47.848 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:47 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:47.848 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:47 smithi154 ceph-mon[110416]: from='osd.5 [v2:172.21.15.154:6808/3422971038,v1:172.21.15.154:6809/3422971038]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:40:47.848 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:47 smithi154 ceph-mon[110416]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:40:47.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:47 smithi116 ceph-mon[107711]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-06T06:40:47.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:47 smithi116 ceph-mon[107711]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T06:40:47.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:47 smithi116 ceph-mon[107711]: osdmap e35: 6 total, 5 up, 6 in 2023-12-06T06:40:47.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:47 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:47.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:47 smithi116 ceph-mon[107711]: from='osd.5 [v2:172.21.15.154:6808/3422971038,v1:172.21.15.154:6809/3422971038]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:40:47.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:47 smithi116 ceph-mon[107711]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:40:47.901 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi154:vg_nvme/lv_2 2023-12-06T06:40:48.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-06T06:40:48.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: osdmap e36: 6 total, 5 up, 6 in 2023-12-06T06:40:48.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:48.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: Detected new or changed devices on smithi154 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi154 to 7985M 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: osd.5 [v2:172.21.15.154:6808/3422971038,v1:172.21.15.154:6809/3422971038] boot 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: osdmap e37: 6 total, 6 up, 6 in 2023-12-06T06:40:48.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:49.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-06T06:40:49.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: osdmap e36: 6 total, 5 up, 6 in 2023-12-06T06:40:49.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:49.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:49.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: Detected new or changed devices on smithi154 2023-12-06T06:40:49.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi154 to 7985M 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: osd.5 [v2:172.21.15.154:6808/3422971038,v1:172.21.15.154:6809/3422971038] boot 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: osdmap e37: 6 total, 6 up, 6 in 2023-12-06T06:40:49.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:40:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:49 smithi154 ceph-mon[110416]: purged_snaps scrub starts 2023-12-06T06:40:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:49 smithi154 ceph-mon[110416]: purged_snaps scrub ok 2023-12-06T06:40:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:49 smithi154 ceph-mon[110416]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:40:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:49 smithi154 ceph-mon[110416]: from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:40:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:49 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:40:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:49 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:40:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:49 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:49 smithi154 ceph-mon[110416]: osdmap e38: 6 total, 6 up, 6 in 2023-12-06T06:40:50.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:49 smithi116 ceph-mon[107711]: purged_snaps scrub starts 2023-12-06T06:40:50.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:49 smithi116 ceph-mon[107711]: purged_snaps scrub ok 2023-12-06T06:40:50.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:49 smithi116 ceph-mon[107711]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:40:50.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:49 smithi116 ceph-mon[107711]: from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:40:50.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:49 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:40:50.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:49 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:40:50.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:49 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:50.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:49 smithi116 ceph-mon[107711]: osdmap e38: 6 total, 6 up, 6 in 2023-12-06T06:40:51.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:51 smithi154 ceph-mon[110416]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:40:51.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:51 smithi154 ceph-mon[110416]: osdmap e39: 6 total, 6 up, 6 in 2023-12-06T06:40:51.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:51 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/2924530292' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6dac54c2-bc22-435e-b43b-e9ee9a65b8f5"}]: dispatch 2023-12-06T06:40:51.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:51 smithi154 ceph-mon[110416]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6dac54c2-bc22-435e-b43b-e9ee9a65b8f5"}]: dispatch 2023-12-06T06:40:51.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:51 smithi154 ceph-mon[110416]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6dac54c2-bc22-435e-b43b-e9ee9a65b8f5"}]': finished 2023-12-06T06:40:51.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:51 smithi154 ceph-mon[110416]: osdmap e40: 7 total, 6 up, 7 in 2023-12-06T06:40:51.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:51 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:40:52.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:51 smithi116 ceph-mon[107711]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:40:52.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:51 smithi116 ceph-mon[107711]: osdmap e39: 6 total, 6 up, 6 in 2023-12-06T06:40:52.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:51 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/2924530292' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6dac54c2-bc22-435e-b43b-e9ee9a65b8f5"}]: dispatch 2023-12-06T06:40:52.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:51 smithi116 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6dac54c2-bc22-435e-b43b-e9ee9a65b8f5"}]: dispatch 2023-12-06T06:40:52.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:51 smithi116 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6dac54c2-bc22-435e-b43b-e9ee9a65b8f5"}]': finished 2023-12-06T06:40:52.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:51 smithi116 ceph-mon[107711]: osdmap e40: 7 total, 6 up, 7 in 2023-12-06T06:40:52.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:51 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:40:52.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:52 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/1569464100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:40:52.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:52 smithi154 ceph-mon[110416]: osdmap e41: 7 total, 6 up, 7 in 2023-12-06T06:40:52.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:52 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:40:53.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:52 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/1569464100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:40:53.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:52 smithi116 ceph-mon[107711]: osdmap e41: 7 total, 6 up, 7 in 2023-12-06T06:40:53.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:52 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:40:54.130 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:54 smithi154 ceph-mon[110416]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:40:54.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:54 smithi116 ceph-mon[107711]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:40:56.341 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:56 smithi154 ceph-mon[110416]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:40:56.341 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:56 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T06:40:56.342 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:56 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:56.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:56 smithi116 ceph-mon[107711]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:40:56.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:56 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T06:40:56.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:56 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:40:57.285 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:57 smithi154 ceph-mon[110416]: Deploying daemon osd.6 on smithi154 2023-12-06T06:40:57.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:57 smithi116 ceph-mon[107711]: Deploying daemon osd.6 on smithi154 2023-12-06T06:40:58.149 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:40:58 smithi154 ceph-mon[110416]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:40:58.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:40:58 smithi116 ceph-mon[107711]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:00.328 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:00 smithi154 ceph-mon[110416]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:00.329 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:41:00.329 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:00.329 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:41:00.329 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:00 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:00.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:00 smithi116 ceph-mon[107711]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:00.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:41:00.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:00.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:41:00.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:00 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:01.477 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 6 on host 'smithi154' 2023-12-06T06:41:01.854 DEBUG:teuthology.orchestra.run.smithi154:osd.6> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.6.service 2023-12-06T06:41:01.857 INFO:tasks.cephadm:Deploying osd.7 on smithi154 with /dev/vg_nvme/lv_1... 2023-12-06T06:41:01.857 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T06:41:01.887 INFO:journalctl@ceph.osd.6.smithi154.stdout:-- Logs begin at Wed 2023-12-06 06:28:09 UTC. -- 2023-12-06T06:41:02.414 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:02 smithi154 ceph-mon[110416]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:02.414 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:02.415 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:02.415 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:41:02.415 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:02.415 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:02.415 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:02 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:41:02.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:02 smithi116 ceph-mon[107711]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:02.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:02.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:02.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:41:02.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:02.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:02.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:02 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:41:02.811 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:41:02 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:41:02.523+0000 7f8e1020b3c0 -1 osd.6 0 log_to_monitors true 2023-12-06T06:41:03.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:03 smithi154 ceph-mon[110416]: from='osd.6 [v2:172.21.15.154:6816/3195529405,v1:172.21.15.154:6817/3195529405]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:41:03.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:03 smithi154 ceph-mon[110416]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:41:03.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:03 smithi116 ceph-mon[107711]: from='osd.6 [v2:172.21.15.154:6816/3195529405,v1:172.21.15.154:6817/3195529405]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:41:03.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:03 smithi116 ceph-mon[107711]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:41:03.734 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T06:41:03.734 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T06:41:03.734 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2023-12-06T06:41:03.734 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2023-12-06T06:41:03.734 INFO:teuthology.orchestra.run.smithi154.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145646 s, 720 MB/s 2023-12-06T06:41:03.735 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2023-12-06T06:41:04.295 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi154:vg_nvme/lv_1 2023-12-06T06:41:04.322 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:41:04.151+0000 7f8e06c0e700 -1 osd.6 0 waiting for initial osdmap 2023-12-06T06:41:04.322 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:41:04.158+0000 7f8dff5a1700 -1 osd.6 43 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: osdmap e42: 7 total, 6 up, 7 in 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='osd.6 [v2:172.21.15.154:6816/3195529405,v1:172.21.15.154:6817/3195529405]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:04.323 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T06:41:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: osdmap e42: 7 total, 6 up, 7 in 2023-12-06T06:41:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='osd.6 [v2:172.21.15.154:6816/3195529405,v1:172.21.15.154:6817/3195529405]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:41:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:41:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:04.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:04.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:04.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:04.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:04.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:05.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:05 smithi154 ceph-mon[110416]: Detected new or changed devices on smithi154 2023-12-06T06:41:05.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:05 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi154 to 5323M 2023-12-06T06:41:05.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:05 smithi154 ceph-mon[110416]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-06T06:41:05.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:05 smithi154 ceph-mon[110416]: osdmap e43: 7 total, 6 up, 7 in 2023-12-06T06:41:05.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:05 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:05.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:05 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:05 smithi116 ceph-mon[107711]: Detected new or changed devices on smithi154 2023-12-06T06:41:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:05 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi154 to 5323M 2023-12-06T06:41:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:05 smithi116 ceph-mon[107711]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-06T06:41:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:05 smithi116 ceph-mon[107711]: osdmap e43: 7 total, 6 up, 7 in 2023-12-06T06:41:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:05 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:05 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:06.332 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: purged_snaps scrub starts 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: purged_snaps scrub ok 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: osd.6 [v2:172.21.15.154:6816/3195529405,v1:172.21.15.154:6817/3195529405] boot 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: osdmap e44: 7 total, 7 up, 7 in 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:06.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:06 smithi154 ceph-mon[110416]: osdmap e45: 7 total, 7 up, 7 in 2023-12-06T06:41:06.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: purged_snaps scrub starts 2023-12-06T06:41:06.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: purged_snaps scrub ok 2023-12-06T06:41:06.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:41:06.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:06.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: osd.6 [v2:172.21.15.154:6816/3195529405,v1:172.21.15.154:6817/3195529405] boot 2023-12-06T06:41:06.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: osdmap e44: 7 total, 7 up, 7 in 2023-12-06T06:41:06.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:41:06.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:41:06.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:41:06.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:06.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:06 smithi116 ceph-mon[107711]: osdmap e45: 7 total, 7 up, 7 in 2023-12-06T06:41:07.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:07 smithi116 ceph-mon[107711]: from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:41:07.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:07 smithi116 ceph-mon[107711]: osdmap e46: 7 total, 7 up, 7 in 2023-12-06T06:41:07.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:07 smithi154 ceph-mon[110416]: from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:41:07.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:07 smithi154 ceph-mon[110416]: osdmap e46: 7 total, 7 up, 7 in 2023-12-06T06:41:08.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:08 smithi116 ceph-mon[107711]: pgmap v110: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:41:08.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:08 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/3099641358' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce49df22-bbe6-41d7-bf6c-843d80971285"}]: dispatch 2023-12-06T06:41:08.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:08 smithi116 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce49df22-bbe6-41d7-bf6c-843d80971285"}]: dispatch 2023-12-06T06:41:08.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:08 smithi116 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce49df22-bbe6-41d7-bf6c-843d80971285"}]': finished 2023-12-06T06:41:08.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:08 smithi116 ceph-mon[107711]: osdmap e47: 8 total, 7 up, 8 in 2023-12-06T06:41:08.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:08 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:08.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:08 smithi116 ceph-mon[107711]: from='client.? 172.21.15.154:0/1116232278' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:41:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:08 smithi154 ceph-mon[110416]: pgmap v110: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:41:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:08 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/3099641358' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce49df22-bbe6-41d7-bf6c-843d80971285"}]: dispatch 2023-12-06T06:41:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:08 smithi154 ceph-mon[110416]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce49df22-bbe6-41d7-bf6c-843d80971285"}]: dispatch 2023-12-06T06:41:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:08 smithi154 ceph-mon[110416]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce49df22-bbe6-41d7-bf6c-843d80971285"}]': finished 2023-12-06T06:41:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:08 smithi154 ceph-mon[110416]: osdmap e47: 8 total, 7 up, 8 in 2023-12-06T06:41:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:08 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:08 smithi154 ceph-mon[110416]: from='client.? 172.21.15.154:0/1116232278' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:41:09.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:09 smithi116 ceph-mon[107711]: osdmap e48: 8 total, 7 up, 8 in 2023-12-06T06:41:09.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:09 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:09.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:09 smithi154 ceph-mon[110416]: osdmap e48: 8 total, 7 up, 8 in 2023-12-06T06:41:09.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:09 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:10.515 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:10 smithi154 ceph-mon[110416]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:41:10.516 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:10 smithi154 ceph-mon[110416]: osdmap e49: 8 total, 7 up, 8 in 2023-12-06T06:41:10.516 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:10.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:10 smithi116 ceph-mon[107711]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:41:10.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:10 smithi116 ceph-mon[107711]: osdmap e49: 8 total, 7 up, 8 in 2023-12-06T06:41:10.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:12.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:12 smithi116 ceph-mon[107711]: pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:41:12.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:12 smithi154 ceph-mon[110416]: pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:41:13.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T06:41:13.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T06:41:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:14.596 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:14 smithi154 ceph-mon[110416]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-12-06T06:41:14.596 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:14 smithi154 ceph-mon[110416]: Deploying daemon osd.7 on smithi154 2023-12-06T06:41:14.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:14 smithi116 ceph-mon[107711]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-12-06T06:41:14.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:14 smithi116 ceph-mon[107711]: Deploying daemon osd.7 on smithi154 2023-12-06T06:41:16.702 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:16 smithi154 ceph-mon[110416]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-12-06T06:41:16.703 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:16.703 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:41:16.703 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:16.703 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:41:16.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:16 smithi116 ceph-mon[107711]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-12-06T06:41:16.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:16.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:41:16.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:16.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:41:18.089 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 7 on host 'smithi154' 2023-12-06T06:41:18.459 DEBUG:teuthology.orchestra.run.smithi154:osd.7> sudo journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.7.service 2023-12-06T06:41:18.501 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T06:41:18.502 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T06:41:18.532 INFO:journalctl@ceph.osd.7.smithi154.stdout:-- Logs begin at Wed 2023-12-06 06:28:09 UTC. -- 2023-12-06T06:41:18.543 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:18 smithi154 ceph-mon[110416]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-12-06T06:41:18.543 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:18 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:18.828 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:18 smithi116 ceph-mon[107711]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-12-06T06:41:18.828 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:18 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:19.522 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:41:19 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:41:19.317+0000 7f7f97c023c0 -1 osd.7 0 log_to_monitors true 2023-12-06T06:41:19.812 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:19.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:19 smithi116 ceph-mon[107711]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T06:41:19.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:19.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:19 smithi116 ceph-mon[107711]: from='osd.7 [v2:172.21.15.154:6824/1641392368,v1:172.21.15.154:6825/1641392368]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:41:19.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:19 smithi116 ceph-mon[107711]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:41:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:19 smithi154 ceph-mon[110416]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T06:41:19.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:19.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:19 smithi154 ceph-mon[110416]: from='osd.7 [v2:172.21.15.154:6824/1641392368,v1:172.21.15.154:6825/1641392368]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:41:19.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:19 smithi154 ceph-mon[110416]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:41:20.206 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1701844865,"num_in_osds":8,"osd_in_since":1701844867,"num_remapped_pgs":0} 2023-12-06T06:41:20.609 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:41:20.528+0000 7f7f8fe08700 -1 osd.7 0 waiting for initial osdmap 2023-12-06T06:41:20.609 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:41:20.537+0000 7f7f88f9c700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:41:20.609 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T06:41:20.609 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: osdmap e50: 8 total, 7 up, 8 in 2023-12-06T06:41:20.609 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: from='osd.7 [v2:172.21.15.154:6824/1641392368,v1:172.21.15.154:6825/1641392368]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:41:20.609 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:20.609 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:41:20.609 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1362053824' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T06:41:20.610 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-06T06:41:20.610 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: osdmap e51: 8 total, 7 up, 8 in 2023-12-06T06:41:20.610 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:20 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:20.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T06:41:20.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: osdmap e50: 8 total, 7 up, 8 in 2023-12-06T06:41:20.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: from='osd.7 [v2:172.21.15.154:6824/1641392368,v1:172.21.15.154:6825/1641392368]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:41:20.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:20.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-06T06:41:20.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1362053824' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T06:41:20.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-06T06:41:20.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: osdmap e51: 8 total, 7 up, 8 in 2023-12-06T06:41:20.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:20 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:21.207 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T06:41:21.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T06:41:21.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:21.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: Detected new or changed devices on smithi154 2023-12-06T06:41:21.845 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi154 to 3992M 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: osd.7 [v2:172.21.15.154:6824/1641392368,v1:172.21.15.154:6825/1641392368] boot 2023-12-06T06:41:21.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: osdmap e52: 8 total, 8 up, 8 in 2023-12-06T06:41:21.847 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:21 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:21.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T06:41:21.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:21.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: Detected new or changed devices on smithi154 2023-12-06T06:41:21.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:21.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:21.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:21.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:21.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:41:21.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi154 to 3992M 2023-12-06T06:41:21.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:21.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:21.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:41:21.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:41:21.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:41:21.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:41:21.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: osd.7 [v2:172.21.15.154:6824/1641392368,v1:172.21.15.154:6825/1641392368] boot 2023-12-06T06:41:21.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: osdmap e52: 8 total, 8 up, 8 in 2023-12-06T06:41:21.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:21 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:41:22.529 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:22.898 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1701844881,"num_in_osds":8,"osd_in_since":1701844867,"num_remapped_pgs":1} 2023-12-06T06:41:22.898 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T06:41:23.122 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:23.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:23 smithi116 ceph-mon[107711]: purged_snaps scrub starts 2023-12-06T06:41:23.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:23 smithi116 ceph-mon[107711]: purged_snaps scrub ok 2023-12-06T06:41:23.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:23 smithi116 ceph-mon[107711]: osdmap e53: 8 total, 8 up, 8 in 2023-12-06T06:41:23.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:23 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/706566508' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T06:41:23.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:23 smithi154 ceph-mon[110416]: purged_snaps scrub starts 2023-12-06T06:41:23.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:23 smithi154 ceph-mon[110416]: purged_snaps scrub ok 2023-12-06T06:41:23.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:23 smithi154 ceph-mon[110416]: osdmap e53: 8 total, 8 up, 8 in 2023-12-06T06:41:23.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:23 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/706566508' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T06:41:24.290 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:24.290 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":55,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","created":"2023-12-06T06:37:07.640224+0000","modified":"2023-12-06T06:41:24.138105+0000","last_up_change":"2023-12-06T06:41:21.125967+0000","last_in_change":"2023-12-06T06:41:07.358130+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T06:39:58.712926+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"84476556-204b-4f58-be98-f373b76a9273","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.116:6802","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6803","nonce":1008781107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6805","nonce":1008781107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6809","nonce":1008781107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6807","nonce":1008781107}]},"public_addr":"172.21.15.116:6803/1008781107","cluster_addr":"172.21.15.116:6805/1008781107","heartbeat_back_addr":"172.21.15.116:6809/1008781107","heartbeat_front_addr":"172.21.15.116:6807/1008781107","state":["exists","up"]},{"osd":1,"uuid":"a7359775-c063-4e64-b24f-e126b92719aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6811","nonce":4071946888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6813","nonce":4071946888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6817","nonce":4071946888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6815","nonce":4071946888}]},"public_addr":"172.21.15.116:6811/4071946888","cluster_addr":"172.21.15.116:6813/4071946888","heartbeat_back_addr":"172.21.15.116:6817/4071946888","heartbeat_front_addr":"172.21.15.116:6815/4071946888","state":["exists","up"]},{"osd":2,"uuid":"d5698b58-6d71-4a5f-9e45-45c7baa30041","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.116:6818","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6819","nonce":1296769561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6821","nonce":1296769561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6825","nonce":1296769561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6823","nonce":1296769561}]},"public_addr":"172.21.15.116:6819/1296769561","cluster_addr":"172.21.15.116:6821/1296769561","heartbeat_back_addr":"172.21.15.116:6825/1296769561","heartbeat_front_addr":"172.21.15.116:6823/1296769561","state":["exists","up"]},{"osd":3,"uuid":"7bf86560-b240-47b2-b479-c6db5573cbe3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6827","nonce":148438268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6829","nonce":148438268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6833","nonce":148438268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6831","nonce":148438268}]},"public_addr":"172.21.15.116:6827/148438268","cluster_addr":"172.21.15.116:6829/148438268","heartbeat_back_addr":"172.21.15.116:6833/148438268","heartbeat_front_addr":"172.21.15.116:6831/148438268","state":["exists","up"]},{"osd":4,"uuid":"1b1ecddc-3784-44be-b0e5-7377e8a5192c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6801","nonce":783334929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6803","nonce":783334929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6807","nonce":783334929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6805","nonce":783334929}]},"public_addr":"172.21.15.154:6801/783334929","cluster_addr":"172.21.15.154:6803/783334929","heartbeat_back_addr":"172.21.15.154:6807/783334929","heartbeat_front_addr":"172.21.15.154:6805/783334929","state":["exists","up"]},{"osd":5,"uuid":"0524b218-8914-4ef4-8987-a537fcb30dde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6809","nonce":3422971038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6811","nonce":3422971038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6815","nonce":3422971038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6813","nonce":3422971038}]},"public_addr":"172.21.15.154:6809/3422971038","cluster_addr":"172.21.15.154:6811/3422971038","heartbeat_back_addr":"172.21.15.154:6815/3422971038","heartbeat_front_addr":"172.21.15.154:6813/3422971038","state":["exists","up"]},{"osd":6,"uuid":"6dac54c2-bc22-435e-b43b-e9ee9a65b8f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6817","nonce":3195529405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6818","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6819","nonce":3195529405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6823","nonce":3195529405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6821","nonce":3195529405}]},"public_addr":"172.21.15.154:6817/3195529405","cluster_addr":"172.21.15.154:6819/3195529405","heartbeat_back_addr":"172.21.15.154:6823/3195529405","heartbeat_front_addr":"172.21.15.154:6821/3195529405","state":["exists","up"]},{"osd":7,"uuid":"ce49df22-bbe6-41d7-bf6c-843d80971285","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.154:6824","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6825","nonce":1641392368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6826","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6827","nonce":1641392368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6831","nonce":1641392368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6829","nonce":1641392368}]},"public_addr":"172.21.15.154:6825/1641392368","cluster_addr":"172.21.15.154:6827/1641392368","heartbeat_back_addr":"172.21.15.154:6831/1641392368","heartbeat_front_addr":"172.21.15.154:6829/1641392368","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:18.207653+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:39.716934+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:56.889898+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:14.314177+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:30.171713+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:46.900500+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:41:03.516925+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:41:20.289323+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/3239867131":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6801/3253759370":"2023-12-07T06:38:32.353280+0000","172.21.15.116:0/2145614046":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/2680840087":"2023-12-07T06:37:54.051306+0000","172.21.15.116:6801/3288018577":"2023-12-07T06:37:54.051306+0000","172.21.15.116:6800/3253759370":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6800/3288018577":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/1277082600":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/3399473448":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/2202963823":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/3011375202":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/1076167160":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6800/2558970994":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/1556241658":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6801/2558970994":"2023-12-07T06:37:30.076425+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T06:41:24.461 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:24 smithi116 ceph-mon[107711]: pgmap v126: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:24.461 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:24 smithi116 ceph-mon[107711]: osdmap e54: 8 total, 8 up, 8 in 2023-12-06T06:41:24.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:24 smithi154 ceph-mon[110416]: pgmap v126: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:24.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:24 smithi154 ceph-mon[110416]: osdmap e54: 8 total, 8 up, 8 in 2023-12-06T06:41:24.664 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-06T06:39:58.712926+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-06T06:41:24.664 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-06T06:41:24.885 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:25.319 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:25 smithi116 ceph-mon[107711]: osdmap e55: 8 total, 8 up, 8 in 2023-12-06T06:41:25.320 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:25 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3732100406' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:41:25.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:25 smithi154 ceph-mon[110416]: osdmap e55: 8 total, 8 up, 8 in 2023-12-06T06:41:25.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:25 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3732100406' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:41:26.019 INFO:teuthology.orchestra.run.smithi116.stdout:pg_num: 1 2023-12-06T06:41:26.322 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:26 smithi116 ceph-mon[107711]: pgmap v129: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:26.322 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:26 smithi116 ceph-mon[107711]: osdmap e56: 8 total, 8 up, 8 in 2023-12-06T06:41:26.322 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:26 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3421761011' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T06:41:26.406 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T06:41:26.406 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T06:41:26.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:26 smithi154 ceph-mon[110416]: pgmap v129: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:26.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:26 smithi154 ceph-mon[110416]: osdmap e56: 8 total, 8 up, 8 in 2023-12-06T06:41:26.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:26 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3421761011' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T06:41:27.753 INFO:teuthology.orchestra.run.smithi116.stdout:[client.0] 2023-12-06T06:41:27.754 INFO:teuthology.orchestra.run.smithi116.stdout: key = AQCXF3BlbveXLBAAAY6cPmKv/fl4MFo2t1LoFA== 2023-12-06T06:41:28.130 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-06T06:41:28.130 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T06:41:28.130 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T06:41:28.170 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T06:41:28.170 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T06:41:28.171 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T06:41:28.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:28 smithi116 ceph-mon[107711]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:28.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:28 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3849410760' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:41:28.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:28 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3849410760' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T06:41:28.431 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:28.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:28 smithi154 ceph-mon[110416]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:28.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:28 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3849410760' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:41:28.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:28 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3849410760' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T06:41:29.599 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:29.972 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi116.wqyusj","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":2524987238},{"type":"v1","addr":"172.21.15.116:6801","nonce":2524987238}]},"active_addr":"172.21.15.116:6801/2524987238","active_change":"2023-12-06T06:38:32.353595+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi154.rhtbwp","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.116:8443/","prometheus":"http://172.21.15.116: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.116:0","nonce":1276559711}]},{"addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":1530599995}]},{"addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":3204630549}]},{"addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":1207739443}]}]}} 2023-12-06T06:41:29.976 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T06:41:29.976 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T06:41:29.976 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T06:41:30.199 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:30.492 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:30 smithi116 ceph-mon[107711]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T06:41:30.492 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:30 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/629390669' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T06:41:30.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:30 smithi154 ceph-mon[110416]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T06:41:30.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:30 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/629390669' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T06:41:31.336 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:31.337 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":56,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","created":"2023-12-06T06:37:07.640224+0000","modified":"2023-12-06T06:41:25.144185+0000","last_up_change":"2023-12-06T06:41:21.125967+0000","last_in_change":"2023-12-06T06:41:07.358130+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T06:39:58.712926+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"84476556-204b-4f58-be98-f373b76a9273","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.116:6802","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6803","nonce":1008781107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6805","nonce":1008781107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6809","nonce":1008781107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6807","nonce":1008781107}]},"public_addr":"172.21.15.116:6803/1008781107","cluster_addr":"172.21.15.116:6805/1008781107","heartbeat_back_addr":"172.21.15.116:6809/1008781107","heartbeat_front_addr":"172.21.15.116:6807/1008781107","state":["exists","up"]},{"osd":1,"uuid":"a7359775-c063-4e64-b24f-e126b92719aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6811","nonce":4071946888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6813","nonce":4071946888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6817","nonce":4071946888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6815","nonce":4071946888}]},"public_addr":"172.21.15.116:6811/4071946888","cluster_addr":"172.21.15.116:6813/4071946888","heartbeat_back_addr":"172.21.15.116:6817/4071946888","heartbeat_front_addr":"172.21.15.116:6815/4071946888","state":["exists","up"]},{"osd":2,"uuid":"d5698b58-6d71-4a5f-9e45-45c7baa30041","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.116:6818","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6819","nonce":1296769561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6821","nonce":1296769561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6825","nonce":1296769561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6823","nonce":1296769561}]},"public_addr":"172.21.15.116:6819/1296769561","cluster_addr":"172.21.15.116:6821/1296769561","heartbeat_back_addr":"172.21.15.116:6825/1296769561","heartbeat_front_addr":"172.21.15.116:6823/1296769561","state":["exists","up"]},{"osd":3,"uuid":"7bf86560-b240-47b2-b479-c6db5573cbe3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6827","nonce":148438268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6829","nonce":148438268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6833","nonce":148438268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6831","nonce":148438268}]},"public_addr":"172.21.15.116:6827/148438268","cluster_addr":"172.21.15.116:6829/148438268","heartbeat_back_addr":"172.21.15.116:6833/148438268","heartbeat_front_addr":"172.21.15.116:6831/148438268","state":["exists","up"]},{"osd":4,"uuid":"1b1ecddc-3784-44be-b0e5-7377e8a5192c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6801","nonce":783334929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6803","nonce":783334929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6807","nonce":783334929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6805","nonce":783334929}]},"public_addr":"172.21.15.154:6801/783334929","cluster_addr":"172.21.15.154:6803/783334929","heartbeat_back_addr":"172.21.15.154:6807/783334929","heartbeat_front_addr":"172.21.15.154:6805/783334929","state":["exists","up"]},{"osd":5,"uuid":"0524b218-8914-4ef4-8987-a537fcb30dde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6809","nonce":3422971038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6811","nonce":3422971038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6815","nonce":3422971038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6813","nonce":3422971038}]},"public_addr":"172.21.15.154:6809/3422971038","cluster_addr":"172.21.15.154:6811/3422971038","heartbeat_back_addr":"172.21.15.154:6815/3422971038","heartbeat_front_addr":"172.21.15.154:6813/3422971038","state":["exists","up"]},{"osd":6,"uuid":"6dac54c2-bc22-435e-b43b-e9ee9a65b8f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6817","nonce":3195529405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6818","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6819","nonce":3195529405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6823","nonce":3195529405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6821","nonce":3195529405}]},"public_addr":"172.21.15.154:6817/3195529405","cluster_addr":"172.21.15.154:6819/3195529405","heartbeat_back_addr":"172.21.15.154:6823/3195529405","heartbeat_front_addr":"172.21.15.154:6821/3195529405","state":["exists","up"]},{"osd":7,"uuid":"ce49df22-bbe6-41d7-bf6c-843d80971285","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.154:6824","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6825","nonce":1641392368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6826","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6827","nonce":1641392368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6831","nonce":1641392368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6829","nonce":1641392368}]},"public_addr":"172.21.15.154:6825/1641392368","cluster_addr":"172.21.15.154:6827/1641392368","heartbeat_back_addr":"172.21.15.154:6831/1641392368","heartbeat_front_addr":"172.21.15.154:6829/1641392368","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:18.207653+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:39.716934+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:56.889898+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:14.314177+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:30.171713+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:46.900500+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:41:03.516925+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:41:20.289323+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/3239867131":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6801/3253759370":"2023-12-07T06:38:32.353280+0000","172.21.15.116:0/2145614046":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/2680840087":"2023-12-07T06:37:54.051306+0000","172.21.15.116:6801/3288018577":"2023-12-07T06:37:54.051306+0000","172.21.15.116:6800/3253759370":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6800/3288018577":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/1277082600":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/3399473448":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/2202963823":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/3011375202":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/1076167160":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6800/2558970994":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/1556241658":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6801/2558970994":"2023-12-07T06:37:30.076425+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T06:41:31.714 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T06:41:31.714 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T06:41:31.937 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:32.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:32 smithi116 ceph-mon[107711]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-12-06T06:41:32.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:32 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/473586709' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:41:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:32 smithi154 ceph-mon[110416]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-12-06T06:41:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:32 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/473586709' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:41:33.019 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:33.020 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":56,"fsid":"d2584ba4-9401-11ee-95a2-87774f69a715","created":"2023-12-06T06:37:07.640224+0000","modified":"2023-12-06T06:41:25.144185+0000","last_up_change":"2023-12-06T06:41:21.125967+0000","last_in_change":"2023-12-06T06:41:07.358130+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T06:39:58.712926+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"84476556-204b-4f58-be98-f373b76a9273","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.116:6802","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6803","nonce":1008781107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6805","nonce":1008781107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6809","nonce":1008781107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1008781107},{"type":"v1","addr":"172.21.15.116:6807","nonce":1008781107}]},"public_addr":"172.21.15.116:6803/1008781107","cluster_addr":"172.21.15.116:6805/1008781107","heartbeat_back_addr":"172.21.15.116:6809/1008781107","heartbeat_front_addr":"172.21.15.116:6807/1008781107","state":["exists","up"]},{"osd":1,"uuid":"a7359775-c063-4e64-b24f-e126b92719aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6811","nonce":4071946888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6813","nonce":4071946888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6817","nonce":4071946888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":4071946888},{"type":"v1","addr":"172.21.15.116:6815","nonce":4071946888}]},"public_addr":"172.21.15.116:6811/4071946888","cluster_addr":"172.21.15.116:6813/4071946888","heartbeat_back_addr":"172.21.15.116:6817/4071946888","heartbeat_front_addr":"172.21.15.116:6815/4071946888","state":["exists","up"]},{"osd":2,"uuid":"d5698b58-6d71-4a5f-9e45-45c7baa30041","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.116:6818","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6819","nonce":1296769561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6821","nonce":1296769561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6825","nonce":1296769561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":1296769561},{"type":"v1","addr":"172.21.15.116:6823","nonce":1296769561}]},"public_addr":"172.21.15.116:6819/1296769561","cluster_addr":"172.21.15.116:6821/1296769561","heartbeat_back_addr":"172.21.15.116:6825/1296769561","heartbeat_front_addr":"172.21.15.116:6823/1296769561","state":["exists","up"]},{"osd":3,"uuid":"7bf86560-b240-47b2-b479-c6db5573cbe3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6827","nonce":148438268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6829","nonce":148438268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6833","nonce":148438268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":148438268},{"type":"v1","addr":"172.21.15.116:6831","nonce":148438268}]},"public_addr":"172.21.15.116:6827/148438268","cluster_addr":"172.21.15.116:6829/148438268","heartbeat_back_addr":"172.21.15.116:6833/148438268","heartbeat_front_addr":"172.21.15.116:6831/148438268","state":["exists","up"]},{"osd":4,"uuid":"1b1ecddc-3784-44be-b0e5-7377e8a5192c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6801","nonce":783334929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6803","nonce":783334929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6807","nonce":783334929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":783334929},{"type":"v1","addr":"172.21.15.154:6805","nonce":783334929}]},"public_addr":"172.21.15.154:6801/783334929","cluster_addr":"172.21.15.154:6803/783334929","heartbeat_back_addr":"172.21.15.154:6807/783334929","heartbeat_front_addr":"172.21.15.154:6805/783334929","state":["exists","up"]},{"osd":5,"uuid":"0524b218-8914-4ef4-8987-a537fcb30dde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6809","nonce":3422971038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6811","nonce":3422971038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6815","nonce":3422971038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":3422971038},{"type":"v1","addr":"172.21.15.154:6813","nonce":3422971038}]},"public_addr":"172.21.15.154:6809/3422971038","cluster_addr":"172.21.15.154:6811/3422971038","heartbeat_back_addr":"172.21.15.154:6815/3422971038","heartbeat_front_addr":"172.21.15.154:6813/3422971038","state":["exists","up"]},{"osd":6,"uuid":"6dac54c2-bc22-435e-b43b-e9ee9a65b8f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6817","nonce":3195529405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6818","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6819","nonce":3195529405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6823","nonce":3195529405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":3195529405},{"type":"v1","addr":"172.21.15.154:6821","nonce":3195529405}]},"public_addr":"172.21.15.154:6817/3195529405","cluster_addr":"172.21.15.154:6819/3195529405","heartbeat_back_addr":"172.21.15.154:6823/3195529405","heartbeat_front_addr":"172.21.15.154:6821/3195529405","state":["exists","up"]},{"osd":7,"uuid":"ce49df22-bbe6-41d7-bf6c-843d80971285","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.154:6824","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6825","nonce":1641392368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6826","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6827","nonce":1641392368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6831","nonce":1641392368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":1641392368},{"type":"v1","addr":"172.21.15.154:6829","nonce":1641392368}]},"public_addr":"172.21.15.154:6825/1641392368","cluster_addr":"172.21.15.154:6827/1641392368","heartbeat_back_addr":"172.21.15.154:6831/1641392368","heartbeat_front_addr":"172.21.15.154:6829/1641392368","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:18.207653+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:39.716934+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:39:56.889898+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:14.314177+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:30.171713+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:40:46.900500+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:41:03.516925+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T06:41:20.289323+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/3239867131":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6801/3253759370":"2023-12-07T06:38:32.353280+0000","172.21.15.116:0/2145614046":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/2680840087":"2023-12-07T06:37:54.051306+0000","172.21.15.116:6801/3288018577":"2023-12-07T06:37:54.051306+0000","172.21.15.116:6800/3253759370":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6800/3288018577":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/1277082600":"2023-12-07T06:37:54.051306+0000","172.21.15.116:0/3399473448":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/2202963823":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/3011375202":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/1076167160":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6800/2558970994":"2023-12-07T06:37:30.076425+0000","172.21.15.116:0/1556241658":"2023-12-07T06:38:32.353280+0000","172.21.15.116:6801/2558970994":"2023-12-07T06:37:30.076425+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T06:41:33.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:41:33.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:41:33.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:33 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1370998352' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:41:33.397 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T06:41:33.398 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T06:41:33.398 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T06:41:33.399 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T06:41:33.399 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T06:41:33.399 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T06:41:33.400 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T06:41:33.400 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T06:41:33.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:41:33.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:41:33.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:33 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1370998352' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:41:33.844 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:33.995 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:34.146 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:34.349 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:34 smithi116 ceph-mon[107711]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-06T06:41:34.501 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:34 smithi154 ceph-mon[110416]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-06T06:41:34.695 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:34.894 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:36.277 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:36.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:36 smithi116 ceph-mon[107711]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T06:41:36.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:36 smithi154 ceph-mon[110416]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T06:41:37.071 INFO:teuthology.orchestra.run.smithi116.stdout:107374182419 2023-12-06T06:41:37.072 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T06:41:37.535 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:38.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:38 smithi116 ceph-mon[107711]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-12-06T06:41:38.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:38 smithi154 ceph-mon[110416]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-12-06T06:41:38.829 INFO:teuthology.orchestra.run.smithi116.stdout:188978561034 2023-12-06T06:41:38.829 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T06:41:39.405 INFO:teuthology.orchestra.run.smithi116.stdout:128849018896 2023-12-06T06:41:39.405 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T06:41:39.441 INFO:teuthology.orchestra.run.smithi116.stdout:158913789964 2023-12-06T06:41:39.441 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T06:41:40.054 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:40.082 INFO:teuthology.orchestra.run.smithi116.stdout:38654705695 2023-12-06T06:41:40.082 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T06:41:40.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:40 smithi116 ceph-mon[107711]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T06:41:40.559 INFO:teuthology.orchestra.run.smithi116.stdout:60129542171 2023-12-06T06:41:40.559 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T06:41:40.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:40 smithi154 ceph-mon[110416]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T06:41:40.868 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:41.116 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:41.133 INFO:teuthology.orchestra.run.smithi116.stdout:223338299398 2023-12-06T06:41:41.133 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T06:41:41.168 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:42.255 INFO:teuthology.orchestra.run.smithi116.stdout:107374182420 2023-12-06T06:41:42.269 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:42.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:42 smithi116 ceph-mon[107711]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:42.275 INFO:teuthology.orchestra.run.smithi116.stdout:81604378647 2023-12-06T06:41:42.276 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T06:41:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:42 smithi154 ceph-mon[110416]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:42.894 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:43.090 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182419 got 107374182420 for osd.3 2023-12-06T06:41:43.090 DEBUG:teuthology.parallel:result is None 2023-12-06T06:41:43.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:43 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3521349055' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T06:41:43.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3521349055' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T06:41:43.643 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:44.207 INFO:teuthology.orchestra.run.smithi116.stdout:188978561035 2023-12-06T06:41:44.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:44 smithi116 ceph-mon[107711]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:44.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:44 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1012788249' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T06:41:44.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:44 smithi154 ceph-mon[110416]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:44.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:44 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1012788249' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T06:41:44.614 INFO:teuthology.orchestra.run.smithi116.stdout:38654705696 2023-12-06T06:41:44.898 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:45.011 INFO:teuthology.orchestra.run.smithi116.stdout:128849018897 2023-12-06T06:41:45.287 INFO:tasks.cephadm.ceph_manager.ceph:need seq 188978561034 got 188978561035 for osd.6 2023-12-06T06:41:45.288 DEBUG:teuthology.parallel:result is None 2023-12-06T06:41:45.605 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:45 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1343362540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T06:41:45.605 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:45 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/361621755' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T06:41:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:45 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1343362540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T06:41:45.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:45 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/361621755' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T06:41:45.619 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705696 for osd.0 2023-12-06T06:41:45.620 DEBUG:teuthology.parallel:result is None 2023-12-06T06:41:46.066 INFO:teuthology.orchestra.run.smithi116.stdout:60129542172 2023-12-06T06:41:46.450 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:46 smithi116 ceph-mon[107711]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:46.450 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:46 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3831706016' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T06:41:46.603 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-12-06T06:41:46.603 DEBUG:teuthology.parallel:result is None 2023-12-06T06:41:46.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:46 smithi154 ceph-mon[110416]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:46.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:46 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3831706016' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T06:41:46.728 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018896 got 128849018897 for osd.4 2023-12-06T06:41:46.728 DEBUG:teuthology.parallel:result is None 2023-12-06T06:41:47.368 INFO:teuthology.orchestra.run.smithi116.stdout:223338299399 2023-12-06T06:41:47.426 INFO:teuthology.orchestra.run.smithi116.stdout:158913789966 2023-12-06T06:41:47.623 INFO:teuthology.orchestra.run.smithi116.stdout:81604378648 2023-12-06T06:41:47.936 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789964 got 158913789966 for osd.5 2023-12-06T06:41:47.936 DEBUG:teuthology.parallel:result is None 2023-12-06T06:41:48.211 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299399 for osd.7 2023-12-06T06:41:48.212 DEBUG:teuthology.parallel:result is None 2023-12-06T06:41:48.252 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-12-06T06:41:48.252 DEBUG:teuthology.parallel:result is None 2023-12-06T06:41:48.252 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T06:41:48.252 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T06:41:48.519 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:48.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:48 smithi116 ceph-mon[107711]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:48.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:48 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2915335660' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T06:41:48.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:48 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1615016916' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T06:41:48.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:48 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3344725414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T06:41:48.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:48 smithi154 ceph-mon[110416]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:48.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:48 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/2915335660' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T06:41:48.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:48 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1615016916' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T06:41:48.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:48 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3344725414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T06:41:49.665 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:49.666 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2023-12-06T06:41:50.035 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2023-12-06T06:41:48.441818+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":48408,"kb_used_data":6040,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912808,"statfs":{"total":767960285184,"available":767910715392,"internally_reserved":0,"allocated":6184960,"data_stored":3449958,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002116"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-06T06:41:25.153379+0000","last_change":"2023-12-06T06:41:25.153379+0000","last_active":"2023-12-06T06:41:25.153379+0000","last_peered":"2023-12-06T06:41:25.153379+0000","last_clean":"2023-12-06T06:41:25.153379+0000","last_became_active":"2023-12-06T06:41:25.152931+0000","last_became_peered":"2023-12-06T06:41:25.152931+0000","last_unstale":"2023-12-06T06:41:25.153379+0000","last_undegraded":"2023-12-06T06:41:25.153379+0000","last_fullsized":"2023-12-06T06:41:25.153379+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T06:39:59.403439+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T06:39:59.403439+0000","last_clean_scrub_stamp":"2023-12-06T06:39:59.403439+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-07T09:32:39.399373+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":761802,"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.34300000000000003}]},{"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.38600000000000001}]},{"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.56999999999999995}]},{"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.60699999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.501}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]}]},{"osd":6,"up_from":44,"seq":188978561036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":762125,"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.58099999999999996}]},{"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.56000000000000005}]},{"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.63500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65100000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79700000000000004}]},{"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.76700000000000002}]},{"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.81999999999999995}]}]},{"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":6260,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738892,"statfs":{"total":95995035648,"available":95988625408,"internally_reserved":0,"allocated":569344,"data_stored":232631,"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":"Wed Dec 6 06:41:43 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.43099999999999999,"15min":0.438},"min":{"1min":0.22600000000000001,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.82799999999999996,"5min":2.452,"15min":2.452},"last":0.31},{"interface":"front","average":{"1min":0.439,"5min":0.375,"15min":0.36399999999999999},"min":{"1min":0.25800000000000001,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.25800000000000001}]},{"osd":2,"last update":"Wed Dec 6 06:41:01 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":2.54,"5min":2.54,"15min":2.54},"last":0.224},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":2.516,"5min":2.516,"15min":2.516},"last":0.28000000000000003}]},{"osd":3,"last update":"Wed Dec 6 06:41:19 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.34100000000000003}]},{"osd":4,"last update":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"last":0.72499999999999998}]},{"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.56499999999999995}]},{"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.51800000000000002}]},{"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.61499999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705697,"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":761824,"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":"Wed Dec 6 06:41:42 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.35199999999999998,"15min":0.34599999999999997},"min":{"1min":0.28999999999999998,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.495,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.25700000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.34399999999999997,"15min":0.33400000000000002},"min":{"1min":0.253,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.29799999999999999}]},{"osd":2,"last update":"Wed Dec 6 06:41:03 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.42599999999999999}]},{"osd":3,"last update":"Wed Dec 6 06:41:17 2023","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.33500000000000002}]},{"osd":4,"last update":"Wed Dec 6 06:41:32 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"last":0.53700000000000003}]},{"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.50800000000000001}]},{"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.58299999999999996}]},{"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.49299999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378648,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6204,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":577536,"data_stored":233197,"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":"Wed Dec 6 06:41:03 2023","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"last":0.307},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.253}]},{"osd":1,"last update":"Wed Dec 6 06:41:03 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.27900000000000003}]},{"osd":3,"last update":"Wed Dec 6 06:41:17 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.33700000000000002}]},{"osd":4,"last update":"Wed Dec 6 06:41:35 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.5}]},{"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.52700000000000002}]},{"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.39600000000000002}]},{"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.50700000000000001}]}]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":233197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 06:41:16 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.27900000000000003}]},{"osd":1,"last update":"Wed Dec 6 06:41:16 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.314},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.32200000000000001}]},{"osd":2,"last update":"Wed Dec 6 06:41:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.42999999999999999}]},{"osd":4,"last update":"Wed Dec 6 06:41:36 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.46300000000000002}]},{"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.442}]},{"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.47699999999999998}]},{"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.59699999999999998}]}]},{"osd":4,"up_from":30,"seq":128849018898,"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":232874,"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":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":2.887,"5min":2.887,"15min":2.887},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.55000000000000004}]},{"osd":1,"last update":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":2.9319999999999999,"5min":2.9319999999999999,"15min":2.9319999999999999},"last":0.56299999999999994}]},{"osd":2,"last update":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":2.915,"5min":2.915,"15min":2.915},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.57699999999999996}]},{"osd":3,"last update":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.53100000000000003}]},{"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.38900000000000001}]},{"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.497}]},{"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.52300000000000002}]}]},{"osd":5,"up_from":37,"seq":158913789966,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":232308,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60399999999999998}]},{"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.54800000000000004}]},{"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.59199999999999997}]},{"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.67800000000000005}]},{"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.53700000000000003}]},{"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.66700000000000004}]},{"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.75700000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T06:41:50.037 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T06:41:50.263 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:50.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:50 smithi116 ceph-mon[107711]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:50.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:50 smithi154 ceph-mon[110416]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:51.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:51 smithi116 ceph-mon[107711]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:41:51.368 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:51.370 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2023-12-06T06:41:51.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:51 smithi154 ceph-mon[110416]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:41:51.763 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":143,"stamp":"2023-12-06T06:41:50.442159+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":48408,"kb_used_data":6040,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912808,"statfs":{"total":767960285184,"available":767910715392,"internally_reserved":0,"allocated":6184960,"data_stored":3449958,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002171"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-06T06:41:25.153379+0000","last_change":"2023-12-06T06:41:25.153379+0000","last_active":"2023-12-06T06:41:25.153379+0000","last_peered":"2023-12-06T06:41:25.153379+0000","last_clean":"2023-12-06T06:41:25.153379+0000","last_became_active":"2023-12-06T06:41:25.152931+0000","last_became_peered":"2023-12-06T06:41:25.152931+0000","last_unstale":"2023-12-06T06:41:25.153379+0000","last_undegraded":"2023-12-06T06:41:25.153379+0000","last_fullsized":"2023-12-06T06:41:25.153379+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T06:39:59.403439+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T06:39:59.403439+0000","last_clean_scrub_stamp":"2023-12-06T06:39:59.403439+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-07T09:32:39.399373+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":761802,"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.34300000000000003}]},{"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.38600000000000001}]},{"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.56999999999999995}]},{"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.60699999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.501}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]}]},{"osd":6,"up_from":44,"seq":188978561036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":762125,"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.58099999999999996}]},{"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.56000000000000005}]},{"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.63500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65100000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79700000000000004}]},{"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.76700000000000002}]},{"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.81999999999999995}]}]},{"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":6260,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738892,"statfs":{"total":95995035648,"available":95988625408,"internally_reserved":0,"allocated":569344,"data_stored":232631,"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":"Wed Dec 6 06:41:43 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.43099999999999999,"15min":0.438},"min":{"1min":0.22600000000000001,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.82799999999999996,"5min":2.452,"15min":2.452},"last":0.31},{"interface":"front","average":{"1min":0.439,"5min":0.375,"15min":0.36399999999999999},"min":{"1min":0.25800000000000001,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.25800000000000001}]},{"osd":2,"last update":"Wed Dec 6 06:41:01 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":2.54,"5min":2.54,"15min":2.54},"last":0.224},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":2.516,"5min":2.516,"15min":2.516},"last":0.28000000000000003}]},{"osd":3,"last update":"Wed Dec 6 06:41:19 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.34100000000000003}]},{"osd":4,"last update":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"last":0.72499999999999998}]},{"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.56499999999999995}]},{"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.51800000000000002}]},{"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.61499999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705697,"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":761824,"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":"Wed Dec 6 06:41:42 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.35199999999999998,"15min":0.34599999999999997},"min":{"1min":0.28999999999999998,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.495,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.25700000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.34399999999999997,"15min":0.33400000000000002},"min":{"1min":0.253,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.29799999999999999}]},{"osd":2,"last update":"Wed Dec 6 06:41:03 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.42599999999999999}]},{"osd":3,"last update":"Wed Dec 6 06:41:17 2023","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.33500000000000002}]},{"osd":4,"last update":"Wed Dec 6 06:41:32 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"last":0.53700000000000003}]},{"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.50800000000000001}]},{"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.58299999999999996}]},{"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.49299999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6204,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":577536,"data_stored":233197,"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":"Wed Dec 6 06:41:03 2023","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.26200000000000001}]},{"osd":1,"last update":"Wed Dec 6 06:41:03 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.40400000000000003}]},{"osd":3,"last update":"Wed Dec 6 06:41:17 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.43099999999999999}]},{"osd":4,"last update":"Wed Dec 6 06:41:35 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.65800000000000003}]},{"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.60899999999999999}]},{"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.67000000000000004}]},{"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.47999999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":233197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 06:41:16 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.27900000000000003}]},{"osd":1,"last update":"Wed Dec 6 06:41:16 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.314},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.32200000000000001}]},{"osd":2,"last update":"Wed Dec 6 06:41:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.42999999999999999}]},{"osd":4,"last update":"Wed Dec 6 06:41:36 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.46300000000000002}]},{"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.442}]},{"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.47699999999999998}]},{"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.59699999999999998}]}]},{"osd":4,"up_from":30,"seq":128849018898,"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":232874,"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":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":2.887,"5min":2.887,"15min":2.887},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.55000000000000004}]},{"osd":1,"last update":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":2.9319999999999999,"5min":2.9319999999999999,"15min":2.9319999999999999},"last":0.56299999999999994}]},{"osd":2,"last update":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":2.915,"5min":2.915,"15min":2.915},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.57699999999999996}]},{"osd":3,"last update":"Wed Dec 6 06:41:34 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.53100000000000003}]},{"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.38900000000000001}]},{"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.497}]},{"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.52300000000000002}]}]},{"osd":5,"up_from":37,"seq":158913789967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":232308,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68799999999999994}]},{"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.64800000000000002}]},{"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":1.2989999999999999}]},{"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.58599999999999997}]},{"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.60599999999999998}]},{"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.621}]},{"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.70699999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T06:41:51.764 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T06:41:51.764 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T06:41:51.764 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T06:41:51.764 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T06:41:51.986 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/mon.smithi116/config 2023-12-06T06:41:52.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:52 smithi116 ceph-mon[107711]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:52.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:52 smithi116 ceph-mon[107711]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:41:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:52 smithi154 ceph-mon[110416]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:52 smithi154 ceph-mon[110416]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:41:53.165 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:41:53.165 INFO:teuthology.orchestra.run.smithi116.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T06:41:53.493 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:53 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3756858479' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T06:41:53.577 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T06:41:53.577 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T06:41:53.577 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T06:41:53.586 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:41:53.587 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-06T06:41:53.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:53 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3756858479' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T06:41:54.589 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:54 smithi116 ceph-mon[107711]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:54.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:54 smithi154 ceph-mon[110416]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:54.979 INFO:teuthology.orchestra.run.smithi116.stdout:Backend: cephadm 2023-12-06T06:41:54.979 INFO:teuthology.orchestra.run.smithi116.stdout:Available: Yes 2023-12-06T06:41:54.979 INFO:teuthology.orchestra.run.smithi116.stdout:Paused: No 2023-12-06T06:41:55.368 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-06T06:41:56.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:56 smithi116 ceph-mon[107711]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:56.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:56 smithi116 ceph-mon[107711]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:41:56.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:56 smithi154 ceph-mon[110416]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:56.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:56 smithi154 ceph-mon[110416]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (2m) 103s ago 3m - - ba2b418f427c a9014aa86aa5 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (3m) 103s ago 3m - - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (3m) 38s ago 3m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (2m) 103s ago 3m - - 8.3.5 dad864ee21e9 b5fcc354805d 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (4m) 103s ago 4m - - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (3m) 38s ago 3m 418M - 17.2.0 e1d6a67b021e ccc90015b919 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (4m) 103s ago 4m - 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (3m) 38s ago 3m 52.7M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (3m) 103s ago 3m - - 1dbe0e931976 3144d1047599 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 running (3m) 38s ago 3m 26.2M - 1dbe0e931976 f0bd7c5dc6c6 2023-12-06T06:41:56.760 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (2m) 103s ago 2m - 3224M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:41:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (2m) 103s ago 2m - 3224M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:41:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (2m) 103s ago 2m - 3224M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:41:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (106s) 103s ago 106s - 3224M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:41:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (91s) 38s ago 90s 38.2M 3992M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:41:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (74s) 38s ago 74s 38.1M 3992M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:41:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (57s) 38s ago 57s 37.9M 3992M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:41:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (40s) 38s ago 40s 14.2M 3992M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:41:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (2m) 103s ago 2m - - 514e6a882f6e be822df246d8 2023-12-06T06:41:57.153 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-06T06:41:58.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:58 smithi116 ceph-mon[107711]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:58.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:41:58 smithi116 ceph-mon[107711]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:41:58.487 INFO:teuthology.orchestra.run.smithi116.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-06T06:41:58.487 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager ?:9093,9094 1/1 104s ago 4m count:1 2023-12-06T06:41:58.487 INFO:teuthology.orchestra.run.smithi116.stdout:crash 2/2 104s ago 4m * 2023-12-06T06:41:58.487 INFO:teuthology.orchestra.run.smithi116.stdout:grafana ?:3000 1/1 104s ago 4m count:1 2023-12-06T06:41:58.487 INFO:teuthology.orchestra.run.smithi116.stdout:mgr 2/2 104s ago 4m count:2 2023-12-06T06:41:58.488 INFO:teuthology.orchestra.run.smithi116.stdout:mon 2/2 104s ago 3m smithi116:172.21.15.116=smithi116;smithi154:172.21.15.154=smithi154;count:2 2023-12-06T06:41:58.488 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter ?:9100 2/2 104s ago 4m * 2023-12-06T06:41:58.488 INFO:teuthology.orchestra.run.smithi116.stdout:osd 8 104s ago - 2023-12-06T06:41:58.488 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus ?:9095 1/1 104s ago 4m count:1 2023-12-06T06:41:58.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:58 smithi154 ceph-mon[110416]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:41:58.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:41:58 smithi154 ceph-mon[110416]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:41:58.851 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-06T06:42:00.178 INFO:teuthology.orchestra.run.smithi116.stdout:HOST ADDR LABELS STATUS 2023-12-06T06:42:00.178 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 172.21.15.116 2023-12-06T06:42:00.178 INFO:teuthology.orchestra.run.smithi116.stdout:smithi154 172.21.15.154 2023-12-06T06:42:00.178 INFO:teuthology.orchestra.run.smithi116.stdout:2 hosts in cluster 2023-12-06T06:42:00.475 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:00 smithi116 ceph-mon[107711]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:00.476 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:00 smithi116 ceph-mon[107711]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:00.534 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-06T06:42:00.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:00 smithi154 ceph-mon[110416]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:00.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:00 smithi154 ceph-mon[110416]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:01.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:01 smithi116 ceph-mon[107711]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:01.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:01 smithi154 ceph-mon[110416]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:01.890 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-06T06:42:01.890 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400VJ400BGN 400G LVM detected, locked 2023-12-06T06:42:01.890 INFO:teuthology.orchestra.run.smithi116.stdout:smithi154 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233003B400BGN 400G LVM detected, locked 2023-12-06T06:42:02.259 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-06T06:42:02.268 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:42:02.269 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T06:42:02.300 INFO:teuthology.orchestra.run.smithi116.stderr:+ systemctl stop nfs-server 2023-12-06T06:42:02.307 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi154.front.sepia.ceph.com 2023-12-06T06:42:02.307 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T06:42:02.345 INFO:teuthology.orchestra.run.smithi154.stderr:+ systemctl stop nfs-server 2023-12-06T06:42:02.353 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T06:42:02.362 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:42:02.362 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-06T06:42:02.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:02 smithi116 ceph-mon[107711]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:02.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:02 smithi154 ceph-mon[110416]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:03.280 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:03 smithi116 ceph-mon[107711]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:03.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:03 smithi154 ceph-mon[110416]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:04 smithi116 ceph-mon[107711]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:04.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:04 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T06:42:04.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:04 smithi154 ceph-mon[110416]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:04.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:04 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T06:42:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:05 smithi116 ceph-mon[107711]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:05 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T06:42:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:05 smithi116 ceph-mon[107711]: osdmap e57: 8 total, 8 up, 8 in 2023-12-06T06:42:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:05 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T06:42:05.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:05 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi116[107688]: 2023-12-06T06:42:05.238+0000 7f61eb909700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T06:42:05.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:05 smithi154 ceph-mon[110416]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:05 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T06:42:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:05 smithi154 ceph-mon[110416]: osdmap e57: 8 total, 8 up, 8 in 2023-12-06T06:42:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:05 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T06:42:05.686 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T06:42:05.695 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-06T06:42:05.696 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T06:42:06.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: pgmap v151: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:06.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T06:42:06.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: osdmap e58: 8 total, 8 up, 8 in 2023-12-06T06:42:06.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T06:42:06.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T06:42:06.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T06:42:06.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: osdmap e59: 8 total, 8 up, 8 in 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: fsmap foofs:0 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: Saving service mds.foofs spec with placement count:2 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.xkjrsg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.xkjrsg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T06:42:06.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:06 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:06.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: pgmap v151: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:06.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T06:42:06.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: osdmap e58: 8 total, 8 up, 8 in 2023-12-06T06:42:06.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T06:42:06.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: osdmap e59: 8 total, 8 up, 8 in 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: fsmap foofs:0 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: Saving service mds.foofs spec with placement count:2 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.xkjrsg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T06:42:06.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.xkjrsg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T06:42:06.616 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:06 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:07.291 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:42:07.291 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T06:37:45.219362Z", "last_refresh": "2023-12-06T06:40:13.512050Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T06:37:41.364967Z", "last_refresh": "2023-12-06T06:40:13.512111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T06:37:43.302111Z", "last_refresh": "2023-12-06T06:40:13.512172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T06:42:05.267779Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T06:42:05.257483Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T06:37:40.317166Z", "last_refresh": "2023-12-06T06:40:13.511981Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T06:38:14.812456Z", "last_refresh": "2023-12-06T06:40:13.511830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T06:37:44.342792Z", "last_refresh": "2023-12-06T06:40:13.512231Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-06T06:40:13.512349Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T06:37:42.372291Z", "last_refresh": "2023-12-06T06:40:13.512290Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T06:42:07.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:07 smithi116 ceph-mon[107711]: Deploying daemon mds.foofs.smithi116.xkjrsg on smithi116 2023-12-06T06:42:07.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:07 smithi116 ceph-mon[107711]: osdmap e60: 8 total, 8 up, 8 in 2023-12-06T06:42:07.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:07 smithi154 ceph-mon[110416]: Deploying daemon mds.foofs.smithi116.xkjrsg on smithi116 2023-12-06T06:42:07.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:07 smithi154 ceph-mon[110416]: osdmap e60: 8 total, 8 up, 8 in 2023-12-06T06:42:07.706 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-06T06:42:08.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:08 smithi154 ceph-mon[110416]: pgmap v155: 65 pgs: 4 creating+peering, 16 active+clean, 45 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:08.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:08 smithi154 ceph-mon[110416]: osdmap e61: 8 total, 8 up, 8 in 2023-12-06T06:42:08.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:08 smithi154 ceph-mon[110416]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:42:08.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:08 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:08.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:08 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi154.mfbhig", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T06:42:08.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:08 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi154.mfbhig", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T06:42:08.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:08 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:08.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:08 smithi116 ceph-mon[107711]: pgmap v155: 65 pgs: 4 creating+peering, 16 active+clean, 45 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:08.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:08 smithi116 ceph-mon[107711]: osdmap e61: 8 total, 8 up, 8 in 2023-12-06T06:42:08.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:08 smithi116 ceph-mon[107711]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:42:08.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:08 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:08.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:08 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi154.mfbhig", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T06:42:08.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:08 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi154.mfbhig", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T06:42:08.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:08 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:08.706 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T06:42:09.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: Deploying daemon mds.foofs.smithi154.mfbhig on smithi154 2023-12-06T06:42:09.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: mds.? [v2:172.21.15.116:6834/937092361,v1:172.21.15.116:6835/937092361] up:boot 2023-12-06T06:42:09.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: daemon mds.foofs.smithi116.xkjrsg assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T06:42:09.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T06:42:09.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T06:42:09.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: Cluster is now healthy 2023-12-06T06:42:09.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: fsmap foofs:0 1 up:standby 2023-12-06T06:42:09.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi116.xkjrsg"}]: dispatch 2023-12-06T06:42:09.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: fsmap foofs:1 {0=foofs.smithi116.xkjrsg=up:creating} 2023-12-06T06:42:09.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:09 smithi116 ceph-mon[107711]: daemon mds.foofs.smithi116.xkjrsg is now active in filesystem foofs as rank 0 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: Deploying daemon mds.foofs.smithi154.mfbhig on smithi154 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: mds.? [v2:172.21.15.116:6834/937092361,v1:172.21.15.116:6835/937092361] up:boot 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: daemon mds.foofs.smithi116.xkjrsg assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: Cluster is now healthy 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: fsmap foofs:0 1 up:standby 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi116.xkjrsg"}]: dispatch 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: fsmap foofs:1 {0=foofs.smithi116.xkjrsg=up:creating} 2023-12-06T06:42:09.472 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:09 smithi154 ceph-mon[110416]: daemon mds.foofs.smithi116.xkjrsg is now active in filesystem foofs as rank 0 2023-12-06T06:42:10.121 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:42:10.121 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T06:37:45.219362Z", "last_refresh": "2023-12-06T06:40:13.512050Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T06:37:41.364967Z", "last_refresh": "2023-12-06T06:40:13.512111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T06:37:43.302111Z", "last_refresh": "2023-12-06T06:40:13.512172Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T06:42:05.267779Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T06:42:05.257483Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T06:37:40.317166Z", "last_refresh": "2023-12-06T06:40:13.511981Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T06:38:14.812456Z", "last_refresh": "2023-12-06T06:40:13.511830Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T06:37:44.342792Z", "last_refresh": "2023-12-06T06:40:13.512231Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-06T06:40:13.512349Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T06:37:42.372291Z", "last_refresh": "2023-12-06T06:40:13.512290Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T06:42:10.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:10 smithi116 ceph-mon[107711]: pgmap v157: 65 pgs: 4 creating+peering, 51 active+clean, 10 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:10.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:10 smithi116 ceph-mon[107711]: mds.? [v2:172.21.15.116:6834/937092361,v1:172.21.15.116:6835/937092361] up:active 2023-12-06T06:42:10.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:10 smithi116 ceph-mon[107711]: fsmap foofs:1 {0=foofs.smithi116.xkjrsg=up:active} 2023-12-06T06:42:10.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:10.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:10.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:10.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:10 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:10.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:10 smithi154 ceph-mon[110416]: pgmap v157: 65 pgs: 4 creating+peering, 51 active+clean, 10 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:42:10.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:10 smithi154 ceph-mon[110416]: mds.? [v2:172.21.15.116:6834/937092361,v1:172.21.15.116:6835/937092361] up:active 2023-12-06T06:42:10.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:10 smithi154 ceph-mon[110416]: fsmap foofs:1 {0=foofs.smithi116.xkjrsg=up:active} 2023-12-06T06:42:10.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:10.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:10.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:10.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:10 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:10.810 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-06T06:42:11.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:11 smithi116 ceph-mon[107711]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:42:11.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:11 smithi116 ceph-mon[107711]: mds.? [v2:172.21.15.154:6832/3435010489,v1:172.21.15.154:6833/3435010489] up:boot 2023-12-06T06:42:11.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:11 smithi116 ceph-mon[107711]: fsmap foofs:1 {0=foofs.smithi116.xkjrsg=up:active} 1 up:standby 2023-12-06T06:42:11.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:11 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi154.mfbhig"}]: dispatch 2023-12-06T06:42:11.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:11 smithi116 ceph-mon[107711]: fsmap foofs:1 {0=foofs.smithi116.xkjrsg=up:active} 1 up:standby 2023-12-06T06:42:11.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:11 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:11.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:11 smithi154 ceph-mon[110416]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:42:11.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:11 smithi154 ceph-mon[110416]: mds.? [v2:172.21.15.154:6832/3435010489,v1:172.21.15.154:6833/3435010489] up:boot 2023-12-06T06:42:11.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:11 smithi154 ceph-mon[110416]: fsmap foofs:1 {0=foofs.smithi116.xkjrsg=up:active} 1 up:standby 2023-12-06T06:42:11.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:11 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi154.mfbhig"}]: dispatch 2023-12-06T06:42:11.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:11 smithi154 ceph-mon[110416]: fsmap foofs:1 {0=foofs.smithi116.xkjrsg=up:active} 1 up:standby 2023-12-06T06:42:11.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:11 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:11.810 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T06:42:12.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:12 smithi116 ceph-mon[107711]: pgmap v158: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 2 op/s 2023-12-06T06:42:12.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:12 smithi154 ceph-mon[110416]: pgmap v158: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 2 op/s 2023-12-06T06:42:13.304 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:42:13.304 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T06:37:45.219362Z", "last_refresh": "2023-12-06T06:42:13.181119Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T06:37:41.364967Z", "last_refresh": "2023-12-06T06:42:10.961235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T06:37:43.302111Z", "last_refresh": "2023-12-06T06:42:13.181257Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T06:42:05.267779Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T06:42:05.257483Z", "last_refresh": "2023-12-06T06:42:10.961856Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T06:37:40.317166Z", "last_refresh": "2023-12-06T06:42:10.961377Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T06:38:14.812456Z", "last_refresh": "2023-12-06T06:42:10.961461Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T06:37:44.342792Z", "last_refresh": "2023-12-06T06:42:10.961550Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-06T06:42:10.961613Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T06:37:42.372291Z", "last_refresh": "2023-12-06T06:42:13.181372Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T06:42:13.673 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-06T06:42:13.673 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T06:42:13.683 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:42:13.683 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-06T06:42:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 6 op/s 2023-12-06T06:42:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:13.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:13.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:13 smithi116 ceph-mon[107711]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 6 op/s 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:13 smithi154 ceph-mon[110416]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:42:15.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:15 smithi116 ceph-mon[107711]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-06T06:42:15.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:15 smithi116 ceph-mon[107711]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:15.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:15 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T06:42:15.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:15 smithi154 ceph-mon[110416]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-06T06:42:15.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:15 smithi154 ceph-mon[110416]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:15.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:15 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T06:42:16.539 INFO:teuthology.orchestra.run.smithi116.stdout:NFS Cluster Created Successfully 2023-12-06T06:42:16.819 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T06:42:16.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:16 smithi116 ceph-mon[107711]: osdmap e62: 8 total, 8 up, 8 in 2023-12-06T06:42:16.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:16 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T06:42:16.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T06:42:16.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:16 smithi154 ceph-mon[110416]: osdmap e62: 8 total, 8 up, 8 in 2023-12-06T06:42:16.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:16 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T06:42:16.902 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-06T06:42:17.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: pgmap v162: 97 pgs: 8 creating+peering, 24 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-12-06T06:42:17.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T06:42:17.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: osdmap e63: 8 total, 8 up, 8 in 2023-12-06T06:42:17.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: Saving service nfs.foo spec with placement count:2 2023-12-06T06:42:17.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:17.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:17.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:17.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: Creating key for client.nfs.foo.0.0.smithi116.rmrgbs 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.rmrgbs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.rmrgbs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: Rados config object exists: conf-nfs.foo 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: Creating key for client.nfs.foo.0.0.smithi116.rmrgbs-rgw 2023-12-06T06:42:17.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.rmrgbs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:42:17.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.rmrgbs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:42:17.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:17.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: Deploying daemon nfs.foo.0.0.smithi116.rmrgbs on smithi116 2023-12-06T06:42:17.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:17 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: pgmap v162: 97 pgs: 8 creating+peering, 24 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-12-06T06:42:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T06:42:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: osdmap e63: 8 total, 8 up, 8 in 2023-12-06T06:42:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: Saving service nfs.foo spec with placement count:2 2023-12-06T06:42:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: Creating key for client.nfs.foo.0.0.smithi116.rmrgbs 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.rmrgbs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.rmrgbs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: Rados config object exists: conf-nfs.foo 2023-12-06T06:42:17.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: Creating key for client.nfs.foo.0.0.smithi116.rmrgbs-rgw 2023-12-06T06:42:17.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.rmrgbs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:42:17.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.rmrgbs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:42:17.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:17.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: Deploying daemon nfs.foo.0.0.smithi116.rmrgbs on smithi116 2023-12-06T06:42:17.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:17 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:18.582 INFO:teuthology.orchestra.run.smithi116.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-06T06:42:18.582 INFO:teuthology.orchestra.run.smithi116.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-06T06:42:18.582 INFO:teuthology.orchestra.run.smithi116.stderr:Error EINVAL: invalid command 2023-12-06T06:42:18.747 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:18 smithi116 ceph-mon[107711]: osdmap e64: 8 total, 8 up, 8 in 2023-12-06T06:42:18.747 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:18 smithi116 ceph-mon[107711]: mgrmap e20: smithi116.wqyusj(active, since 3m), standbys: smithi154.rhtbwp 2023-12-06T06:42:18.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:18 smithi154 ceph-mon[110416]: osdmap e64: 8 total, 8 up, 8 in 2023-12-06T06:42:18.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:18 smithi154 ceph-mon[110416]: mgrmap e20: smithi116.wqyusj(active, since 3m), standbys: smithi154.rhtbwp 2023-12-06T06:42:18.938 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:42:18.938 INFO:teuthology.orchestra.run.smithi116.stdout: "bind": "/fake", 2023-12-06T06:42:18.938 INFO:teuthology.orchestra.run.smithi116.stdout: "fs": "foofs", 2023-12-06T06:42:18.938 INFO:teuthology.orchestra.run.smithi116.stdout: "path": "/", 2023-12-06T06:42:18.939 INFO:teuthology.orchestra.run.smithi116.stdout: "cluster": "foo", 2023-12-06T06:42:18.939 INFO:teuthology.orchestra.run.smithi116.stdout: "mode": "RW" 2023-12-06T06:42:18.939 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:42:19.298 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-06T06:42:19.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: pgmap v165: 97 pgs: 8 creating+peering, 3 unknown, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T06:42:19.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:19.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-06T06:42:19.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-06T06:42:19.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:19.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: Creating key for client.nfs.foo.1.0.smithi154.jxvoce 2023-12-06T06:42:19.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi154.jxvoce", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T06:42:19.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi154.jxvoce", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T06:42:19.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-06T06:42:19.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T06:42:19.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T06:42:19.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:19 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: pgmap v165: 97 pgs: 8 creating+peering, 3 unknown, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T06:42:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-06T06:42:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-06T06:42:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: Creating key for client.nfs.foo.1.0.smithi154.jxvoce 2023-12-06T06:42:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi154.jxvoce", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T06:42:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi154.jxvoce", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T06:42:19.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-06T06:42:19.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T06:42:19.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T06:42:19.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:19 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:22.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:22 smithi116 ceph-mon[107711]: pgmap v166: 97 pgs: 8 creating+peering, 89 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T06:42:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:22 smithi116 ceph-mon[107711]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:22 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T06:42:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:22 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T06:42:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:22 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi154.jxvoce-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:42:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:22 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi154.jxvoce-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:42:22.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:22 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:22.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:22 smithi154 ceph-mon[110416]: pgmap v166: 97 pgs: 8 creating+peering, 89 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T06:42:22.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:22 smithi154 ceph-mon[110416]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:22.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:22 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T06:42:22.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:22 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T06:42:22.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:22 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi154.jxvoce-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:42:22.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:22 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi154.jxvoce-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:42:22.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:22 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:23.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:23 smithi154 ceph-mon[110416]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:23.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:23 smithi154 ceph-mon[110416]: Rados config object exists: conf-nfs.foo 2023-12-06T06:42:23.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:23 smithi154 ceph-mon[110416]: Creating key for client.nfs.foo.1.0.smithi154.jxvoce-rgw 2023-12-06T06:42:23.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:23 smithi154 ceph-mon[110416]: Deploying daemon nfs.foo.1.0.smithi154.jxvoce on smithi154 2023-12-06T06:42:23.570 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:23 smithi116 ceph-mon[107711]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:23.570 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:23 smithi116 ceph-mon[107711]: Rados config object exists: conf-nfs.foo 2023-12-06T06:42:23.571 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:23 smithi116 ceph-mon[107711]: Creating key for client.nfs.foo.1.0.smithi154.jxvoce-rgw 2023-12-06T06:42:23.571 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:23 smithi116 ceph-mon[107711]: Deploying daemon nfs.foo.1.0.smithi154.jxvoce on smithi154 2023-12-06T06:42:24.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:24 smithi154 ceph-mon[110416]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-06T06:42:24.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:24 smithi154 ceph-mon[110416]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:24.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:24 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:24.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:24 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:24.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:24 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:24.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:24 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:24.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:24 smithi116 ceph-mon[107711]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-06T06:42:24.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:24 smithi116 ceph-mon[107711]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:24.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:24 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:24.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:24 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:24.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:24 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:24.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:24 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:26.496 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:26 smithi116 ceph-mon[107711]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-06T06:42:26.496 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:26 smithi116 ceph-mon[107711]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:26.496 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:26 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:26.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:26 smithi154 ceph-mon[110416]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-06T06:42:26.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:26 smithi154 ceph-mon[110416]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:26.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:26 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.106 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo ?:2049 2/2 1s ago 10s count:2 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:27 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.480 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-06T06:42:27.490 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:42:27.490 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-06T06:42:27.519 INFO:teuthology.orchestra.run.smithi116.stderr:+ mkdir /mnt/foo 2023-12-06T06:42:27.536 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-06T06:42:27.603 INFO:teuthology.orchestra.run.smithi116.stderr:++ hostname 2023-12-06T06:42:27.604 INFO:teuthology.orchestra.run.smithi116.stderr:+ mount -t nfs smithi116:/fake /mnt/foo -o sync 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:27 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:27.975 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-06T06:42:28.049 INFO:teuthology.orchestra.run.smithi116.stderr:+ echo test 2023-12-06T06:42:28.099 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-06T06:42:28.167 INFO:teuthology.orchestra.run.smithi116.stderr:+ sync 2023-12-06T06:42:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:28 smithi116 ceph-mon[107711]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2023-12-06T06:42:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:28 smithi116 ceph-mon[107711]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:28 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:28.568 INFO:teuthology.run_tasks:Running task parallel... 2023-12-06T06:42:28.579 INFO:teuthology.task.parallel:starting parallel... 2023-12-06T06:42:28.579 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-06T06:42:28.580 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-06T06:42:28.580 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:42:28.580 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-06T06:42:28.580 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-06T06:42:28.581 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-06T06:42:28.582 INFO:teuthology.task.exec:Executing custom commands... 2023-12-06T06:42:28.582 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:42:28.582 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-06T06:42:28.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:28 smithi154 ceph-mon[110416]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2023-12-06T06:42:28.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:28 smithi154 ceph-mon[110416]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:28.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:28 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:28.692 INFO:teuthology.orchestra.run.smithi116.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-06T06:42:28.693 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:42:28.693 INFO:teuthology.orchestra.run.smithi116.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-06T06:42:28.701 INFO:teuthology.orchestra.run.smithi116.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-06T06:42:28.801 INFO:teuthology.orchestra.run.smithi116.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-06T06:42:28.802 INFO:teuthology.orchestra.run.smithi116.stdout:releasing clients 2023-12-06T06:42:29.801 INFO:teuthology.orchestra.run.smithi116.stdout: 5 109 24.63 MB/sec warmup 1 sec latency 169.296 ms 2023-12-06T06:42:30.392 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:30 smithi116 ceph-mon[107711]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-06T06:42:30.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:30 smithi154 ceph-mon[110416]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-06T06:42:30.801 INFO:teuthology.orchestra.run.smithi116.stdout: 5 230 22.11 MB/sec warmup 2 sec latency 149.834 ms 2023-12-06T06:42:31.033 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-06T06:42:31.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 336 20.27 MB/sec warmup 3 sec latency 142.041 ms 2023-12-06T06:42:32.492 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:32 smithi116 ceph-mon[107711]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2023-12-06T06:42:32.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:32 smithi154 ceph-mon[110416]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2023-12-06T06:42:32.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 455 19.96 MB/sec warmup 4 sec latency 132.094 ms 2023-12-06T06:42:33.282 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2023-12-06T06:42:33.282 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-12-06T06:42:33.282 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-12-06T06:42:33.282 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-06T06:42:33.283 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:42:33.283 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:33 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:42:33.524 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-06T06:42:33.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2023-12-06T06:42:33.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-12-06T06:42:33.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-12-06T06:42:33.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-06T06:42:33.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:42:33.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:33 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:42:33.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 596 19.66 MB/sec warmup 5 sec latency 146.986 ms 2023-12-06T06:42:34.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:34 smithi116 ceph-mon[107711]: pgmap v172: 97 pgs: 97 active+clean; 52 MiB data, 81 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 4.4 MiB/s wr, 171 op/s 2023-12-06T06:42:34.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:34 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]': finished 2023-12-06T06:42:34.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:34 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-12-06T06:42:34.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:34 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2023-12-06T06:42:34.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:34 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-06T06:42:34.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:34 smithi116 ceph-mon[107711]: osdmap e65: 8 total, 8 up, 8 in 2023-12-06T06:42:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:34 smithi154 ceph-mon[110416]: pgmap v172: 97 pgs: 97 active+clean; 52 MiB data, 81 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 4.4 MiB/s wr, 171 op/s 2023-12-06T06:42:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:34 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]': finished 2023-12-06T06:42:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:34 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-12-06T06:42:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:34 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2023-12-06T06:42:34.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:34 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-06T06:42:34.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:34 smithi154 ceph-mon[110416]: osdmap e65: 8 total, 8 up, 8 in 2023-12-06T06:42:34.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 869 18.01 MB/sec warmup 6 sec latency 141.380 ms 2023-12-06T06:42:35.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:35 smithi116 ceph-mon[107711]: osdmap e66: 8 total, 8 up, 8 in 2023-12-06T06:42:35.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:35 smithi116 ceph-mon[107711]: pgmap v175: 97 pgs: 97 active+clean; 70 MiB data, 107 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 8.8 MiB/s wr, 298 op/s 2023-12-06T06:42:35.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:35 smithi154 ceph-mon[110416]: osdmap e66: 8 total, 8 up, 8 in 2023-12-06T06:42:35.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:35 smithi154 ceph-mon[110416]: pgmap v175: 97 pgs: 97 active+clean; 70 MiB data, 107 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 8.8 MiB/s wr, 298 op/s 2023-12-06T06:42:35.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 1155 16.30 MB/sec warmup 7 sec latency 157.366 ms 2023-12-06T06:42:36.169 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-06T06:42:36.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 1735 16.41 MB/sec warmup 8 sec latency 142.042 ms 2023-12-06T06:42:37.423 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:37 smithi116 ceph-mon[107711]: pgmap v176: 97 pgs: 97 active+clean; 85 MiB data, 137 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s wr, 397 op/s 2023-12-06T06:42:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:37 smithi154 ceph-mon[110416]: pgmap v176: 97 pgs: 97 active+clean; 85 MiB data, 137 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s wr, 397 op/s 2023-12-06T06:42:37.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 2330 15.45 MB/sec warmup 9 sec latency 127.196 ms 2023-12-06T06:42:38.555 INFO:teuthology.orchestra.run.smithi116.stderr:module 'nfs' is already enabled 2023-12-06T06:42:38.689 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:38 smithi116 ceph-mon[107711]: pgmap v177: 97 pgs: 97 active+clean; 109 MiB data, 194 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 14 MiB/s wr, 690 op/s 2023-12-06T06:42:38.689 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:38 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/346202492' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-06T06:42:38.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 2823 15.86 MB/sec warmup 10 sec latency 132.562 ms 2023-12-06T06:42:38.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:38 smithi154 ceph-mon[110416]: pgmap v177: 97 pgs: 97 active+clean; 109 MiB data, 194 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 14 MiB/s wr, 690 op/s 2023-12-06T06:42:38.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:38 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/346202492' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-06T06:42:39.062 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-06T06:42:39.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:39 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/346202492' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-06T06:42:39.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:39 smithi116 ceph-mon[107711]: mgrmap e21: smithi116.wqyusj(active, since 4m), standbys: smithi154.rhtbwp 2023-12-06T06:42:39.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 3263 16.07 MB/sec warmup 11 sec latency 207.688 ms 2023-12-06T06:42:39.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:39 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/346202492' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-06T06:42:39.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:39 smithi154 ceph-mon[110416]: mgrmap e21: smithi116.wqyusj(active, since 4m), standbys: smithi154.rhtbwp 2023-12-06T06:42:40.747 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:40 smithi116 ceph-mon[107711]: pgmap v178: 97 pgs: 97 active+clean; 112 MiB data, 207 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 8.9 MiB/s wr, 477 op/s 2023-12-06T06:42:40.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 3640 15.97 MB/sec warmup 12 sec latency 127.269 ms 2023-12-06T06:42:40.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:40 smithi154 ceph-mon[110416]: pgmap v178: 97 pgs: 97 active+clean; 112 MiB data, 207 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 8.9 MiB/s wr, 477 op/s 2023-12-06T06:42:41.254 INFO:teuthology.orchestra.run.smithi116.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:42:41.786 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-06T06:42:41.787 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T06:42:41.787 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-06T06:42:41.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 3850 15.26 MB/sec warmup 13 sec latency 216.411 ms 2023-12-06T06:42:42.265 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:42.265 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:42:42.265 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:42.265 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:42.265 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:42.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:42.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:42.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:42.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:42 smithi116 ceph-mon[107711]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:42:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:42 smithi154 ceph-mon[110416]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:42:42.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 4166 14.38 MB/sec warmup 14 sec latency 140.067 ms 2023-12-06T06:42:43.316 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:43 smithi116 ceph-mon[107711]: pgmap v179: 97 pgs: 97 active+clean; 128 MiB data, 230 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 11 MiB/s wr, 692 op/s 2023-12-06T06:42:43.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:43 smithi154 ceph-mon[110416]: pgmap v179: 97 pgs: 97 active+clean; 128 MiB data, 230 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 11 MiB/s wr, 692 op/s 2023-12-06T06:42:43.802 INFO:teuthology.orchestra.run.smithi116.stdout: 5 4555 13.82 MB/sec warmup 15 sec latency 135.673 ms 2023-12-06T06:42:44.413 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:42:44.582 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:44 smithi116 ceph-mon[107711]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:44.582 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:44 smithi116 ceph-mon[107711]: pgmap v180: 97 pgs: 97 active+clean; 129 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 8.5 MiB/s wr, 607 op/s 2023-12-06T06:42:44.813 INFO:teuthology.orchestra.run.smithi116.stdout: 5 4857 13.64 MB/sec warmup 16 sec latency 162.995 ms 2023-12-06T06:42:44.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:44 smithi154 ceph-mon[110416]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:44.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:44 smithi154 ceph-mon[110416]: pgmap v180: 97 pgs: 97 active+clean; 129 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 8.5 MiB/s wr, 607 op/s 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (3m) 18s ago 4m 27.1M - ba2b418f427c a9014aa86aa5 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (4m) 18s ago 4m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (4m) 20s ago 4m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (3m) 18s ago 4m 51.4M - 8.3.5 dad864ee21e9 b5fcc354805d 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (37s) 18s ago 37s 16.4M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (35s) 20s ago 35s 12.4M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (5m) 18s ago 5m 476M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (4m) 20s ago 4m 418M - 17.2.0 e1d6a67b021e ccc90015b919 2023-12-06T06:42:45.289 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (5m) 18s ago 5m 77.8M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (4m) 20s ago 4m 61.4M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (26s) 18s ago 26s 54.0M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (22s) 20s ago 21s 55.8M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (4m) 18s ago 4m 22.8M - 1dbe0e931976 3144d1047599 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 running (3m) 20s ago 3m 24.6M - 1dbe0e931976 f0bd7c5dc6c6 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (3m) 18s ago 3m 55.4M 3224M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (3m) 18s ago 3m 59.2M 3224M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (2m) 18s ago 2m 49.5M 3224M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (2m) 18s ago 2m 50.6M 3224M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (2m) 20s ago 2m 49.4M 3992M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (2m) 20s ago 2m 48.9M 3992M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (106s) 20s ago 105s 51.2M 3992M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (89s) 20s ago 89s 52.8M 3992M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:42:45.290 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (3m) 18s ago 3m 63.1M - 514e6a882f6e be822df246d8 2023-12-06T06:42:45.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:45 smithi116 ceph-mon[107711]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:45.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:45 smithi116 ceph-mon[107711]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:45.813 INFO:teuthology.orchestra.run.smithi116.stdout: 5 5128 12.97 MB/sec warmup 17 sec latency 102.933 ms 2023-12-06T06:42:45.858 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:42:45.859 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:42:45.860 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:42:45.860 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T06:42:45.860 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:42:45.860 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:42:45.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:45 smithi154 ceph-mon[110416]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:45.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:45 smithi154 ceph-mon[110416]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:46.313 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:42:46.314 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T06:42:46.314 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:42:46.314 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:42:46.314 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "", 2023-12-06T06:42:46.314 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T06:42:46.314 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:42:46.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:46 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/701985855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:42:46.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:46 smithi116 ceph-mon[107711]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:46.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:46 smithi116 ceph-mon[107711]: pgmap v181: 97 pgs: 97 active+clean; 131 MiB data, 246 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 7.9 MiB/s wr, 621 op/s 2023-12-06T06:42:46.820 INFO:teuthology.orchestra.run.smithi116.stdout: 5 5500 12.67 MB/sec warmup 18 sec latency 115.972 ms 2023-12-06T06:42:46.859 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:42:46.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:46 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/701985855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:42:46.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:46 smithi154 ceph-mon[110416]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:42:46.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:46 smithi154 ceph-mon[110416]: pgmap v181: 97 pgs: 97 active+clean; 131 MiB data, 246 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 7.9 MiB/s wr, 621 op/s 2023-12-06T06:42:47.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:47 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1375639259' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:42:47.820 INFO:teuthology.orchestra.run.smithi116.stdout: 5 5841 12.32 MB/sec warmup 19 sec latency 124.172 ms 2023-12-06T06:42:47.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:47 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1375639259' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:42:48.676 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:48 smithi116 ceph-mon[107711]: pgmap v182: 97 pgs: 97 active+clean; 125 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 7.2 MiB/s wr, 657 op/s 2023-12-06T06:42:48.820 INFO:teuthology.orchestra.run.smithi116.stdout: 5 6234 12.47 MB/sec warmup 20 sec latency 105.755 ms 2023-12-06T06:42:48.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:48 smithi154 ceph-mon[110416]: pgmap v182: 97 pgs: 97 active+clean; 125 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 7.2 MiB/s wr, 657 op/s 2023-12-06T06:42:49.820 INFO:teuthology.orchestra.run.smithi116.stdout: 5 6505 12.31 MB/sec warmup 21 sec latency 115.239 ms 2023-12-06T06:42:50.731 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:50 smithi116 ceph-mon[107711]: pgmap v183: 97 pgs: 97 active+clean; 124 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 478 op/s 2023-12-06T06:42:50.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 6782 12.28 MB/sec warmup 22 sec latency 152.720 ms 2023-12-06T06:42:50.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:50 smithi154 ceph-mon[110416]: pgmap v183: 97 pgs: 97 active+clean; 124 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 478 op/s 2023-12-06T06:42:51.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 7110 12.41 MB/sec warmup 23 sec latency 141.964 ms 2023-12-06T06:42:52.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:52 smithi116 ceph-mon[107711]: pgmap v184: 97 pgs: 97 active+clean; 137 MiB data, 328 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.2 MiB/s wr, 605 op/s 2023-12-06T06:42:52.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 7433 12.23 MB/sec warmup 24 sec latency 129.988 ms 2023-12-06T06:42:52.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:52 smithi154 ceph-mon[110416]: pgmap v184: 97 pgs: 97 active+clean; 137 MiB data, 328 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.2 MiB/s wr, 605 op/s 2023-12-06T06:42:53.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 7693 11.86 MB/sec warmup 25 sec latency 126.190 ms 2023-12-06T06:42:54.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:54 smithi116 ceph-mon[107711]: pgmap v185: 97 pgs: 97 active+clean; 140 MiB data, 335 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.5 MiB/s wr, 408 op/s 2023-12-06T06:42:54.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 7990 11.66 MB/sec warmup 26 sec latency 84.835 ms 2023-12-06T06:42:54.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:54 smithi154 ceph-mon[110416]: pgmap v185: 97 pgs: 97 active+clean; 140 MiB data, 335 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.5 MiB/s wr, 408 op/s 2023-12-06T06:42:55.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 8299 11.46 MB/sec warmup 27 sec latency 131.784 ms 2023-12-06T06:42:56.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 8721 11.39 MB/sec warmup 28 sec latency 123.254 ms 2023-12-06T06:42:57.346 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:57 smithi116 ceph-mon[107711]: pgmap v186: 97 pgs: 97 active+clean; 139 MiB data, 375 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-12-06T06:42:57.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:57 smithi154 ceph-mon[110416]: pgmap v186: 97 pgs: 97 active+clean; 139 MiB data, 375 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-12-06T06:42:57.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 9146 11.24 MB/sec warmup 29 sec latency 86.869 ms 2023-12-06T06:42:58.634 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:42:58 smithi116 ceph-mon[107711]: pgmap v187: 97 pgs: 97 active+clean; 139 MiB data, 381 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-12-06T06:42:58.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 9549 11.17 MB/sec warmup 30 sec latency 132.905 ms 2023-12-06T06:42:58.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:42:58 smithi154 ceph-mon[110416]: pgmap v187: 97 pgs: 97 active+clean; 139 MiB data, 381 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-12-06T06:42:59.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 9934 11.24 MB/sec warmup 31 sec latency 129.653 ms 2023-12-06T06:43:00.672 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:00 smithi116 ceph-mon[107711]: pgmap v188: 97 pgs: 97 active+clean; 140 MiB data, 396 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 455 op/s 2023-12-06T06:43:00.830 INFO:teuthology.orchestra.run.smithi116.stdout: 5 10321 11.43 MB/sec warmup 32 sec latency 134.460 ms 2023-12-06T06:43:00.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:00 smithi154 ceph-mon[110416]: pgmap v188: 97 pgs: 97 active+clean; 140 MiB data, 396 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 455 op/s 2023-12-06T06:43:01.833 INFO:teuthology.orchestra.run.smithi116.stdout: 5 10687 11.53 MB/sec warmup 33 sec latency 134.922 ms 2023-12-06T06:43:02.718 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:02 smithi116 ceph-mon[107711]: pgmap v189: 97 pgs: 97 active+clean; 151 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.1 MiB/s wr, 565 op/s 2023-12-06T06:43:02.833 INFO:teuthology.orchestra.run.smithi116.stdout: 5 10988 11.45 MB/sec warmup 34 sec latency 130.035 ms 2023-12-06T06:43:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:02 smithi154 ceph-mon[110416]: pgmap v189: 97 pgs: 97 active+clean; 151 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.1 MiB/s wr, 565 op/s 2023-12-06T06:43:03.833 INFO:teuthology.orchestra.run.smithi116.stdout: 5 11280 11.21 MB/sec warmup 35 sec latency 133.014 ms 2023-12-06T06:43:04.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:04 smithi116 ceph-mon[107711]: pgmap v190: 97 pgs: 97 active+clean; 155 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.1 MiB/s wr, 469 op/s 2023-12-06T06:43:04.833 INFO:teuthology.orchestra.run.smithi116.stdout: 5 11543 11.02 MB/sec warmup 36 sec latency 143.292 ms 2023-12-06T06:43:04.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:04 smithi154 ceph-mon[110416]: pgmap v190: 97 pgs: 97 active+clean; 155 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.1 MiB/s wr, 469 op/s 2023-12-06T06:43:05.836 INFO:teuthology.orchestra.run.smithi116.stdout: 5 11857 10.97 MB/sec warmup 37 sec latency 131.299 ms 2023-12-06T06:43:06.836 INFO:teuthology.orchestra.run.smithi116.stdout: 5 12184 10.90 MB/sec warmup 38 sec latency 112.206 ms 2023-12-06T06:43:07.309 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:07 smithi116 ceph-mon[107711]: pgmap v191: 97 pgs: 97 active+clean; 155 MiB data, 479 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-06T06:43:07.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:07 smithi154 ceph-mon[110416]: pgmap v191: 97 pgs: 97 active+clean; 155 MiB data, 479 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-06T06:43:07.836 INFO:teuthology.orchestra.run.smithi116.stdout: 5 12448 10.65 MB/sec warmup 39 sec latency 130.243 ms 2023-12-06T06:43:08.587 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:08 smithi116 ceph-mon[107711]: pgmap v192: 97 pgs: 97 active+clean; 148 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 519 op/s 2023-12-06T06:43:08.836 INFO:teuthology.orchestra.run.smithi116.stdout: 5 12801 10.57 MB/sec warmup 40 sec latency 123.998 ms 2023-12-06T06:43:08.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:08 smithi154 ceph-mon[110416]: pgmap v192: 97 pgs: 97 active+clean; 148 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 519 op/s 2023-12-06T06:43:09.836 INFO:teuthology.orchestra.run.smithi116.stdout: 5 13125 10.50 MB/sec warmup 41 sec latency 132.581 ms 2023-12-06T06:43:10.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:10 smithi116 ceph-mon[107711]: pgmap v193: 97 pgs: 97 active+clean; 152 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.0 MiB/s wr, 523 op/s 2023-12-06T06:43:10.836 INFO:teuthology.orchestra.run.smithi116.stdout: 5 13486 10.60 MB/sec warmup 42 sec latency 127.019 ms 2023-12-06T06:43:10.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:10 smithi154 ceph-mon[110416]: pgmap v193: 97 pgs: 97 active+clean; 152 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.0 MiB/s wr, 523 op/s 2023-12-06T06:43:11.836 INFO:teuthology.orchestra.run.smithi116.stdout: 5 13747 10.56 MB/sec warmup 43 sec latency 139.722 ms 2023-12-06T06:43:12.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:12 smithi116 ceph-mon[107711]: pgmap v194: 97 pgs: 97 active+clean; 157 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-12-06T06:43:12.836 INFO:teuthology.orchestra.run.smithi116.stdout: 5 14126 10.75 MB/sec warmup 44 sec latency 124.610 ms 2023-12-06T06:43:12.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:12 smithi154 ceph-mon[110416]: pgmap v194: 97 pgs: 97 active+clean; 157 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-12-06T06:43:13.841 INFO:teuthology.orchestra.run.smithi116.stdout: 5 14513 10.77 MB/sec warmup 45 sec latency 135.276 ms 2023-12-06T06:43:14.711 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:14 smithi116 ceph-mon[107711]: pgmap v195: 97 pgs: 97 active+clean; 161 MiB data, 505 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.4 MiB/s wr, 411 op/s 2023-12-06T06:43:14.841 INFO:teuthology.orchestra.run.smithi116.stdout: 5 14977 10.66 MB/sec warmup 46 sec latency 126.796 ms 2023-12-06T06:43:14.842 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:14 smithi154 ceph-mon[110416]: pgmap v195: 97 pgs: 97 active+clean; 161 MiB data, 505 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.4 MiB/s wr, 411 op/s 2023-12-06T06:43:15.841 INFO:teuthology.orchestra.run.smithi116.stdout: 5 15292 10.63 MB/sec warmup 47 sec latency 129.657 ms 2023-12-06T06:43:15.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:15 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:15.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:15 smithi116 ceph-mon[107711]: Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T06:43:15.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:15 smithi116 ceph-mon[107711]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T06:43:15.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:15 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:15.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:15 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:15.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:15 smithi116 ceph-mon[107711]: Upgrade: Need to upgrade myself (mgr.smithi116.wqyusj) 2023-12-06T06:43:15.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:15 smithi116 ceph-mon[107711]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf on smithi154 2023-12-06T06:43:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:15 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:15 smithi154 ceph-mon[110416]: Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T06:43:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:15 smithi154 ceph-mon[110416]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T06:43:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:15 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:15 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:15 smithi154 ceph-mon[110416]: Upgrade: Need to upgrade myself (mgr.smithi116.wqyusj) 2023-12-06T06:43:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:15 smithi154 ceph-mon[110416]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf on smithi154 2023-12-06T06:43:16.841 INFO:teuthology.orchestra.run.smithi116.stdout: 5 15590 10.52 MB/sec warmup 48 sec latency 120.184 ms 2023-12-06T06:43:17.244 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:17 smithi116 ceph-mon[107711]: pgmap v196: 97 pgs: 97 active+clean; 165 MiB data, 503 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-06T06:43:17.305 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:43:17.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:17 smithi154 ceph-mon[110416]: pgmap v196: 97 pgs: 97 active+clean; 165 MiB data, 503 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-06T06:43:17.841 INFO:teuthology.orchestra.run.smithi116.stdout: 5 15918 10.40 MB/sec warmup 49 sec latency 132.403 ms 2023-12-06T06:43:18.127 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (4m) 51s ago 5m 27.1M - ba2b418f427c a9014aa86aa5 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (5m) 51s ago 5m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (4m) 52s ago 4m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (4m) 51s ago 4m 51.4M - 8.3.5 dad864ee21e9 b5fcc354805d 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (70s) 51s ago 70s 16.4M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (68s) 52s ago 68s 12.4M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (6m) 51s ago 6m 476M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (4m) 52s ago 4m 418M - 17.2.0 e1d6a67b021e ccc90015b919 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (6m) 51s ago 6m 77.8M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (4m) 52s ago 4m 61.4M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (59s) 51s ago 59s 54.0M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (54s) 52s ago 54s 55.8M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (4m) 51s ago 4m 22.8M - 1dbe0e931976 3144d1047599 2023-12-06T06:43:18.128 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 running (4m) 52s ago 4m 24.6M - 1dbe0e931976 f0bd7c5dc6c6 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (4m) 51s ago 4m 55.4M 3224M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (3m) 51s ago 3m 59.2M 3224M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (3m) 51s ago 3m 49.5M 3224M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (3m) 51s ago 3m 50.6M 3224M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (2m) 52s ago 2m 49.4M 3992M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (2m) 52s ago 2m 48.9M 3992M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (2m) 52s ago 2m 51.2M 3992M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (2m) 52s ago 2m 52.8M 3992M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:43:18.129 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (4m) 51s ago 4m 63.1M - 514e6a882f6e be822df246d8 2023-12-06T06:43:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:18 smithi116 ceph-mon[107711]: from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:18.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:18 smithi154 ceph-mon[110416]: from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:43:18.630 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:43:18.631 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:43:18.631 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:43:18.631 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:43:18.631 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:43:18.631 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:43:18.631 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T06:43:18.631 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:43:18.631 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:43:18.842 INFO:teuthology.orchestra.run.smithi116.stdout: 5 16281 10.37 MB/sec warmup 50 sec latency 126.783 ms 2023-12-06T06:43:19.098 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:43:19.098 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:43:19.098 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:43:19.098 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:43:19.099 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T06:43:19.099 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf image on host smithi154" 2023-12-06T06:43:19.099 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:43:19.383 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:19 smithi116 ceph-mon[107711]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:19.383 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:19 smithi116 ceph-mon[107711]: from='client.24367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:19.383 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:19 smithi116 ceph-mon[107711]: pgmap v197: 97 pgs: 97 active+clean; 164 MiB data, 558 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-12-06T06:43:19.383 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:19 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/975622334' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:43:19.606 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:43:19.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:19 smithi154 ceph-mon[110416]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:19.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:19 smithi154 ceph-mon[110416]: from='client.24367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:19.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:19 smithi154 ceph-mon[110416]: pgmap v197: 97 pgs: 97 active+clean; 164 MiB data, 558 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-12-06T06:43:19.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:19 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/975622334' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:43:19.842 INFO:teuthology.orchestra.run.smithi116.stdout: 5 16737 10.47 MB/sec warmup 51 sec latency 123.714 ms 2023-12-06T06:43:20.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:20 smithi116 ceph-mon[107711]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:20.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:20 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/309359314' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:43:20.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:20 smithi154 ceph-mon[110416]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:20.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:20 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/309359314' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:43:20.842 INFO:teuthology.orchestra.run.smithi116.stdout: 5 17175 10.46 MB/sec warmup 52 sec latency 195.575 ms 2023-12-06T06:43:21.392 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:21 smithi116 ceph-mon[107711]: pgmap v198: 97 pgs: 97 active+clean; 164 MiB data, 572 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-12-06T06:43:21.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:21 smithi154 ceph-mon[110416]: pgmap v198: 97 pgs: 97 active+clean; 164 MiB data, 572 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-12-06T06:43:21.842 INFO:teuthology.orchestra.run.smithi116.stdout: 5 17620 10.65 MB/sec warmup 53 sec latency 134.729 ms 2023-12-06T06:43:22.709 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:22 smithi116 ceph-mon[107711]: pgmap v199: 97 pgs: 97 active+clean; 175 MiB data, 604 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.0 MiB/s wr, 565 op/s 2023-12-06T06:43:22.846 INFO:teuthology.orchestra.run.smithi116.stdout: 5 17923 10.63 MB/sec warmup 54 sec latency 133.285 ms 2023-12-06T06:43:22.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:22 smithi154 ceph-mon[110416]: pgmap v199: 97 pgs: 97 active+clean; 175 MiB data, 604 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.0 MiB/s wr, 565 op/s 2023-12-06T06:43:23.846 INFO:teuthology.orchestra.run.smithi116.stdout: 5 18312 10.60 MB/sec warmup 55 sec latency 134.826 ms 2023-12-06T06:43:24.737 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:24 smithi116 ceph-mon[107711]: pgmap v200: 97 pgs: 97 active+clean; 179 MiB data, 617 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 536 op/s 2023-12-06T06:43:24.846 INFO:teuthology.orchestra.run.smithi116.stdout: 5 18595 10.53 MB/sec warmup 56 sec latency 129.737 ms 2023-12-06T06:43:24.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:24 smithi154 ceph-mon[110416]: pgmap v200: 97 pgs: 97 active+clean; 179 MiB data, 617 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 536 op/s 2023-12-06T06:43:25.847 INFO:teuthology.orchestra.run.smithi116.stdout: 5 19057 10.51 MB/sec warmup 57 sec latency 108.730 ms 2023-12-06T06:43:26.847 INFO:teuthology.orchestra.run.smithi116.stdout: 5 19652 10.52 MB/sec warmup 58 sec latency 108.850 ms 2023-12-06T06:43:27.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:27 smithi116 ceph-mon[107711]: pgmap v201: 97 pgs: 97 active+clean; 178 MiB data, 631 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 520 op/s 2023-12-06T06:43:27.613 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:27 smithi154 ceph-mon[110416]: pgmap v201: 97 pgs: 97 active+clean; 178 MiB data, 631 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 520 op/s 2023-12-06T06:43:27.847 INFO:teuthology.orchestra.run.smithi116.stdout: 5 20071 10.55 MB/sec warmup 59 sec latency 215.097 ms 2023-12-06T06:43:28.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:28 smithi116 ceph-mon[107711]: pgmap v202: 97 pgs: 97 active+clean; 177 MiB data, 668 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 497 op/s 2023-12-06T06:43:28.848 INFO:teuthology.orchestra.run.smithi116.stdout: 5 20498 10.63 MB/sec warmup 60 sec latency 123.950 ms 2023-12-06T06:43:28.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:28 smithi154 ceph-mon[110416]: pgmap v202: 97 pgs: 97 active+clean; 177 MiB data, 668 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 497 op/s 2023-12-06T06:43:29.849 INFO:teuthology.orchestra.run.smithi116.stdout: 5 20909 10.65 MB/sec warmup 61 sec latency 126.782 ms 2023-12-06T06:43:30.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:30 smithi116 ceph-mon[107711]: pgmap v203: 97 pgs: 97 active+clean; 185 MiB data, 686 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 629 op/s 2023-12-06T06:43:30.859 INFO:teuthology.orchestra.run.smithi116.stdout: 5 21229 10.63 MB/sec warmup 62 sec latency 192.455 ms 2023-12-06T06:43:30.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:30 smithi154 ceph-mon[110416]: pgmap v203: 97 pgs: 97 active+clean; 185 MiB data, 686 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 629 op/s 2023-12-06T06:43:31.864 INFO:teuthology.orchestra.run.smithi116.stdout: 5 21559 10.59 MB/sec warmup 63 sec latency 129.645 ms 2023-12-06T06:43:32.677 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:43:32.677 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:32 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:43:32.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/trash_purge_schedule"}]: dispatch 2023-12-06T06:43:32.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:32 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.wqyusj/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:43:32.864 INFO:teuthology.orchestra.run.smithi116.stdout: 5 21945 10.60 MB/sec warmup 64 sec latency 129.733 ms 2023-12-06T06:43:33.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:33 smithi116 ceph-mon[107711]: pgmap v204: 97 pgs: 97 active+clean; 190 MiB data, 740 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2023-12-06T06:43:33.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:33 smithi154 ceph-mon[110416]: pgmap v204: 97 pgs: 97 active+clean; 190 MiB data, 740 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2023-12-06T06:43:33.871 INFO:teuthology.orchestra.run.smithi116.stdout: 5 22240 10.55 MB/sec warmup 65 sec latency 126.706 ms 2023-12-06T06:43:34.727 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:34 smithi116 ceph-mon[107711]: pgmap v205: 97 pgs: 97 active+clean; 191 MiB data, 755 MiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.4 MiB/s wr, 480 op/s 2023-12-06T06:43:34.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:34 smithi154 ceph-mon[110416]: pgmap v205: 97 pgs: 97 active+clean; 191 MiB data, 755 MiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.4 MiB/s wr, 480 op/s 2023-12-06T06:43:34.871 INFO:teuthology.orchestra.run.smithi116.stdout: 5 22594 10.52 MB/sec warmup 66 sec latency 147.710 ms 2023-12-06T06:43:35.871 INFO:teuthology.orchestra.run.smithi116.stdout: 5 22996 10.42 MB/sec warmup 67 sec latency 129.803 ms 2023-12-06T06:43:36.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 23416 10.49 MB/sec warmup 68 sec latency 136.499 ms 2023-12-06T06:43:37.291 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:37 smithi116 ceph-mon[107711]: pgmap v206: 97 pgs: 97 active+clean; 190 MiB data, 770 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 430 op/s 2023-12-06T06:43:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:37 smithi154 ceph-mon[110416]: pgmap v206: 97 pgs: 97 active+clean; 190 MiB data, 770 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 430 op/s 2023-12-06T06:43:37.871 INFO:teuthology.orchestra.run.smithi116.stdout: 5 23836 10.49 MB/sec warmup 69 sec latency 134.254 ms 2023-12-06T06:43:38.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:38 smithi116 ceph-mon[107711]: pgmap v207: 97 pgs: 97 active+clean; 193 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.9 MiB/s wr, 620 op/s 2023-12-06T06:43:38.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:38 smithi154 ceph-mon[110416]: pgmap v207: 97 pgs: 97 active+clean; 193 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.9 MiB/s wr, 620 op/s 2023-12-06T06:43:38.871 INFO:teuthology.orchestra.run.smithi116.stdout: 5 24260 10.58 MB/sec warmup 70 sec latency 127.575 ms 2023-12-06T06:43:39.871 INFO:teuthology.orchestra.run.smithi116.stdout: 5 24630 10.57 MB/sec warmup 71 sec latency 135.498 ms 2023-12-06T06:43:40.603 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:40 smithi116 ceph-mon[107711]: pgmap v208: 97 pgs: 97 active+clean; 193 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.7 MiB/s wr, 593 op/s 2023-12-06T06:43:40.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:40 smithi154 ceph-mon[110416]: pgmap v208: 97 pgs: 97 active+clean; 193 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.7 MiB/s wr, 593 op/s 2023-12-06T06:43:40.871 INFO:teuthology.orchestra.run.smithi116.stdout: 5 24988 10.57 MB/sec warmup 72 sec latency 133.689 ms 2023-12-06T06:43:41.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 25399 10.58 MB/sec warmup 73 sec latency 130.044 ms 2023-12-06T06:43:42.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:42 smithi116 ceph-mon[107711]: pgmap v209: 97 pgs: 97 active+clean; 206 MiB data, 846 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.4 MiB/s wr, 580 op/s 2023-12-06T06:43:42.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:42 smithi154 ceph-mon[110416]: pgmap v209: 97 pgs: 97 active+clean; 206 MiB data, 846 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.4 MiB/s wr, 580 op/s 2023-12-06T06:43:42.871 INFO:teuthology.orchestra.run.smithi116.stdout: 5 25903 10.56 MB/sec warmup 74 sec latency 121.216 ms 2023-12-06T06:43:43.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 26312 10.57 MB/sec warmup 75 sec latency 138.393 ms 2023-12-06T06:43:44.662 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:44 smithi116 ceph-mon[107711]: pgmap v210: 97 pgs: 97 active+clean; 206 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 498 op/s 2023-12-06T06:43:44.863 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:44 smithi154 ceph-mon[110416]: pgmap v210: 97 pgs: 97 active+clean; 206 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 498 op/s 2023-12-06T06:43:44.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 26912 10.59 MB/sec warmup 76 sec latency 126.980 ms 2023-12-06T06:43:45.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 27396 10.66 MB/sec warmup 77 sec latency 129.835 ms 2023-12-06T06:43:46.684 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:46 smithi116 ceph-mon[107711]: Upgrade: Updating mgr.smithi154.rhtbwp 2023-12-06T06:43:46.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:46 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:46.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:46 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.rhtbwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:43:46.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:46 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:43:46.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:46 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:43:46.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:46 smithi116 ceph-mon[107711]: Deploying daemon mgr.smithi154.rhtbwp on smithi154 2023-12-06T06:43:46.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:46 smithi116 ceph-mon[107711]: pgmap v211: 97 pgs: 97 active+clean; 207 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-12-06T06:43:46.696 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:46 smithi154 ceph-mon[110416]: Upgrade: Updating mgr.smithi154.rhtbwp 2023-12-06T06:43:46.696 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:46 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:46.696 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:46 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.rhtbwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:43:46.696 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:46 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:43:46.697 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:46 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:43:46.697 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:46 smithi154 ceph-mon[110416]: Deploying daemon mgr.smithi154.rhtbwp on smithi154 2023-12-06T06:43:46.697 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:46 smithi154 ceph-mon[110416]: pgmap v211: 97 pgs: 97 active+clean; 207 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-12-06T06:43:46.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 27774 10.66 MB/sec warmup 78 sec latency 129.864 ms 2023-12-06T06:43:47.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 28116 10.71 MB/sec warmup 79 sec latency 124.102 ms 2023-12-06T06:43:48.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 28445 10.70 MB/sec warmup 80 sec latency 133.461 ms 2023-12-06T06:43:48.951 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:48.951 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:48.951 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:43:48.951 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:48 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:43:48.951 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:48 smithi116 ceph-mon[107711]: pgmap v212: 97 pgs: 97 active+clean; 211 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.7 MiB/s wr, 712 op/s 2023-12-06T06:43:49.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:49.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:49.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:43:49.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:48 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:43:49.088 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:48 smithi154 ceph-mon[110416]: pgmap v212: 97 pgs: 97 active+clean; 211 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.7 MiB/s wr, 712 op/s 2023-12-06T06:43:49.872 INFO:teuthology.orchestra.run.smithi116.stdout: 5 28698 10.65 MB/sec warmup 81 sec latency 136.025 ms 2023-12-06T06:43:50.031 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:43:50.874 INFO:teuthology.orchestra.run.smithi116.stdout: 5 29041 10.58 MB/sec warmup 82 sec latency 132.418 ms 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (4m) 84s ago 5m 27.1M - ba2b418f427c a9014aa86aa5 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (5m) 84s ago 5m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (5m) 0s ago 5m 7159k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (4m) 84s ago 5m 51.4M - 8.3.5 dad864ee21e9 b5fcc354805d 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (103s) 84s ago 102s 16.4M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (101s) 0s ago 101s 12.6M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (6m) 84s ago 6m 476M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (3s) 0s ago 5m 47.1M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:43:50.924 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (6m) 84s ago 6m 77.8M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (5m) 0s ago 5m 51.3M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (92s) 84s ago 92s 54.0M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (87s) 0s ago 87s 80.1M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (5m) 84s ago 5m 22.8M - 1dbe0e931976 3144d1047599 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 running (4m) 0s ago 4m 24.6M - 1dbe0e931976 f0bd7c5dc6c6 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (4m) 84s ago 4m 55.4M 3224M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (4m) 84s ago 4m 59.2M 3224M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (3m) 84s ago 3m 49.5M 3224M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (3m) 84s ago 3m 50.6M 3224M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (3m) 0s ago 3m 457M 3992M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (3m) 0s ago 3m 474M 3992M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (2m) 0s ago 2m 417M 3992M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (2m) 0s ago 2m 663M 3992M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:43:50.925 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (4m) 84s ago 4m 63.1M - 514e6a882f6e be822df246d8 2023-12-06T06:43:51.410 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:43:51.411 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:43:51.412 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T06:43:51.412 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:43:51.412 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:43:51.513 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:51 smithi116 ceph-mon[107711]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:51.513 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:51 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:51.513 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:51 smithi116 ceph-mon[107711]: from='client.24385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:51.514 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:51 smithi116 ceph-mon[107711]: pgmap v213: 97 pgs: 97 active+clean; 211 MiB data, 902 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 522 op/s 2023-12-06T06:43:51.514 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:51 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:51.543 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:51 smithi154 ceph-mon[110416]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:51.543 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:51 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:51.543 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:51 smithi154 ceph-mon[110416]: from='client.24385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:51.543 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:51 smithi154 ceph-mon[110416]: pgmap v213: 97 pgs: 97 active+clean; 211 MiB data, 902 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 522 op/s 2023-12-06T06:43:51.543 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:51 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:51.874 INFO:teuthology.orchestra.run.smithi116.stdout: 5 29382 10.57 MB/sec warmup 83 sec latency 137.926 ms 2023-12-06T06:43:51.886 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:43:51.886 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:43:51.887 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:43:51.887 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:43:51.887 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:43:51.887 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mgr daemons" 2023-12-06T06:43:51.887 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:43:52.283 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:52 smithi116 ceph-mon[107711]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:52.283 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:52 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1540870776' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:43:52.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:52 smithi154 ceph-mon[110416]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:52.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:52 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1540870776' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:43:52.403 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:43:52.874 INFO:teuthology.orchestra.run.smithi116.stdout: 5 29736 10.54 MB/sec warmup 84 sec latency 178.873 ms 2023-12-06T06:43:53.304 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:53.305 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2962692934' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:43:53.305 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: pgmap v214: 97 pgs: 97 active+clean; 220 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 7.2 MiB/s wr, 701 op/s 2023-12-06T06:43:53.305 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:53.305 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:53.305 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:53.305 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:53.305 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr fail", "who": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:43:53.305 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:53 smithi116 ceph-mon[107711]: osdmap e67: 8 total, 8 up, 8 in 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/2962692934' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: pgmap v214: 97 pgs: 97 active+clean; 220 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 7.2 MiB/s wr, 701 op/s 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "mgr fail", "who": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:43:53.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:53 smithi154 ceph-mon[110416]: osdmap e67: 8 total, 8 up, 8 in 2023-12-06T06:43:53.874 INFO:teuthology.orchestra.run.smithi116.stdout: 5 30049 10.47 MB/sec warmup 85 sec latency 126.257 ms 2023-12-06T06:43:54.339 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:54 smithi116 ceph-mon[107711]: Upgrade: Need to upgrade myself (mgr.smithi116.wqyusj) 2023-12-06T06:43:54.339 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:54 smithi116 ceph-mon[107711]: Failing over to other MGR 2023-12-06T06:43:54.339 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:54 smithi116 ceph-mon[107711]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "mgr fail", "who": "smithi116.wqyusj"}]': finished 2023-12-06T06:43:54.339 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:54 smithi116 ceph-mon[107711]: mgrmap e22: smithi154.rhtbwp(active, starting, since 0.999887s) 2023-12-06T06:43:54.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:54 smithi154 ceph-mon[110416]: Upgrade: Need to upgrade myself (mgr.smithi116.wqyusj) 2023-12-06T06:43:54.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:54 smithi154 ceph-mon[110416]: Failing over to other MGR 2023-12-06T06:43:54.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:54 smithi154 ceph-mon[110416]: from='mgr.14204 172.21.15.116:0/210675356' entity='mgr.smithi116.wqyusj' cmd='[{"prefix": "mgr fail", "who": "smithi116.wqyusj"}]': finished 2023-12-06T06:43:54.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:54 smithi154 ceph-mon[110416]: mgrmap e22: smithi154.rhtbwp(active, starting, since 0.999887s) 2023-12-06T06:43:54.874 INFO:teuthology.orchestra.run.smithi116.stdout: 5 30514 10.50 MB/sec warmup 86 sec latency 129.629 ms 2023-12-06T06:43:55.688 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:55 smithi154 ceph-mon[110416]: Active manager daemon smithi154.rhtbwp restarted 2023-12-06T06:43:55.688 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:55 smithi154 ceph-mon[110416]: Activating manager daemon smithi154.rhtbwp 2023-12-06T06:43:55.688 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:55 smithi154 ceph-mon[110416]: osdmap e68: 8 total, 8 up, 8 in 2023-12-06T06:43:55.688 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:55 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.rhtbwp/crt"}]: dispatch 2023-12-06T06:43:55.688 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:55 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:43:55.689 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:55 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.rhtbwp/key"}]: dispatch 2023-12-06T06:43:55.689 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:55 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:43:55.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:55 smithi116 ceph-mon[107711]: Active manager daemon smithi154.rhtbwp restarted 2023-12-06T06:43:55.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:55 smithi116 ceph-mon[107711]: Activating manager daemon smithi154.rhtbwp 2023-12-06T06:43:55.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:55 smithi116 ceph-mon[107711]: osdmap e68: 8 total, 8 up, 8 in 2023-12-06T06:43:55.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:55 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.rhtbwp/crt"}]: dispatch 2023-12-06T06:43:55.872 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:55 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:43:55.872 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:55 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.rhtbwp/key"}]: dispatch 2023-12-06T06:43:55.872 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:55 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:43:55.874 INFO:teuthology.orchestra.run.smithi116.stdout: 5 30913 10.53 MB/sec warmup 87 sec latency 124.006 ms 2023-12-06T06:43:56.876 INFO:teuthology.orchestra.run.smithi116.stdout: 5 31204 10.51 MB/sec warmup 88 sec latency 140.347 ms 2023-12-06T06:43:56.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: mgrmap e23: smithi154.rhtbwp(active, starting, since 0.0748521s) 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi116.xkjrsg"}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi154.mfbhig"}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mgr metadata", "who": "smithi154.rhtbwp", "id": "smithi154.rhtbwp"}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:43:56.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: Manager daemon smithi154.rhtbwp is now available 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.rhtbwp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.rhtbwp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.rhtbwp/trash_purge_schedule"}]: dispatch 2023-12-06T06:43:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:56 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.rhtbwp/trash_purge_schedule"}]: dispatch 2023-12-06T06:43:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: mgrmap e23: smithi154.rhtbwp(active, starting, since 0.0748521s) 2023-12-06T06:43:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-12-06T06:43:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-06T06:43:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi116.xkjrsg"}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi154.mfbhig"}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mgr metadata", "who": "smithi154.rhtbwp", "id": "smithi154.rhtbwp"}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: Manager daemon smithi154.rhtbwp is now available 2023-12-06T06:43:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:43:57.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:57.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:43:57.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:43:57.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.rhtbwp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:43:57.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.rhtbwp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:43:57.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.rhtbwp/trash_purge_schedule"}]: dispatch 2023-12-06T06:43:57.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:56 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.rhtbwp/trash_purge_schedule"}]: dispatch 2023-12-06T06:43:57.876 INFO:teuthology.orchestra.run.smithi116.stdout: 5 31613 10.56 MB/sec warmup 89 sec latency 126.298 ms 2023-12-06T06:43:57.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:57 smithi116 ceph-mon[107711]: Deploying cephadm binary to smithi154 2023-12-06T06:43:57.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:57 smithi116 ceph-mon[107711]: Deploying cephadm binary to smithi116 2023-12-06T06:43:57.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:57 smithi116 ceph-mon[107711]: mgrmap e24: smithi154.rhtbwp(active, since 1.10074s) 2023-12-06T06:43:57.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:57 smithi116 ceph-mon[107711]: pgmap v3: 97 pgs: 97 active+clean; 222 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail 2023-12-06T06:43:57.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:57 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:43:57.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:57 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:43:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:57 smithi154 ceph-mon[110416]: Deploying cephadm binary to smithi154 2023-12-06T06:43:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:57 smithi154 ceph-mon[110416]: Deploying cephadm binary to smithi116 2023-12-06T06:43:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:57 smithi154 ceph-mon[110416]: mgrmap e24: smithi154.rhtbwp(active, since 1.10074s) 2023-12-06T06:43:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:57 smithi154 ceph-mon[110416]: pgmap v3: 97 pgs: 97 active+clean; 222 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail 2023-12-06T06:43:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:57 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:43:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:57 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:43:58.876 INFO:teuthology.orchestra.run.smithi116.stdout: 5 31872 10.51 MB/sec warmup 90 sec latency 120.349 ms 2023-12-06T06:43:58.919 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:58 smithi116 ceph-mon[107711]: pgmap v4: 97 pgs: 97 active+clean; 222 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail 2023-12-06T06:43:58.919 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:58 smithi116 ceph-mon[107711]: [06/Dec/2023:06:43:57] ENGINE Bus STARTING 2023-12-06T06:43:58.919 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:58 smithi116 ceph-mon[107711]: mgrmap e25: smithi154.rhtbwp(active, since 2s) 2023-12-06T06:43:59.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:58 smithi154 ceph-mon[110416]: pgmap v4: 97 pgs: 97 active+clean; 222 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail 2023-12-06T06:43:59.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:58 smithi154 ceph-mon[110416]: [06/Dec/2023:06:43:57] ENGINE Bus STARTING 2023-12-06T06:43:59.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:58 smithi154 ceph-mon[110416]: mgrmap e25: smithi154.rhtbwp(active, since 2s) 2023-12-06T06:43:59.876 INFO:teuthology.orchestra.run.smithi116.stdout: 5 32222 10.48 MB/sec warmup 91 sec latency 140.502 ms 2023-12-06T06:43:59.939 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:59 smithi116 ceph-mon[107711]: [06/Dec/2023:06:43:57] ENGINE Serving on https://172.21.15.154:7150 2023-12-06T06:43:59.939 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:59 smithi116 ceph-mon[107711]: [06/Dec/2023:06:43:57] ENGINE Serving on http://172.21.15.154:8765 2023-12-06T06:43:59.939 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:43:59 smithi116 ceph-mon[107711]: [06/Dec/2023:06:43:57] ENGINE Bus STARTED 2023-12-06T06:44:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:59 smithi154 ceph-mon[110416]: [06/Dec/2023:06:43:57] ENGINE Serving on https://172.21.15.154:7150 2023-12-06T06:44:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:59 smithi154 ceph-mon[110416]: [06/Dec/2023:06:43:57] ENGINE Serving on http://172.21.15.154:8765 2023-12-06T06:44:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:43:59 smithi154 ceph-mon[110416]: [06/Dec/2023:06:43:57] ENGINE Bus STARTED 2023-12-06T06:44:00.880 INFO:teuthology.orchestra.run.smithi116.stdout: 5 32618 10.48 MB/sec warmup 92 sec latency 129.200 ms 2023-12-06T06:44:00.948 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:00 smithi116 ceph-mon[107711]: pgmap v5: 97 pgs: 97 active+clean; 222 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail 2023-12-06T06:44:00.948 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:00 smithi116 ceph-mon[107711]: mgrmap e26: smithi154.rhtbwp(active, since 4s) 2023-12-06T06:44:01.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:00 smithi154 ceph-mon[110416]: pgmap v5: 97 pgs: 97 active+clean; 222 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail 2023-12-06T06:44:01.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:00 smithi154 ceph-mon[110416]: mgrmap e26: smithi154.rhtbwp(active, since 4s) 2023-12-06T06:44:01.880 INFO:teuthology.orchestra.run.smithi116.stdout: 5 33064 10.47 MB/sec warmup 93 sec latency 126.690 ms 2023-12-06T06:44:02.222 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:02 smithi116 ceph-mon[107711]: pgmap v6: 97 pgs: 97 active+clean; 222 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail 2023-12-06T06:44:02.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:02 smithi154 ceph-mon[110416]: pgmap v6: 97 pgs: 97 active+clean; 222 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail 2023-12-06T06:44:02.880 INFO:teuthology.orchestra.run.smithi116.stdout: 5 33364 10.46 MB/sec warmup 94 sec latency 133.369 ms 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: Standby manager daemon smithi116.wqyusj started 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.116:0/1784785084' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi116.wqyusj/crt"}]: dispatch 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.116:0/1784785084' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.116:0/1784785084' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi116.wqyusj/key"}]: dispatch 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: from='mgr.? 172.21.15.116:0/1784785084' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:03.249 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:03 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:03.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: Standby manager daemon smithi116.wqyusj started 2023-12-06T06:44:03.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.116:0/1784785084' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi116.wqyusj/crt"}]: dispatch 2023-12-06T06:44:03.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.116:0/1784785084' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:44:03.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.116:0/1784785084' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi116.wqyusj/key"}]: dispatch 2023-12-06T06:44:03.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: from='mgr.? 172.21.15.116:0/1784785084' entity='mgr.smithi116.wqyusj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:44:03.447 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:03.447 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:03.447 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:03.447 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:03 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:03.880 INFO:teuthology.orchestra.run.smithi116.stdout: 5 33679 10.44 MB/sec warmup 95 sec latency 120.335 ms 2023-12-06T06:44:04.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:04 smithi116 ceph-mon[107711]: mgrmap e27: smithi154.rhtbwp(active, since 7s), standbys: smithi116.wqyusj 2023-12-06T06:44:04.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:04 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mgr metadata", "who": "smithi116.wqyusj", "id": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:44:04.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:04 smithi116 ceph-mon[107711]: pgmap v7: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.8 MiB/s wr, 396 op/s 2023-12-06T06:44:04.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:04 smithi154 ceph-mon[110416]: mgrmap e27: smithi154.rhtbwp(active, since 7s), standbys: smithi116.wqyusj 2023-12-06T06:44:04.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:04 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mgr metadata", "who": "smithi116.wqyusj", "id": "smithi116.wqyusj"}]: dispatch 2023-12-06T06:44:04.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:04 smithi154 ceph-mon[110416]: pgmap v7: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.8 MiB/s wr, 396 op/s 2023-12-06T06:44:04.880 INFO:teuthology.orchestra.run.smithi116.stdout: 5 34005 10.39 MB/sec warmup 96 sec latency 125.687 ms 2023-12-06T06:44:05.891 INFO:teuthology.orchestra.run.smithi116.stdout: 5 34410 10.41 MB/sec warmup 97 sec latency 126.789 ms 2023-12-06T06:44:06.580 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.580 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.580 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi154 to 2712M 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: pgmap v8: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:06 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:06.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi154 to 2712M 2023-12-06T06:44:06.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: pgmap v8: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-06T06:44:06.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:06 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:06.891 INFO:teuthology.orchestra.run.smithi116.stdout: 5 34826 10.47 MB/sec warmup 98 sec latency 129.789 ms 2023-12-06T06:44:07.891 INFO:teuthology.orchestra.run.smithi116.stdout: 5 35255 10.50 MB/sec warmup 99 sec latency 133.962 ms 2023-12-06T06:44:08.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:08.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: Adjusting osd_memory_target on smithi116 to 1944M 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:44:08.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T06:44:08.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-06T06:44:08.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: Updating smithi154:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T06:44:08.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:08 smithi116 ceph-mon[107711]: pgmap v9: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-12-06T06:44:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: Adjusting osd_memory_target on smithi116 to 1944M 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: Updating smithi116:/etc/ceph/ceph.conf 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: Updating smithi154:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T06:44:08.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:08 smithi154 ceph-mon[110416]: pgmap v9: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-12-06T06:44:08.894 INFO:teuthology.orchestra.run.smithi116.stdout: 5 35582 10.47 MB/sec warmup 100 sec latency 151.295 ms 2023-12-06T06:44:09.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: Updating smithi116:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T06:44:09.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:44:09.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: Updating smithi154:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T06:44:09.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:44:09.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:09 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: Updating smithi116:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T06:44:09.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:44:09.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: Updating smithi154:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T06:44:09.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:44:09.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:09 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:09.894 INFO:teuthology.orchestra.run.smithi116.stdout: 5 35864 10.40 MB/sec warmup 101 sec latency 146.401 ms 2023-12-06T06:44:10.673 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:10 smithi116 ceph-mon[107711]: Updating smithi116:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T06:44:10.673 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:10 smithi116 ceph-mon[107711]: Reconfiguring alertmanager.smithi116 (dependencies changed)... 2023-12-06T06:44:10.673 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:10 smithi116 ceph-mon[107711]: Reconfiguring daemon alertmanager.smithi116 on smithi116 2023-12-06T06:44:10.673 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:10 smithi116 ceph-mon[107711]: pgmap v10: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-12-06T06:44:10.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:10 smithi154 ceph-mon[110416]: Updating smithi116:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T06:44:10.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:10 smithi154 ceph-mon[110416]: Reconfiguring alertmanager.smithi116 (dependencies changed)... 2023-12-06T06:44:10.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:10 smithi154 ceph-mon[110416]: Reconfiguring daemon alertmanager.smithi116 on smithi116 2023-12-06T06:44:10.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:10 smithi154 ceph-mon[110416]: pgmap v10: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-12-06T06:44:10.894 INFO:teuthology.orchestra.run.smithi116.stdout: 5 36225 10.37 MB/sec warmup 102 sec latency 124.890 ms 2023-12-06T06:44:11.688 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:44:11.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:44:11.894 INFO:teuthology.orchestra.run.smithi116.stdout: 5 36664 10.39 MB/sec warmup 103 sec latency 114.780 ms 2023-12-06T06:44:12.694 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:12 smithi116 ceph-mon[107711]: pgmap v11: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-12-06T06:44:12.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:12 smithi154 ceph-mon[110416]: pgmap v11: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-12-06T06:44:12.894 INFO:teuthology.orchestra.run.smithi116.stdout: 5 37024 10.41 MB/sec warmup 104 sec latency 126.826 ms 2023-12-06T06:44:13.894 INFO:teuthology.orchestra.run.smithi116.stdout: 5 37414 10.38 MB/sec warmup 105 sec latency 126.420 ms 2023-12-06T06:44:13.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:13 smithi116 ceph-mon[107711]: pgmap v12: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.7 MiB/s wr, 669 op/s 2023-12-06T06:44:14.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:13 smithi154 ceph-mon[110416]: pgmap v12: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.7 MiB/s wr, 669 op/s 2023-12-06T06:44:14.896 INFO:teuthology.orchestra.run.smithi116.stdout: 5 37800 10.34 MB/sec warmup 106 sec latency 123.913 ms 2023-12-06T06:44:15.896 INFO:teuthology.orchestra.run.smithi116.stdout: 5 38234 10.42 MB/sec warmup 107 sec latency 129.951 ms 2023-12-06T06:44:16.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:15 smithi116 ceph-mon[107711]: pgmap v13: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-12-06T06:44:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:15 smithi154 ceph-mon[110416]: pgmap v13: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-12-06T06:44:16.905 INFO:teuthology.orchestra.run.smithi116.stdout: 5 38642 10.46 MB/sec warmup 108 sec latency 130.590 ms 2023-12-06T06:44:17.815 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:17 smithi116 ceph-mon[107711]: pgmap v14: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 669 op/s 2023-12-06T06:44:17.905 INFO:teuthology.orchestra.run.smithi116.stdout: 5 39044 10.44 MB/sec warmup 109 sec latency 126.696 ms 2023-12-06T06:44:18.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:17 smithi154 ceph-mon[110416]: pgmap v14: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 669 op/s 2023-12-06T06:44:18.905 INFO:teuthology.orchestra.run.smithi116.stdout: 5 39324 10.41 MB/sec warmup 110 sec latency 127.257 ms 2023-12-06T06:44:19.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:19 smithi116 ceph-mon[107711]: pgmap v15: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 461 op/s 2023-12-06T06:44:19.905 INFO:teuthology.orchestra.run.smithi116.stdout: 5 39718 10.42 MB/sec warmup 111 sec latency 133.276 ms 2023-12-06T06:44:20.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:19 smithi154 ceph-mon[110416]: pgmap v15: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 461 op/s 2023-12-06T06:44:20.905 INFO:teuthology.orchestra.run.smithi116.stdout: 5 40100 10.41 MB/sec warmup 112 sec latency 133.317 ms 2023-12-06T06:44:21.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:21.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:21.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: Reconfiguring grafana.smithi116 (dependencies changed)... 2023-12-06T06:44:21.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T06:44:21.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:21.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:21.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:44:21.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:44:21.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:21 smithi116 ceph-mon[107711]: Reconfiguring daemon grafana.smithi116 on smithi116 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: Reconfiguring grafana.smithi116 (dependencies changed)... 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:44:21.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:21 smithi154 ceph-mon[110416]: Reconfiguring daemon grafana.smithi116 on smithi116 2023-12-06T06:44:21.905 INFO:teuthology.orchestra.run.smithi116.stdout: 5 40419 10.36 MB/sec warmup 113 sec latency 224.351 ms 2023-12-06T06:44:22.432 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:22 smithi116 ceph-mon[107711]: pgmap v16: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 461 op/s 2023-12-06T06:44:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:22 smithi154 ceph-mon[110416]: pgmap v16: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 461 op/s 2023-12-06T06:44:22.905 INFO:teuthology.orchestra.run.smithi116.stdout: 5 40629 10.35 MB/sec warmup 114 sec latency 123.931 ms 2023-12-06T06:44:22.975 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:44:23.907 INFO:teuthology.orchestra.run.smithi116.stdout: 5 40781 10.29 MB/sec warmup 115 sec latency 88.983 ms 2023-12-06T06:44:23.976 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:23 smithi116 ceph-mon[107711]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:23.977 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:23 smithi116 ceph-mon[107711]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:23.977 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:23 smithi116 ceph-mon[107711]: pgmap v17: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 679 op/s 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 starting - - - - 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (6m) 17s ago 6m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (5m) 21s ago 5m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (5m) 17s ago 6m 60.7M - 8.3.5 dad864ee21e9 b5fcc354805d 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (2m) 17s ago 2m 34.2M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (2m) 21s ago 2m 12.9M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (7m) 17s ago 7m 423M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (36s) 21s ago 5m 496M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:44:24.077 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (7m) 17s ago 7m 87.5M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (5m) 21s ago 5m 54.5M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (2m) 17s ago 2m 266M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (2m) 21s ago 2m 80.2M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (5m) 17s ago 5m 23.4M - 1.3.1 1dbe0e931976 3144d1047599 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 running (5m) 21s ago 5m 24.4M - 1.3.1 1dbe0e931976 f0bd7c5dc6c6 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (5m) 17s ago 5m 565M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (4m) 17s ago 4m 363M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (4m) 17s ago 4m 311M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (4m) 17s ago 4m 529M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (3m) 21s ago 3m 495M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (3m) 21s ago 3m 544M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (3m) 21s ago 3m 489M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:44:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (3m) 21s ago 3m 720M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:44:24.079 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (5m) 17s ago 5m 65.7M - 2.33.4 514e6a882f6e be822df246d8 2023-12-06T06:44:24.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:23 smithi154 ceph-mon[110416]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:24.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:23 smithi154 ceph-mon[110416]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:24.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:23 smithi154 ceph-mon[110416]: pgmap v17: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 679 op/s 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:44:24.672 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:44:24.673 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:44:24.906 INFO:teuthology.orchestra.run.smithi116.stdout: 5 41016 10.27 MB/sec warmup 116 sec latency 102.456 ms 2023-12-06T06:44:25.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:24 smithi116 ceph-mon[107711]: from='client.24425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:25.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:24 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3258952423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:44:25.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:24 smithi154 ceph-mon[110416]: from='client.24425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:25.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:24 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3258952423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:44:25.211 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:44:25.211 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:44:25.211 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:44:25.211 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T06:44:25.211 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:44:25.211 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:44:25.211 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "", 2023-12-06T06:44:25.212 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T06:44:25.212 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:44:25.798 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:44:25.906 INFO:teuthology.orchestra.run.smithi116.stdout: 5 41246 10.21 MB/sec warmup 117 sec latency 111.822 ms 2023-12-06T06:44:26.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:25 smithi116 ceph-mon[107711]: from='client.24431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:26.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:25 smithi116 ceph-mon[107711]: pgmap v18: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-06T06:44:26.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:25 smithi154 ceph-mon[110416]: from='client.24431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:26.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:25 smithi154 ceph-mon[110416]: pgmap v18: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-06T06:44:26.809 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:26 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2945243601' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:44:26.809 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:44:26.906 INFO:teuthology.orchestra.run.smithi116.stdout: 5 41605 10.21 MB/sec warmup 118 sec latency 127.103 ms 2023-12-06T06:44:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:26 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/2945243601' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:44:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:44:27.823 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:27 smithi116 ceph-mon[107711]: pgmap v19: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 579 op/s 2023-12-06T06:44:27.907 INFO:teuthology.orchestra.run.smithi116.stdout: 5 41773 10.17 MB/sec warmup 119 sec latency 135.790 ms 2023-12-06T06:44:28.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:27 smithi154 ceph-mon[110416]: pgmap v19: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 579 op/s 2023-12-06T06:44:29.849 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:29 smithi116 ceph-mon[107711]: pgmap v20: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-12-06T06:44:29.907 INFO:teuthology.orchestra.run.smithi116.stdout: 5 42320 9.86 MB/sec execute 1 sec latency 126.816 ms 2023-12-06T06:44:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:29 smithi154 ceph-mon[110416]: pgmap v20: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-12-06T06:44:30.907 INFO:teuthology.orchestra.run.smithi116.stdout: 5 42590 8.20 MB/sec execute 2 sec latency 139.986 ms 2023-12-06T06:44:31.908 INFO:teuthology.orchestra.run.smithi116.stdout: 5 42885 8.26 MB/sec execute 3 sec latency 144.035 ms 2023-12-06T06:44:32.442 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:32 smithi116 ceph-mon[107711]: pgmap v21: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-12-06T06:44:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:32 smithi154 ceph-mon[110416]: pgmap v21: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-12-06T06:44:32.908 INFO:teuthology.orchestra.run.smithi116.stdout: 5 43232 8.32 MB/sec execute 4 sec latency 198.982 ms 2023-12-06T06:44:33.908 INFO:teuthology.orchestra.run.smithi116.stdout: 5 43623 7.84 MB/sec execute 5 sec latency 135.688 ms 2023-12-06T06:44:33.957 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:33 smithi116 ceph-mon[107711]: pgmap v22: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-06T06:44:34.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:33 smithi154 ceph-mon[110416]: pgmap v22: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-06T06:44:34.908 INFO:teuthology.orchestra.run.smithi116.stdout: 5 43945 8.00 MB/sec execute 6 sec latency 135.603 ms 2023-12-06T06:44:35.908 INFO:teuthology.orchestra.run.smithi116.stdout: 5 44331 9.16 MB/sec execute 7 sec latency 133.951 ms 2023-12-06T06:44:35.996 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:35 smithi116 ceph-mon[107711]: pgmap v23: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-12-06T06:44:36.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:35 smithi154 ceph-mon[110416]: pgmap v23: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-12-06T06:44:36.908 INFO:teuthology.orchestra.run.smithi116.stdout: 5 44704 9.07 MB/sec execute 8 sec latency 131.499 ms 2023-12-06T06:44:37.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:37 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:37.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:37 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:37.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:37 smithi116 ceph-mon[107711]: Reconfiguring node-exporter.smithi116 (dependencies changed)... 2023-12-06T06:44:37.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:37 smithi116 ceph-mon[107711]: Reconfiguring daemon node-exporter.smithi116 on smithi116 2023-12-06T06:44:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:37 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:37 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:37 smithi154 ceph-mon[110416]: Reconfiguring node-exporter.smithi116 (dependencies changed)... 2023-12-06T06:44:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:37 smithi154 ceph-mon[110416]: Reconfiguring daemon node-exporter.smithi116 on smithi116 2023-12-06T06:44:37.913 INFO:teuthology.orchestra.run.smithi116.stdout: 5 45113 9.36 MB/sec execute 9 sec latency 147.991 ms 2023-12-06T06:44:38.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:38 smithi116 ceph-mon[107711]: pgmap v24: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-06T06:44:38.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:38 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:38.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:38 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:38.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:38 smithi154 ceph-mon[110416]: pgmap v24: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-06T06:44:38.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:38 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:38.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:38 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:38.913 INFO:teuthology.orchestra.run.smithi116.stdout: 5 45409 9.26 MB/sec execute 10 sec latency 128.852 ms 2023-12-06T06:44:39.587 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:39 smithi116 ceph-mon[107711]: Reconfiguring prometheus.smithi116 (dependencies changed)... 2023-12-06T06:44:39.587 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:39 smithi116 ceph-mon[107711]: Reconfiguring daemon prometheus.smithi116 on smithi116 2023-12-06T06:44:39.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:39 smithi154 ceph-mon[110416]: Reconfiguring prometheus.smithi116 (dependencies changed)... 2023-12-06T06:44:39.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:39 smithi154 ceph-mon[110416]: Reconfiguring daemon prometheus.smithi116 on smithi116 2023-12-06T06:44:39.917 INFO:teuthology.orchestra.run.smithi116.stdout: 5 45837 9.82 MB/sec execute 11 sec latency 120.837 ms 2023-12-06T06:44:40.599 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:40 smithi116 ceph-mon[107711]: pgmap v25: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T06:44:40.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:40 smithi154 ceph-mon[110416]: pgmap v25: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T06:44:40.917 INFO:teuthology.orchestra.run.smithi116.stdout: 5 46269 9.57 MB/sec execute 12 sec latency 127.286 ms 2023-12-06T06:44:41.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:44:41.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:44:41.917 INFO:teuthology.orchestra.run.smithi116.stdout: 5 46628 9.78 MB/sec execute 13 sec latency 136.434 ms 2023-12-06T06:44:42.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:42 smithi116 ceph-mon[107711]: pgmap v26: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T06:44:42.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:42 smithi154 ceph-mon[110416]: pgmap v26: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T06:44:42.917 INFO:teuthology.orchestra.run.smithi116.stdout: 5 46987 9.38 MB/sec execute 14 sec latency 112.188 ms 2023-12-06T06:44:43.918 INFO:teuthology.orchestra.run.smithi116.stdout: 5 47329 9.23 MB/sec execute 15 sec latency 124.091 ms 2023-12-06T06:44:43.918 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:43 smithi116 ceph-mon[107711]: pgmap v27: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 610 op/s 2023-12-06T06:44:44.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:43 smithi154 ceph-mon[110416]: pgmap v27: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 610 op/s 2023-12-06T06:44:44.918 INFO:teuthology.orchestra.run.smithi116.stdout: 5 47713 9.39 MB/sec execute 16 sec latency 126.716 ms 2023-12-06T06:44:45.918 INFO:teuthology.orchestra.run.smithi116.stdout: 5 48218 10.08 MB/sec execute 17 sec latency 124.036 ms 2023-12-06T06:44:45.958 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:45 smithi116 ceph-mon[107711]: pgmap v28: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-06T06:44:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:45 smithi154 ceph-mon[110416]: pgmap v28: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi116.stdout: 5 48644 9.98 MB/sec execute 18 sec latency 130.021 ms 2023-12-06T06:44:47.919 INFO:teuthology.orchestra.run.smithi116.stdout: 5 49028 9.90 MB/sec execute 19 sec latency 128.564 ms 2023-12-06T06:44:47.991 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:47 smithi116 ceph-mon[107711]: pgmap v29: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 681 op/s 2023-12-06T06:44:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:47 smithi154 ceph-mon[110416]: pgmap v29: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 681 op/s 2023-12-06T06:44:48.922 INFO:teuthology.orchestra.run.smithi116.stdout: 5 49376 9.84 MB/sec execute 20 sec latency 132.598 ms 2023-12-06T06:44:49.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:49 smithi116 ceph-mon[107711]: pgmap v30: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-12-06T06:44:49.922 INFO:teuthology.orchestra.run.smithi116.stdout: 5 49758 10.05 MB/sec execute 21 sec latency 111.106 ms 2023-12-06T06:44:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:49 smithi154 ceph-mon[110416]: pgmap v30: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-12-06T06:44:50.922 INFO:teuthology.orchestra.run.smithi116.stdout: 5 50166 10.10 MB/sec execute 22 sec latency 130.811 ms 2023-12-06T06:44:51.922 INFO:teuthology.orchestra.run.smithi116.stdout: 5 50507 9.84 MB/sec execute 23 sec latency 155.617 ms 2023-12-06T06:44:52.327 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:52 smithi116 ceph-mon[107711]: pgmap v31: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-12-06T06:44:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:52 smithi154 ceph-mon[110416]: pgmap v31: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-12-06T06:44:52.922 INFO:teuthology.orchestra.run.smithi116.stdout: 5 50799 9.74 MB/sec execute 24 sec latency 159.029 ms 2023-12-06T06:44:53.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:53 smithi116 ceph-mon[107711]: pgmap v32: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 696 op/s 2023-12-06T06:44:53.922 INFO:teuthology.orchestra.run.smithi116.stdout: 5 51169 9.87 MB/sec execute 25 sec latency 162.015 ms 2023-12-06T06:44:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:53 smithi154 ceph-mon[110416]: pgmap v32: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 696 op/s 2023-12-06T06:44:54.922 INFO:teuthology.orchestra.run.smithi116.stdout: 5 51534 9.92 MB/sec execute 26 sec latency 130.595 ms 2023-12-06T06:44:55.888 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:55 smithi116 ceph-mon[107711]: pgmap v33: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-06T06:44:55.922 INFO:teuthology.orchestra.run.smithi116.stdout: 5 51961 10.00 MB/sec execute 27 sec latency 129.410 ms 2023-12-06T06:44:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:55 smithi154 ceph-mon[110416]: pgmap v33: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-06T06:44:56.313 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:44:56.928 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:44:56.928 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:56 smithi116 ceph-mon[107711]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:56.928 INFO:teuthology.orchestra.run.smithi116.stdout: 5 52304 9.91 MB/sec execute 28 sec latency 129.764 ms 2023-12-06T06:44:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:44:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:56 smithi154 ceph-mon[110416]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:57.250 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:44:57.250 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 starting - - - - 2023-12-06T06:44:57.250 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (6m) 51s ago 6m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:44:57.250 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (6m) 54s ago 6m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:44:57.250 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 starting - - - - 2023-12-06T06:44:57.250 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (2m) 51s ago 2m 34.2M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (2m) 54s ago 2m 12.9M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (7m) 51s ago 7m 423M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (69s) 54s ago 6m 496M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (7m) 51s ago 7m 87.5M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (6m) 54s ago 6m 54.5M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (2m) 51s ago 2m 266M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (2m) 54s ago 2m 80.2M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 starting - - - - 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 running (6m) 54s ago 6m 24.4M - 1.3.1 1dbe0e931976 f0bd7c5dc6c6 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (5m) 51s ago 5m 565M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (5m) 51s ago 5m 363M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (5m) 51s ago 5m 311M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (4m) 51s ago 4m 529M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (4m) 54s ago 4m 495M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:44:57.251 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (4m) 54s ago 4m 544M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:44:57.252 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (3m) 54s ago 3m 489M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:44:57.252 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (3m) 54s ago 3m 720M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:44:57.252 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (5m) 51s ago 5m 65.7M - 2.33.4 514e6a882f6e be822df246d8 2023-12-06T06:44:57.793 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:44:57.793 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:44:57.794 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:44:57.795 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:44:57.795 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:44:57.795 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:44:57.795 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:44:57.795 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:44:57.929 INFO:teuthology.orchestra.run.smithi116.stdout: 5 52670 9.88 MB/sec execute 29 sec latency 149.326 ms 2023-12-06T06:44:57.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:57 smithi116 ceph-mon[107711]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:57.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:57 smithi116 ceph-mon[107711]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:57.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:57 smithi116 ceph-mon[107711]: pgmap v34: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 677 op/s 2023-12-06T06:44:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:57 smithi154 ceph-mon[110416]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:57 smithi154 ceph-mon[110416]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:57 smithi154 ceph-mon[110416]: pgmap v34: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 677 op/s 2023-12-06T06:44:58.238 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:44:58.238 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:44:58.238 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:44:58.239 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T06:44:58.239 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:44:58.239 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:44:58.239 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "", 2023-12-06T06:44:58.239 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T06:44:58.239 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:44:58.827 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:44:58.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:58 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/334346986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:44:58.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:58 smithi116 ceph-mon[107711]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:58.927 INFO:teuthology.orchestra.run.smithi116.stdout: 5 53019 9.99 MB/sec execute 30 sec latency 138.773 ms 2023-12-06T06:44:59.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:58 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/334346986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:44:59.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:58 smithi154 ceph-mon[110416]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:44:59.799 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:59 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:59.799 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:59 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:59.799 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:59 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1199722766' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:44:59.800 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:59 smithi154 ceph-mon[110416]: Reconfiguring node-exporter.smithi154 (dependencies changed)... 2023-12-06T06:44:59.800 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:59 smithi154 ceph-mon[110416]: Reconfiguring daemon node-exporter.smithi154 on smithi154 2023-12-06T06:44:59.800 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:44:59 smithi154 ceph-mon[110416]: pgmap v35: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-12-06T06:44:59.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:59 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:59.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:59 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:44:59.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:59 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1199722766' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:44:59.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:59 smithi116 ceph-mon[107711]: Reconfiguring node-exporter.smithi154 (dependencies changed)... 2023-12-06T06:44:59.849 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:59 smithi116 ceph-mon[107711]: Reconfiguring daemon node-exporter.smithi154 on smithi154 2023-12-06T06:44:59.849 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:44:59 smithi116 ceph-mon[107711]: pgmap v35: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-12-06T06:44:59.931 INFO:teuthology.orchestra.run.smithi116.stdout: 5 53386 9.92 MB/sec execute 31 sec latency 138.830 ms 2023-12-06T06:45:00.931 INFO:teuthology.orchestra.run.smithi116.stdout: 5 53642 9.73 MB/sec execute 32 sec latency 120.912 ms 2023-12-06T06:45:01.501 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.501 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.501 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T06:45:01.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.503 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:45:01.503 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: Upgrade: Need to upgrade myself (mgr.smithi154.rhtbwp) 2023-12-06T06:45:01.503 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:01 smithi116 ceph-mon[107711]: Upgrade: Need to upgrade myself (mgr.smithi154.rhtbwp) 2023-12-06T06:45:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:45:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:45:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T06:45:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T06:45:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: Upgrade: Need to upgrade myself (mgr.smithi154.rhtbwp) 2023-12-06T06:45:01.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:01 smithi154 ceph-mon[110416]: Upgrade: Need to upgrade myself (mgr.smithi154.rhtbwp) 2023-12-06T06:45:01.939 INFO:teuthology.orchestra.run.smithi116.stdout: 5 53979 9.74 MB/sec execute 33 sec latency 129.627 ms 2023-12-06T06:45:02.668 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:02 smithi116 ceph-mon[107711]: pgmap v36: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-12-06T06:45:02.668 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:02 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:02.669 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:02 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.wqyusj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:45:02.669 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:02 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.wqyusj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:45:02.669 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:02 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:45:02.669 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:02 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:45:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:02 smithi154 ceph-mon[110416]: pgmap v36: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-12-06T06:45:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:02 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:45:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:02 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.wqyusj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:45:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:02 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.wqyusj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:45:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:02 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:45:02.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:02 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:45:02.943 INFO:teuthology.orchestra.run.smithi116.stdout: 5 54250 9.67 MB/sec execute 34 sec latency 128.568 ms 2023-12-06T06:45:03.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:03 smithi116 ceph-mon[107711]: Upgrade: Updating mgr.smithi116.wqyusj 2023-12-06T06:45:03.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:03 smithi116 ceph-mon[107711]: Deploying daemon mgr.smithi116.wqyusj on smithi116 2023-12-06T06:45:03.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:03 smithi154 ceph-mon[110416]: Upgrade: Updating mgr.smithi116.wqyusj 2023-12-06T06:45:03.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:03 smithi154 ceph-mon[110416]: Deploying daemon mgr.smithi116.wqyusj on smithi116 2023-12-06T06:45:03.943 INFO:teuthology.orchestra.run.smithi116.stdout: 5 54665 9.73 MB/sec execute 35 sec latency 124.220 ms 2023-12-06T06:45:04.451 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:04 smithi116 ceph-mon[107711]: pgmap v37: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 644 op/s 2023-12-06T06:45:04.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:04 smithi154 ceph-mon[110416]: pgmap v37: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 644 op/s 2023-12-06T06:45:04.943 INFO:teuthology.orchestra.run.smithi116.stdout: 5 55059 9.79 MB/sec execute 36 sec latency 137.727 ms 2023-12-06T06:45:05.953 INFO:teuthology.orchestra.run.smithi116.stdout: 5 55475 9.88 MB/sec execute 37 sec latency 129.672 ms 2023-12-06T06:45:05.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:05 smithi116 ceph-mon[107711]: pgmap v38: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-12-06T06:45:06.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:05 smithi154 ceph-mon[110416]: pgmap v38: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-12-06T06:45:06.953 INFO:teuthology.orchestra.run.smithi116.stdout: 5 55825 9.81 MB/sec execute 38 sec latency 126.300 ms 2023-12-06T06:45:07.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:07 smithi116 ceph-mon[107711]: pgmap v39: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 633 op/s 2023-12-06T06:45:07.962 INFO:teuthology.orchestra.run.smithi116.stdout: 5 56167 9.77 MB/sec execute 39 sec latency 129.726 ms 2023-12-06T06:45:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:07 smithi154 ceph-mon[110416]: pgmap v39: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 633 op/s 2023-12-06T06:45:08.973 INFO:teuthology.orchestra.run.smithi116.stdout: 5 56526 9.78 MB/sec execute 40 sec latency 148.799 ms 2023-12-06T06:45:09.817 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:09 smithi116 ceph-mon[107711]: pgmap v40: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-06T06:45:09.976 INFO:teuthology.orchestra.run.smithi116.stdout: 5 56867 9.81 MB/sec execute 41 sec latency 140.028 ms 2023-12-06T06:45:10.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:09 smithi154 ceph-mon[110416]: pgmap v40: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-06T06:45:10.976 INFO:teuthology.orchestra.run.smithi116.stdout: 5 57232 9.74 MB/sec execute 42 sec latency 124.135 ms 2023-12-06T06:45:11.097 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:10 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:45:11.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:10 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:45:11.976 INFO:teuthology.orchestra.run.smithi116.stdout: 5 57647 9.71 MB/sec execute 43 sec latency 127.128 ms 2023-12-06T06:45:12.368 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:12 smithi116 ceph-mon[107711]: pgmap v41: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-06T06:45:12.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:12 smithi154 ceph-mon[110416]: pgmap v41: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-06T06:45:12.976 INFO:teuthology.orchestra.run.smithi116.stdout: 5 57983 9.71 MB/sec execute 44 sec latency 126.708 ms 2023-12-06T06:45:13.887 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:13 smithi116 ceph-mon[107711]: pgmap v42: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 634 op/s 2023-12-06T06:45:13.976 INFO:teuthology.orchestra.run.smithi116.stdout: 5 58368 9.75 MB/sec execute 45 sec latency 120.728 ms 2023-12-06T06:45:14.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:13 smithi154 ceph-mon[110416]: pgmap v42: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 634 op/s 2023-12-06T06:45:14.986 INFO:teuthology.orchestra.run.smithi116.stdout: 5 58753 9.85 MB/sec execute 46 sec latency 130.122 ms 2023-12-06T06:45:15.927 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:15 smithi116 ceph-mon[107711]: pgmap v43: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-06T06:45:15.986 INFO:teuthology.orchestra.run.smithi116.stdout: 5 59029 9.78 MB/sec execute 47 sec latency 165.187 ms 2023-12-06T06:45:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:15 smithi154 ceph-mon[110416]: pgmap v43: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-06T06:45:16.987 INFO:teuthology.orchestra.run.smithi116.stdout: 5 59455 9.87 MB/sec execute 48 sec latency 130.013 ms 2023-12-06T06:45:17.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:17 smithi116 ceph-mon[107711]: pgmap v44: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.9 MiB/s wr, 644 op/s 2023-12-06T06:45:17.986 INFO:teuthology.orchestra.run.smithi116.stdout: 5 59855 9.83 MB/sec execute 49 sec latency 129.905 ms 2023-12-06T06:45:18.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:17 smithi154 ceph-mon[110416]: pgmap v44: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.9 MiB/s wr, 644 op/s 2023-12-06T06:45:18.987 INFO:teuthology.orchestra.run.smithi116.stdout: 5 60192 9.77 MB/sec execute 50 sec latency 129.403 ms 2023-12-06T06:45:19.987 INFO:teuthology.orchestra.run.smithi116.stdout: 5 60563 9.77 MB/sec execute 51 sec latency 129.447 ms 2023-12-06T06:45:20.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:19 smithi116 ceph-mon[107711]: pgmap v45: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-12-06T06:45:20.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:19 smithi154 ceph-mon[110416]: pgmap v45: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-12-06T06:45:20.987 INFO:teuthology.orchestra.run.smithi116.stdout: 5 60968 9.76 MB/sec execute 52 sec latency 129.736 ms 2023-12-06T06:45:21.987 INFO:teuthology.orchestra.run.smithi116.stdout: 5 61294 9.75 MB/sec execute 53 sec latency 126.130 ms 2023-12-06T06:45:22.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:22 smithi116 ceph-mon[107711]: pgmap v46: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-12-06T06:45:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:22 smithi154 ceph-mon[110416]: pgmap v46: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-12-06T06:45:22.987 INFO:teuthology.orchestra.run.smithi116.stdout: 5 61715 9.75 MB/sec execute 54 sec latency 135.972 ms 2023-12-06T06:45:23.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:23 smithi116 ceph-mon[107711]: pgmap v47: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 659 op/s 2023-12-06T06:45:23.987 INFO:teuthology.orchestra.run.smithi116.stdout: 5 62082 9.84 MB/sec execute 55 sec latency 129.984 ms 2023-12-06T06:45:24.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:23 smithi154 ceph-mon[110416]: pgmap v47: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 659 op/s 2023-12-06T06:45:24.987 INFO:teuthology.orchestra.run.smithi116.stdout: 5 62420 9.81 MB/sec execute 56 sec latency 135.525 ms 2023-12-06T06:45:25.957 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:25 smithi116 ceph-mon[107711]: pgmap v48: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 445 op/s 2023-12-06T06:45:25.989 INFO:teuthology.orchestra.run.smithi116.stdout: 5 62775 9.88 MB/sec execute 57 sec latency 149.180 ms 2023-12-06T06:45:26.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:25 smithi154 ceph-mon[110416]: pgmap v48: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 445 op/s 2023-12-06T06:45:26.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:45:26.989 INFO:teuthology.orchestra.run.smithi116.stdout: 5 63117 9.85 MB/sec execute 58 sec latency 128.650 ms 2023-12-06T06:45:27.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:45:27.990 INFO:teuthology.orchestra.run.smithi116.stdout: 5 63499 9.84 MB/sec execute 59 sec latency 120.299 ms 2023-12-06T06:45:27.994 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:27 smithi116 ceph-mon[107711]: mgrmap e28: smithi154.rhtbwp(active, since 91s), standbys: smithi116.wqyusj 2023-12-06T06:45:27.994 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:27 smithi116 ceph-mon[107711]: pgmap v49: 97 pgs: 97 active+clean; 342 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.1 MiB/s wr, 659 op/s 2023-12-06T06:45:28.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:27 smithi154 ceph-mon[110416]: mgrmap e28: smithi154.rhtbwp(active, since 91s), standbys: smithi116.wqyusj 2023-12-06T06:45:28.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:27 smithi154 ceph-mon[110416]: pgmap v49: 97 pgs: 97 active+clean; 342 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.1 MiB/s wr, 659 op/s 2023-12-06T06:45:28.990 INFO:teuthology.orchestra.run.smithi116.stdout: 5 63760 9.74 MB/sec execute 60 sec latency 120.639 ms 2023-12-06T06:45:29.284 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:45:29.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:29 smithi116 ceph-mon[107711]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:45:29.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:29 smithi116 ceph-mon[107711]: pgmap v50: 97 pgs: 97 active+clean; 342 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-06T06:45:29.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:29 smithi116 ceph-mon[107711]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:45:29.989 INFO:teuthology.orchestra.run.smithi116.stdout: 5 64056 9.67 MB/sec execute 61 sec latency 136.770 ms 2023-12-06T06:45:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:29 smithi154 ceph-mon[110416]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:45:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:29 smithi154 ceph-mon[110416]: pgmap v50: 97 pgs: 97 active+clean; 342 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-06T06:45:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:29 smithi154 ceph-mon[110416]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:45:30.153 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:45:30.153 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 starting - - - - 2023-12-06T06:45:30.153 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (7m) 83s ago 7m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:45:30.153 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (6m) 87s ago 6m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:45:30.153 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 starting - - - - 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (3m) 83s ago 3m 34.2M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (3m) 87s ago 3m 12.9M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (8m) 83s ago 8m 423M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (102s) 87s ago 6m 496M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (8m) 83s ago 8m 87.5M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (6m) 87s ago 6m 54.5M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (3m) 83s ago 3m 266M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (3m) 87s ago 3m 80.2M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 starting - - - - 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (6m) 83s ago 6m 565M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (5m) 83s ago 5m 363M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (5m) 83s ago 5m 311M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:45:30.154 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (5m) 83s ago 5m 529M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:45:30.155 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (5m) 87s ago 5m 495M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:45:30.155 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (4m) 87s ago 4m 544M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:45:30.155 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (4m) 87s ago 4m 489M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:45:30.155 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (4m) 87s ago 4m 720M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:45:30.155 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 starting - - - - 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:45:30.664 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:45:30.665 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:45:30.665 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:45:30.665 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:45:30.665 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:45:30.665 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:45:30.665 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:45:30.665 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:45:30.819 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:30 smithi116 ceph-mon[107711]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:45:30.819 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:30 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1213242663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:45:30.990 INFO:teuthology.orchestra.run.smithi116.stdout: 5 64359 9.67 MB/sec execute 62 sec latency 126.790 ms 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T06:45:31.113 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:45:31.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:30 smithi154 ceph-mon[110416]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:45:31.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:30 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1213242663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:45:31.677 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:45:31.990 INFO:teuthology.orchestra.run.smithi116.stdout: 5 64775 9.71 MB/sec execute 63 sec latency 126.984 ms 2023-12-06T06:45:32.383 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:32 smithi116 ceph-mon[107711]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:45:32.383 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:32 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/4151085225' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:45:32.383 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:32 smithi116 ceph-mon[107711]: pgmap v51: 97 pgs: 97 active+clean; 342 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-06T06:45:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:32 smithi154 ceph-mon[110416]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:45:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:32 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/4151085225' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:45:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:32 smithi154 ceph-mon[110416]: pgmap v51: 97 pgs: 97 active+clean; 342 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-06T06:45:32.991 INFO:teuthology.orchestra.run.smithi116.stdout: 5 65139 9.71 MB/sec execute 64 sec latency 170.527 ms 2023-12-06T06:45:33.925 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:33 smithi116 ceph-mon[107711]: pgmap v52: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 641 op/s 2023-12-06T06:45:34.000 INFO:teuthology.orchestra.run.smithi116.stdout: 5 65454 9.72 MB/sec execute 65 sec latency 125.947 ms 2023-12-06T06:45:34.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:33 smithi154 ceph-mon[110416]: pgmap v52: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 641 op/s 2023-12-06T06:45:35.000 INFO:teuthology.orchestra.run.smithi116.stdout: 5 65878 9.76 MB/sec execute 66 sec latency 131.284 ms 2023-12-06T06:45:35.965 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:35 smithi116 ceph-mon[107711]: pgmap v53: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-06T06:45:36.000 INFO:teuthology.orchestra.run.smithi116.stdout: 5 66204 9.75 MB/sec execute 67 sec latency 129.678 ms 2023-12-06T06:45:36.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:35 smithi154 ceph-mon[110416]: pgmap v53: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-06T06:45:37.000 INFO:teuthology.orchestra.run.smithi116.stdout: 5 66451 9.71 MB/sec execute 68 sec latency 129.753 ms 2023-12-06T06:45:38.000 INFO:teuthology.orchestra.run.smithi116.stdout: 5 66839 9.71 MB/sec execute 69 sec latency 134.954 ms 2023-12-06T06:45:38.003 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:37 smithi116 ceph-mon[107711]: pgmap v54: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 674 op/s 2023-12-06T06:45:38.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:37 smithi154 ceph-mon[110416]: pgmap v54: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 674 op/s 2023-12-06T06:45:39.000 INFO:teuthology.orchestra.run.smithi116.stdout: 5 67305 9.68 MB/sec execute 70 sec latency 132.106 ms 2023-12-06T06:45:40.000 INFO:teuthology.orchestra.run.smithi116.stdout: 5 67653 9.72 MB/sec execute 71 sec latency 88.477 ms 2023-12-06T06:45:40.033 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:39 smithi116 ceph-mon[107711]: pgmap v55: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 460 op/s 2023-12-06T06:45:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:39 smithi154 ceph-mon[110416]: pgmap v55: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 460 op/s 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 68118 9.69 MB/sec execute 72 sec latency 132.394 ms 2023-12-06T06:45:41.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:40 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:45:41.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:40 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:45:42.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 68536 9.75 MB/sec execute 73 sec latency 130.246 ms 2023-12-06T06:45:42.320 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:42 smithi116 ceph-mon[107711]: pgmap v56: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 460 op/s 2023-12-06T06:45:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:42 smithi154 ceph-mon[110416]: pgmap v56: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 460 op/s 2023-12-06T06:45:43.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 68941 9.82 MB/sec execute 74 sec latency 126.247 ms 2023-12-06T06:45:43.841 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:43 smithi116 ceph-mon[107711]: pgmap v57: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 714 op/s 2023-12-06T06:45:44.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 69365 9.89 MB/sec execute 75 sec latency 135.242 ms 2023-12-06T06:45:44.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:43 smithi154 ceph-mon[110416]: pgmap v57: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 714 op/s 2023-12-06T06:45:45.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 69807 9.86 MB/sec execute 76 sec latency 128.632 ms 2023-12-06T06:45:45.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:45 smithi116 ceph-mon[107711]: pgmap v58: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 519 op/s 2023-12-06T06:45:46.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 70207 9.87 MB/sec execute 77 sec latency 129.813 ms 2023-12-06T06:45:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:45 smithi154 ceph-mon[110416]: pgmap v58: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 519 op/s 2023-12-06T06:45:47.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 70663 9.88 MB/sec execute 78 sec latency 130.242 ms 2023-12-06T06:45:47.915 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:47 smithi116 ceph-mon[107711]: pgmap v59: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 7.4 MiB/s wr, 776 op/s 2023-12-06T06:45:48.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 71010 9.86 MB/sec execute 79 sec latency 136.854 ms 2023-12-06T06:45:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:47 smithi154 ceph-mon[110416]: pgmap v59: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 7.4 MiB/s wr, 776 op/s 2023-12-06T06:45:49.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 71279 9.83 MB/sec execute 80 sec latency 129.888 ms 2023-12-06T06:45:49.819 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:49 smithi116 ceph-mon[107711]: pgmap v60: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 510 op/s 2023-12-06T06:45:50.007 INFO:teuthology.orchestra.run.smithi116.stdout: 5 71712 9.86 MB/sec execute 81 sec latency 130.439 ms 2023-12-06T06:45:50.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:49 smithi154 ceph-mon[110416]: pgmap v60: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 510 op/s 2023-12-06T06:45:51.010 INFO:teuthology.orchestra.run.smithi116.stdout: 5 72046 9.87 MB/sec execute 82 sec latency 147.564 ms 2023-12-06T06:45:52.014 INFO:teuthology.orchestra.run.smithi116.stdout: 5 72358 9.86 MB/sec execute 83 sec latency 132.020 ms 2023-12-06T06:45:52.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:52 smithi116 ceph-mon[107711]: pgmap v61: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 510 op/s 2023-12-06T06:45:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:52 smithi154 ceph-mon[110416]: pgmap v61: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 510 op/s 2023-12-06T06:45:53.014 INFO:teuthology.orchestra.run.smithi116.stdout: 5 72590 9.82 MB/sec execute 84 sec latency 133.353 ms 2023-12-06T06:45:53.926 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:53 smithi116 ceph-mon[107711]: pgmap v62: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.1 MiB/s wr, 718 op/s 2023-12-06T06:45:54.014 INFO:teuthology.orchestra.run.smithi116.stdout: 5 72964 9.82 MB/sec execute 85 sec latency 129.650 ms 2023-12-06T06:45:54.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:53 smithi154 ceph-mon[110416]: pgmap v62: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.1 MiB/s wr, 718 op/s 2023-12-06T06:45:55.015 INFO:teuthology.orchestra.run.smithi116.stdout: 5 73286 9.78 MB/sec execute 86 sec latency 130.304 ms 2023-12-06T06:45:55.976 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:55 smithi116 ceph-mon[107711]: pgmap v63: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-06T06:45:56.014 INFO:teuthology.orchestra.run.smithi116.stdout: 5 73618 9.78 MB/sec execute 87 sec latency 117.906 ms 2023-12-06T06:45:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:55 smithi154 ceph-mon[110416]: pgmap v63: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-06T06:45:56.987 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:45:57.015 INFO:teuthology.orchestra.run.smithi116.stdout: 5 74011 9.79 MB/sec execute 88 sec latency 120.364 ms 2023-12-06T06:45:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:45:58.010 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:57 smithi116 ceph-mon[107711]: pgmap v64: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.8 MiB/s wr, 659 op/s 2023-12-06T06:45:58.014 INFO:teuthology.orchestra.run.smithi116.stdout: 5 74380 9.78 MB/sec execute 89 sec latency 101.803 ms 2023-12-06T06:45:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:57 smithi154 ceph-mon[110416]: pgmap v64: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.8 MiB/s wr, 659 op/s 2023-12-06T06:45:59.015 INFO:teuthology.orchestra.run.smithi116.stdout: 5 74742 9.78 MB/sec execute 90 sec latency 126.452 ms 2023-12-06T06:45:59.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:45:59 smithi116 ceph-mon[107711]: pgmap v65: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-06T06:46:00.016 INFO:teuthology.orchestra.run.smithi116.stdout: 5 75139 9.80 MB/sec execute 91 sec latency 131.669 ms 2023-12-06T06:46:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:45:59 smithi154 ceph-mon[110416]: pgmap v65: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-06T06:46:01.022 INFO:teuthology.orchestra.run.smithi116.stdout: 5 75553 9.80 MB/sec execute 92 sec latency 87.868 ms 2023-12-06T06:46:02.026 INFO:teuthology.orchestra.run.smithi116.stdout: 5 75902 9.82 MB/sec execute 93 sec latency 124.065 ms 2023-12-06T06:46:02.112 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:46:02.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:02 smithi116 ceph-mon[107711]: pgmap v66: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-06T06:46:02.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:02 smithi154 ceph-mon[110416]: pgmap v66: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 starting - - - - 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (7m) 116s ago 7m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (7m) 2m ago 7m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 starting - - - - 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (3m) 116s ago 3m 34.2M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (3m) 2m ago 3m 12.9M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (8m) 116s ago 8m 423M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:46:02.981 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (2m) 2m ago 7m 496M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (8m) 116s ago 8m 87.5M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (7m) 2m ago 7m 54.5M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (3m) 116s ago 3m 266M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (3m) 2m ago 3m 80.2M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 starting - - - - 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (6m) 116s ago 6m 565M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (6m) 116s ago 6m 363M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (6m) 116s ago 6m 311M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (5m) 116s ago 5m 529M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (5m) 2m ago 5m 495M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (5m) 2m ago 5m 544M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (5m) 2m ago 5m 489M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:46:02.982 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (4m) 2m ago 4m 720M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:46:02.983 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 starting - - - - 2023-12-06T06:46:03.034 INFO:teuthology.orchestra.run.smithi116.stdout: 5 76201 9.79 MB/sec execute 94 sec latency 122.957 ms 2023-12-06T06:46:03.348 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:03 smithi116 ceph-mon[107711]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:03.348 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:03 smithi116 ceph-mon[107711]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:03.529 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:46:03.529 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:46:03.529 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:46:03.529 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:46:03.529 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:46:03.529 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:46:03.529 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:46:03.530 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:46:03.531 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:46:03.531 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:46:03.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:03 smithi154 ceph-mon[110416]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:03.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:03 smithi154 ceph-mon[110416]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:03.968 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:46:03.968 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:46:03.968 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:46:03.968 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T06:46:03.968 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:46:03.968 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:46:03.968 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T06:46:03.968 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T06:46:03.969 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:46:04.034 INFO:teuthology.orchestra.run.smithi116.stdout: 5 76527 9.78 MB/sec execute 95 sec latency 136.222 ms 2023-12-06T06:46:04.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:04 smithi116 ceph-mon[107711]: from='client.24473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:04.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:04 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3388020075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:46:04.377 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:04 smithi116 ceph-mon[107711]: pgmap v67: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 622 op/s 2023-12-06T06:46:04.508 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:46:04.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:04 smithi154 ceph-mon[110416]: from='client.24473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:04.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:04 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3388020075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:46:04.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:04 smithi154 ceph-mon[110416]: pgmap v67: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 622 op/s 2023-12-06T06:46:05.034 INFO:teuthology.orchestra.run.smithi116.stdout: 5 76788 9.75 MB/sec execute 96 sec latency 129.610 ms 2023-12-06T06:46:05.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:05 smithi116 ceph-mon[107711]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:05.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:05 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3489642275' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:46:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:05 smithi154 ceph-mon[110416]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:05 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3489642275' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:46:06.034 INFO:teuthology.orchestra.run.smithi116.stdout: 5 77086 9.76 MB/sec execute 97 sec latency 203.276 ms 2023-12-06T06:46:06.431 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:06 smithi116 ceph-mon[107711]: pgmap v68: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-12-06T06:46:06.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:06 smithi154 ceph-mon[110416]: pgmap v68: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-12-06T06:46:07.037 INFO:teuthology.orchestra.run.smithi116.stdout: 5 77512 9.77 MB/sec execute 98 sec latency 108.313 ms 2023-12-06T06:46:07.989 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:07 smithi116 ceph-mon[107711]: pgmap v69: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.3 MiB/s wr, 605 op/s 2023-12-06T06:46:08.037 INFO:teuthology.orchestra.run.smithi116.stdout: 5 77808 9.74 MB/sec execute 99 sec latency 126.740 ms 2023-12-06T06:46:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:07 smithi154 ceph-mon[110416]: pgmap v69: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.3 MiB/s wr, 605 op/s 2023-12-06T06:46:09.038 INFO:teuthology.orchestra.run.smithi116.stdout: 5 78072 9.67 MB/sec execute 100 sec latency 171.331 ms 2023-12-06T06:46:10.026 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:09 smithi116 ceph-mon[107711]: pgmap v70: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-12-06T06:46:10.037 INFO:teuthology.orchestra.run.smithi116.stdout: 5 78394 9.69 MB/sec execute 101 sec latency 154.609 ms 2023-12-06T06:46:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:09 smithi154 ceph-mon[110416]: pgmap v70: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-12-06T06:46:11.038 INFO:teuthology.orchestra.run.smithi116.stdout: 5 78847 9.74 MB/sec execute 102 sec latency 126.581 ms 2023-12-06T06:46:11.041 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:10 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:46:11.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:10 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:46:12.038 INFO:teuthology.orchestra.run.smithi116.stdout: 5 79166 9.73 MB/sec execute 103 sec latency 126.970 ms 2023-12-06T06:46:12.311 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:12 smithi116 ceph-mon[107711]: pgmap v71: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-12-06T06:46:12.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:12 smithi154 ceph-mon[110416]: pgmap v71: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-12-06T06:46:13.038 INFO:teuthology.orchestra.run.smithi116.stdout: 5 79564 9.73 MB/sec execute 104 sec latency 127.639 ms 2023-12-06T06:46:13.827 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:13 smithi116 ceph-mon[107711]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.3 MiB/s wr, 618 op/s 2023-12-06T06:46:14.038 INFO:teuthology.orchestra.run.smithi116.stdout: 5 79951 9.70 MB/sec execute 105 sec latency 127.386 ms 2023-12-06T06:46:14.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:13 smithi154 ceph-mon[110416]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.3 MiB/s wr, 618 op/s 2023-12-06T06:46:15.045 INFO:teuthology.orchestra.run.smithi116.stdout: 5 80372 9.73 MB/sec execute 106 sec latency 134.848 ms 2023-12-06T06:46:15.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:15 smithi116 ceph-mon[107711]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-12-06T06:46:16.045 INFO:teuthology.orchestra.run.smithi116.stdout: 5 80772 9.80 MB/sec execute 107 sec latency 126.703 ms 2023-12-06T06:46:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:15 smithi154 ceph-mon[110416]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-12-06T06:46:17.052 INFO:teuthology.orchestra.run.smithi116.stdout: 5 81098 9.75 MB/sec execute 108 sec latency 124.309 ms 2023-12-06T06:46:17.919 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:17 smithi116 ceph-mon[107711]: pgmap v74: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 627 op/s 2023-12-06T06:46:18.051 INFO:teuthology.orchestra.run.smithi116.stdout: 5 81493 9.74 MB/sec execute 109 sec latency 129.461 ms 2023-12-06T06:46:18.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:17 smithi154 ceph-mon[110416]: pgmap v74: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 627 op/s 2023-12-06T06:46:19.051 INFO:teuthology.orchestra.run.smithi116.stdout: 5 81777 9.74 MB/sec execute 110 sec latency 124.955 ms 2023-12-06T06:46:19.937 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:19 smithi116 ceph-mon[107711]: pgmap v75: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-06T06:46:20.051 INFO:teuthology.orchestra.run.smithi116.stdout: 5 82251 9.75 MB/sec execute 111 sec latency 127.200 ms 2023-12-06T06:46:20.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:19 smithi154 ceph-mon[110416]: pgmap v75: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-06T06:46:21.056 INFO:teuthology.orchestra.run.smithi116.stdout: 5 82595 9.77 MB/sec execute 112 sec latency 126.715 ms 2023-12-06T06:46:22.065 INFO:teuthology.orchestra.run.smithi116.stdout: 5 82955 9.80 MB/sec execute 113 sec latency 207.518 ms 2023-12-06T06:46:22.482 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:22 smithi116 ceph-mon[107711]: pgmap v76: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-06T06:46:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:22 smithi154 ceph-mon[110416]: pgmap v76: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-06T06:46:23.065 INFO:teuthology.orchestra.run.smithi116.stdout: 5 83355 9.77 MB/sec execute 114 sec latency 129.919 ms 2023-12-06T06:46:23.997 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:23 smithi116 ceph-mon[107711]: pgmap v77: 97 pgs: 97 active+clean; 353 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 659 op/s 2023-12-06T06:46:24.065 INFO:teuthology.orchestra.run.smithi116.stdout: 5 83681 9.73 MB/sec execute 115 sec latency 97.347 ms 2023-12-06T06:46:24.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:23 smithi154 ceph-mon[110416]: pgmap v77: 97 pgs: 97 active+clean; 353 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 659 op/s 2023-12-06T06:46:25.068 INFO:teuthology.orchestra.run.smithi116.stdout: 5 84003 9.74 MB/sec execute 116 sec latency 97.681 ms 2023-12-06T06:46:26.015 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:25 smithi116 ceph-mon[107711]: pgmap v78: 97 pgs: 97 active+clean; 353 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-12-06T06:46:26.068 INFO:teuthology.orchestra.run.smithi116.stdout: 5 84428 9.76 MB/sec execute 117 sec latency 126.953 ms 2023-12-06T06:46:26.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:25 smithi154 ceph-mon[110416]: pgmap v78: 97 pgs: 97 active+clean; 353 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-12-06T06:46:27.031 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:46:27.068 INFO:teuthology.orchestra.run.smithi116.stdout: 5 84839 9.78 MB/sec execute 118 sec latency 129.634 ms 2023-12-06T06:46:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:46:27.823 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:27 smithi116 ceph-mon[107711]: pgmap v79: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 671 op/s 2023-12-06T06:46:28.076 INFO:teuthology.orchestra.run.smithi116.stdout: 5 85124 9.75 MB/sec execute 119 sec latency 126.406 ms 2023-12-06T06:46:28.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:27 smithi154 ceph-mon[110416]: pgmap v79: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 671 op/s 2023-12-06T06:46:29.082 INFO:teuthology.orchestra.run.smithi116.stdout: 5 85478 9.74 MB/sec execute 120 sec latency 135.563 ms 2023-12-06T06:46:29.863 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:29 smithi116 ceph-mon[107711]: pgmap v80: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-12-06T06:46:30.082 INFO:teuthology.orchestra.run.smithi116.stdout: 5 85824 9.74 MB/sec execute 121 sec latency 128.749 ms 2023-12-06T06:46:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:29 smithi154 ceph-mon[110416]: pgmap v80: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-12-06T06:46:31.082 INFO:teuthology.orchestra.run.smithi116.stdout: 5 86089 9.74 MB/sec execute 122 sec latency 127.836 ms 2023-12-06T06:46:32.082 INFO:teuthology.orchestra.run.smithi116.stdout: 5 86480 9.76 MB/sec execute 123 sec latency 126.540 ms 2023-12-06T06:46:32.437 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:32 smithi116 ceph-mon[107711]: pgmap v81: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-12-06T06:46:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:32 smithi154 ceph-mon[110416]: pgmap v81: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-12-06T06:46:33.082 INFO:teuthology.orchestra.run.smithi116.stdout: 5 86862 9.76 MB/sec execute 124 sec latency 114.521 ms 2023-12-06T06:46:33.957 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:33 smithi116 ceph-mon[107711]: pgmap v82: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 647 op/s 2023-12-06T06:46:34.082 INFO:teuthology.orchestra.run.smithi116.stdout: 5 87117 9.70 MB/sec execute 125 sec latency 213.870 ms 2023-12-06T06:46:34.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:33 smithi154 ceph-mon[110416]: pgmap v82: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 647 op/s 2023-12-06T06:46:34.961 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:46:35.092 INFO:teuthology.orchestra.run.smithi116.stdout: 5 87477 9.71 MB/sec execute 126 sec latency 152.423 ms 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 starting - - - - 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (8m) 2m ago 8m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (7m) 2m ago 7m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 starting - - - - 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (4m) 2m ago 4m 34.2M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (4m) 2m ago 4m 12.9M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (9m) 2m ago 9m 423M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (2m) 2m ago 7m 496M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (9m) 2m ago 9m 87.5M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (7m) 2m ago 7m 54.5M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:46:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (4m) 2m ago 4m 266M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (4m) 2m ago 4m 80.2M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 starting - - - - 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (7m) 2m ago 7m 565M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (7m) 2m ago 7m 363M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (6m) 2m ago 6m 311M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (6m) 2m ago 6m 529M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (6m) 2m ago 6m 495M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (5m) 2m ago 5m 544M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (5m) 2m ago 5m 489M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (5m) 2m ago 5m 720M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:46:35.848 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 starting - - - - 2023-12-06T06:46:36.016 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:35 smithi116 ceph-mon[107711]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:36.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:35 smithi116 ceph-mon[107711]: from='client.24487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:36.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:35 smithi116 ceph-mon[107711]: pgmap v83: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 425 op/s 2023-12-06T06:46:36.092 INFO:teuthology.orchestra.run.smithi116.stdout: 5 87779 9.67 MB/sec execute 127 sec latency 160.834 ms 2023-12-06T06:46:36.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:35 smithi154 ceph-mon[110416]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:36.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:35 smithi154 ceph-mon[110416]: from='client.24487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:36.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:35 smithi154 ceph-mon[110416]: pgmap v83: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 425 op/s 2023-12-06T06:46:36.369 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:46:36.369 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:46:36.370 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:46:36.371 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:46:36.371 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:46:36.371 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T06:46:36.852 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:46:37.095 INFO:teuthology.orchestra.run.smithi116.stdout: 5 88127 9.70 MB/sec execute 128 sec latency 204.511 ms 2023-12-06T06:46:37.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:37 smithi116 ceph-mon[107711]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:37.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:37 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/4034052585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:46:37.405 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:46:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:37 smithi154 ceph-mon[110416]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:37 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/4034052585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:46:38.095 INFO:teuthology.orchestra.run.smithi116.stdout: 5 88469 9.69 MB/sec execute 129 sec latency 129.595 ms 2023-12-06T06:46:38.325 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:38 smithi116 ceph-mon[107711]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:38.326 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:38 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3680115380' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:46:38.326 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:38 smithi116 ceph-mon[107711]: pgmap v84: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.3 MiB/s wr, 619 op/s 2023-12-06T06:46:38.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:38 smithi154 ceph-mon[110416]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:38.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:38 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3680115380' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:46:38.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:38 smithi154 ceph-mon[110416]: pgmap v84: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.3 MiB/s wr, 619 op/s 2023-12-06T06:46:39.095 INFO:teuthology.orchestra.run.smithi116.stdout: 5 88838 9.69 MB/sec execute 130 sec latency 141.845 ms 2023-12-06T06:46:39.863 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:39 smithi116 ceph-mon[107711]: pgmap v85: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-06T06:46:40.097 INFO:teuthology.orchestra.run.smithi116.stdout: 5 89112 9.67 MB/sec execute 131 sec latency 146.184 ms 2023-12-06T06:46:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:39 smithi154 ceph-mon[110416]: pgmap v85: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-06T06:46:40.919 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:40 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:46:41.104 INFO:teuthology.orchestra.run.smithi116.stdout: 5 89392 9.67 MB/sec execute 132 sec latency 147.252 ms 2023-12-06T06:46:41.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:40 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:46:42.104 INFO:teuthology.orchestra.run.smithi116.stdout: 5 89696 9.69 MB/sec execute 133 sec latency 135.247 ms 2023-12-06T06:46:42.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:42 smithi116 ceph-mon[107711]: pgmap v86: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-06T06:46:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:42 smithi154 ceph-mon[110416]: pgmap v86: 97 pgs: 97 active+clean; 354 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-06T06:46:43.104 INFO:teuthology.orchestra.run.smithi116.stdout: 5 90026 9.69 MB/sec execute 134 sec latency 146.356 ms 2023-12-06T06:46:43.815 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:43 smithi116 ceph-mon[107711]: pgmap v87: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 593 op/s 2023-12-06T06:46:44.104 INFO:teuthology.orchestra.run.smithi116.stdout: 5 90274 9.65 MB/sec execute 135 sec latency 110.695 ms 2023-12-06T06:46:44.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:43 smithi154 ceph-mon[110416]: pgmap v87: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 593 op/s 2023-12-06T06:46:45.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 90546 9.59 MB/sec execute 136 sec latency 121.051 ms 2023-12-06T06:46:45.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:45 smithi116 ceph-mon[107711]: pgmap v88: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-06T06:46:46.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 90767 9.57 MB/sec execute 137 sec latency 209.355 ms 2023-12-06T06:46:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:45 smithi154 ceph-mon[110416]: pgmap v88: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-06T06:46:47.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 91181 9.57 MB/sec execute 138 sec latency 131.728 ms 2023-12-06T06:46:47.919 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:47 smithi116 ceph-mon[107711]: pgmap v89: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 564 op/s 2023-12-06T06:46:48.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 91592 9.57 MB/sec execute 139 sec latency 108.230 ms 2023-12-06T06:46:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:47 smithi154 ceph-mon[110416]: pgmap v89: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 564 op/s 2023-12-06T06:46:49.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 91991 9.59 MB/sec execute 140 sec latency 129.654 ms 2023-12-06T06:46:49.967 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:49 smithi116 ceph-mon[107711]: pgmap v90: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-06T06:46:50.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 92339 9.59 MB/sec execute 141 sec latency 126.573 ms 2023-12-06T06:46:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:49 smithi154 ceph-mon[110416]: pgmap v90: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-06T06:46:51.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 92696 9.61 MB/sec execute 142 sec latency 122.441 ms 2023-12-06T06:46:52.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 92985 9.61 MB/sec execute 143 sec latency 161.596 ms 2023-12-06T06:46:52.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:52 smithi116 ceph-mon[107711]: pgmap v91: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-06T06:46:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:52 smithi154 ceph-mon[110416]: pgmap v91: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-06T06:46:53.107 INFO:teuthology.orchestra.run.smithi116.stdout: 5 93292 9.59 MB/sec execute 144 sec latency 130.263 ms 2023-12-06T06:46:53.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:53 smithi116 ceph-mon[107711]: pgmap v92: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.1 MiB/s wr, 588 op/s 2023-12-06T06:46:54.113 INFO:teuthology.orchestra.run.smithi116.stdout: 5 93589 9.59 MB/sec execute 145 sec latency 146.623 ms 2023-12-06T06:46:54.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:53 smithi154 ceph-mon[110416]: pgmap v92: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.1 MiB/s wr, 588 op/s 2023-12-06T06:46:55.120 INFO:teuthology.orchestra.run.smithi116.stdout: 5 93811 9.57 MB/sec execute 146 sec latency 169.740 ms 2023-12-06T06:46:55.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:55 smithi116 ceph-mon[107711]: pgmap v93: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-12-06T06:46:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:55 smithi154 ceph-mon[110416]: pgmap v93: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-12-06T06:46:56.119 INFO:teuthology.orchestra.run.smithi116.stdout: 5 94066 9.55 MB/sec execute 147 sec latency 207.415 ms 2023-12-06T06:46:56.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:46:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:46:57.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 94474 9.52 MB/sec execute 148 sec latency 143.655 ms 2023-12-06T06:46:57.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:57 smithi116 ceph-mon[107711]: pgmap v94: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 572 op/s 2023-12-06T06:46:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:57 smithi154 ceph-mon[110416]: pgmap v94: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 572 op/s 2023-12-06T06:46:58.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 94769 9.49 MB/sec execute 149 sec latency 126.818 ms 2023-12-06T06:46:59.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 95118 9.51 MB/sec execute 150 sec latency 123.197 ms 2023-12-06T06:46:59.955 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:46:59 smithi116 ceph-mon[107711]: pgmap v95: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-12-06T06:47:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:46:59 smithi154 ceph-mon[110416]: pgmap v95: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-12-06T06:47:00.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 95432 9.51 MB/sec execute 151 sec latency 134.151 ms 2023-12-06T06:47:01.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 95802 9.51 MB/sec execute 152 sec latency 153.211 ms 2023-12-06T06:47:02.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 96030 9.50 MB/sec execute 153 sec latency 119.352 ms 2023-12-06T06:47:02.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:02 smithi116 ceph-mon[107711]: pgmap v96: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-06T06:47:02.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:02 smithi154 ceph-mon[110416]: pgmap v96: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-06T06:47:03.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 96277 9.50 MB/sec execute 154 sec latency 128.872 ms 2023-12-06T06:47:03.816 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:03 smithi116 ceph-mon[107711]: pgmap v97: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.0 MiB/s wr, 588 op/s 2023-12-06T06:47:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:03 smithi154 ceph-mon[110416]: pgmap v97: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.0 MiB/s wr, 588 op/s 2023-12-06T06:47:04.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 96639 9.51 MB/sec execute 155 sec latency 126.773 ms 2023-12-06T06:47:05.125 INFO:teuthology.orchestra.run.smithi116.stdout: 5 96962 9.50 MB/sec execute 156 sec latency 153.092 ms 2023-12-06T06:47:05.843 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:05 smithi116 ceph-mon[107711]: pgmap v98: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 371 op/s 2023-12-06T06:47:06.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:05 smithi154 ceph-mon[110416]: pgmap v98: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 371 op/s 2023-12-06T06:47:06.136 INFO:teuthology.orchestra.run.smithi116.stdout: 5 97230 9.50 MB/sec execute 157 sec latency 104.827 ms 2023-12-06T06:47:07.142 INFO:teuthology.orchestra.run.smithi116.stdout: 5 97505 9.47 MB/sec execute 158 sec latency 126.944 ms 2023-12-06T06:47:07.870 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:47:07.886 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:07 smithi116 ceph-mon[107711]: pgmap v99: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-12-06T06:47:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:07 smithi154 ceph-mon[110416]: pgmap v99: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-12-06T06:47:08.142 INFO:teuthology.orchestra.run.smithi116.stdout: 5 97717 9.43 MB/sec execute 159 sec latency 140.099 ms 2023-12-06T06:47:08.754 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:47:08.754 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 starting - - - - 2023-12-06T06:47:08.754 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (8m) 3m ago 8m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:47:08.754 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (8m) 3m ago 8m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:47:08.754 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 starting - - - - 2023-12-06T06:47:08.754 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (5m) 3m ago 5m 34.2M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (4m) 3m ago 4m 12.9M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (9m) 3m ago 9m 423M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (3m) 3m ago 8m 496M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (9m) 3m ago 10m 87.5M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (8m) 3m ago 8m 54.5M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (4m) 3m ago 4m 266M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (4m) 3m ago 4m 80.2M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 starting - - - - 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (7m) 3m ago 7m 565M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (7m) 3m ago 7m 363M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (7m) 3m ago 7m 311M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (6m) 3m ago 6m 529M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:47:08.755 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (6m) 3m ago 6m 495M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:47:08.756 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (6m) 3m ago 6m 544M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:47:08.756 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (6m) 3m ago 6m 489M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:47:08.756 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (5m) 3m ago 5m 720M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:47:08.756 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 starting - - - - 2023-12-06T06:47:08.921 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:08 smithi116 ceph-mon[107711]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:08.921 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:08 smithi116 ceph-mon[107711]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:09.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:08 smithi154 ceph-mon[110416]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:09.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:08 smithi154 ceph-mon[110416]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:09.142 INFO:teuthology.orchestra.run.smithi116.stdout: 5 98023 9.39 MB/sec execute 160 sec latency 126.172 ms 2023-12-06T06:47:09.296 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:47:09.297 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:47:09.298 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:47:09.298 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:47:09.298 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:47:09.298 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:47:09.298 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:47:09.298 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:47:09.757 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:47:09.757 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:47:09.757 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:47:09.757 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T06:47:09.757 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:47:09.757 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:47:09.757 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T06:47:09.758 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T06:47:09.758 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:47:09.951 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:09 smithi116 ceph-mon[107711]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:09.951 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:09 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1004697694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:47:09.951 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:09 smithi116 ceph-mon[107711]: pgmap v100: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 371 op/s 2023-12-06T06:47:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:09 smithi154 ceph-mon[110416]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:09 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1004697694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:47:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:09 smithi154 ceph-mon[110416]: pgmap v100: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 371 op/s 2023-12-06T06:47:10.142 INFO:teuthology.orchestra.run.smithi116.stdout: 5 98316 9.39 MB/sec execute 161 sec latency 130.482 ms 2023-12-06T06:47:10.311 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:47:10.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:10 smithi116 ceph-mon[107711]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:10.971 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:10 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/1793261350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:47:11.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:10 smithi154 ceph-mon[110416]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:11.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:10 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/1793261350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:47:11.142 INFO:teuthology.orchestra.run.smithi116.stdout: 5 98679 9.38 MB/sec execute 162 sec latency 128.914 ms 2023-12-06T06:47:11.989 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:47:11.990 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:11 smithi116 ceph-mon[107711]: pgmap v101: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-06T06:47:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:47:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:11 smithi154 ceph-mon[110416]: pgmap v101: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-06T06:47:12.142 INFO:teuthology.orchestra.run.smithi116.stdout: 5 99040 9.40 MB/sec execute 163 sec latency 127.187 ms 2023-12-06T06:47:13.148 INFO:teuthology.orchestra.run.smithi116.stdout: 5 99339 9.39 MB/sec execute 164 sec latency 95.758 ms 2023-12-06T06:47:14.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:13 smithi116 ceph-mon[107711]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-12-06T06:47:14.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:13 smithi154 ceph-mon[110416]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-12-06T06:47:14.148 INFO:teuthology.orchestra.run.smithi116.stdout: 5 99722 9.43 MB/sec execute 165 sec latency 130.697 ms 2023-12-06T06:47:15.158 INFO:teuthology.orchestra.run.smithi116.stdout: 5 99978 9.42 MB/sec execute 166 sec latency 133.497 ms 2023-12-06T06:47:15.811 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:15 smithi116 ceph-mon[107711]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-06T06:47:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:15 smithi154 ceph-mon[110416]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-06T06:47:16.158 INFO:teuthology.orchestra.run.smithi116.stdout: 5 100269 9.42 MB/sec execute 167 sec latency 133.090 ms 2023-12-06T06:47:17.158 INFO:teuthology.orchestra.run.smithi116.stdout: 5 100514 9.39 MB/sec execute 168 sec latency 126.145 ms 2023-12-06T06:47:17.866 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:17 smithi116 ceph-mon[107711]: pgmap v104: 97 pgs: 97 active+clean; 359 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.8 MiB/s wr, 537 op/s 2023-12-06T06:47:18.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:17 smithi154 ceph-mon[110416]: pgmap v104: 97 pgs: 97 active+clean; 359 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.8 MiB/s wr, 537 op/s 2023-12-06T06:47:18.158 INFO:teuthology.orchestra.run.smithi116.stdout: 5 100759 9.37 MB/sec execute 169 sec latency 132.017 ms 2023-12-06T06:47:19.158 INFO:teuthology.orchestra.run.smithi116.stdout: 5 101002 9.36 MB/sec execute 170 sec latency 129.282 ms 2023-12-06T06:47:19.929 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:19 smithi116 ceph-mon[107711]: pgmap v105: 97 pgs: 97 active+clean; 359 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-06T06:47:20.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:19 smithi154 ceph-mon[110416]: pgmap v105: 97 pgs: 97 active+clean; 359 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-06T06:47:20.158 INFO:teuthology.orchestra.run.smithi116.stdout: 5 101280 9.34 MB/sec execute 171 sec latency 117.679 ms 2023-12-06T06:47:21.163 INFO:teuthology.orchestra.run.smithi116.stdout: 5 101586 9.30 MB/sec execute 172 sec latency 127.225 ms 2023-12-06T06:47:22.163 INFO:teuthology.orchestra.run.smithi116.stdout: 5 101953 9.29 MB/sec execute 173 sec latency 108.450 ms 2023-12-06T06:47:22.484 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:22 smithi116 ceph-mon[107711]: pgmap v106: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-06T06:47:22.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:22 smithi154 ceph-mon[110416]: pgmap v106: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-06T06:47:23.163 INFO:teuthology.orchestra.run.smithi116.stdout: 5 102355 9.31 MB/sec execute 174 sec latency 132.335 ms 2023-12-06T06:47:24.007 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:23 smithi116 ceph-mon[107711]: pgmap v107: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 531 op/s 2023-12-06T06:47:24.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:23 smithi154 ceph-mon[110416]: pgmap v107: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 531 op/s 2023-12-06T06:47:24.163 INFO:teuthology.orchestra.run.smithi116.stdout: 5 102733 9.31 MB/sec execute 175 sec latency 126.968 ms 2023-12-06T06:47:25.163 INFO:teuthology.orchestra.run.smithi116.stdout: 5 103208 9.38 MB/sec execute 176 sec latency 128.434 ms 2023-12-06T06:47:26.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:25 smithi116 ceph-mon[107711]: pgmap v108: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T06:47:26.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:25 smithi154 ceph-mon[110416]: pgmap v108: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T06:47:26.164 INFO:teuthology.orchestra.run.smithi116.stdout: 5 103631 9.40 MB/sec execute 177 sec latency 130.338 ms 2023-12-06T06:47:26.843 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:47:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:47:27.168 INFO:teuthology.orchestra.run.smithi116.stdout: 5 103960 9.38 MB/sec execute 178 sec latency 130.017 ms 2023-12-06T06:47:27.860 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:27 smithi116 ceph-mon[107711]: pgmap v109: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 584 op/s 2023-12-06T06:47:28.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:27 smithi154 ceph-mon[110416]: pgmap v109: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 584 op/s 2023-12-06T06:47:28.168 INFO:teuthology.orchestra.run.smithi116.stdout: 5 104339 9.38 MB/sec execute 179 sec latency 108.065 ms 2023-12-06T06:47:29.169 INFO:teuthology.orchestra.run.smithi116.stdout: 5 104672 9.38 MB/sec execute 180 sec latency 135.445 ms 2023-12-06T06:47:29.921 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:29 smithi116 ceph-mon[107711]: pgmap v110: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-06T06:47:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:29 smithi154 ceph-mon[110416]: pgmap v110: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-06T06:47:30.176 INFO:teuthology.orchestra.run.smithi116.stdout: 5 104974 9.35 MB/sec execute 181 sec latency 126.837 ms 2023-12-06T06:47:31.183 INFO:teuthology.orchestra.run.smithi116.stdout: 5 105302 9.35 MB/sec execute 182 sec latency 129.835 ms 2023-12-06T06:47:32.183 INFO:teuthology.orchestra.run.smithi116.stdout: 5 105721 9.35 MB/sec execute 183 sec latency 129.403 ms 2023-12-06T06:47:32.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:32 smithi116 ceph-mon[107711]: pgmap v111: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-12-06T06:47:32.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:32 smithi154 ceph-mon[110416]: pgmap v111: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-12-06T06:47:33.183 INFO:teuthology.orchestra.run.smithi116.stdout: 5 105992 9.34 MB/sec execute 184 sec latency 133.868 ms 2023-12-06T06:47:33.819 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:33 smithi116 ceph-mon[107711]: pgmap v112: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 609 op/s 2023-12-06T06:47:34.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:33 smithi154 ceph-mon[110416]: pgmap v112: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 609 op/s 2023-12-06T06:47:34.184 INFO:teuthology.orchestra.run.smithi116.stdout: 5 106344 9.37 MB/sec execute 185 sec latency 129.485 ms 2023-12-06T06:47:35.184 INFO:teuthology.orchestra.run.smithi116.stdout: 5 106659 9.37 MB/sec execute 186 sec latency 126.427 ms 2023-12-06T06:47:35.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:35 smithi116 ceph-mon[107711]: pgmap v113: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-06T06:47:36.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:35 smithi154 ceph-mon[110416]: pgmap v113: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-06T06:47:36.184 INFO:teuthology.orchestra.run.smithi116.stdout: 5 106940 9.39 MB/sec execute 187 sec latency 122.384 ms 2023-12-06T06:47:37.184 INFO:teuthology.orchestra.run.smithi116.stdout: 5 107146 9.35 MB/sec execute 188 sec latency 146.412 ms 2023-12-06T06:47:37.897 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:37 smithi116 ceph-mon[107711]: pgmap v114: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.7 MiB/s wr, 624 op/s 2023-12-06T06:47:38.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:37 smithi154 ceph-mon[110416]: pgmap v114: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.7 MiB/s wr, 624 op/s 2023-12-06T06:47:38.185 INFO:teuthology.orchestra.run.smithi116.stdout: 5 107344 9.31 MB/sec execute 189 sec latency 132.759 ms 2023-12-06T06:47:39.185 INFO:teuthology.orchestra.run.smithi116.stdout: 5 107615 9.29 MB/sec execute 190 sec latency 134.378 ms 2023-12-06T06:47:39.931 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:39 smithi116 ceph-mon[107711]: pgmap v115: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-06T06:47:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:39 smithi154 ceph-mon[110416]: pgmap v115: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-06T06:47:40.186 INFO:teuthology.orchestra.run.smithi116.stdout: 5 107910 9.29 MB/sec execute 191 sec latency 129.036 ms 2023-12-06T06:47:40.816 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:47:40.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:40 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:47:41.186 INFO:teuthology.orchestra.run.smithi116.stdout: 5 108164 9.26 MB/sec execute 192 sec latency 129.930 ms 2023-12-06T06:47:41.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:40 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 starting - - - - 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (9m) 3m ago 9m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (9m) 3m ago 9m 7155k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 starting - - - - 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (5m) 3m ago 5m 34.2M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (5m) 3m ago 5m 12.9M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (10m) 3m ago 10m 423M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (3m) 3m ago 9m 496M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (10m) 3m ago 10m 87.5M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:47:41.779 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (8m) 3m ago 8m 54.5M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (5m) 3m ago 5m 266M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (5m) 3m ago 5m 80.2M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 starting - - - - 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (8m) 3m ago 8m 565M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (8m) 3m ago 8m 363M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (7m) 3m ago 7m 311M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (7m) 3m ago 7m 529M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (7m) 3m ago 7m 495M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (6m) 3m ago 6m 544M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (6m) 3m ago 6m 489M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (6m) 3m ago 6m 720M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:47:41.780 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 starting - - - - 2023-12-06T06:47:42.192 INFO:teuthology.orchestra.run.smithi116.stdout: 5 108482 9.27 MB/sec execute 193 sec latency 129.343 ms 2023-12-06T06:47:42.345 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:47:42.345 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:47:42.346 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:47:42.347 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:47:42.347 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:47:42.347 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:47:42.512 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:42 smithi116 ceph-mon[107711]: from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:42.512 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:42 smithi116 ceph-mon[107711]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:42.512 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:42 smithi116 ceph-mon[107711]: pgmap v116: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 413 op/s 2023-12-06T06:47:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:42 smithi154 ceph-mon[110416]: from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:42 smithi154 ceph-mon[110416]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:42.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:42 smithi154 ceph-mon[110416]: pgmap v116: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 413 op/s 2023-12-06T06:47:42.863 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:47:42.863 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:47:42.864 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:47:42.864 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T06:47:42.864 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:47:42.864 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:47:42.864 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T06:47:42.864 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": false 2023-12-06T06:47:42.864 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:47:43.192 INFO:teuthology.orchestra.run.smithi116.stdout: 5 108764 9.25 MB/sec execute 194 sec latency 129.708 ms 2023-12-06T06:47:43.433 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_OK 2023-12-06T06:47:43.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:43 smithi116 ceph-mon[107711]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:43.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:43 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/683047916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:47:43.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:43 smithi154 ceph-mon[110416]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:43.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:43 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/683047916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:47:44.193 INFO:teuthology.orchestra.run.smithi116.stdout: 5 109107 9.24 MB/sec execute 195 sec latency 108.330 ms 2023-12-06T06:47:44.569 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:44 smithi116 ceph-mon[107711]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:44.569 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:44 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/3646156965' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:47:44.569 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:44 smithi116 ceph-mon[107711]: pgmap v117: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 486 op/s 2023-12-06T06:47:44.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:44 smithi154 ceph-mon[110416]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:44.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:44 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/3646156965' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:47:44.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:44 smithi154 ceph-mon[110416]: pgmap v117: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 486 op/s 2023-12-06T06:47:45.192 INFO:teuthology.orchestra.run.smithi116.stdout: 5 109361 9.22 MB/sec execute 196 sec latency 186.311 ms 2023-12-06T06:47:45.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:45 smithi116 ceph-mon[107711]: pgmap v118: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-06T06:47:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:45 smithi154 ceph-mon[110416]: pgmap v118: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-06T06:47:46.192 INFO:teuthology.orchestra.run.smithi116.stdout: 5 109654 9.22 MB/sec execute 197 sec latency 190.166 ms 2023-12-06T06:47:47.192 INFO:teuthology.orchestra.run.smithi116.stdout: 5 110048 9.27 MB/sec execute 198 sec latency 141.454 ms 2023-12-06T06:47:47.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:47 smithi116 ceph-mon[107711]: pgmap v119: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-12-06T06:47:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:47 smithi154 ceph-mon[110416]: pgmap v119: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-12-06T06:47:48.192 INFO:teuthology.orchestra.run.smithi116.stdout: 5 110428 9.28 MB/sec execute 199 sec latency 131.527 ms 2023-12-06T06:47:49.192 INFO:teuthology.orchestra.run.smithi116.stdout: 5 110714 9.27 MB/sec execute 200 sec latency 139.086 ms 2023-12-06T06:47:49.973 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:49 smithi116 ceph-mon[107711]: pgmap v120: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-06T06:47:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:49 smithi154 ceph-mon[110416]: pgmap v120: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-06T06:47:50.194 INFO:teuthology.orchestra.run.smithi116.stdout: 5 110971 9.26 MB/sec execute 201 sec latency 124.236 ms 2023-12-06T06:47:51.194 INFO:teuthology.orchestra.run.smithi116.stdout: 5 111296 9.23 MB/sec execute 202 sec latency 127.163 ms 2023-12-06T06:47:52.198 INFO:teuthology.orchestra.run.smithi116.stdout: 5 111609 9.24 MB/sec execute 203 sec latency 202.798 ms 2023-12-06T06:47:52.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:52 smithi116 ceph-mon[107711]: pgmap v121: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-06T06:47:52.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:52 smithi154 ceph-mon[110416]: pgmap v121: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-06T06:47:53.198 INFO:teuthology.orchestra.run.smithi116.stdout: 5 111933 9.22 MB/sec execute 204 sec latency 117.718 ms 2023-12-06T06:47:53.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:53 smithi116 ceph-mon[107711]: pgmap v122: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 515 op/s 2023-12-06T06:47:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:53 smithi154 ceph-mon[110416]: pgmap v122: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 515 op/s 2023-12-06T06:47:54.198 INFO:teuthology.orchestra.run.smithi116.stdout: 5 112330 9.21 MB/sec execute 205 sec latency 89.825 ms 2023-12-06T06:47:55.198 INFO:teuthology.orchestra.run.smithi116.stdout: 5 112743 9.22 MB/sec execute 206 sec latency 129.959 ms 2023-12-06T06:47:55.844 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:55 smithi116 ceph-mon[107711]: pgmap v123: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-06T06:47:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:55 smithi154 ceph-mon[110416]: pgmap v123: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-06T06:47:56.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 113138 9.23 MB/sec execute 207 sec latency 108.238 ms 2023-12-06T06:47:56.922 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:47:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:47:57.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 113511 9.25 MB/sec execute 208 sec latency 123.474 ms 2023-12-06T06:47:57.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:57 smithi116 ceph-mon[107711]: pgmap v124: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 590 op/s 2023-12-06T06:47:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:57 smithi154 ceph-mon[110416]: pgmap v124: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 590 op/s 2023-12-06T06:47:58.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 113795 9.25 MB/sec execute 209 sec latency 204.440 ms 2023-12-06T06:47:59.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 114050 9.25 MB/sec execute 210 sec latency 126.521 ms 2023-12-06T06:48:00.005 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:47:59 smithi116 ceph-mon[107711]: pgmap v125: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 417 op/s 2023-12-06T06:48:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:47:59 smithi154 ceph-mon[110416]: pgmap v125: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 417 op/s 2023-12-06T06:48:00.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 114311 9.25 MB/sec execute 211 sec latency 133.524 ms 2023-12-06T06:48:01.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 114752 9.26 MB/sec execute 212 sec latency 127.016 ms 2023-12-06T06:48:02.206 INFO:teuthology.orchestra.run.smithi116.stdout: 5 114997 9.24 MB/sec execute 213 sec latency 126.868 ms 2023-12-06T06:48:02.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:02 smithi116 ceph-mon[107711]: pgmap v126: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.6 MiB/s wr, 570 op/s 2023-12-06T06:48:02.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:02 smithi154 ceph-mon[110416]: pgmap v126: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.6 MiB/s wr, 570 op/s 2023-12-06T06:48:03.205 INFO:teuthology.orchestra.run.smithi116.stdout: 5 115344 9.23 MB/sec execute 214 sec latency 136.112 ms 2023-12-06T06:48:03.823 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:03 smithi116 ceph-mon[107711]: pgmap v127: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 504 op/s 2023-12-06T06:48:04.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:03 smithi154 ceph-mon[110416]: pgmap v127: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 504 op/s 2023-12-06T06:48:04.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 115765 9.22 MB/sec execute 215 sec latency 88.468 ms 2023-12-06T06:48:05.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 116053 9.20 MB/sec execute 216 sec latency 122.564 ms 2023-12-06T06:48:05.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:05 smithi116 ceph-mon[107711]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. 2023-12-06T06:48:05.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:05 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:48:05.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:05 smithi116 ceph-mon[107711]: pgmap v128: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 473 op/s 2023-12-06T06:48:05.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:05 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:05 smithi154 ceph-mon[110416]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. 2023-12-06T06:48:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:05 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:48:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:05 smithi154 ceph-mon[110416]: pgmap v128: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 473 op/s 2023-12-06T06:48:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:05 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:06.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 116441 9.23 MB/sec execute 217 sec latency 124.395 ms 2023-12-06T06:48:06.375 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:06 smithi116 ceph-mon[107711]: Health check failed: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-06T06:48:06.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:06 smithi154 ceph-mon[110416]: Health check failed: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-06T06:48:07.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 116792 9.22 MB/sec execute 218 sec latency 133.874 ms 2023-12-06T06:48:07.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:07 smithi116 ceph-mon[107711]: pgmap v129: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 473 op/s 2023-12-06T06:48:07.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:07 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:48:07.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:07 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:48:07.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:07 smithi154 ceph-mon[110416]: pgmap v129: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 473 op/s 2023-12-06T06:48:07.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:07 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:48:07.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:07 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:48:08.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 117232 9.24 MB/sec execute 219 sec latency 105.342 ms 2023-12-06T06:48:09.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 117490 9.24 MB/sec execute 220 sec latency 137.175 ms 2023-12-06T06:48:09.699 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:09 smithi116 ceph-mon[107711]: pgmap v130: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-12-06T06:48:09.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:09 smithi154 ceph-mon[110416]: pgmap v130: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-12-06T06:48:10.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 117745 9.24 MB/sec execute 221 sec latency 134.084 ms 2023-12-06T06:48:11.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 118020 9.23 MB/sec execute 222 sec latency 136.147 ms 2023-12-06T06:48:11.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:11 smithi116 ceph-mon[107711]: pgmap v131: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-12-06T06:48:11.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:11 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:48:11.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:48:12.117 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:11 smithi154 ceph-mon[110416]: pgmap v131: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-12-06T06:48:12.117 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:11 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:48:12.117 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:48:12.207 INFO:teuthology.orchestra.run.smithi116.stdout: 5 118343 9.24 MB/sec execute 223 sec latency 145.842 ms 2023-12-06T06:48:13.208 INFO:teuthology.orchestra.run.smithi116.stdout: 5 118593 9.22 MB/sec execute 224 sec latency 127.405 ms 2023-12-06T06:48:13.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:13 smithi116 ceph-mon[107711]: pgmap v132: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.5 MiB/s wr, 495 op/s 2023-12-06T06:48:13.877 INFO:teuthology.orchestra.run.smithi116.stdout:true 2023-12-06T06:48:14.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:13 smithi154 ceph-mon[110416]: pgmap v132: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.5 MiB/s wr, 495 op/s 2023-12-06T06:48:14.211 INFO:teuthology.orchestra.run.smithi116.stdout: 5 118923 9.21 MB/sec execute 225 sec latency 141.168 ms 2023-12-06T06:48:14.322 INFO:teuthology.orchestra.run.smithi116.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed." 2023-12-06T06:48:15.212 INFO:teuthology.orchestra.run.smithi116.stdout: 5 119239 9.19 MB/sec execute 226 sec latency 105.140 ms 2023-12-06T06:48:15.887 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:15 smithi116 ceph-mon[107711]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:15.887 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:15 smithi116 ceph-mon[107711]: pgmap v133: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-12-06T06:48:15.887 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:15 smithi116 ceph-mon[107711]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:15 smithi154 ceph-mon[110416]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:15 smithi154 ceph-mon[110416]: pgmap v133: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-12-06T06:48:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:15 smithi154 ceph-mon[110416]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:16.212 INFO:teuthology.orchestra.run.smithi116.stdout: 5 119597 9.18 MB/sec execute 227 sec latency 129.796 ms 2023-12-06T06:48:17.212 INFO:teuthology.orchestra.run.smithi116.stdout: 5 119943 9.18 MB/sec execute 228 sec latency 127.958 ms 2023-12-06T06:48:17.695 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:17 smithi116 ceph-mon[107711]: pgmap v134: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-06T06:48:18.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:17 smithi154 ceph-mon[110416]: pgmap v134: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-06T06:48:18.212 INFO:teuthology.orchestra.run.smithi116.stdout: 5 120337 9.20 MB/sec execute 229 sec latency 130.929 ms 2023-12-06T06:48:19.220 INFO:teuthology.orchestra.run.smithi116.stdout: 5 120734 9.21 MB/sec execute 230 sec latency 127.035 ms 2023-12-06T06:48:19.724 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:19 smithi116 ceph-mon[107711]: pgmap v135: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 593 op/s 2023-12-06T06:48:20.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:19 smithi154 ceph-mon[110416]: pgmap v135: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 593 op/s 2023-12-06T06:48:20.220 INFO:teuthology.orchestra.run.smithi116.stdout: 5 121048 9.21 MB/sec execute 231 sec latency 131.289 ms 2023-12-06T06:48:21.221 INFO:teuthology.orchestra.run.smithi116.stdout: 5 121416 9.22 MB/sec execute 232 sec latency 135.717 ms 2023-12-06T06:48:21.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:21 smithi116 ceph-mon[107711]: pgmap v136: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2023-12-06T06:48:22.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:21 smithi154 ceph-mon[110416]: pgmap v136: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2023-12-06T06:48:22.222 INFO:teuthology.orchestra.run.smithi116.stdout: 5 121646 9.21 MB/sec execute 233 sec latency 134.760 ms 2023-12-06T06:48:23.221 INFO:teuthology.orchestra.run.smithi116.stdout: 5 121908 9.21 MB/sec execute 234 sec latency 134.080 ms 2023-12-06T06:48:23.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:23 smithi116 ceph-mon[107711]: pgmap v137: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.2 MiB/s wr, 580 op/s 2023-12-06T06:48:24.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:23 smithi154 ceph-mon[110416]: pgmap v137: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.2 MiB/s wr, 580 op/s 2023-12-06T06:48:24.222 INFO:teuthology.orchestra.run.smithi116.stdout: 5 122180 9.21 MB/sec execute 235 sec latency 150.731 ms 2023-12-06T06:48:25.228 INFO:teuthology.orchestra.run.smithi116.stdout: 5 122397 9.18 MB/sec execute 236 sec latency 138.683 ms 2023-12-06T06:48:25.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:25 smithi116 ceph-mon[107711]: pgmap v138: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-06T06:48:26.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:25 smithi154 ceph-mon[110416]: pgmap v138: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-06T06:48:26.231 INFO:teuthology.orchestra.run.smithi116.stdout: 5 122682 9.15 MB/sec execute 237 sec latency 132.703 ms 2023-12-06T06:48:26.888 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:48:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:48:27.231 INFO:teuthology.orchestra.run.smithi116.stdout: 5 122928 9.14 MB/sec execute 238 sec latency 119.914 ms 2023-12-06T06:48:27.932 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:27 smithi116 ceph-mon[107711]: pgmap v139: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-06T06:48:28.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:27 smithi154 ceph-mon[110416]: pgmap v139: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-06T06:48:28.237 INFO:teuthology.orchestra.run.smithi116.stdout: 5 123111 9.11 MB/sec execute 239 sec latency 127.273 ms 2023-12-06T06:48:29.237 INFO:teuthology.orchestra.run.smithi116.stdout: 5 123496 9.14 MB/sec execute 240 sec latency 125.921 ms 2023-12-06T06:48:29.742 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:29 smithi116 ceph-mon[107711]: pgmap v140: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.5 MiB/s wr, 562 op/s 2023-12-06T06:48:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:29 smithi154 ceph-mon[110416]: pgmap v140: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.5 MiB/s wr, 562 op/s 2023-12-06T06:48:30.247 INFO:teuthology.orchestra.run.smithi116.stdout: 5 123874 9.13 MB/sec execute 241 sec latency 130.355 ms 2023-12-06T06:48:31.258 INFO:teuthology.orchestra.run.smithi116.stdout: 5 124187 9.13 MB/sec execute 242 sec latency 123.744 ms 2023-12-06T06:48:31.793 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:31 smithi116 ceph-mon[107711]: pgmap v141: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-12-06T06:48:32.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:31 smithi154 ceph-mon[110416]: pgmap v141: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-12-06T06:48:32.258 INFO:teuthology.orchestra.run.smithi116.stdout: 5 124415 9.13 MB/sec execute 243 sec latency 135.406 ms 2023-12-06T06:48:32.822 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:32 smithi116 ceph-mon[107711]: pgmap v142: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.6 MiB/s wr, 540 op/s 2023-12-06T06:48:33.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:32 smithi154 ceph-mon[110416]: pgmap v142: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.6 MiB/s wr, 540 op/s 2023-12-06T06:48:33.258 INFO:teuthology.orchestra.run.smithi116.stdout: 5 124705 9.14 MB/sec execute 244 sec latency 120.326 ms 2023-12-06T06:48:34.258 INFO:teuthology.orchestra.run.smithi116.stdout: 5 125060 9.13 MB/sec execute 245 sec latency 134.659 ms 2023-12-06T06:48:35.258 INFO:teuthology.orchestra.run.smithi116.stdout: 5 125356 9.14 MB/sec execute 246 sec latency 170.703 ms 2023-12-06T06:48:35.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:35 smithi116 ceph-mon[107711]: pgmap v143: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2023-12-06T06:48:35.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:35 smithi154 ceph-mon[110416]: pgmap v143: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2023-12-06T06:48:36.258 INFO:teuthology.orchestra.run.smithi116.stdout: 5 125543 9.12 MB/sec execute 247 sec latency 108.890 ms 2023-12-06T06:48:37.266 INFO:teuthology.orchestra.run.smithi116.stdout: 5 125776 9.10 MB/sec execute 248 sec latency 207.090 ms 2023-12-06T06:48:37.440 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:37 smithi116 ceph-mon[107711]: pgmap v144: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2023-12-06T06:48:37.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:37 smithi154 ceph-mon[110416]: pgmap v144: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2023-12-06T06:48:38.267 INFO:teuthology.orchestra.run.smithi116.stdout: 5 126062 9.08 MB/sec execute 249 sec latency 113.954 ms 2023-12-06T06:48:39.267 INFO:teuthology.orchestra.run.smithi116.stdout: 5 126350 9.06 MB/sec execute 250 sec latency 123.597 ms 2023-12-06T06:48:39.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:39 smithi116 ceph-mon[107711]: pgmap v145: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-06T06:48:39.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:39 smithi154 ceph-mon[110416]: pgmap v145: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-06T06:48:40.267 INFO:teuthology.orchestra.run.smithi116.stdout: 5 126614 9.06 MB/sec execute 251 sec latency 214.872 ms 2023-12-06T06:48:41.267 INFO:teuthology.orchestra.run.smithi116.stdout: 5 126915 9.07 MB/sec execute 252 sec latency 149.946 ms 2023-12-06T06:48:41.447 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:41 smithi116 ceph-mon[107711]: pgmap v146: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-12-06T06:48:41.448 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:48:41.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:41 smithi154 ceph-mon[110416]: pgmap v146: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-12-06T06:48:41.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:48:42.267 INFO:teuthology.orchestra.run.smithi116.stdout: 5 127266 9.06 MB/sec execute 253 sec latency 127.640 ms 2023-12-06T06:48:43.267 INFO:teuthology.orchestra.run.smithi116.stdout: 5 127618 9.06 MB/sec execute 254 sec latency 127.336 ms 2023-12-06T06:48:43.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:43 smithi116 ceph-mon[107711]: pgmap v147: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-12-06T06:48:43.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:43 smithi154 ceph-mon[110416]: pgmap v147: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-12-06T06:48:44.267 INFO:teuthology.orchestra.run.smithi116.stdout: 5 127924 9.07 MB/sec execute 255 sec latency 123.602 ms 2023-12-06T06:48:45.267 INFO:teuthology.orchestra.run.smithi116.stdout: 5 128149 9.07 MB/sec execute 256 sec latency 140.054 ms 2023-12-06T06:48:45.558 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:45 smithi116 ceph-mon[107711]: pgmap v148: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T06:48:45.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:45 smithi154 ceph-mon[110416]: pgmap v148: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T06:48:46.273 INFO:teuthology.orchestra.run.smithi116.stdout: 5 128495 9.08 MB/sec execute 257 sec latency 135.704 ms 2023-12-06T06:48:47.273 INFO:teuthology.orchestra.run.smithi116.stdout: 5 128795 9.07 MB/sec execute 258 sec latency 153.945 ms 2023-12-06T06:48:47.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:47 smithi116 ceph-mon[107711]: pgmap v149: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T06:48:47.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:47 smithi154 ceph-mon[110416]: pgmap v149: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T06:48:48.273 INFO:teuthology.orchestra.run.smithi116.stdout: 5 128988 9.06 MB/sec execute 259 sec latency 155.974 ms 2023-12-06T06:48:49.273 INFO:teuthology.orchestra.run.smithi116.stdout: 5 129214 9.06 MB/sec execute 260 sec latency 143.339 ms 2023-12-06T06:48:49.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:49 smithi116 ceph-mon[107711]: pgmap v150: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 523 op/s 2023-12-06T06:48:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:49 smithi154 ceph-mon[110416]: pgmap v150: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 523 op/s 2023-12-06T06:48:50.273 INFO:teuthology.orchestra.run.smithi116.stdout: 5 129434 9.03 MB/sec execute 261 sec latency 138.208 ms 2023-12-06T06:48:51.273 INFO:teuthology.orchestra.run.smithi116.stdout: 5 129751 9.00 MB/sec execute 262 sec latency 125.761 ms 2023-12-06T06:48:51.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:51 smithi116 ceph-mon[107711]: pgmap v151: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-06T06:48:51.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:51 smithi154 ceph-mon[110416]: pgmap v151: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-06T06:48:52.275 INFO:teuthology.orchestra.run.smithi116.stdout: 5 129943 8.98 MB/sec execute 263 sec latency 123.741 ms 2023-12-06T06:48:53.275 INFO:teuthology.orchestra.run.smithi116.stdout: 5 130137 8.97 MB/sec execute 264 sec latency 145.699 ms 2023-12-06T06:48:53.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:53 smithi116 ceph-mon[107711]: pgmap v152: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-12-06T06:48:53.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:53 smithi154 ceph-mon[110416]: pgmap v152: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-12-06T06:48:54.275 INFO:teuthology.orchestra.run.smithi116.stdout: 5 130435 8.98 MB/sec execute 265 sec latency 183.249 ms 2023-12-06T06:48:55.279 INFO:teuthology.orchestra.run.smithi116.stdout: 5 130825 8.99 MB/sec execute 266 sec latency 142.680 ms 2023-12-06T06:48:55.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:55 smithi116 ceph-mon[107711]: pgmap v153: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-12-06T06:48:55.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:55 smithi154 ceph-mon[110416]: pgmap v153: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-12-06T06:48:56.279 INFO:teuthology.orchestra.run.smithi116.stdout: 5 131128 8.98 MB/sec execute 267 sec latency 187.650 ms 2023-12-06T06:48:56.598 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:48:56.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:48:57.280 INFO:teuthology.orchestra.run.smithi116.stdout: 5 131427 8.97 MB/sec execute 268 sec latency 123.518 ms 2023-12-06T06:48:57.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:57 smithi116 ceph-mon[107711]: pgmap v154: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-06T06:48:57.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:57 smithi154 ceph-mon[110416]: pgmap v154: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-06T06:48:58.279 INFO:teuthology.orchestra.run.smithi116.stdout: 5 131652 8.98 MB/sec execute 269 sec latency 126.707 ms 2023-12-06T06:48:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: 5 131945 8.98 MB/sec execute 270 sec latency 138.915 ms 2023-12-06T06:48:59.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:48:59 smithi116 ceph-mon[107711]: pgmap v155: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-06T06:48:59.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:48:59 smithi154 ceph-mon[110416]: pgmap v155: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-06T06:49:00.280 INFO:teuthology.orchestra.run.smithi116.stdout: 5 132217 8.96 MB/sec execute 271 sec latency 120.863 ms 2023-12-06T06:49:01.280 INFO:teuthology.orchestra.run.smithi116.stdout: 5 132524 8.99 MB/sec execute 272 sec latency 126.228 ms 2023-12-06T06:49:01.534 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:01 smithi116 ceph-mon[107711]: pgmap v156: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 328 op/s 2023-12-06T06:49:01.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:01 smithi154 ceph-mon[110416]: pgmap v156: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 328 op/s 2023-12-06T06:49:02.280 INFO:teuthology.orchestra.run.smithi116.stdout: 5 132711 8.96 MB/sec execute 273 sec latency 157.221 ms 2023-12-06T06:49:03.280 INFO:teuthology.orchestra.run.smithi116.stdout: 5 132966 8.95 MB/sec execute 274 sec latency 128.575 ms 2023-12-06T06:49:03.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:03 smithi116 ceph-mon[107711]: pgmap v157: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-12-06T06:49:03.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:03 smithi154 ceph-mon[110416]: pgmap v157: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-12-06T06:49:04.282 INFO:teuthology.orchestra.run.smithi116.stdout: 5 133317 8.93 MB/sec execute 275 sec latency 123.311 ms 2023-12-06T06:49:05.282 INFO:teuthology.orchestra.run.smithi116.stdout: 5 133585 8.91 MB/sec execute 276 sec latency 116.975 ms 2023-12-06T06:49:05.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:05 smithi116 ceph-mon[107711]: pgmap v158: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T06:49:05.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:05 smithi154 ceph-mon[110416]: pgmap v158: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T06:49:06.284 INFO:teuthology.orchestra.run.smithi116.stdout: 5 133945 8.93 MB/sec execute 277 sec latency 204.524 ms 2023-12-06T06:49:07.292 INFO:teuthology.orchestra.run.smithi116.stdout: 5 134391 8.95 MB/sec execute 278 sec latency 120.898 ms 2023-12-06T06:49:07.667 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:07 smithi116 ceph-mon[107711]: pgmap v159: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T06:49:07.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:07 smithi154 ceph-mon[110416]: pgmap v159: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T06:49:08.292 INFO:teuthology.orchestra.run.smithi116.stdout: 5 134797 8.95 MB/sec execute 279 sec latency 135.653 ms 2023-12-06T06:49:09.292 INFO:teuthology.orchestra.run.smithi116.stdout: 5 135031 8.93 MB/sec execute 280 sec latency 132.626 ms 2023-12-06T06:49:09.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:09 smithi116 ceph-mon[107711]: pgmap v160: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-06T06:49:09.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:09 smithi154 ceph-mon[110416]: pgmap v160: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-06T06:49:10.298 INFO:teuthology.orchestra.run.smithi116.stdout: 5 135383 8.95 MB/sec execute 281 sec latency 129.461 ms 2023-12-06T06:49:11.298 INFO:teuthology.orchestra.run.smithi116.stdout: 5 135727 8.94 MB/sec execute 282 sec latency 182.410 ms 2023-12-06T06:49:11.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:11 smithi116 ceph-mon[107711]: pgmap v161: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-12-06T06:49:11.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:49:11.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:11 smithi154 ceph-mon[110416]: pgmap v161: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-12-06T06:49:11.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:49:12.298 INFO:teuthology.orchestra.run.smithi116.stdout: 5 136036 8.95 MB/sec execute 283 sec latency 130.772 ms 2023-12-06T06:49:13.301 INFO:teuthology.orchestra.run.smithi116.stdout: 5 136370 8.97 MB/sec execute 284 sec latency 168.167 ms 2023-12-06T06:49:13.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:13 smithi116 ceph-mon[107711]: pgmap v162: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 558 op/s 2023-12-06T06:49:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:13 smithi154 ceph-mon[110416]: pgmap v162: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 558 op/s 2023-12-06T06:49:14.302 INFO:teuthology.orchestra.run.smithi116.stdout: 5 136722 8.94 MB/sec execute 285 sec latency 124.088 ms 2023-12-06T06:49:15.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 136971 8.93 MB/sec execute 286 sec latency 139.847 ms 2023-12-06T06:49:15.578 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:15 smithi116 ceph-mon[107711]: pgmap v163: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-06T06:49:15.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:15 smithi154 ceph-mon[110416]: pgmap v163: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-06T06:49:16.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 137364 8.95 MB/sec execute 287 sec latency 131.528 ms 2023-12-06T06:49:17.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 137683 8.94 MB/sec execute 288 sec latency 123.725 ms 2023-12-06T06:49:17.601 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:17 smithi116 ceph-mon[107711]: pgmap v164: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-06T06:49:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:17 smithi154 ceph-mon[110416]: pgmap v164: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-06T06:49:18.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 138012 8.95 MB/sec execute 289 sec latency 131.905 ms 2023-12-06T06:49:19.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 138344 8.94 MB/sec execute 290 sec latency 127.038 ms 2023-12-06T06:49:19.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:19 smithi116 ceph-mon[107711]: pgmap v165: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 593 op/s 2023-12-06T06:49:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:19 smithi154 ceph-mon[110416]: pgmap v165: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 593 op/s 2023-12-06T06:49:20.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 138672 8.93 MB/sec execute 291 sec latency 119.540 ms 2023-12-06T06:49:21.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 138979 8.92 MB/sec execute 292 sec latency 201.410 ms 2023-12-06T06:49:21.698 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:21 smithi116 ceph-mon[107711]: pgmap v166: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 403 op/s 2023-12-06T06:49:21.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:21 smithi154 ceph-mon[110416]: pgmap v166: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 403 op/s 2023-12-06T06:49:22.308 INFO:teuthology.orchestra.run.smithi116.stdout: 5 139307 8.93 MB/sec execute 293 sec latency 171.366 ms 2023-12-06T06:49:23.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 139701 8.96 MB/sec execute 294 sec latency 145.940 ms 2023-12-06T06:49:23.745 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:23 smithi116 ceph-mon[107711]: pgmap v167: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 606 op/s 2023-12-06T06:49:23.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:23 smithi154 ceph-mon[110416]: pgmap v167: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 606 op/s 2023-12-06T06:49:24.307 INFO:teuthology.orchestra.run.smithi116.stdout: 5 139973 8.95 MB/sec execute 295 sec latency 142.513 ms 2023-12-06T06:49:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: 5 140249 8.94 MB/sec execute 296 sec latency 129.547 ms 2023-12-06T06:49:25.792 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:25 smithi116 ceph-mon[107711]: pgmap v168: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 404 op/s 2023-12-06T06:49:25.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:25 smithi154 ceph-mon[110416]: pgmap v168: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 404 op/s 2023-12-06T06:49:26.312 INFO:teuthology.orchestra.run.smithi116.stdout: 5 140590 8.93 MB/sec execute 297 sec latency 128.758 ms 2023-12-06T06:49:26.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:49:26.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:49:27.315 INFO:teuthology.orchestra.run.smithi116.stdout: 5 140912 8.94 MB/sec execute 298 sec latency 130.269 ms 2023-12-06T06:49:27.846 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:27 smithi116 ceph-mon[107711]: pgmap v169: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 404 op/s 2023-12-06T06:49:27.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:27 smithi154 ceph-mon[110416]: pgmap v169: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 404 op/s 2023-12-06T06:49:28.317 INFO:teuthology.orchestra.run.smithi116.stdout: 5 141191 8.94 MB/sec execute 299 sec latency 148.625 ms 2023-12-06T06:49:29.317 INFO:teuthology.orchestra.run.smithi116.stdout: 5 141444 8.93 MB/sec execute 300 sec latency 138.657 ms 2023-12-06T06:49:29.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:29 smithi116 ceph-mon[107711]: pgmap v170: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 589 op/s 2023-12-06T06:49:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:29 smithi154 ceph-mon[110416]: pgmap v170: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 589 op/s 2023-12-06T06:49:30.317 INFO:teuthology.orchestra.run.smithi116.stdout: 5 141763 8.92 MB/sec execute 301 sec latency 105.962 ms 2023-12-06T06:49:31.317 INFO:teuthology.orchestra.run.smithi116.stdout: 5 141967 8.90 MB/sec execute 302 sec latency 117.615 ms 2023-12-06T06:49:31.678 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:31 smithi116 ceph-mon[107711]: pgmap v171: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-06T06:49:32.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:31 smithi154 ceph-mon[110416]: pgmap v171: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-06T06:49:32.317 INFO:teuthology.orchestra.run.smithi116.stdout: 5 142213 8.89 MB/sec execute 303 sec latency 142.650 ms 2023-12-06T06:49:33.325 INFO:teuthology.orchestra.run.smithi116.stdout: 5 142579 8.91 MB/sec execute 304 sec latency 141.739 ms 2023-12-06T06:49:33.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:33 smithi116 ceph-mon[107711]: pgmap v172: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 551 op/s 2023-12-06T06:49:34.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:33 smithi154 ceph-mon[110416]: pgmap v172: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 551 op/s 2023-12-06T06:49:34.330 INFO:teuthology.orchestra.run.smithi116.stdout: 5 143003 8.91 MB/sec execute 305 sec latency 129.944 ms 2023-12-06T06:49:35.330 INFO:teuthology.orchestra.run.smithi116.stdout: 5 143364 8.92 MB/sec execute 306 sec latency 131.528 ms 2023-12-06T06:49:35.755 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:35 smithi116 ceph-mon[107711]: pgmap v173: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T06:49:36.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:35 smithi154 ceph-mon[110416]: pgmap v173: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T06:49:36.330 INFO:teuthology.orchestra.run.smithi116.stdout: 5 143619 8.93 MB/sec execute 307 sec latency 188.752 ms 2023-12-06T06:49:37.330 INFO:teuthology.orchestra.run.smithi116.stdout: 5 143941 8.92 MB/sec execute 308 sec latency 120.689 ms 2023-12-06T06:49:37.807 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:37 smithi116 ceph-mon[107711]: pgmap v174: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T06:49:38.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:37 smithi154 ceph-mon[110416]: pgmap v174: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T06:49:38.330 INFO:teuthology.orchestra.run.smithi116.stdout: 5 144216 8.90 MB/sec execute 309 sec latency 134.488 ms 2023-12-06T06:49:39.331 INFO:teuthology.orchestra.run.smithi116.stdout: 5 144513 8.90 MB/sec execute 310 sec latency 126.906 ms 2023-12-06T06:49:39.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:39 smithi116 ceph-mon[107711]: pgmap v175: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-12-06T06:49:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:39 smithi154 ceph-mon[110416]: pgmap v175: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-12-06T06:49:40.334 INFO:teuthology.orchestra.run.smithi116.stdout: 5 144759 8.90 MB/sec execute 311 sec latency 126.469 ms 2023-12-06T06:49:41.336 INFO:teuthology.orchestra.run.smithi116.stdout: 5 145102 8.90 MB/sec execute 312 sec latency 133.941 ms 2023-12-06T06:49:41.829 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:41 smithi116 ceph-mon[107711]: pgmap v176: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-12-06T06:49:41.829 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:49:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:41 smithi154 ceph-mon[110416]: pgmap v176: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-12-06T06:49:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:49:42.337 INFO:teuthology.orchestra.run.smithi116.stdout: 5 145433 8.89 MB/sec execute 313 sec latency 108.423 ms 2023-12-06T06:49:43.344 INFO:teuthology.orchestra.run.smithi116.stdout: 5 145669 8.88 MB/sec execute 314 sec latency 128.727 ms 2023-12-06T06:49:43.890 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:43 smithi116 ceph-mon[107711]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2023-12-06T06:49:44.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:43 smithi154 ceph-mon[110416]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2023-12-06T06:49:44.354 INFO:teuthology.orchestra.run.smithi116.stdout: 5 145935 8.88 MB/sec execute 315 sec latency 123.161 ms 2023-12-06T06:49:45.354 INFO:teuthology.orchestra.run.smithi116.stdout: 5 146194 8.86 MB/sec execute 316 sec latency 132.150 ms 2023-12-06T06:49:45.694 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:45 smithi116 ceph-mon[107711]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-06T06:49:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:45 smithi154 ceph-mon[110416]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-06T06:49:46.354 INFO:teuthology.orchestra.run.smithi116.stdout: 5 146511 8.88 MB/sec execute 317 sec latency 215.695 ms 2023-12-06T06:49:47.354 INFO:teuthology.orchestra.run.smithi116.stdout: 5 146797 8.87 MB/sec execute 318 sec latency 187.432 ms 2023-12-06T06:49:47.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:47 smithi116 ceph-mon[107711]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-06T06:49:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:47 smithi154 ceph-mon[110416]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-06T06:49:48.354 INFO:teuthology.orchestra.run.smithi116.stdout: 5 147099 8.88 MB/sec execute 319 sec latency 158.656 ms 2023-12-06T06:49:49.355 INFO:teuthology.orchestra.run.smithi116.stdout: 5 147448 8.88 MB/sec execute 320 sec latency 127.322 ms 2023-12-06T06:49:49.810 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:49 smithi116 ceph-mon[107711]: pgmap v180: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-12-06T06:49:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:49 smithi154 ceph-mon[110416]: pgmap v180: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-12-06T06:49:50.355 INFO:teuthology.orchestra.run.smithi116.stdout: 5 147767 8.86 MB/sec execute 321 sec latency 123.554 ms 2023-12-06T06:49:51.355 INFO:teuthology.orchestra.run.smithi116.stdout: 5 148121 8.87 MB/sec execute 322 sec latency 142.471 ms 2023-12-06T06:49:51.865 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:51 smithi116 ceph-mon[107711]: pgmap v181: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-06T06:49:52.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:51 smithi154 ceph-mon[110416]: pgmap v181: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-06T06:49:52.355 INFO:teuthology.orchestra.run.smithi116.stdout: 5 148466 8.87 MB/sec execute 323 sec latency 128.931 ms 2023-12-06T06:49:53.355 INFO:teuthology.orchestra.run.smithi116.stdout: 5 148793 8.87 MB/sec execute 324 sec latency 129.559 ms 2023-12-06T06:49:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:53 smithi116 ceph-mon[107711]: pgmap v182: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-12-06T06:49:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:53 smithi154 ceph-mon[110416]: pgmap v182: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-12-06T06:49:54.355 INFO:teuthology.orchestra.run.smithi116.stdout: 5 149213 8.88 MB/sec execute 325 sec latency 129.398 ms 2023-12-06T06:49:55.356 INFO:teuthology.orchestra.run.smithi116.stdout: 5 149497 8.87 MB/sec execute 326 sec latency 132.074 ms 2023-12-06T06:49:55.718 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:55 smithi116 ceph-mon[107711]: pgmap v183: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-06T06:49:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:55 smithi154 ceph-mon[110416]: pgmap v183: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-06T06:49:56.363 INFO:teuthology.orchestra.run.smithi116.stdout: 5 149750 8.87 MB/sec execute 327 sec latency 132.712 ms 2023-12-06T06:49:56.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:49:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:49:57.362 INFO:teuthology.orchestra.run.smithi116.stdout: 5 150085 8.88 MB/sec execute 328 sec latency 135.165 ms 2023-12-06T06:49:57.745 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:57 smithi116 ceph-mon[107711]: pgmap v184: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-06T06:49:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:57 smithi154 ceph-mon[110416]: pgmap v184: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-06T06:49:58.363 INFO:teuthology.orchestra.run.smithi116.stdout: 5 150417 8.87 MB/sec execute 329 sec latency 126.993 ms 2023-12-06T06:49:59.363 INFO:teuthology.orchestra.run.smithi116.stdout: 5 150738 8.88 MB/sec execute 330 sec latency 208.693 ms 2023-12-06T06:49:59.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:49:59 smithi116 ceph-mon[107711]: pgmap v185: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 560 op/s 2023-12-06T06:50:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:49:59 smithi154 ceph-mon[110416]: pgmap v185: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 560 op/s 2023-12-06T06:50:00.363 INFO:teuthology.orchestra.run.smithi116.stdout: 5 150962 8.86 MB/sec execute 331 sec latency 140.780 ms 2023-12-06T06:50:00.819 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. 2023-12-06T06:50:00.819 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: Upgrade daemon: mgr.smithi116.wqyusj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi116.wqyusj ... 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: Traceback (most recent call last): 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: "__main__", mod_spec) 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: exec(code, run_globals) 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5676, in 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5664, in main 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-06T06:50:00.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-06T06:50:00.821 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-06T06:50:00.821 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-06T06:50:00.821 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: File "/tmp/tmpzkc_wczn.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-06T06:50:00.821 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:00 smithi116 ceph-mon[107711]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-06T06:50:01.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. 2023-12-06T06:50:01.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. 2023-12-06T06:50:01.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: Upgrade daemon: mgr.smithi116.wqyusj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi116.wqyusj ... 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: Traceback (most recent call last): 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: "__main__", mod_spec) 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: exec(code, run_globals) 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5676, in 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5664, in main 2023-12-06T06:50:01.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-06T06:50:01.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-06T06:50:01.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-06T06:50:01.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-06T06:50:01.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-06T06:50:01.116 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: File "/tmp/tmpzkc_wczn.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-06T06:50:01.117 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:00 smithi154 ceph-mon[110416]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-06T06:50:01.363 INFO:teuthology.orchestra.run.smithi116.stdout: 5 151299 8.86 MB/sec execute 332 sec latency 144.977 ms 2023-12-06T06:50:01.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:01 smithi116 ceph-mon[107711]: pgmap v186: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-12-06T06:50:02.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:01 smithi154 ceph-mon[110416]: pgmap v186: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-12-06T06:50:02.364 INFO:teuthology.orchestra.run.smithi116.stdout: 5 151538 8.85 MB/sec execute 333 sec latency 198.466 ms 2023-12-06T06:50:02.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:02 smithi116 ceph-mon[107711]: pgmap v187: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-12-06T06:50:03.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:02 smithi154 ceph-mon[110416]: pgmap v187: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-12-06T06:50:03.371 INFO:teuthology.orchestra.run.smithi116.stdout: 5 151830 8.85 MB/sec execute 334 sec latency 146.068 ms 2023-12-06T06:50:04.377 INFO:teuthology.orchestra.run.smithi116.stdout: 5 152091 8.85 MB/sec execute 335 sec latency 141.758 ms 2023-12-06T06:50:05.378 INFO:teuthology.orchestra.run.smithi116.stdout: 5 152317 8.84 MB/sec execute 336 sec latency 119.519 ms 2023-12-06T06:50:05.471 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:05 smithi116 ceph-mon[107711]: pgmap v188: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-06T06:50:05.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:05 smithi154 ceph-mon[110416]: pgmap v188: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-06T06:50:06.377 INFO:teuthology.orchestra.run.smithi116.stdout: 5 152691 8.84 MB/sec execute 337 sec latency 141.604 ms 2023-12-06T06:50:07.378 INFO:teuthology.orchestra.run.smithi116.stdout: 5 153022 8.84 MB/sec execute 338 sec latency 126.559 ms 2023-12-06T06:50:07.521 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:07 smithi116 ceph-mon[107711]: pgmap v189: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-06T06:50:07.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:07 smithi154 ceph-mon[110416]: pgmap v189: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-06T06:50:08.378 INFO:teuthology.orchestra.run.smithi116.stdout: 5 153329 8.85 MB/sec execute 339 sec latency 136.069 ms 2023-12-06T06:50:09.382 INFO:teuthology.orchestra.run.smithi116.stdout: 5 153708 8.85 MB/sec execute 340 sec latency 130.599 ms 2023-12-06T06:50:09.569 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:09 smithi116 ceph-mon[107711]: pgmap v190: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-12-06T06:50:09.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:09 smithi154 ceph-mon[110416]: pgmap v190: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-12-06T06:50:10.382 INFO:teuthology.orchestra.run.smithi116.stdout: 5 154067 8.85 MB/sec execute 341 sec latency 123.872 ms 2023-12-06T06:50:11.383 INFO:teuthology.orchestra.run.smithi116.stdout: 5 154346 8.85 MB/sec execute 342 sec latency 135.336 ms 2023-12-06T06:50:11.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:11 smithi116 ceph-mon[107711]: pgmap v191: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-12-06T06:50:11.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:50:11.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:11 smithi154 ceph-mon[110416]: pgmap v191: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-12-06T06:50:11.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:50:12.384 INFO:teuthology.orchestra.run.smithi116.stdout: 5 154617 8.83 MB/sec execute 343 sec latency 137.013 ms 2023-12-06T06:50:13.385 INFO:teuthology.orchestra.run.smithi116.stdout: 5 154982 8.84 MB/sec execute 344 sec latency 142.389 ms 2023-12-06T06:50:13.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:13 smithi116 ceph-mon[107711]: pgmap v192: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 555 op/s 2023-12-06T06:50:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:13 smithi154 ceph-mon[110416]: pgmap v192: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 555 op/s 2023-12-06T06:50:14.385 INFO:teuthology.orchestra.run.smithi116.stdout: 5 155315 8.84 MB/sec execute 345 sec latency 138.205 ms 2023-12-06T06:50:15.386 INFO:teuthology.orchestra.run.smithi116.stdout: 5 155603 8.84 MB/sec execute 346 sec latency 127.950 ms 2023-12-06T06:50:15.482 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:15 smithi116 ceph-mon[107711]: pgmap v193: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-06T06:50:15.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:15 smithi154 ceph-mon[110416]: pgmap v193: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-06T06:50:16.393 INFO:teuthology.orchestra.run.smithi116.stdout: 5 155879 8.84 MB/sec execute 347 sec latency 128.925 ms 2023-12-06T06:50:17.394 INFO:teuthology.orchestra.run.smithi116.stdout: 5 156191 8.84 MB/sec execute 348 sec latency 117.785 ms 2023-12-06T06:50:17.514 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:17 smithi116 ceph-mon[107711]: pgmap v194: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-06T06:50:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:17 smithi154 ceph-mon[110416]: pgmap v194: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-06T06:50:18.394 INFO:teuthology.orchestra.run.smithi116.stdout: 5 156467 8.83 MB/sec execute 349 sec latency 129.701 ms 2023-12-06T06:50:19.394 INFO:teuthology.orchestra.run.smithi116.stdout: 5 156780 8.83 MB/sec execute 350 sec latency 126.779 ms 2023-12-06T06:50:19.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:19 smithi116 ceph-mon[107711]: pgmap v195: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-12-06T06:50:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:19 smithi154 ceph-mon[110416]: pgmap v195: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-12-06T06:50:20.402 INFO:teuthology.orchestra.run.smithi116.stdout: 5 157009 8.82 MB/sec execute 351 sec latency 129.115 ms 2023-12-06T06:50:21.403 INFO:teuthology.orchestra.run.smithi116.stdout: 5 157285 8.83 MB/sec execute 352 sec latency 134.460 ms 2023-12-06T06:50:21.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:21 smithi116 ceph-mon[107711]: pgmap v196: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-06T06:50:21.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:21 smithi154 ceph-mon[110416]: pgmap v196: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-06T06:50:22.403 INFO:teuthology.orchestra.run.smithi116.stdout: 5 157584 8.82 MB/sec execute 353 sec latency 183.056 ms 2023-12-06T06:50:23.403 INFO:teuthology.orchestra.run.smithi116.stdout: 5 157814 8.81 MB/sec execute 354 sec latency 134.722 ms 2023-12-06T06:50:23.676 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:23 smithi116 ceph-mon[107711]: pgmap v197: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 558 op/s 2023-12-06T06:50:23.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:23 smithi154 ceph-mon[110416]: pgmap v197: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 558 op/s 2023-12-06T06:50:24.407 INFO:teuthology.orchestra.run.smithi116.stdout: 5 158010 8.80 MB/sec execute 355 sec latency 135.334 ms 2023-12-06T06:50:25.407 INFO:teuthology.orchestra.run.smithi116.stdout: 5 158272 8.79 MB/sec execute 356 sec latency 162.667 ms 2023-12-06T06:50:25.722 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:25 smithi116 ceph-mon[107711]: pgmap v198: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-06T06:50:25.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:25 smithi154 ceph-mon[110416]: pgmap v198: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-06T06:50:26.407 INFO:teuthology.orchestra.run.smithi116.stdout: 5 158602 8.79 MB/sec execute 357 sec latency 213.055 ms 2023-12-06T06:50:26.742 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:50:26.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:50:27.407 INFO:teuthology.orchestra.run.smithi116.stdout: 5 158994 8.79 MB/sec execute 358 sec latency 127.148 ms 2023-12-06T06:50:27.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:27 smithi116 ceph-mon[107711]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-06T06:50:27.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:27 smithi154 ceph-mon[110416]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-06T06:50:28.408 INFO:teuthology.orchestra.run.smithi116.stdout: 5 159387 8.79 MB/sec execute 359 sec latency 126.751 ms 2023-12-06T06:50:29.408 INFO:teuthology.orchestra.run.smithi116.stdout: 5 159733 8.79 MB/sec execute 361 sec latency 126.850 ms 2023-12-06T06:50:29.827 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:29 smithi116 ceph-mon[107711]: pgmap v200: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 523 op/s 2023-12-06T06:50:29.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:29 smithi154 ceph-mon[110416]: pgmap v200: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 523 op/s 2023-12-06T06:50:30.408 INFO:teuthology.orchestra.run.smithi116.stdout: 5 160114 8.81 MB/sec execute 362 sec latency 210.547 ms 2023-12-06T06:50:31.408 INFO:teuthology.orchestra.run.smithi116.stdout: 5 160379 8.81 MB/sec execute 363 sec latency 201.195 ms 2023-12-06T06:50:31.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:31 smithi116 ceph-mon[107711]: pgmap v201: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-06T06:50:31.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:31 smithi154 ceph-mon[110416]: pgmap v201: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-06T06:50:32.408 INFO:teuthology.orchestra.run.smithi116.stdout: 5 160711 8.82 MB/sec execute 364 sec latency 127.303 ms 2023-12-06T06:50:33.413 INFO:teuthology.orchestra.run.smithi116.stdout: 5 160961 8.81 MB/sec execute 365 sec latency 101.390 ms 2023-12-06T06:50:33.676 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:33 smithi116 ceph-mon[107711]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 539 op/s 2023-12-06T06:50:33.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:33 smithi154 ceph-mon[110416]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 539 op/s 2023-12-06T06:50:34.414 INFO:teuthology.orchestra.run.smithi116.stdout: 5 161281 8.80 MB/sec execute 366 sec latency 146.781 ms 2023-12-06T06:50:35.414 INFO:teuthology.orchestra.run.smithi116.stdout: 5 161473 8.78 MB/sec execute 367 sec latency 140.958 ms 2023-12-06T06:50:35.726 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:35 smithi116 ceph-mon[107711]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-06T06:50:35.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:35 smithi154 ceph-mon[110416]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-06T06:50:36.414 INFO:teuthology.orchestra.run.smithi116.stdout: 5 161718 8.78 MB/sec execute 368 sec latency 136.449 ms 2023-12-06T06:50:37.415 INFO:teuthology.orchestra.run.smithi116.stdout: 5 161972 8.78 MB/sec execute 369 sec latency 178.500 ms 2023-12-06T06:50:37.828 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:37 smithi116 ceph-mon[107711]: pgmap v204: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-06T06:50:37.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:37 smithi154 ceph-mon[110416]: pgmap v204: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-06T06:50:38.420 INFO:teuthology.orchestra.run.smithi116.stdout: 5 162268 8.77 MB/sec execute 370 sec latency 140.450 ms 2023-12-06T06:50:39.422 INFO:teuthology.orchestra.run.smithi116.stdout: 5 162515 8.76 MB/sec execute 371 sec latency 131.625 ms 2023-12-06T06:50:39.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:39 smithi116 ceph-mon[107711]: pgmap v205: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-12-06T06:50:39.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:39 smithi154 ceph-mon[110416]: pgmap v205: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-12-06T06:50:40.422 INFO:teuthology.orchestra.run.smithi116.stdout: 5 162868 8.76 MB/sec execute 372 sec latency 132.752 ms 2023-12-06T06:50:41.422 INFO:teuthology.orchestra.run.smithi116.stdout: 5 163114 8.76 MB/sec execute 373 sec latency 161.771 ms 2023-12-06T06:50:41.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:41 smithi116 ceph-mon[107711]: pgmap v206: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-06T06:50:41.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:50:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:41 smithi154 ceph-mon[110416]: pgmap v206: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-06T06:50:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:50:42.422 INFO:teuthology.orchestra.run.smithi116.stdout: 5 163380 8.76 MB/sec execute 374 sec latency 132.779 ms 2023-12-06T06:50:43.422 INFO:teuthology.orchestra.run.smithi116.stdout: 5 163646 8.77 MB/sec execute 375 sec latency 134.355 ms 2023-12-06T06:50:43.669 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:43 smithi116 ceph-mon[107711]: pgmap v207: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-12-06T06:50:44.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:43 smithi154 ceph-mon[110416]: pgmap v207: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-12-06T06:50:44.422 INFO:teuthology.orchestra.run.smithi116.stdout: 5 163838 8.75 MB/sec execute 376 sec latency 137.662 ms 2023-12-06T06:50:45.422 INFO:teuthology.orchestra.run.smithi116.stdout: 5 164055 8.75 MB/sec execute 377 sec latency 132.556 ms 2023-12-06T06:50:45.719 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:45 smithi116 ceph-mon[107711]: pgmap v208: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-12-06T06:50:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:45 smithi154 ceph-mon[110416]: pgmap v208: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-12-06T06:50:46.425 INFO:teuthology.orchestra.run.smithi116.stdout: 5 164292 8.74 MB/sec execute 378 sec latency 129.874 ms 2023-12-06T06:50:47.424 INFO:teuthology.orchestra.run.smithi116.stdout: 5 164508 8.73 MB/sec execute 379 sec latency 129.794 ms 2023-12-06T06:50:47.817 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:47 smithi116 ceph-mon[107711]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-12-06T06:50:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:47 smithi154 ceph-mon[110416]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-12-06T06:50:48.424 INFO:teuthology.orchestra.run.smithi116.stdout: 5 164713 8.72 MB/sec execute 380 sec latency 148.648 ms 2023-12-06T06:50:49.429 INFO:teuthology.orchestra.run.smithi116.stdout: 5 164909 8.71 MB/sec execute 381 sec latency 214.132 ms 2023-12-06T06:50:49.889 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:49 smithi116 ceph-mon[107711]: pgmap v210: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 464 op/s 2023-12-06T06:50:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:49 smithi154 ceph-mon[110416]: pgmap v210: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 464 op/s 2023-12-06T06:50:50.429 INFO:teuthology.orchestra.run.smithi116.stdout: 5 165201 8.70 MB/sec execute 382 sec latency 145.213 ms 2023-12-06T06:50:51.429 INFO:teuthology.orchestra.run.smithi116.stdout: 5 165429 8.69 MB/sec execute 383 sec latency 136.034 ms 2023-12-06T06:50:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:51 smithi116 ceph-mon[107711]: pgmap v211: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 296 op/s 2023-12-06T06:50:52.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:51 smithi154 ceph-mon[110416]: pgmap v211: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 296 op/s 2023-12-06T06:50:52.429 INFO:teuthology.orchestra.run.smithi116.stdout: 5 165654 8.68 MB/sec execute 384 sec latency 100.252 ms 2023-12-06T06:50:53.429 INFO:teuthology.orchestra.run.smithi116.stdout: 5 165860 8.67 MB/sec execute 385 sec latency 147.142 ms 2023-12-06T06:50:53.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:53 smithi116 ceph-mon[107711]: pgmap v212: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-06T06:50:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:53 smithi154 ceph-mon[110416]: pgmap v212: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-06T06:50:54.429 INFO:teuthology.orchestra.run.smithi116.stdout: 5 166132 8.67 MB/sec execute 386 sec latency 155.620 ms 2023-12-06T06:50:55.429 INFO:teuthology.orchestra.run.smithi116.stdout: 5 166378 8.67 MB/sec execute 387 sec latency 145.778 ms 2023-12-06T06:50:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:55 smithi116 ceph-mon[107711]: pgmap v213: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-12-06T06:50:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:55 smithi154 ceph-mon[110416]: pgmap v213: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-12-06T06:50:56.435 INFO:teuthology.orchestra.run.smithi116.stdout: 5 166697 8.67 MB/sec execute 388 sec latency 133.235 ms 2023-12-06T06:50:56.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:50:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:50:57.433 INFO:teuthology.orchestra.run.smithi116.stdout: 5 166889 8.66 MB/sec execute 389 sec latency 200.743 ms 2023-12-06T06:50:57.860 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:57 smithi116 ceph-mon[107711]: pgmap v214: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-12-06T06:50:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:57 smithi154 ceph-mon[110416]: pgmap v214: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-12-06T06:50:58.433 INFO:teuthology.orchestra.run.smithi116.stdout: 5 167101 8.66 MB/sec execute 390 sec latency 140.147 ms 2023-12-06T06:50:59.433 INFO:teuthology.orchestra.run.smithi116.stdout: 5 167453 8.67 MB/sec execute 391 sec latency 130.001 ms 2023-12-06T06:50:59.925 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:50:59 smithi116 ceph-mon[107711]: pgmap v215: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-12-06T06:51:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:50:59 smithi154 ceph-mon[110416]: pgmap v215: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-12-06T06:51:00.433 INFO:teuthology.orchestra.run.smithi116.stdout: 5 167768 8.68 MB/sec execute 392 sec latency 212.615 ms 2023-12-06T06:51:01.435 INFO:teuthology.orchestra.run.smithi116.stdout: 5 167988 8.67 MB/sec execute 393 sec latency 133.279 ms 2023-12-06T06:51:01.732 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:01 smithi116 ceph-mon[107711]: pgmap v216: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 291 op/s 2023-12-06T06:51:02.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:01 smithi154 ceph-mon[110416]: pgmap v216: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 291 op/s 2023-12-06T06:51:02.440 INFO:teuthology.orchestra.run.smithi116.stdout: 5 168181 8.66 MB/sec execute 394 sec latency 207.652 ms 2023-12-06T06:51:03.441 INFO:teuthology.orchestra.run.smithi116.stdout: 5 168444 8.65 MB/sec execute 395 sec latency 126.127 ms 2023-12-06T06:51:03.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:03 smithi116 ceph-mon[107711]: pgmap v217: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 450 op/s 2023-12-06T06:51:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:03 smithi154 ceph-mon[110416]: pgmap v217: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 450 op/s 2023-12-06T06:51:04.446 INFO:teuthology.orchestra.run.smithi116.stdout: 5 168692 8.63 MB/sec execute 396 sec latency 130.763 ms 2023-12-06T06:51:05.456 INFO:teuthology.orchestra.run.smithi116.stdout: 5 168958 8.62 MB/sec execute 397 sec latency 131.769 ms 2023-12-06T06:51:05.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:05 smithi116 ceph-mon[107711]: pgmap v218: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.5 MiB/s wr, 303 op/s 2023-12-06T06:51:06.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:05 smithi154 ceph-mon[110416]: pgmap v218: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.5 MiB/s wr, 303 op/s 2023-12-06T06:51:06.456 INFO:teuthology.orchestra.run.smithi116.stdout: 5 169218 8.63 MB/sec execute 398 sec latency 128.227 ms 2023-12-06T06:51:07.458 INFO:teuthology.orchestra.run.smithi116.stdout: 5 169532 8.62 MB/sec execute 399 sec latency 134.672 ms 2023-12-06T06:51:07.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:07 smithi116 ceph-mon[107711]: pgmap v219: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.5 MiB/s wr, 303 op/s 2023-12-06T06:51:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:07 smithi154 ceph-mon[110416]: pgmap v219: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.5 MiB/s wr, 303 op/s 2023-12-06T06:51:08.467 INFO:teuthology.orchestra.run.smithi116.stdout: 5 169813 8.62 MB/sec execute 400 sec latency 123.914 ms 2023-12-06T06:51:09.467 INFO:teuthology.orchestra.run.smithi116.stdout: 5 170098 8.62 MB/sec execute 401 sec latency 135.367 ms 2023-12-06T06:51:09.926 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:09 smithi116 ceph-mon[107711]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 462 op/s 2023-12-06T06:51:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:09 smithi154 ceph-mon[110416]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 462 op/s 2023-12-06T06:51:10.468 INFO:teuthology.orchestra.run.smithi116.stdout: 5 170335 8.61 MB/sec execute 402 sec latency 131.363 ms 2023-12-06T06:51:11.470 INFO:teuthology.orchestra.run.smithi116.stdout: 5 170654 8.61 MB/sec execute 403 sec latency 131.779 ms 2023-12-06T06:51:11.920 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:11 smithi116 ceph-mon[107711]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-12-06T06:51:11.920 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:51:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:11 smithi154 ceph-mon[110416]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-12-06T06:51:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:51:12.470 INFO:teuthology.orchestra.run.smithi116.stdout: 5 170958 8.61 MB/sec execute 404 sec latency 152.073 ms 2023-12-06T06:51:12.974 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:12 smithi116 ceph-mon[107711]: pgmap v222: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 483 op/s 2023-12-06T06:51:13.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:12 smithi154 ceph-mon[110416]: pgmap v222: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 483 op/s 2023-12-06T06:51:13.470 INFO:teuthology.orchestra.run.smithi116.stdout: 5 171285 8.62 MB/sec execute 405 sec latency 129.518 ms 2023-12-06T06:51:14.478 INFO:teuthology.orchestra.run.smithi116.stdout: 5 171627 8.63 MB/sec execute 406 sec latency 129.755 ms 2023-12-06T06:51:15.286 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:15 smithi116 ceph-mon[107711]: pgmap v223: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-12-06T06:51:15.478 INFO:teuthology.orchestra.run.smithi116.stdout: 5 171909 8.62 MB/sec execute 407 sec latency 135.217 ms 2023-12-06T06:51:15.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:15 smithi154 ceph-mon[110416]: pgmap v223: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-12-06T06:51:16.478 INFO:teuthology.orchestra.run.smithi116.stdout: 5 172192 8.61 MB/sec execute 408 sec latency 132.506 ms 2023-12-06T06:51:17.479 INFO:teuthology.orchestra.run.smithi116.stdout: 5 172463 8.60 MB/sec execute 409 sec latency 135.257 ms 2023-12-06T06:51:17.605 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:17 smithi116 ceph-mon[107711]: pgmap v224: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-12-06T06:51:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:17 smithi154 ceph-mon[110416]: pgmap v224: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-12-06T06:51:18.494 INFO:teuthology.orchestra.run.smithi116.stdout: 5 172729 8.59 MB/sec execute 410 sec latency 156.378 ms 2023-12-06T06:51:19.498 INFO:teuthology.orchestra.run.smithi116.stdout: 5 173128 8.61 MB/sec execute 411 sec latency 126.513 ms 2023-12-06T06:51:19.688 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:19 smithi116 ceph-mon[107711]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-06T06:51:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:19 smithi154 ceph-mon[110416]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-06T06:51:20.501 INFO:teuthology.orchestra.run.smithi116.stdout: 5 173517 8.62 MB/sec execute 412 sec latency 111.068 ms 2023-12-06T06:51:21.501 INFO:teuthology.orchestra.run.smithi116.stdout: 5 173873 8.61 MB/sec execute 413 sec latency 126.486 ms 2023-12-06T06:51:21.731 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:21 smithi116 ceph-mon[107711]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-12-06T06:51:21.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:21 smithi154 ceph-mon[110416]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-12-06T06:51:22.501 INFO:teuthology.orchestra.run.smithi116.stdout: 5 174117 8.61 MB/sec execute 414 sec latency 135.480 ms 2023-12-06T06:51:23.512 INFO:teuthology.orchestra.run.smithi116.stdout: 5 174487 8.62 MB/sec execute 415 sec latency 88.538 ms 2023-12-06T06:51:23.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:23 smithi116 ceph-mon[107711]: pgmap v227: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 554 op/s 2023-12-06T06:51:23.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:23 smithi154 ceph-mon[110416]: pgmap v227: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 554 op/s 2023-12-06T06:51:24.522 INFO:teuthology.orchestra.run.smithi116.stdout: 5 174815 8.62 MB/sec execute 416 sec latency 141.582 ms 2023-12-06T06:51:25.522 INFO:teuthology.orchestra.run.smithi116.stdout: 5 175116 8.63 MB/sec execute 417 sec latency 123.106 ms 2023-12-06T06:51:25.568 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:25 smithi116 ceph-mon[107711]: pgmap v228: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-06T06:51:25.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:25 smithi154 ceph-mon[110416]: pgmap v228: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-06T06:51:26.522 INFO:teuthology.orchestra.run.smithi116.stdout: 5 175293 8.62 MB/sec execute 418 sec latency 145.376 ms 2023-12-06T06:51:26.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:51:26.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:51:27.522 INFO:teuthology.orchestra.run.smithi116.stdout: 5 175594 8.61 MB/sec execute 419 sec latency 129.248 ms 2023-12-06T06:51:27.609 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:27 smithi116 ceph-mon[107711]: pgmap v229: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-06T06:51:27.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:27 smithi154 ceph-mon[110416]: pgmap v229: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-06T06:51:28.523 INFO:teuthology.orchestra.run.smithi116.stdout: 5 175867 8.59 MB/sec execute 420 sec latency 120.916 ms 2023-12-06T06:51:29.528 INFO:teuthology.orchestra.run.smithi116.stdout: 5 176087 8.58 MB/sec execute 421 sec latency 127.389 ms 2023-12-06T06:51:29.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:29 smithi116 ceph-mon[107711]: pgmap v230: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.9 MiB/s wr, 569 op/s 2023-12-06T06:51:29.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:29 smithi154 ceph-mon[110416]: pgmap v230: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.9 MiB/s wr, 569 op/s 2023-12-06T06:51:30.528 INFO:teuthology.orchestra.run.smithi116.stdout: 5 176414 8.59 MB/sec execute 422 sec latency 131.050 ms 2023-12-06T06:51:31.528 INFO:teuthology.orchestra.run.smithi116.stdout: 5 176706 8.59 MB/sec execute 423 sec latency 142.364 ms 2023-12-06T06:51:31.746 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:31 smithi116 ceph-mon[107711]: pgmap v231: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-06T06:51:31.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:31 smithi154 ceph-mon[110416]: pgmap v231: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-06T06:51:32.528 INFO:teuthology.orchestra.run.smithi116.stdout: 5 177034 8.59 MB/sec execute 424 sec latency 120.860 ms 2023-12-06T06:51:33.531 INFO:teuthology.orchestra.run.smithi116.stdout: 5 177418 8.59 MB/sec execute 425 sec latency 105.399 ms 2023-12-06T06:51:33.816 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:33 smithi116 ceph-mon[107711]: pgmap v232: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 560 op/s 2023-12-06T06:51:33.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:33 smithi154 ceph-mon[110416]: pgmap v232: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 560 op/s 2023-12-06T06:51:34.531 INFO:teuthology.orchestra.run.smithi116.stdout: 5 177730 8.60 MB/sec execute 426 sec latency 125.074 ms 2023-12-06T06:51:35.531 INFO:teuthology.orchestra.run.smithi116.stdout: 5 178105 8.60 MB/sec execute 427 sec latency 158.910 ms 2023-12-06T06:51:35.839 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:35 smithi116 ceph-mon[107711]: pgmap v233: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-06T06:51:35.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:35 smithi154 ceph-mon[110416]: pgmap v233: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-06T06:51:36.531 INFO:teuthology.orchestra.run.smithi116.stdout: 5 178411 8.61 MB/sec execute 428 sec latency 134.912 ms 2023-12-06T06:51:37.535 INFO:teuthology.orchestra.run.smithi116.stdout: 5 178619 8.60 MB/sec execute 429 sec latency 146.046 ms 2023-12-06T06:51:37.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:37 smithi116 ceph-mon[107711]: pgmap v234: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-06T06:51:37.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:37 smithi154 ceph-mon[110416]: pgmap v234: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-06T06:51:38.536 INFO:teuthology.orchestra.run.smithi116.stdout: 5 178799 8.60 MB/sec execute 430 sec latency 149.157 ms 2023-12-06T06:51:39.536 INFO:teuthology.orchestra.run.smithi116.stdout: 5 178995 8.59 MB/sec execute 431 sec latency 126.798 ms 2023-12-06T06:51:39.700 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:39 smithi116 ceph-mon[107711]: pgmap v235: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 547 op/s 2023-12-06T06:51:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:39 smithi154 ceph-mon[110416]: pgmap v235: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 547 op/s 2023-12-06T06:51:40.536 INFO:teuthology.orchestra.run.smithi116.stdout: 5 179334 8.57 MB/sec execute 432 sec latency 143.057 ms 2023-12-06T06:51:41.537 INFO:teuthology.orchestra.run.smithi116.stdout: 5 179641 8.57 MB/sec execute 433 sec latency 148.878 ms 2023-12-06T06:51:41.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:41 smithi116 ceph-mon[107711]: pgmap v236: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-06T06:51:41.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:51:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:41 smithi154 ceph-mon[110416]: pgmap v236: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-06T06:51:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:51:42.538 INFO:teuthology.orchestra.run.smithi116.stdout: 5 179916 8.57 MB/sec execute 434 sec latency 150.422 ms 2023-12-06T06:51:43.547 INFO:teuthology.orchestra.run.smithi116.stdout: 5 180323 8.57 MB/sec execute 435 sec latency 127.002 ms 2023-12-06T06:51:43.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:43 smithi116 ceph-mon[107711]: pgmap v237: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2023-12-06T06:51:44.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:43 smithi154 ceph-mon[110416]: pgmap v237: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2023-12-06T06:51:44.556 INFO:teuthology.orchestra.run.smithi116.stdout: 5 180652 8.57 MB/sec execute 436 sec latency 127.996 ms 2023-12-06T06:51:45.556 INFO:teuthology.orchestra.run.smithi116.stdout: 5 180926 8.57 MB/sec execute 437 sec latency 130.974 ms 2023-12-06T06:51:45.840 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:45 smithi116 ceph-mon[107711]: pgmap v238: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-06T06:51:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:45 smithi154 ceph-mon[110416]: pgmap v238: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-06T06:51:46.556 INFO:teuthology.orchestra.run.smithi116.stdout: 5 181216 8.58 MB/sec execute 438 sec latency 147.346 ms 2023-12-06T06:51:47.556 INFO:teuthology.orchestra.run.smithi116.stdout: 5 181450 8.57 MB/sec execute 439 sec latency 141.921 ms 2023-12-06T06:51:47.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:47 smithi116 ceph-mon[107711]: pgmap v239: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-06T06:51:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:47 smithi154 ceph-mon[110416]: pgmap v239: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-06T06:51:48.556 INFO:teuthology.orchestra.run.smithi116.stdout: 5 181801 8.58 MB/sec execute 440 sec latency 151.340 ms 2023-12-06T06:51:49.556 INFO:teuthology.orchestra.run.smithi116.stdout: 5 182052 8.58 MB/sec execute 441 sec latency 129.601 ms 2023-12-06T06:51:49.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:49 smithi116 ceph-mon[107711]: pgmap v240: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-12-06T06:51:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:49 smithi154 ceph-mon[110416]: pgmap v240: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-12-06T06:51:50.557 INFO:teuthology.orchestra.run.smithi116.stdout: 5 182293 8.58 MB/sec execute 442 sec latency 128.089 ms 2023-12-06T06:51:51.557 INFO:teuthology.orchestra.run.smithi116.stdout: 5 182581 8.56 MB/sec execute 443 sec latency 123.658 ms 2023-12-06T06:51:51.757 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:51 smithi116 ceph-mon[107711]: pgmap v241: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 341 op/s 2023-12-06T06:51:52.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:51 smithi154 ceph-mon[110416]: pgmap v241: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 341 op/s 2023-12-06T06:51:52.560 INFO:teuthology.orchestra.run.smithi116.stdout: 5 182914 8.56 MB/sec execute 444 sec latency 130.129 ms 2023-12-06T06:51:53.568 INFO:teuthology.orchestra.run.smithi116.stdout: 5 183207 8.55 MB/sec execute 445 sec latency 129.357 ms 2023-12-06T06:51:53.837 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:53 smithi116 ceph-mon[107711]: pgmap v242: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-12-06T06:51:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:53 smithi154 ceph-mon[110416]: pgmap v242: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-12-06T06:51:54.569 INFO:teuthology.orchestra.run.smithi116.stdout: 5 183480 8.55 MB/sec execute 446 sec latency 123.481 ms 2023-12-06T06:51:55.568 INFO:teuthology.orchestra.run.smithi116.stdout: 5 183886 8.56 MB/sec execute 447 sec latency 129.664 ms 2023-12-06T06:51:55.886 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:55 smithi116 ceph-mon[107711]: pgmap v243: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-12-06T06:51:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:55 smithi154 ceph-mon[110416]: pgmap v243: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-12-06T06:51:56.568 INFO:teuthology.orchestra.run.smithi116.stdout: 5 184275 8.56 MB/sec execute 448 sec latency 134.998 ms 2023-12-06T06:51:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:51:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:51:57.576 INFO:teuthology.orchestra.run.smithi116.stdout: 5 184572 8.56 MB/sec execute 449 sec latency 131.016 ms 2023-12-06T06:51:57.928 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:57 smithi116 ceph-mon[107711]: pgmap v244: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-12-06T06:51:58.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:57 smithi154 ceph-mon[110416]: pgmap v244: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-12-06T06:51:58.581 INFO:teuthology.orchestra.run.smithi116.stdout: 5 184843 8.57 MB/sec execute 450 sec latency 126.714 ms 2023-12-06T06:51:59.581 INFO:teuthology.orchestra.run.smithi116.stdout: 5 185101 8.57 MB/sec execute 451 sec latency 123.578 ms 2023-12-06T06:51:59.733 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:51:59 smithi116 ceph-mon[107711]: pgmap v245: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 553 op/s 2023-12-06T06:52:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:51:59 smithi154 ceph-mon[110416]: pgmap v245: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 553 op/s 2023-12-06T06:52:00.581 INFO:teuthology.orchestra.run.smithi116.stdout: 5 185347 8.56 MB/sec execute 452 sec latency 126.676 ms 2023-12-06T06:52:01.588 INFO:teuthology.orchestra.run.smithi116.stdout: 5 185530 8.56 MB/sec execute 453 sec latency 144.790 ms 2023-12-06T06:52:01.814 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:01 smithi116 ceph-mon[107711]: pgmap v246: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-06T06:52:02.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:01 smithi154 ceph-mon[110416]: pgmap v246: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-06T06:52:02.588 INFO:teuthology.orchestra.run.smithi116.stdout: 5 185695 8.55 MB/sec execute 454 sec latency 170.168 ms 2023-12-06T06:52:03.590 INFO:teuthology.orchestra.run.smithi116.stdout: 5 185825 8.54 MB/sec execute 455 sec latency 125.146 ms 2023-12-06T06:52:03.896 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:03 smithi116 ceph-mon[107711]: pgmap v247: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 513 op/s 2023-12-06T06:52:04.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:03 smithi154 ceph-mon[110416]: pgmap v247: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 513 op/s 2023-12-06T06:52:04.591 INFO:teuthology.orchestra.run.smithi116.stdout: 5 186042 8.53 MB/sec execute 456 sec latency 108.388 ms 2023-12-06T06:52:05.591 INFO:teuthology.orchestra.run.smithi116.stdout: 5 186286 8.52 MB/sec execute 457 sec latency 136.457 ms 2023-12-06T06:52:05.931 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:05 smithi116 ceph-mon[107711]: pgmap v248: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-06T06:52:06.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:05 smithi154 ceph-mon[110416]: pgmap v248: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-06T06:52:06.591 INFO:teuthology.orchestra.run.smithi116.stdout: 5 186555 8.51 MB/sec execute 458 sec latency 129.241 ms 2023-12-06T06:52:07.592 INFO:teuthology.orchestra.run.smithi116.stdout: 5 186756 8.50 MB/sec execute 459 sec latency 88.693 ms 2023-12-06T06:52:07.975 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:07 smithi116 ceph-mon[107711]: pgmap v249: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-06T06:52:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:07 smithi154 ceph-mon[110416]: pgmap v249: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-06T06:52:08.591 INFO:teuthology.orchestra.run.smithi116.stdout: 5 186999 8.50 MB/sec execute 460 sec latency 128.921 ms 2023-12-06T06:52:09.592 INFO:teuthology.orchestra.run.smithi116.stdout: 5 187336 8.50 MB/sec execute 461 sec latency 129.894 ms 2023-12-06T06:52:09.764 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:09 smithi116 ceph-mon[107711]: pgmap v250: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-12-06T06:52:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:09 smithi154 ceph-mon[110416]: pgmap v250: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-12-06T06:52:10.592 INFO:teuthology.orchestra.run.smithi116.stdout: 5 187776 8.51 MB/sec execute 462 sec latency 93.047 ms 2023-12-06T06:52:11.595 INFO:teuthology.orchestra.run.smithi116.stdout: 5 188040 8.51 MB/sec execute 463 sec latency 143.439 ms 2023-12-06T06:52:11.809 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:11 smithi116 ceph-mon[107711]: pgmap v251: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 284 op/s 2023-12-06T06:52:11.809 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:52:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:11 smithi154 ceph-mon[110416]: pgmap v251: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 284 op/s 2023-12-06T06:52:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:52:12.593 INFO:teuthology.orchestra.run.smithi116.stdout: 5 188300 8.50 MB/sec execute 464 sec latency 198.207 ms 2023-12-06T06:52:13.593 INFO:teuthology.orchestra.run.smithi116.stdout: 5 188564 8.50 MB/sec execute 465 sec latency 129.229 ms 2023-12-06T06:52:13.864 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:13 smithi116 ceph-mon[107711]: pgmap v252: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-12-06T06:52:14.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:13 smithi154 ceph-mon[110416]: pgmap v252: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-12-06T06:52:14.599 INFO:teuthology.orchestra.run.smithi116.stdout: 5 188857 8.50 MB/sec execute 466 sec latency 129.065 ms 2023-12-06T06:52:15.599 INFO:teuthology.orchestra.run.smithi116.stdout: 5 189135 8.51 MB/sec execute 467 sec latency 141.110 ms 2023-12-06T06:52:15.935 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:15 smithi116 ceph-mon[107711]: pgmap v253: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-12-06T06:52:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:15 smithi154 ceph-mon[110416]: pgmap v253: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-12-06T06:52:16.600 INFO:teuthology.orchestra.run.smithi116.stdout: 5 189419 8.51 MB/sec execute 468 sec latency 134.188 ms 2023-12-06T06:52:17.599 INFO:teuthology.orchestra.run.smithi116.stdout: 5 189628 8.50 MB/sec execute 469 sec latency 125.684 ms 2023-12-06T06:52:17.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:17 smithi116 ceph-mon[107711]: pgmap v254: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-12-06T06:52:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:17 smithi154 ceph-mon[110416]: pgmap v254: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-12-06T06:52:18.599 INFO:teuthology.orchestra.run.smithi116.stdout: 5 189973 8.49 MB/sec execute 470 sec latency 146.529 ms 2023-12-06T06:52:19.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:19 smithi116 ceph-mon[107711]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2023-12-06T06:52:19.599 INFO:teuthology.orchestra.run.smithi116.stdout: 5 190228 8.48 MB/sec execute 471 sec latency 105.286 ms 2023-12-06T06:52:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:19 smithi154 ceph-mon[110416]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2023-12-06T06:52:20.599 INFO:teuthology.orchestra.run.smithi116.stdout: 5 190495 8.48 MB/sec execute 472 sec latency 166.852 ms 2023-12-06T06:52:21.579 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:21 smithi116 ceph-mon[107711]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T06:52:21.600 INFO:teuthology.orchestra.run.smithi116.stdout: 5 190835 8.50 MB/sec execute 473 sec latency 208.751 ms 2023-12-06T06:52:21.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:21 smithi154 ceph-mon[110416]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T06:52:22.600 INFO:teuthology.orchestra.run.smithi116.stdout: 5 191237 8.50 MB/sec execute 474 sec latency 137.036 ms 2023-12-06T06:52:23.601 INFO:teuthology.orchestra.run.smithi116.stdout: 5 191566 8.49 MB/sec execute 475 sec latency 126.680 ms 2023-12-06T06:52:23.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:23 smithi116 ceph-mon[107711]: pgmap v257: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-12-06T06:52:23.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:23 smithi154 ceph-mon[110416]: pgmap v257: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-12-06T06:52:24.611 INFO:teuthology.orchestra.run.smithi116.stdout: 5 191754 8.48 MB/sec execute 476 sec latency 129.642 ms 2023-12-06T06:52:25.611 INFO:teuthology.orchestra.run.smithi116.stdout: 5 192092 8.49 MB/sec execute 477 sec latency 130.887 ms 2023-12-06T06:52:25.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:25 smithi116 ceph-mon[107711]: pgmap v258: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T06:52:25.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:25 smithi154 ceph-mon[110416]: pgmap v258: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T06:52:26.612 INFO:teuthology.orchestra.run.smithi116.stdout: 5 192378 8.49 MB/sec execute 478 sec latency 121.953 ms 2023-12-06T06:52:26.677 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:52:26.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:52:27.612 INFO:teuthology.orchestra.run.smithi116.stdout: 5 192674 8.50 MB/sec execute 479 sec latency 152.312 ms 2023-12-06T06:52:27.705 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:27 smithi116 ceph-mon[107711]: pgmap v259: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T06:52:27.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:27 smithi154 ceph-mon[110416]: pgmap v259: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T06:52:28.612 INFO:teuthology.orchestra.run.smithi116.stdout: 5 192841 8.49 MB/sec execute 480 sec latency 156.521 ms 2023-12-06T06:52:29.612 INFO:teuthology.orchestra.run.smithi116.stdout: 5 193020 8.48 MB/sec execute 481 sec latency 157.319 ms 2023-12-06T06:52:29.765 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:29 smithi116 ceph-mon[107711]: pgmap v260: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-12-06T06:52:29.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:29 smithi154 ceph-mon[110416]: pgmap v260: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-12-06T06:52:30.612 INFO:teuthology.orchestra.run.smithi116.stdout: 5 193273 8.47 MB/sec execute 482 sec latency 195.289 ms 2023-12-06T06:52:31.575 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:31 smithi116 ceph-mon[107711]: pgmap v261: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-12-06T06:52:31.614 INFO:teuthology.orchestra.run.smithi116.stdout: 5 193538 8.46 MB/sec execute 483 sec latency 123.783 ms 2023-12-06T06:52:31.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:31 smithi154 ceph-mon[110416]: pgmap v261: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-12-06T06:52:32.614 INFO:teuthology.orchestra.run.smithi116.stdout: 5 193748 8.45 MB/sec execute 484 sec latency 135.453 ms 2023-12-06T06:52:33.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:33 smithi116 ceph-mon[107711]: pgmap v262: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-12-06T06:52:33.616 INFO:teuthology.orchestra.run.smithi116.stdout: 5 193957 8.45 MB/sec execute 485 sec latency 135.409 ms 2023-12-06T06:52:33.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:33 smithi154 ceph-mon[110416]: pgmap v262: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-12-06T06:52:34.617 INFO:teuthology.orchestra.run.smithi116.stdout: 5 194191 8.44 MB/sec execute 486 sec latency 122.535 ms 2023-12-06T06:52:35.614 INFO:teuthology.orchestra.run.smithi116.stdout: 5 194397 8.43 MB/sec execute 487 sec latency 119.930 ms 2023-12-06T06:52:35.695 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:35 smithi116 ceph-mon[107711]: pgmap v263: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-12-06T06:52:35.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:35 smithi154 ceph-mon[110416]: pgmap v263: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-12-06T06:52:36.614 INFO:teuthology.orchestra.run.smithi116.stdout: 5 194674 8.44 MB/sec execute 488 sec latency 138.507 ms 2023-12-06T06:52:37.614 INFO:teuthology.orchestra.run.smithi116.stdout: 5 194878 8.43 MB/sec execute 489 sec latency 129.576 ms 2023-12-06T06:52:37.743 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:37 smithi116 ceph-mon[107711]: pgmap v264: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-12-06T06:52:37.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:37 smithi154 ceph-mon[110416]: pgmap v264: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-12-06T06:52:38.614 INFO:teuthology.orchestra.run.smithi116.stdout: 5 195146 8.43 MB/sec execute 490 sec latency 126.737 ms 2023-12-06T06:52:39.617 INFO:teuthology.orchestra.run.smithi116.stdout: 5 195407 8.42 MB/sec execute 491 sec latency 117.896 ms 2023-12-06T06:52:39.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:39 smithi116 ceph-mon[107711]: pgmap v265: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-12-06T06:52:39.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:39 smithi154 ceph-mon[110416]: pgmap v265: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-12-06T06:52:40.622 INFO:teuthology.orchestra.run.smithi116.stdout: 5 195567 8.41 MB/sec execute 492 sec latency 140.037 ms 2023-12-06T06:52:41.624 INFO:teuthology.orchestra.run.smithi116.stdout: 5 195796 8.42 MB/sec execute 493 sec latency 148.043 ms 2023-12-06T06:52:41.662 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:41 smithi116 ceph-mon[107711]: pgmap v266: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 287 op/s 2023-12-06T06:52:41.662 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:52:41.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:41 smithi154 ceph-mon[110416]: pgmap v266: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 287 op/s 2023-12-06T06:52:41.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:52:42.624 INFO:teuthology.orchestra.run.smithi116.stdout: 5 196026 8.42 MB/sec execute 494 sec latency 132.089 ms 2023-12-06T06:52:43.624 INFO:teuthology.orchestra.run.smithi116.stdout: 5 196381 8.42 MB/sec execute 495 sec latency 123.357 ms 2023-12-06T06:52:43.719 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:43 smithi116 ceph-mon[107711]: pgmap v267: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.1 MiB/s wr, 422 op/s 2023-12-06T06:52:44.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:43 smithi154 ceph-mon[110416]: pgmap v267: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.1 MiB/s wr, 422 op/s 2023-12-06T06:52:44.624 INFO:teuthology.orchestra.run.smithi116.stdout: 5 196651 8.42 MB/sec execute 496 sec latency 129.601 ms 2023-12-06T06:52:45.624 INFO:teuthology.orchestra.run.smithi116.stdout: 5 196947 8.41 MB/sec execute 497 sec latency 123.857 ms 2023-12-06T06:52:45.766 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:45 smithi116 ceph-mon[107711]: pgmap v268: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 277 op/s 2023-12-06T06:52:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:45 smithi154 ceph-mon[110416]: pgmap v268: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 277 op/s 2023-12-06T06:52:46.625 INFO:teuthology.orchestra.run.smithi116.stdout: 5 197227 8.40 MB/sec execute 498 sec latency 124.530 ms 2023-12-06T06:52:47.625 INFO:teuthology.orchestra.run.smithi116.stdout: 5 197640 8.41 MB/sec execute 499 sec latency 127.695 ms 2023-12-06T06:52:47.822 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:47 smithi116 ceph-mon[107711]: pgmap v269: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 277 op/s 2023-12-06T06:52:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:47 smithi154 ceph-mon[110416]: pgmap v269: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 277 op/s 2023-12-06T06:52:48.628 INFO:teuthology.orchestra.run.smithi116.stdout: 5 198025 8.41 MB/sec execute 500 sec latency 204.593 ms 2023-12-06T06:52:49.630 INFO:teuthology.orchestra.run.smithi116.stdout: 5 198325 8.41 MB/sec execute 501 sec latency 205.068 ms 2023-12-06T06:52:49.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:49 smithi116 ceph-mon[107711]: pgmap v270: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 464 op/s 2023-12-06T06:52:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:49 smithi154 ceph-mon[110416]: pgmap v270: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 464 op/s 2023-12-06T06:52:50.629 INFO:teuthology.orchestra.run.smithi116.stdout: 5 198603 8.41 MB/sec execute 502 sec latency 122.841 ms 2023-12-06T06:52:51.629 INFO:teuthology.orchestra.run.smithi116.stdout: 5 198860 8.41 MB/sec execute 503 sec latency 183.541 ms 2023-12-06T06:52:51.670 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:51 smithi116 ceph-mon[107711]: pgmap v271: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-12-06T06:52:52.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:51 smithi154 ceph-mon[110416]: pgmap v271: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-12-06T06:52:52.629 INFO:teuthology.orchestra.run.smithi116.stdout: 5 199198 8.42 MB/sec execute 504 sec latency 120.750 ms 2023-12-06T06:52:53.629 INFO:teuthology.orchestra.run.smithi116.stdout: 5 199408 8.41 MB/sec execute 505 sec latency 206.896 ms 2023-12-06T06:52:53.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:53 smithi116 ceph-mon[107711]: pgmap v272: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-12-06T06:52:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:53 smithi154 ceph-mon[110416]: pgmap v272: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-12-06T06:52:54.632 INFO:teuthology.orchestra.run.smithi116.stdout: 5 199712 8.41 MB/sec execute 506 sec latency 129.772 ms 2023-12-06T06:52:55.633 INFO:teuthology.orchestra.run.smithi116.stdout: 5 200021 8.41 MB/sec execute 507 sec latency 130.146 ms 2023-12-06T06:52:55.722 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:55 smithi116 ceph-mon[107711]: pgmap v273: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-06T06:52:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:55 smithi154 ceph-mon[110416]: pgmap v273: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-06T06:52:56.632 INFO:teuthology.orchestra.run.smithi116.stdout: 5 200284 8.40 MB/sec execute 508 sec latency 147.112 ms 2023-12-06T06:52:56.730 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:52:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:52:57.642 INFO:teuthology.orchestra.run.smithi116.stdout: 5 200605 8.41 MB/sec execute 509 sec latency 124.143 ms 2023-12-06T06:52:57.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:57 smithi116 ceph-mon[107711]: pgmap v274: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-06T06:52:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:57 smithi154 ceph-mon[110416]: pgmap v274: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-06T06:52:58.642 INFO:teuthology.orchestra.run.smithi116.stdout: 5 200885 8.40 MB/sec execute 510 sec latency 86.634 ms 2023-12-06T06:52:59.642 INFO:teuthology.orchestra.run.smithi116.stdout: 5 201208 8.40 MB/sec execute 511 sec latency 146.824 ms 2023-12-06T06:52:59.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:52:59 smithi116 ceph-mon[107711]: pgmap v275: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 552 op/s 2023-12-06T06:53:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:52:59 smithi154 ceph-mon[110416]: pgmap v275: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 552 op/s 2023-12-06T06:53:00.642 INFO:teuthology.orchestra.run.smithi116.stdout: 5 201452 8.40 MB/sec execute 512 sec latency 129.430 ms 2023-12-06T06:53:01.652 INFO:teuthology.orchestra.run.smithi116.stdout: 5 201758 8.40 MB/sec execute 513 sec latency 130.180 ms 2023-12-06T06:53:01.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:01 smithi116 ceph-mon[107711]: pgmap v276: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-06T06:53:02.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:01 smithi154 ceph-mon[110416]: pgmap v276: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-06T06:53:02.658 INFO:teuthology.orchestra.run.smithi116.stdout: 5 202072 8.40 MB/sec execute 514 sec latency 119.708 ms 2023-12-06T06:53:03.658 INFO:teuthology.orchestra.run.smithi116.stdout: 5 202363 8.41 MB/sec execute 515 sec latency 134.698 ms 2023-12-06T06:53:03.933 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:03 smithi116 ceph-mon[107711]: pgmap v277: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-12-06T06:53:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:03 smithi154 ceph-mon[110416]: pgmap v277: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-12-06T06:53:04.660 INFO:teuthology.orchestra.run.smithi116.stdout: 5 202590 8.40 MB/sec execute 516 sec latency 138.612 ms 2023-12-06T06:53:05.660 INFO:teuthology.orchestra.run.smithi116.stdout: 5 202848 8.39 MB/sec execute 517 sec latency 167.485 ms 2023-12-06T06:53:05.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:05 smithi116 ceph-mon[107711]: pgmap v278: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-06T06:53:06.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:05 smithi154 ceph-mon[110416]: pgmap v278: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-06T06:53:06.660 INFO:teuthology.orchestra.run.smithi116.stdout: 5 203071 8.38 MB/sec execute 518 sec latency 140.451 ms 2023-12-06T06:53:07.660 INFO:teuthology.orchestra.run.smithi116.stdout: 5 203275 8.38 MB/sec execute 519 sec latency 143.110 ms 2023-12-06T06:53:07.839 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:07 smithi116 ceph-mon[107711]: pgmap v279: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-06T06:53:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:07 smithi154 ceph-mon[110416]: pgmap v279: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-06T06:53:08.660 INFO:teuthology.orchestra.run.smithi116.stdout: 5 203535 8.38 MB/sec execute 520 sec latency 129.232 ms 2023-12-06T06:53:09.661 INFO:teuthology.orchestra.run.smithi116.stdout: 5 203749 8.37 MB/sec execute 521 sec latency 134.914 ms 2023-12-06T06:53:09.929 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:09 smithi116 ceph-mon[107711]: pgmap v280: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-06T06:53:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:09 smithi154 ceph-mon[110416]: pgmap v280: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-06T06:53:10.661 INFO:teuthology.orchestra.run.smithi116.stdout: 5 203952 8.37 MB/sec execute 522 sec latency 132.506 ms 2023-12-06T06:53:11.662 INFO:teuthology.orchestra.run.smithi116.stdout: 5 204155 8.37 MB/sec execute 523 sec latency 146.709 ms 2023-12-06T06:53:11.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:11 smithi116 ceph-mon[107711]: pgmap v281: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-12-06T06:53:11.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:53:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:11 smithi154 ceph-mon[110416]: pgmap v281: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-12-06T06:53:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:53:12.662 INFO:teuthology.orchestra.run.smithi116.stdout: 5 204415 8.36 MB/sec execute 524 sec latency 121.097 ms 2023-12-06T06:53:13.671 INFO:teuthology.orchestra.run.smithi116.stdout: 5 204671 8.35 MB/sec execute 525 sec latency 143.416 ms 2023-12-06T06:53:13.793 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:13 smithi116 ceph-mon[107711]: pgmap v282: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 475 op/s 2023-12-06T06:53:14.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:13 smithi154 ceph-mon[110416]: pgmap v282: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 475 op/s 2023-12-06T06:53:14.676 INFO:teuthology.orchestra.run.smithi116.stdout: 5 204899 8.35 MB/sec execute 526 sec latency 123.909 ms 2023-12-06T06:53:15.676 INFO:teuthology.orchestra.run.smithi116.stdout: 5 205155 8.35 MB/sec execute 527 sec latency 196.435 ms 2023-12-06T06:53:15.869 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:15 smithi116 ceph-mon[107711]: pgmap v283: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-06T06:53:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:15 smithi154 ceph-mon[110416]: pgmap v283: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-06T06:53:16.676 INFO:teuthology.orchestra.run.smithi116.stdout: 5 205428 8.35 MB/sec execute 528 sec latency 147.499 ms 2023-12-06T06:53:17.682 INFO:teuthology.orchestra.run.smithi116.stdout: 5 205695 8.35 MB/sec execute 529 sec latency 126.731 ms 2023-12-06T06:53:17.943 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:17 smithi116 ceph-mon[107711]: pgmap v284: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-06T06:53:18.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:17 smithi154 ceph-mon[110416]: pgmap v284: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-06T06:53:18.682 INFO:teuthology.orchestra.run.smithi116.stdout: 5 205926 8.35 MB/sec execute 530 sec latency 143.301 ms 2023-12-06T06:53:18.986 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:18 smithi116 ceph-mon[107711]: pgmap v285: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-12-06T06:53:19.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:18 smithi154 ceph-mon[110416]: pgmap v285: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-12-06T06:53:19.682 INFO:teuthology.orchestra.run.smithi116.stdout: 5 206199 8.34 MB/sec execute 531 sec latency 135.495 ms 2023-12-06T06:53:20.682 INFO:teuthology.orchestra.run.smithi116.stdout: 5 206377 8.34 MB/sec execute 532 sec latency 139.083 ms 2023-12-06T06:53:21.585 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:21 smithi116 ceph-mon[107711]: pgmap v286: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-12-06T06:53:21.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:21 smithi154 ceph-mon[110416]: pgmap v286: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-12-06T06:53:21.700 INFO:teuthology.orchestra.run.smithi116.stdout: 5 206587 8.33 MB/sec execute 533 sec latency 106.678 ms 2023-12-06T06:53:22.700 INFO:teuthology.orchestra.run.smithi116.stdout: 5 206741 8.32 MB/sec execute 534 sec latency 161.856 ms 2023-12-06T06:53:23.644 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:23 smithi116 ceph-mon[107711]: pgmap v287: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T06:53:23.708 INFO:teuthology.orchestra.run.smithi116.stdout: 5 206932 8.32 MB/sec execute 535 sec latency 141.284 ms 2023-12-06T06:53:23.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:23 smithi154 ceph-mon[110416]: pgmap v287: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T06:53:24.716 INFO:teuthology.orchestra.run.smithi116.stdout: 5 207152 8.31 MB/sec execute 536 sec latency 123.633 ms 2023-12-06T06:53:25.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:25 smithi116 ceph-mon[107711]: pgmap v288: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 287 op/s 2023-12-06T06:53:25.718 INFO:teuthology.orchestra.run.smithi116.stdout: 5 207380 8.31 MB/sec execute 537 sec latency 132.710 ms 2023-12-06T06:53:25.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:25 smithi154 ceph-mon[110416]: pgmap v288: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 287 op/s 2023-12-06T06:53:26.719 INFO:teuthology.orchestra.run.smithi116.stdout: 5 207692 8.30 MB/sec execute 538 sec latency 148.395 ms 2023-12-06T06:53:26.724 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:53:26.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:53:27.718 INFO:teuthology.orchestra.run.smithi116.stdout: 5 207955 8.30 MB/sec execute 539 sec latency 129.316 ms 2023-12-06T06:53:27.756 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:27 smithi116 ceph-mon[107711]: pgmap v289: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 287 op/s 2023-12-06T06:53:27.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:27 smithi154 ceph-mon[110416]: pgmap v289: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 287 op/s 2023-12-06T06:53:28.718 INFO:teuthology.orchestra.run.smithi116.stdout: 5 208201 8.30 MB/sec execute 540 sec latency 130.403 ms 2023-12-06T06:53:29.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:29 smithi116 ceph-mon[107711]: pgmap v290: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-06T06:53:29.718 INFO:teuthology.orchestra.run.smithi116.stdout: 5 208510 8.30 MB/sec execute 541 sec latency 128.163 ms 2023-12-06T06:53:29.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:29 smithi154 ceph-mon[110416]: pgmap v290: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-06T06:53:30.720 INFO:teuthology.orchestra.run.smithi116.stdout: 5 208786 8.30 MB/sec execute 542 sec latency 149.485 ms 2023-12-06T06:53:31.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:31 smithi116 ceph-mon[107711]: pgmap v291: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 267 op/s 2023-12-06T06:53:31.723 INFO:teuthology.orchestra.run.smithi116.stdout: 5 209084 8.30 MB/sec execute 543 sec latency 154.281 ms 2023-12-06T06:53:31.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:31 smithi154 ceph-mon[110416]: pgmap v291: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 267 op/s 2023-12-06T06:53:32.723 INFO:teuthology.orchestra.run.smithi116.stdout: 5 209368 8.30 MB/sec execute 544 sec latency 126.562 ms 2023-12-06T06:53:33.680 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:33 smithi116 ceph-mon[107711]: pgmap v292: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-12-06T06:53:33.730 INFO:teuthology.orchestra.run.smithi116.stdout: 5 209606 8.29 MB/sec execute 545 sec latency 126.479 ms 2023-12-06T06:53:33.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:33 smithi154 ceph-mon[110416]: pgmap v292: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-12-06T06:53:34.731 INFO:teuthology.orchestra.run.smithi116.stdout: 5 209888 8.29 MB/sec execute 546 sec latency 123.512 ms 2023-12-06T06:53:35.710 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:35 smithi116 ceph-mon[107711]: pgmap v293: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 302 op/s 2023-12-06T06:53:35.738 INFO:teuthology.orchestra.run.smithi116.stdout: 5 210160 8.29 MB/sec execute 547 sec latency 205.621 ms 2023-12-06T06:53:35.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:35 smithi154 ceph-mon[110416]: pgmap v293: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 302 op/s 2023-12-06T06:53:36.738 INFO:teuthology.orchestra.run.smithi116.stdout: 5 210411 8.29 MB/sec execute 548 sec latency 205.639 ms 2023-12-06T06:53:37.738 INFO:teuthology.orchestra.run.smithi116.stdout: 5 210742 8.30 MB/sec execute 549 sec latency 126.638 ms 2023-12-06T06:53:37.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:37 smithi116 ceph-mon[107711]: pgmap v294: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 302 op/s 2023-12-06T06:53:37.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:37 smithi154 ceph-mon[110416]: pgmap v294: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 302 op/s 2023-12-06T06:53:38.747 INFO:teuthology.orchestra.run.smithi116.stdout: 5 210978 8.29 MB/sec execute 550 sec latency 129.795 ms 2023-12-06T06:53:39.751 INFO:teuthology.orchestra.run.smithi116.stdout: 5 211265 8.28 MB/sec execute 551 sec latency 130.990 ms 2023-12-06T06:53:39.824 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:39 smithi116 ceph-mon[107711]: pgmap v295: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-12-06T06:53:39.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:39 smithi154 ceph-mon[110416]: pgmap v295: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-12-06T06:53:40.751 INFO:teuthology.orchestra.run.smithi116.stdout: 5 211538 8.28 MB/sec execute 552 sec latency 129.958 ms 2023-12-06T06:53:41.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:41 smithi116 ceph-mon[107711]: pgmap v296: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-12-06T06:53:41.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:53:41.752 INFO:teuthology.orchestra.run.smithi116.stdout: 5 211726 8.27 MB/sec execute 553 sec latency 126.499 ms 2023-12-06T06:53:41.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:41 smithi154 ceph-mon[110416]: pgmap v296: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-12-06T06:53:41.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:53:42.752 INFO:teuthology.orchestra.run.smithi116.stdout: 5 212031 8.27 MB/sec execute 554 sec latency 198.445 ms 2023-12-06T06:53:43.674 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:43 smithi116 ceph-mon[107711]: pgmap v297: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-12-06T06:53:43.752 INFO:teuthology.orchestra.run.smithi116.stdout: 5 212348 8.28 MB/sec execute 555 sec latency 123.694 ms 2023-12-06T06:53:43.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:43 smithi154 ceph-mon[110416]: pgmap v297: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-12-06T06:53:44.754 INFO:teuthology.orchestra.run.smithi116.stdout: 5 212606 8.27 MB/sec execute 556 sec latency 123.566 ms 2023-12-06T06:53:45.732 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:45 smithi116 ceph-mon[107711]: pgmap v298: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-06T06:53:45.754 INFO:teuthology.orchestra.run.smithi116.stdout: 5 212959 8.28 MB/sec execute 557 sec latency 148.593 ms 2023-12-06T06:53:45.865 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:45 smithi154 ceph-mon[110416]: pgmap v298: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-06T06:53:46.754 INFO:teuthology.orchestra.run.smithi116.stdout: 5 213256 8.28 MB/sec execute 558 sec latency 126.795 ms 2023-12-06T06:53:47.754 INFO:teuthology.orchestra.run.smithi116.stdout: 5 213573 8.28 MB/sec execute 559 sec latency 123.835 ms 2023-12-06T06:53:47.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:47 smithi116 ceph-mon[107711]: pgmap v299: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-06T06:53:47.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:47 smithi154 ceph-mon[110416]: pgmap v299: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-06T06:53:48.754 INFO:teuthology.orchestra.run.smithi116.stdout: 5 213813 8.27 MB/sec execute 560 sec latency 153.689 ms 2023-12-06T06:53:49.754 INFO:teuthology.orchestra.run.smithi116.stdout: 5 214100 8.28 MB/sec execute 561 sec latency 126.951 ms 2023-12-06T06:53:49.823 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:49 smithi116 ceph-mon[107711]: pgmap v300: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 499 op/s 2023-12-06T06:53:49.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:49 smithi154 ceph-mon[110416]: pgmap v300: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 499 op/s 2023-12-06T06:53:50.754 INFO:teuthology.orchestra.run.smithi116.stdout: 5 214349 8.27 MB/sec execute 562 sec latency 133.454 ms 2023-12-06T06:53:51.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:51 smithi116 ceph-mon[107711]: pgmap v301: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-12-06T06:53:51.754 INFO:teuthology.orchestra.run.smithi116.stdout: 5 214614 8.27 MB/sec execute 563 sec latency 117.511 ms 2023-12-06T06:53:52.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:51 smithi154 ceph-mon[110416]: pgmap v301: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-12-06T06:53:52.764 INFO:teuthology.orchestra.run.smithi116.stdout: 5 214898 8.26 MB/sec execute 564 sec latency 140.568 ms 2023-12-06T06:53:53.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:53 smithi116 ceph-mon[107711]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-12-06T06:53:53.764 INFO:teuthology.orchestra.run.smithi116.stdout: 5 215077 8.26 MB/sec execute 565 sec latency 119.120 ms 2023-12-06T06:53:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:53 smithi154 ceph-mon[110416]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-12-06T06:53:54.764 INFO:teuthology.orchestra.run.smithi116.stdout: 5 215203 8.25 MB/sec execute 566 sec latency 203.242 ms 2023-12-06T06:53:55.728 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:55 smithi116 ceph-mon[107711]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-06T06:53:55.764 INFO:teuthology.orchestra.run.smithi116.stdout: 5 215458 8.25 MB/sec execute 567 sec latency 136.977 ms 2023-12-06T06:53:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:55 smithi154 ceph-mon[110416]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-06T06:53:56.752 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:53:56.764 INFO:teuthology.orchestra.run.smithi116.stdout: 5 215680 8.24 MB/sec execute 568 sec latency 123.888 ms 2023-12-06T06:53:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:53:57.764 INFO:teuthology.orchestra.run.smithi116.stdout: 5 215912 8.24 MB/sec execute 569 sec latency 119.329 ms 2023-12-06T06:53:57.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:57 smithi116 ceph-mon[107711]: pgmap v304: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-06T06:53:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:57 smithi154 ceph-mon[110416]: pgmap v304: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-06T06:53:58.764 INFO:teuthology.orchestra.run.smithi116.stdout: 5 216112 8.24 MB/sec execute 570 sec latency 146.808 ms 2023-12-06T06:53:59.767 INFO:teuthology.orchestra.run.smithi116.stdout: 5 216296 8.23 MB/sec execute 571 sec latency 131.857 ms 2023-12-06T06:53:59.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:53:59 smithi116 ceph-mon[107711]: pgmap v305: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-12-06T06:54:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:53:59 smithi154 ceph-mon[110416]: pgmap v305: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-12-06T06:54:00.769 INFO:teuthology.orchestra.run.smithi116.stdout: 5 216536 8.23 MB/sec execute 572 sec latency 135.534 ms 2023-12-06T06:54:01.767 INFO:teuthology.orchestra.run.smithi116.stdout: 5 216849 8.23 MB/sec execute 573 sec latency 126.847 ms 2023-12-06T06:54:01.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:01 smithi116 ceph-mon[107711]: pgmap v306: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 299 op/s 2023-12-06T06:54:02.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:01 smithi154 ceph-mon[110416]: pgmap v306: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 299 op/s 2023-12-06T06:54:02.772 INFO:teuthology.orchestra.run.smithi116.stdout: 5 217117 8.22 MB/sec execute 574 sec latency 164.486 ms 2023-12-06T06:54:03.689 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:03 smithi116 ceph-mon[107711]: pgmap v307: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-06T06:54:03.772 INFO:teuthology.orchestra.run.smithi116.stdout: 5 217352 8.22 MB/sec execute 575 sec latency 138.152 ms 2023-12-06T06:54:04.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:03 smithi154 ceph-mon[110416]: pgmap v307: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-06T06:54:04.772 INFO:teuthology.orchestra.run.smithi116.stdout: 5 217588 8.22 MB/sec execute 576 sec latency 143.945 ms 2023-12-06T06:54:05.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:05 smithi116 ceph-mon[107711]: pgmap v308: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.8 MiB/s wr, 266 op/s 2023-12-06T06:54:05.772 INFO:teuthology.orchestra.run.smithi116.stdout: 5 217786 8.22 MB/sec execute 577 sec latency 126.179 ms 2023-12-06T06:54:06.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:05 smithi154 ceph-mon[110416]: pgmap v308: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.8 MiB/s wr, 266 op/s 2023-12-06T06:54:06.772 INFO:teuthology.orchestra.run.smithi116.stdout: 5 217993 8.22 MB/sec execute 578 sec latency 212.871 ms 2023-12-06T06:54:07.781 INFO:teuthology.orchestra.run.smithi116.stdout: 5 218207 8.21 MB/sec execute 579 sec latency 126.786 ms 2023-12-06T06:54:07.839 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:07 smithi116 ceph-mon[107711]: pgmap v309: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.8 MiB/s wr, 266 op/s 2023-12-06T06:54:08.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:07 smithi154 ceph-mon[110416]: pgmap v309: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.8 MiB/s wr, 266 op/s 2023-12-06T06:54:08.786 INFO:teuthology.orchestra.run.smithi116.stdout: 5 218474 8.20 MB/sec execute 580 sec latency 133.912 ms 2023-12-06T06:54:09.789 INFO:teuthology.orchestra.run.smithi116.stdout: 5 218735 8.19 MB/sec execute 581 sec latency 138.999 ms 2023-12-06T06:54:09.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:09 smithi116 ceph-mon[107711]: pgmap v310: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 410 op/s 2023-12-06T06:54:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:09 smithi154 ceph-mon[110416]: pgmap v310: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 410 op/s 2023-12-06T06:54:10.786 INFO:teuthology.orchestra.run.smithi116.stdout: 5 219002 8.20 MB/sec execute 582 sec latency 138.470 ms 2023-12-06T06:54:11.788 INFO:teuthology.orchestra.run.smithi116.stdout: 5 219402 8.20 MB/sec execute 583 sec latency 124.090 ms 2023-12-06T06:54:11.956 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:11 smithi116 ceph-mon[107711]: pgmap v311: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 276 op/s 2023-12-06T06:54:11.956 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:54:12.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:11 smithi154 ceph-mon[110416]: pgmap v311: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 276 op/s 2023-12-06T06:54:12.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:54:12.788 INFO:teuthology.orchestra.run.smithi116.stdout: 5 219750 8.20 MB/sec execute 584 sec latency 120.905 ms 2023-12-06T06:54:13.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:13 smithi116 ceph-mon[107711]: pgmap v312: 97 pgs: 97 active+clean; 345 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-12-06T06:54:13.788 INFO:teuthology.orchestra.run.smithi116.stdout: 5 220118 8.21 MB/sec execute 585 sec latency 123.702 ms 2023-12-06T06:54:14.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:13 smithi154 ceph-mon[110416]: pgmap v312: 97 pgs: 97 active+clean; 345 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-12-06T06:54:14.788 INFO:teuthology.orchestra.run.smithi116.stdout: 5 220363 8.20 MB/sec execute 586 sec latency 149.377 ms 2023-12-06T06:54:15.788 INFO:teuthology.orchestra.run.smithi116.stdout: 5 220641 8.21 MB/sec execute 587 sec latency 137.347 ms 2023-12-06T06:54:15.813 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:15 smithi116 ceph-mon[107711]: pgmap v313: 97 pgs: 97 active+clean; 345 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 320 op/s 2023-12-06T06:54:16.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:15 smithi154 ceph-mon[110416]: pgmap v313: 97 pgs: 97 active+clean; 345 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 320 op/s 2023-12-06T06:54:16.790 INFO:teuthology.orchestra.run.smithi116.stdout: 5 220925 8.21 MB/sec execute 588 sec latency 140.028 ms 2023-12-06T06:54:17.797 INFO:teuthology.orchestra.run.smithi116.stdout: 5 221210 8.21 MB/sec execute 589 sec latency 145.340 ms 2023-12-06T06:54:17.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:17 smithi116 ceph-mon[107711]: pgmap v314: 97 pgs: 97 active+clean; 345 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 320 op/s 2023-12-06T06:54:18.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:17 smithi154 ceph-mon[110416]: pgmap v314: 97 pgs: 97 active+clean; 345 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 320 op/s 2023-12-06T06:54:18.797 INFO:teuthology.orchestra.run.smithi116.stdout: 5 221394 8.21 MB/sec execute 590 sec latency 119.894 ms 2023-12-06T06:54:19.797 INFO:teuthology.orchestra.run.smithi116.stdout: 5 221661 8.20 MB/sec execute 591 sec latency 149.438 ms 2023-12-06T06:54:19.917 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:19 smithi116 ceph-mon[107711]: pgmap v315: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 498 op/s 2023-12-06T06:54:20.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:19 smithi154 ceph-mon[110416]: pgmap v315: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 498 op/s 2023-12-06T06:54:20.806 INFO:teuthology.orchestra.run.smithi116.stdout: 5 221874 8.19 MB/sec execute 592 sec latency 133.945 ms 2023-12-06T06:54:21.806 INFO:teuthology.orchestra.run.smithi116.stdout: 5 222083 8.18 MB/sec execute 593 sec latency 132.228 ms 2023-12-06T06:54:21.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:21 smithi116 ceph-mon[107711]: pgmap v316: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-06T06:54:22.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:21 smithi154 ceph-mon[110416]: pgmap v316: 97 pgs: 97 active+clean; 354 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-06T06:54:22.806 INFO:teuthology.orchestra.run.smithi116.stdout: 5 222288 8.18 MB/sec execute 594 sec latency 201.178 ms 2023-12-06T06:54:23.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:23 smithi116 ceph-mon[107711]: pgmap v317: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-06T06:54:23.810 INFO:teuthology.orchestra.run.smithi116.stdout: 5 222500 8.17 MB/sec execute 595 sec latency 155.656 ms 2023-12-06T06:54:24.117 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:23 smithi154 ceph-mon[110416]: pgmap v317: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-06T06:54:24.810 INFO:teuthology.orchestra.run.smithi116.stdout: 5 222749 8.17 MB/sec execute 596 sec latency 212.173 ms 2023-12-06T06:54:25.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:25 smithi116 ceph-mon[107711]: pgmap v318: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-06T06:54:25.812 INFO:teuthology.orchestra.run.smithi116.stdout: 5 223035 8.17 MB/sec execute 597 sec latency 148.858 ms 2023-12-06T06:54:26.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:25 smithi154 ceph-mon[110416]: pgmap v318: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-06T06:54:26.818 INFO:teuthology.orchestra.run.smithi116.stdout: 5 223284 8.17 MB/sec execute 598 sec latency 128.493 ms 2023-12-06T06:54:26.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:54:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:54:27.818 INFO:teuthology.orchestra.run.smithi116.stdout: 5 223579 8.17 MB/sec execute 599 sec latency 137.836 ms 2023-12-06T06:54:27.885 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:27 smithi116 ceph-mon[107711]: pgmap v319: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-06T06:54:28.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:27 smithi154 ceph-mon[110416]: pgmap v319: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-06T06:54:28.818 INFO:teuthology.orchestra.run.smithi116.stdout: 5 223824 8.17 MB/sec execute 600 sec latency 109.301 ms 2023-12-06T06:54:29.818 INFO:teuthology.orchestra.run.smithi116.stdout: 5 cleanup 601 sec 2023-12-06T06:54:29.967 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:29 smithi116 ceph-mon[107711]: pgmap v320: 97 pgs: 97 active+clean; 348 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-06T06:54:30.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:29 smithi154 ceph-mon[110416]: pgmap v320: 97 pgs: 97 active+clean; 348 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-06T06:54:30.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 602 sec 2023-12-06T06:54:31.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 603 sec 2023-12-06T06:54:32.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:31 smithi116 ceph-mon[107711]: pgmap v321: 97 pgs: 97 active+clean; 348 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 295 op/s 2023-12-06T06:54:32.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:31 smithi154 ceph-mon[110416]: pgmap v321: 97 pgs: 97 active+clean; 348 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 295 op/s 2023-12-06T06:54:32.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 604 sec 2023-12-06T06:54:33.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 605 sec 2023-12-06T06:54:34.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:33 smithi116 ceph-mon[107711]: pgmap v322: 97 pgs: 97 active+clean; 339 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 3.8 MiB/s wr, 393 op/s 2023-12-06T06:54:34.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:33 smithi154 ceph-mon[110416]: pgmap v322: 97 pgs: 97 active+clean; 339 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 3.8 MiB/s wr, 393 op/s 2023-12-06T06:54:34.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 606 sec 2023-12-06T06:54:35.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 607 sec 2023-12-06T06:54:36.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:35 smithi116 ceph-mon[107711]: pgmap v323: 97 pgs: 97 active+clean; 339 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 2.6 MiB/s wr, 252 op/s 2023-12-06T06:54:36.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:35 smithi154 ceph-mon[110416]: pgmap v323: 97 pgs: 97 active+clean; 339 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 2.6 MiB/s wr, 252 op/s 2023-12-06T06:54:36.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 608 sec 2023-12-06T06:54:37.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 609 sec 2023-12-06T06:54:38.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:37 smithi116 ceph-mon[107711]: pgmap v324: 97 pgs: 97 active+clean; 339 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 2.6 MiB/s wr, 252 op/s 2023-12-06T06:54:38.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:37 smithi154 ceph-mon[110416]: pgmap v324: 97 pgs: 97 active+clean; 339 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 2.6 MiB/s wr, 252 op/s 2023-12-06T06:54:38.818 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 610 sec 2023-12-06T06:54:39.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 611 sec 2023-12-06T06:54:40.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:39 smithi116 ceph-mon[107711]: pgmap v325: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 2.6 MiB/s wr, 281 op/s 2023-12-06T06:54:40.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:39 smithi154 ceph-mon[110416]: pgmap v325: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 2.6 MiB/s wr, 281 op/s 2023-12-06T06:54:40.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 612 sec 2023-12-06T06:54:41.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 613 sec 2023-12-06T06:54:42.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:41 smithi116 ceph-mon[107711]: pgmap v326: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.2 MiB/s wr, 126 op/s 2023-12-06T06:54:42.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:54:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:41 smithi154 ceph-mon[110416]: pgmap v326: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.2 MiB/s wr, 126 op/s 2023-12-06T06:54:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:54:42.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 614 sec 2023-12-06T06:54:43.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 615 sec 2023-12-06T06:54:44.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:43 smithi116 ceph-mon[107711]: pgmap v327: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.2 MiB/s wr, 128 op/s 2023-12-06T06:54:44.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:43 smithi154 ceph-mon[110416]: pgmap v327: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.2 MiB/s wr, 128 op/s 2023-12-06T06:54:44.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 616 sec 2023-12-06T06:54:45.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 617 sec 2023-12-06T06:54:46.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:45 smithi116 ceph-mon[107711]: pgmap v328: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 853 B/s rd, 34 KiB/s wr, 30 op/s 2023-12-06T06:54:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:45 smithi154 ceph-mon[110416]: pgmap v328: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 853 B/s rd, 34 KiB/s wr, 30 op/s 2023-12-06T06:54:46.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 618 sec 2023-12-06T06:54:47.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 619 sec 2023-12-06T06:54:48.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:47 smithi116 ceph-mon[107711]: pgmap v329: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 853 B/s rd, 34 KiB/s wr, 30 op/s 2023-12-06T06:54:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:47 smithi154 ceph-mon[110416]: pgmap v329: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 853 B/s rd, 34 KiB/s wr, 30 op/s 2023-12-06T06:54:48.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 620 sec 2023-12-06T06:54:49.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 621 sec 2023-12-06T06:54:50.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:49 smithi116 ceph-mon[107711]: pgmap v330: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 35 KiB/s wr, 31 op/s 2023-12-06T06:54:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:49 smithi154 ceph-mon[110416]: pgmap v330: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 35 KiB/s wr, 31 op/s 2023-12-06T06:54:50.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 622 sec 2023-12-06T06:54:51.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 623 sec 2023-12-06T06:54:52.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:51 smithi116 ceph-mon[107711]: pgmap v331: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 7.0 KiB/s wr, 2 op/s 2023-12-06T06:54:52.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:51 smithi154 ceph-mon[110416]: pgmap v331: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 7.0 KiB/s wr, 2 op/s 2023-12-06T06:54:52.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 624 sec 2023-12-06T06:54:53.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 625 sec 2023-12-06T06:54:54.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:53 smithi116 ceph-mon[107711]: pgmap v332: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 7.0 KiB/s wr, 2 op/s 2023-12-06T06:54:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:53 smithi154 ceph-mon[110416]: pgmap v332: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 7.0 KiB/s wr, 2 op/s 2023-12-06T06:54:54.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 626 sec 2023-12-06T06:54:55.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 627 sec 2023-12-06T06:54:56.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:55 smithi116 ceph-mon[107711]: pgmap v333: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T06:54:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:55 smithi154 ceph-mon[110416]: pgmap v333: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T06:54:56.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 628 sec 2023-12-06T06:54:57.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:54:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:54:57.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 629 sec 2023-12-06T06:54:58.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:57 smithi116 ceph-mon[107711]: pgmap v334: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T06:54:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:57 smithi154 ceph-mon[110416]: pgmap v334: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T06:54:58.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 630 sec 2023-12-06T06:54:59.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:54:58 smithi116 ceph-mon[107711]: pgmap v335: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T06:54:59.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:54:58 smithi154 ceph-mon[110416]: pgmap v335: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T06:54:59.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 631 sec 2023-12-06T06:55:00.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 632 sec 2023-12-06T06:55:01.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:01 smithi116 ceph-mon[107711]: pgmap v336: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:01.614 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:01 smithi154 ceph-mon[110416]: pgmap v336: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:01.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 633 sec 2023-12-06T06:55:02.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 634 sec 2023-12-06T06:55:03.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 635 sec 2023-12-06T06:55:03.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:03 smithi116 ceph-mon[107711]: pgmap v337: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:03.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:03 smithi154 ceph-mon[110416]: pgmap v337: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:04.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 636 sec 2023-12-06T06:55:05.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 637 sec 2023-12-06T06:55:05.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:05 smithi116 ceph-mon[107711]: pgmap v338: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:05.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:05 smithi154 ceph-mon[110416]: pgmap v338: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:06.819 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 638 sec 2023-12-06T06:55:07.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 639 sec 2023-12-06T06:55:07.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:07 smithi116 ceph-mon[107711]: pgmap v339: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:07.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:07 smithi154 ceph-mon[110416]: pgmap v339: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:08.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 640 sec 2023-12-06T06:55:09.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 641 sec 2023-12-06T06:55:09.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:09 smithi116 ceph-mon[107711]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:09.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:09 smithi154 ceph-mon[110416]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:10.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 642 sec 2023-12-06T06:55:11.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 643 sec 2023-12-06T06:55:11.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:11 smithi116 ceph-mon[107711]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:11.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:55:11.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:11 smithi154 ceph-mon[110416]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:11.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:55:12.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 644 sec 2023-12-06T06:55:13.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 645 sec 2023-12-06T06:55:13.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:13 smithi116 ceph-mon[107711]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:13.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:13 smithi154 ceph-mon[110416]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:14.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 646 sec 2023-12-06T06:55:15.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 647 sec 2023-12-06T06:55:15.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:15 smithi116 ceph-mon[107711]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:15.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:15 smithi154 ceph-mon[110416]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:16.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 648 sec 2023-12-06T06:55:17.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 649 sec 2023-12-06T06:55:17.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:17 smithi116 ceph-mon[107711]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:17.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:17 smithi154 ceph-mon[110416]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:18.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 650 sec 2023-12-06T06:55:19.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 651 sec 2023-12-06T06:55:19.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:19 smithi116 ceph-mon[107711]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:19.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:19 smithi154 ceph-mon[110416]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:20.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 652 sec 2023-12-06T06:55:21.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 653 sec 2023-12-06T06:55:21.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:21 smithi116 ceph-mon[107711]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:21.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:21 smithi154 ceph-mon[110416]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:22.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 654 sec 2023-12-06T06:55:23.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 655 sec 2023-12-06T06:55:23.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:23 smithi116 ceph-mon[107711]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:23.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:23 smithi154 ceph-mon[110416]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:24.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 656 sec 2023-12-06T06:55:25.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 657 sec 2023-12-06T06:55:25.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:25 smithi116 ceph-mon[107711]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:25.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:25 smithi154 ceph-mon[110416]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:26.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 658 sec 2023-12-06T06:55:26.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:55:26.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:55:27.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 659 sec 2023-12-06T06:55:27.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:27 smithi116 ceph-mon[107711]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:27.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:27 smithi154 ceph-mon[110416]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:28.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 660 sec 2023-12-06T06:55:29.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 661 sec 2023-12-06T06:55:29.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:29 smithi116 ceph-mon[107711]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:29.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:29 smithi154 ceph-mon[110416]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:30.820 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 662 sec 2023-12-06T06:55:31.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 663 sec 2023-12-06T06:55:31.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:31 smithi116 ceph-mon[107711]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:31.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:31 smithi154 ceph-mon[110416]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:32.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 664 sec 2023-12-06T06:55:33.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 665 sec 2023-12-06T06:55:33.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:33 smithi116 ceph-mon[107711]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:33.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:33 smithi154 ceph-mon[110416]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:34.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 666 sec 2023-12-06T06:55:35.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 667 sec 2023-12-06T06:55:35.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:35 smithi116 ceph-mon[107711]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:35.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:35 smithi154 ceph-mon[110416]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:36.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 668 sec 2023-12-06T06:55:37.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 669 sec 2023-12-06T06:55:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:37 smithi116 ceph-mon[107711]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:37.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:37 smithi154 ceph-mon[110416]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:38.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 670 sec 2023-12-06T06:55:39.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 671 sec 2023-12-06T06:55:39.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:39 smithi116 ceph-mon[107711]: pgmap v355: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:39.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:39 smithi154 ceph-mon[110416]: pgmap v355: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:40.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 672 sec 2023-12-06T06:55:41.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 673 sec 2023-12-06T06:55:41.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:41 smithi116 ceph-mon[107711]: pgmap v356: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:41.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:55:41.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:41 smithi154 ceph-mon[110416]: pgmap v356: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:41.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:55:42.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 674 sec 2023-12-06T06:55:43.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 675 sec 2023-12-06T06:55:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:43 smithi116 ceph-mon[107711]: pgmap v357: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:43.866 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:43 smithi154 ceph-mon[110416]: pgmap v357: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:44.822 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 676 sec 2023-12-06T06:55:45.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 677 sec 2023-12-06T06:55:46.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:45 smithi116 ceph-mon[107711]: pgmap v358: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:46.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:45 smithi154 ceph-mon[110416]: pgmap v358: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:46.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 678 sec 2023-12-06T06:55:47.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 679 sec 2023-12-06T06:55:48.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:47 smithi116 ceph-mon[107711]: pgmap v359: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:47 smithi154 ceph-mon[110416]: pgmap v359: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:48.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 680 sec 2023-12-06T06:55:49.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 681 sec 2023-12-06T06:55:50.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:49 smithi116 ceph-mon[107711]: pgmap v360: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:49 smithi154 ceph-mon[110416]: pgmap v360: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:55:50.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 682 sec 2023-12-06T06:55:51.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 683 sec 2023-12-06T06:55:52.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:51 smithi116 ceph-mon[107711]: pgmap v361: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:52.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:51 smithi154 ceph-mon[110416]: pgmap v361: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:52.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 684 sec 2023-12-06T06:55:53.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 685 sec 2023-12-06T06:55:54.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:53 smithi116 ceph-mon[107711]: pgmap v362: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:53 smithi154 ceph-mon[110416]: pgmap v362: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:54.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 686 sec 2023-12-06T06:55:55.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 687 sec 2023-12-06T06:55:56.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:55 smithi116 ceph-mon[107711]: pgmap v363: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:56.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:55 smithi154 ceph-mon[110416]: pgmap v363: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:56.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 688 sec 2023-12-06T06:55:57.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:55:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:55:57.821 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 689 sec 2023-12-06T06:55:58.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:57 smithi116 ceph-mon[107711]: pgmap v364: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:58.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:57 smithi154 ceph-mon[110416]: pgmap v364: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:55:58.822 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 690 sec 2023-12-06T06:55:59.822 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 691 sec 2023-12-06T06:56:00.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:55:59 smithi116 ceph-mon[107711]: pgmap v365: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:56:00.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:55:59 smithi154 ceph-mon[110416]: pgmap v365: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:56:00.822 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 692 sec 2023-12-06T06:56:01.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:00 smithi116 ceph-mon[107711]: pgmap v366: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:01.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:00 smithi154 ceph-mon[110416]: pgmap v366: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:01.822 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 693 sec 2023-12-06T06:56:02.822 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 694 sec 2023-12-06T06:56:03.822 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 695 sec 2023-12-06T06:56:03.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:03 smithi116 ceph-mon[107711]: pgmap v367: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:03.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:03 smithi154 ceph-mon[110416]: pgmap v367: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:04.822 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 696 sec 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: 0 cleanup 696 sec 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: Operation Count AvgLat MaxLat 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: ---------------------------------------- 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: NTCreateX 157481 6.793 170.164 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: Close 115664 0.127 20.328 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: Rename 6672 11.272 215.690 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: Unlink 31816 6.478 133.443 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: Qpathinfo 142839 2.705 116.540 2023-12-06T06:56:04.888 INFO:teuthology.orchestra.run.smithi116.stdout: Qfileinfo 24908 0.090 8.088 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: Qfsinfo 26174 1.397 46.080 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: Sfileinfo 12816 10.321 78.781 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: Find 55195 4.935 141.747 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: WriteX 77772 10.327 171.327 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: ReadX 247230 0.010 13.827 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: LockX 514 0.420 6.514 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: UnlockX 514 0.330 5.083 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: Flush 11036 0.002 0.015 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:56:04.889 INFO:teuthology.orchestra.run.smithi116.stdout:Throughput 8.16887 MB/sec 5 clients 5 procs max_latency=215.695 ms 2023-12-06T06:56:04.891 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-06T06:56:04.954 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-06T06:56:05.032 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-06T06:56:05.060 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T06:56:05.096 INFO:teuthology.orchestra.run.smithi116.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-06T06:56:05.097 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:56:05.097 INFO:teuthology.orchestra.run.smithi116.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-06T06:56:05.097 INFO:teuthology.orchestra.run.smithi116.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-06T06:56:05.198 INFO:teuthology.orchestra.run.smithi116.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-06T06:56:05.198 INFO:teuthology.orchestra.run.smithi116.stdout:releasing clients 2023-12-06T06:56:05.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:05 smithi116 ceph-mon[107711]: pgmap v368: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:05.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:05 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:05.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:05 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:05.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:05 smithi154 ceph-mon[110416]: pgmap v368: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:05.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:05 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:05.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:05 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:07.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 232 14.28 MB/sec execute 1 sec latency 144.065 ms 2023-12-06T06:56:07.423 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:56:07.423 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 starting - - - - 2023-12-06T06:56:07.423 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (17m) 12m ago 17m 7021k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:56:07.423 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (17m) 8m ago 17m 7159k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:56:07.423 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 starting - - - - 2023-12-06T06:56:07.423 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (13m) 12m ago 13m 34.2M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (13m) 8m ago 13m 14.0M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:9283 running (18m) 12m ago 18m 423M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (12m) 8m ago 17m 516M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (18m) 12m ago 18m 87.5M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (17m) 8m ago 17m 63.0M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (13m) 12m ago 13m 266M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (13m) 8m ago 13m 86.5M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 starting - - - - 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 running (11m) 8m ago 17m 25.7M - 1.3.1 1dbe0e931976 ec6220a13077 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (16m) 12m ago 16m 565M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (16m) 12m ago 16m 363M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (16m) 12m ago 16m 311M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (15m) 12m ago 15m 529M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (15m) 8m ago 15m 1410M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:56:07.424 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (15m) 8m ago 15m 1900M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:56:07.425 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (15m) 8m ago 15m 1471M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:56:07.425 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (14m) 8m ago 14m 1998M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:56:07.425 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 starting - - - - 2023-12-06T06:56:07.664 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:07 smithi116 ceph-mon[107711]: pgmap v369: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:07.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:07 smithi154 ceph-mon[110416]: pgmap v369: 97 pgs: 97 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:08.102 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T06:56:08.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 330 14.68 MB/sec execute 2 sec latency 172.725 ms 2023-12-06T06:56:08.759 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:08 smithi116 ceph-mon[107711]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:56:08.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:08 smithi154 ceph-mon[110416]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:56:09.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 411 14.12 MB/sec execute 3 sec latency 140.731 ms 2023-12-06T06:56:09.807 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:09 smithi116 ceph-mon[107711]: pgmap v370: 97 pgs: 97 active+clean; 281 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.3 MiB/s wr, 38 op/s 2023-12-06T06:56:10.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:09 smithi154 ceph-mon[110416]: pgmap v370: 97 pgs: 97 active+clean; 281 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.3 MiB/s wr, 38 op/s 2023-12-06T06:56:10.200 INFO:teuthology.orchestra.run.smithi116.stdout: 5 562 16.14 MB/sec execute 4 sec latency 131.602 ms 2023-12-06T06:56:10.520 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:56:10.520 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:56:10.520 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:56:10.520 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:56:10.520 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:56:10.521 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:56:10.850 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:10 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/846517389' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:56:11.008 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-06T06:56:11.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:10 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/846517389' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:56:11.211 INFO:teuthology.orchestra.run.smithi116.stdout: 5 cleanup 5 sec 2023-12-06T06:56:11.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: pgmap v371: 97 pgs: 97 active+clean; 281 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.3 MiB/s wr, 38 op/s 2023-12-06T06:56:11.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:11.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:11.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:56:11.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:11.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:11.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:11.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:11.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:56:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: pgmap v371: 97 pgs: 97 active+clean; 281 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.3 MiB/s wr, 38 op/s 2023-12-06T06:56:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:12.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:56:12.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:12.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:12.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:12.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:12.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:56:12.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 6 sec 2023-12-06T06:56:13.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:12 smithi116 ceph-mon[107711]: pgmap v372: 97 pgs: 97 active+clean; 281 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 372 B/s rd, 3.6 MiB/s wr, 42 op/s 2023-12-06T06:56:13.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:12 smithi116 ceph-mon[107711]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-06T06:56:13.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:12 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:13.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:12 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:13.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:12 smithi154 ceph-mon[110416]: pgmap v372: 97 pgs: 97 active+clean; 281 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 372 B/s rd, 3.6 MiB/s wr, 42 op/s 2023-12-06T06:56:13.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:12 smithi154 ceph-mon[110416]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-06T06:56:13.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:12 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:13.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:12 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:13.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 7 sec 2023-12-06T06:56:14.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 8 sec 2023-12-06T06:56:15.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:14 smithi116 ceph-mon[107711]: pgmap v373: 97 pgs: 97 active+clean; 343 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 9.8 MiB/s wr, 173 op/s 2023-12-06T06:56:15.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:14 smithi154 ceph-mon[110416]: pgmap v373: 97 pgs: 97 active+clean; 343 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 9.8 MiB/s wr, 173 op/s 2023-12-06T06:56:15.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 9 sec 2023-12-06T06:56:16.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 10 sec 2023-12-06T06:56:17.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:16 smithi116 ceph-mon[107711]: pgmap v374: 97 pgs: 97 active+clean; 343 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 9.8 MiB/s wr, 173 op/s 2023-12-06T06:56:17.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:16 smithi154 ceph-mon[110416]: pgmap v374: 97 pgs: 97 active+clean; 343 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 9.8 MiB/s wr, 173 op/s 2023-12-06T06:56:17.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 11 sec 2023-12-06T06:56:18.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 12 sec 2023-12-06T06:56:19.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:18 smithi116 ceph-mon[107711]: pgmap v375: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.8 MiB/s wr, 201 op/s 2023-12-06T06:56:19.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:18 smithi154 ceph-mon[110416]: pgmap v375: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.8 MiB/s wr, 201 op/s 2023-12-06T06:56:19.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 13 sec 2023-12-06T06:56:20.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 14 sec 2023-12-06T06:56:21.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:20 smithi116 ceph-mon[107711]: pgmap v376: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 6.2 MiB/s wr, 159 op/s 2023-12-06T06:56:21.177 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:20 smithi154 ceph-mon[110416]: pgmap v376: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 6.2 MiB/s wr, 159 op/s 2023-12-06T06:56:21.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 15 sec 2023-12-06T06:56:22.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 16 sec 2023-12-06T06:56:23.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:22 smithi116 ceph-mon[107711]: pgmap v377: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 6.2 MiB/s wr, 159 op/s 2023-12-06T06:56:23.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:22 smithi154 ceph-mon[110416]: pgmap v377: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 6.2 MiB/s wr, 159 op/s 2023-12-06T06:56:23.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 17 sec 2023-12-06T06:56:24.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 18 sec 2023-12-06T06:56:25.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:24 smithi116 ceph-mon[107711]: pgmap v378: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 5.7 MiB/s wr, 146 op/s 2023-12-06T06:56:25.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:24 smithi154 ceph-mon[110416]: pgmap v378: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 5.7 MiB/s wr, 146 op/s 2023-12-06T06:56:25.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 19 sec 2023-12-06T06:56:26.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 20 sec 2023-12-06T06:56:27.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:26 smithi116 ceph-mon[107711]: pgmap v379: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.3 KiB/s rd, 23 KiB/s wr, 26 op/s 2023-12-06T06:56:27.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:26 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:27.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:56:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:26 smithi154 ceph-mon[110416]: pgmap v379: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.3 KiB/s rd, 23 KiB/s wr, 26 op/s 2023-12-06T06:56:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:26 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:56:27.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 21 sec 2023-12-06T06:56:28.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 22 sec 2023-12-06T06:56:29.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:28 smithi116 ceph-mon[107711]: pgmap v380: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 24 KiB/s wr, 26 op/s 2023-12-06T06:56:29.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:28 smithi154 ceph-mon[110416]: pgmap v380: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 24 KiB/s wr, 26 op/s 2023-12-06T06:56:29.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 23 sec 2023-12-06T06:56:30.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 24 sec 2023-12-06T06:56:31.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:30 smithi116 ceph-mon[107711]: pgmap v381: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 13 KiB/s wr, 0 op/s 2023-12-06T06:56:31.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:30 smithi154 ceph-mon[110416]: pgmap v381: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 13 KiB/s wr, 0 op/s 2023-12-06T06:56:31.211 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 25 sec 2023-12-06T06:56:32.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 26 sec 2023-12-06T06:56:33.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:32 smithi116 ceph-mon[107711]: pgmap v382: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 13 KiB/s wr, 0 op/s 2023-12-06T06:56:33.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:32 smithi154 ceph-mon[110416]: pgmap v382: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 13 KiB/s wr, 0 op/s 2023-12-06T06:56:33.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 27 sec 2023-12-06T06:56:34.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 28 sec 2023-12-06T06:56:35.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:34 smithi116 ceph-mon[107711]: pgmap v383: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 13 KiB/s wr, 0 op/s 2023-12-06T06:56:35.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:34 smithi154 ceph-mon[110416]: pgmap v383: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 13 KiB/s wr, 0 op/s 2023-12-06T06:56:35.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 29 sec 2023-12-06T06:56:36.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 30 sec 2023-12-06T06:56:37.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:36 smithi116 ceph-mon[107711]: pgmap v384: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T06:56:37.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:36 smithi154 ceph-mon[110416]: pgmap v384: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T06:56:37.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 31 sec 2023-12-06T06:56:38.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 32 sec 2023-12-06T06:56:39.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:38 smithi116 ceph-mon[107711]: pgmap v385: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T06:56:39.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:38 smithi154 ceph-mon[110416]: pgmap v385: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T06:56:39.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 33 sec 2023-12-06T06:56:40.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 34 sec 2023-12-06T06:56:41.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:40 smithi116 ceph-mon[107711]: pgmap v386: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:41.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:40 smithi154 ceph-mon[110416]: pgmap v386: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:41.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 35 sec 2023-12-06T06:56:42.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:56:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:56:42.212 INFO:teuthology.orchestra.run.smithi116.stdout: 1 cleanup 36 sec 2023-12-06T06:56:42.602 INFO:teuthology.orchestra.run.smithi116.stdout: 0 cleanup 36 sec 2023-12-06T06:56:42.602 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:56:42.602 INFO:teuthology.orchestra.run.smithi116.stdout: Operation Count AvgLat MaxLat 2023-12-06T06:56:42.602 INFO:teuthology.orchestra.run.smithi116.stdout: ---------------------------------------- 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: NTCreateX 382 32.960 172.722 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Close 368 13.045 53.852 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Rename 5 42.104 155.090 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Unlink 14 17.083 67.686 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Qpathinfo 45 9.582 68.272 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Qfileinfo 321 16.074 47.131 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Qfsinfo 51 3.243 17.093 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Sfileinfo 29 12.436 55.099 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Find 43 10.727 102.841 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: WriteX 1546 0.026 0.058 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: ReadX 164 0.018 0.373 2023-12-06T06:56:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Flush 59 12.492 21.218 2023-12-06T06:56:42.604 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-06T06:56:42.604 INFO:teuthology.orchestra.run.smithi116.stdout:Throughput 16.1399 MB/sec 5 clients 5 procs max_latency=172.725 ms 2023-12-06T06:56:42.605 DEBUG:teuthology.parallel:result is None 2023-12-06T06:56:42.697 INFO:teuthology.orchestra.run.smithi116.stdout:wait for servicemap items w/ changing names to refresh 2023-12-06T06:56:42.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:42 smithi116 ceph-mon[107711]: pgmap v387: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:43.056 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 60' 2023-12-06T06:56:43.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:42 smithi154 ceph-mon[110416]: pgmap v387: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:44.889 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:44 smithi116 ceph-mon[107711]: pgmap v388: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:45.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:44 smithi154 ceph-mon[110416]: pgmap v388: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:47.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: pgmap v389: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:47.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:47.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:47.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:47.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:47.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: pgmap v390: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-06T06:56:47.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:47.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:47.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:46 smithi116 ceph-mon[107711]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-06T06:56:47.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: pgmap v389: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:56:47.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:47.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:47.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:47.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:47.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: pgmap v390: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-06T06:56:47.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:47.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:47.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:46 smithi154 ceph-mon[110416]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-06T06:56:49.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:48 smithi116 ceph-mon[107711]: pgmap v391: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-12-06T06:56:49.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:48 smithi154 ceph-mon[110416]: pgmap v391: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-12-06T06:56:51.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:50 smithi116 ceph-mon[107711]: pgmap v392: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-12-06T06:56:51.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:50 smithi154 ceph-mon[110416]: pgmap v392: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-12-06T06:56:52.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:52 smithi116 ceph-mon[107711]: pgmap v393: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-12-06T06:56:52.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:52 smithi154 ceph-mon[110416]: pgmap v393: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-12-06T06:56:55.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:54 smithi116 ceph-mon[107711]: pgmap v394: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 6.6 KiB/s wr, 3 op/s 2023-12-06T06:56:55.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:54 smithi154 ceph-mon[110416]: pgmap v394: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 6.6 KiB/s wr, 3 op/s 2023-12-06T06:56:57.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:56 smithi116 ceph-mon[107711]: pgmap v395: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 6.6 KiB/s wr, 3 op/s 2023-12-06T06:56:57.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:56 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:57.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:56 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:56:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:56 smithi154 ceph-mon[110416]: pgmap v395: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 493 B/s rd, 6.6 KiB/s wr, 3 op/s 2023-12-06T06:56:57.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:56 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:56:57.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:56 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:56:59.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:56:58 smithi116 ceph-mon[107711]: pgmap v396: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 5.7 KiB/s wr, 2 op/s 2023-12-06T06:56:59.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:56:58 smithi154 ceph-mon[110416]: pgmap v396: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 5.7 KiB/s wr, 2 op/s 2023-12-06T06:57:01.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:00 smithi116 ceph-mon[107711]: pgmap v397: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-12-06T06:57:01.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:00 smithi154 ceph-mon[110416]: pgmap v397: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-12-06T06:57:02.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:02 smithi116 ceph-mon[107711]: pgmap v398: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-12-06T06:57:02.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:02 smithi154 ceph-mon[110416]: pgmap v398: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-12-06T06:57:05.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:04 smithi116 ceph-mon[107711]: pgmap v399: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-12-06T06:57:05.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:04 smithi154 ceph-mon[110416]: pgmap v399: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-12-06T06:57:07.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:06 smithi116 ceph-mon[107711]: pgmap v400: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:07.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:06 smithi154 ceph-mon[110416]: pgmap v400: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:09.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:08 smithi116 ceph-mon[107711]: pgmap v401: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:09.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:08 smithi154 ceph-mon[110416]: pgmap v401: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:11.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:10 smithi116 ceph-mon[107711]: pgmap v402: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:11.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:10 smithi154 ceph-mon[110416]: pgmap v402: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:12.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:11 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:57:12.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:11 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:57:13.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:12 smithi116 ceph-mon[107711]: pgmap v403: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:13.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:12 smithi154 ceph-mon[110416]: pgmap v403: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:15.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:14 smithi116 ceph-mon[107711]: pgmap v404: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:15.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:14 smithi154 ceph-mon[110416]: pgmap v404: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:17.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:16 smithi116 ceph-mon[107711]: pgmap v405: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:17.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:16 smithi154 ceph-mon[110416]: pgmap v405: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:19.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:18 smithi116 ceph-mon[107711]: pgmap v406: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:19.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:18 smithi154 ceph-mon[110416]: pgmap v406: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:21.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:20 smithi116 ceph-mon[107711]: pgmap v407: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:21.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:20 smithi154 ceph-mon[110416]: pgmap v407: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:22.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:22 smithi116 ceph-mon[107711]: pgmap v408: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:22.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:22 smithi154 ceph-mon[110416]: pgmap v408: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:25.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:24 smithi116 ceph-mon[107711]: pgmap v409: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:25.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:24 smithi154 ceph-mon[110416]: pgmap v409: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:27.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:26 smithi116 ceph-mon[107711]: pgmap v410: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:27.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:26 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:57:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:26 smithi154 ceph-mon[110416]: pgmap v410: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:27.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:26 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:57:29.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:28 smithi116 ceph-mon[107711]: pgmap v411: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:29.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:28 smithi154 ceph-mon[110416]: pgmap v411: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:31.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:30 smithi116 ceph-mon[107711]: pgmap v412: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:31.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:30 smithi154 ceph-mon[110416]: pgmap v412: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:32.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:32 smithi116 ceph-mon[107711]: pgmap v413: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:32.864 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:32 smithi154 ceph-mon[110416]: pgmap v413: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:35.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:34 smithi116 ceph-mon[107711]: pgmap v414: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:35.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:34 smithi154 ceph-mon[110416]: pgmap v414: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:37.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:36 smithi116 ceph-mon[107711]: pgmap v415: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:37.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:36 smithi154 ceph-mon[110416]: pgmap v415: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:39.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:38 smithi116 ceph-mon[107711]: pgmap v416: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:39.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:38 smithi154 ceph-mon[110416]: pgmap v416: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:41.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:40 smithi116 ceph-mon[107711]: pgmap v417: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:41.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:40 smithi154 ceph-mon[110416]: pgmap v417: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:42.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:41 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:57:42.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:41 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T06:57:43.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:42 smithi116 ceph-mon[107711]: pgmap v418: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:43.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:42 smithi154 ceph-mon[110416]: pgmap v418: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:45.093 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:44 smithi116 ceph-mon[107711]: pgmap v419: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:45.095 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T06:57:45.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:44 smithi154 ceph-mon[110416]: pgmap v419: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:46.549 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (13m) 60s ago 19m 27.1M - 0.23.0 ba2b418f427c 1f741cd3cd9a 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (19m) 60s ago 19m 7017k - 17.2.0 e1d6a67b021e 51adf3f26a7a 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi154 smithi154 running (19m) 9m ago 19m 7159k - 17.2.0 e1d6a67b021e cdcd91550c4d 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (13m) 60s ago 19m 62.9M - 8.3.5 dad864ee21e9 7da8e48bf4a1 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi116.xkjrsg smithi116 running (15m) 60s ago 15m 38.5M - 17.2.0 e1d6a67b021e 1d2663f5f895 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:mds.foofs.smithi154.mfbhig smithi154 running (15m) 9m ago 15m 14.0M - 17.2.0 e1d6a67b021e 5e8f136f9457 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.wqyusj smithi116 *:8443,9283,8765 running (20m) 60s ago 20m 431M - 17.2.0 e1d6a67b021e 4cf784bd03f0 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi154.rhtbwp smithi154 *:8443,9283 running (13m) 9m ago 19m 516M - 19.0.0-26-g0482646f 26bb7d89db2e a281d4c041cd 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (20m) 60s ago 20m 176M 2048M 17.2.0 e1d6a67b021e da1f38ce0821 2023-12-06T06:57:46.550 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi154 smithi154 running (19m) 9m ago 19m 63.0M 2048M 17.2.0 e1d6a67b021e cde57808ef46 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.0.0.smithi116.rmrgbs smithi116 *:2049 running (15m) 60s ago 15m 346M - 4.0 e1d6a67b021e 4a18b44176ad 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:nfs.foo.1.0.smithi154.jxvoce smithi154 *:2049 running (15m) 9m ago 15m 86.5M - 4.0 e1d6a67b021e 962c3b312792 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (13m) 60s ago 19m 24.6M - 1.3.1 1dbe0e931976 6dfde1fcf3ec 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi154 smithi154 *:9100 running (12m) 9m ago 18m 25.7M - 1.3.1 1dbe0e931976 ec6220a13077 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (18m) 60s ago 18m 2732M 1944M 17.2.0 e1d6a67b021e 06ddf36ba219 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (18m) 60s ago 18m 2685M 1944M 17.2.0 e1d6a67b021e fc95dbf937dc 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (17m) 60s ago 17m 2242M 1944M 17.2.0 e1d6a67b021e eebf67db31ff 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (17m) 60s ago 17m 2655M 1944M 17.2.0 e1d6a67b021e f44c39a82444 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi154 running (17m) 9m ago 17m 1410M 2712M 17.2.0 e1d6a67b021e b0e68501bfa9 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi154 running (17m) 9m ago 17m 1900M 2712M 17.2.0 e1d6a67b021e fb25412ffd4a 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi154 running (16m) 9m ago 16m 1471M 2712M 17.2.0 e1d6a67b021e ba9796159665 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi154 running (16m) 9m ago 16m 1998M 2712M 17.2.0 e1d6a67b021e 2893ebee2686 2023-12-06T06:57:46.551 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (12m) 60s ago 18m 70.2M - 2.33.4 514e6a882f6e 885ead7b8bfb 2023-12-06T06:57:46.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:46 smithi116 ceph-mon[107711]: pgmap v420: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:46.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:46 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:57:47.093 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade status' 2023-12-06T06:57:47.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:46 smithi154 ceph-mon[110416]: pgmap v420: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:47.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:46 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:57:48.098 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:47 smithi116 ceph-mon[107711]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:57:48.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:47 smithi154 ceph-mon[110416]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:57:48.823 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:57:48.824 INFO:teuthology.orchestra.run.smithi116.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T06:57:48.824 INFO:teuthology.orchestra.run.smithi116.stdout: "in_progress": true, 2023-12-06T06:57:48.824 INFO:teuthology.orchestra.run.smithi116.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T06:57:48.824 INFO:teuthology.orchestra.run.smithi116.stdout: "services_complete": [], 2023-12-06T06:57:48.824 INFO:teuthology.orchestra.run.smithi116.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T06:57:48.824 INFO:teuthology.orchestra.run.smithi116.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed.", 2023-12-06T06:57:48.824 INFO:teuthology.orchestra.run.smithi116.stdout: "is_paused": true 2023-12-06T06:57:48.824 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:57:49.096 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:48 smithi116 ceph-mon[107711]: pgmap v421: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:49.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:48 smithi154 ceph-mon[110416]: pgmap v421: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T06:57:49.329 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph health detail' 2023-12-06T06:57:50.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:49 smithi116 ceph-mon[107711]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:57:50.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:49 smithi154 ceph-mon[110416]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:57:51.013 INFO:teuthology.orchestra.run.smithi116.stdout:HEALTH_WARN Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi116.wqyusj on host smithi116 failed. 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrade daemon: mgr.smithi116.wqyusj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi116.wqyusj ... 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout:Traceback (most recent call last): 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout: "__main__", mod_spec) 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout: exec(code, run_globals) 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5676, in 2023-12-06T06:57:51.014 INFO:teuthology.orchestra.run.smithi116.stdout: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5664, in main 2023-12-06T06:57:51.015 INFO:teuthology.orchestra.run.smithi116.stdout: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-06T06:57:51.015 INFO:teuthology.orchestra.run.smithi116.stdout: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-06T06:57:51.015 INFO:teuthology.orchestra.run.smithi116.stdout: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-06T06:57:51.015 INFO:teuthology.orchestra.run.smithi116.stdout: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-06T06:57:51.015 INFO:teuthology.orchestra.run.smithi116.stdout: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-06T06:57:51.015 INFO:teuthology.orchestra.run.smithi116.stdout: File "/tmp/tmpzkc_wczn.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-06T06:57:51.015 INFO:teuthology.orchestra.run.smithi116.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-06T06:57:51.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:50 smithi116 ceph-mon[107711]: pgmap v422: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:51.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:50 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:57:51.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:50 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:57:51.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:50 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:57:51.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:50 smithi116 ceph-mon[107711]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:57:51.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:50 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:57:51.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:50 smithi116 ceph-mon[107711]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:57:51.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:50 smithi154 ceph-mon[110416]: pgmap v422: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:51.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:50 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:57:51.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:50 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:57:51.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:50 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:57:51.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:50 smithi154 ceph-mon[110416]: from='mgr.24379 172.21.15.154:0/3189553058' entity='mgr.smithi154.rhtbwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:57:51.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:50 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:57:51.115 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:50 smithi154 ceph-mon[110416]: from='mgr.24379 ' entity='mgr.smithi154.rhtbwp' 2023-12-06T06:57:51.382 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T06:57:52.011 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:51 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/101393927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:57:52.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:51 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/101393927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:57:52.827 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-12-06T06:57:52.827 INFO:teuthology.orchestra.run.smithi116.stdout: "mon": { 2023-12-06T06:57:52.827 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "mgr": { 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "osd": { 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "mds": { 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: }, 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "overall": { 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T06:57:52.828 INFO:teuthology.orchestra.run.smithi116.stdout: } 2023-12-06T06:57:52.829 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-12-06T06:57:53.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:52 smithi116 ceph-mon[107711]: pgmap v423: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:53.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:52 smithi154 ceph-mon[110416]: pgmap v423: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:53.198 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-06T06:57:54.106 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:53 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/793991473' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:57:54.114 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:53 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/793991473' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:57:54.629 INFO:teuthology.orchestra.run.smithi116.stdout:false 2023-12-06T06:57:54.936 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:54 smithi116 ceph-mon[107711]: pgmap v424: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:54.936 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:54 smithi116 ceph-mon[107711]: from='client.? 172.21.15.116:0/2745718140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:57:55.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T06:57:55.066 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi116 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 d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T06:57:55.141 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=45f19eda1f0540119ba7bdff8cd6b927 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi116 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 d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T06:57:55.144 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T06:57:55.156 INFO:tasks.cephadm:Teardown begin 2023-12-06T06:57:55.156 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:57:55.162 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:54 smithi154 ceph-mon[110416]: pgmap v424: 97 pgs: 97 active+clean; 235 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T06:57:55.162 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:54 smithi154 ceph-mon[110416]: from='client.? 172.21.15.116:0/2745718140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:57:55.190 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:57:55.227 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T06:57:55.227 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T06:57:55.248 DEBUG:teuthology.orchestra.run.smithi154:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T06:57:55.288 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T06:57:55.288 INFO:tasks.cephadm.mon.smithi116:Stopping mon.smithi116... 2023-12-06T06:57:55.288 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi116 2023-12-06T06:57:55.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:55 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:57:55.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:55 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi116[107688]: 2023-12-06T06:57:55.395+0000 7f61f1114700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:57:55.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Dec 06 06:57:55 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi116[107688]: 2023-12-06T06:57:55.395+0000 7f61f1114700 -1 mon.smithi116@0(leader) e2 *** Got Signal Terminated *** 2023-12-06T06:57:55.824 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi116.service' 2023-12-06T06:57:55.872 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:57:55.872 INFO:tasks.cephadm.mon.smithi116:Stopped mon.smithi116 2023-12-06T06:57:55.872 INFO:tasks.cephadm.mon.smithi154:Stopping mon.smithi154... 2023-12-06T06:57:55.873 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi154 2023-12-06T06:57:56.316 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:55 smithi154 systemd[1]: Stopping Ceph mon.smithi154 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:57:56.316 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:55 smithi154 bash[135417]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon.smithi154" found: no such container 2023-12-06T06:57:56.316 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:56 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi154[110393]: 2023-12-06T06:57:56.013+0000 7f1bdb228700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi154 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:57:56.316 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:56 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi154[110393]: 2023-12-06T06:57:56.013+0000 7f1bdb228700 -1 mon.smithi154@1(peon) e2 *** Got Signal Terminated *** 2023-12-06T06:57:56.566 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi154.service' 2023-12-06T06:57:56.595 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:56 smithi154 bash[135429]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon-smithi154 2023-12-06T06:57:56.595 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:56 smithi154 bash[135471]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-mon.smithi154" found: no such container 2023-12-06T06:57:56.596 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:56 smithi154 systemd[1]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715@mon.smithi154.service: Succeeded. 2023-12-06T06:57:56.596 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 06 06:57:56 smithi154 systemd[1]: Stopped Ceph mon.smithi154 for d2584ba4-9401-11ee-95a2-87774f69a715. 2023-12-06T06:57:56.620 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:57:56.620 INFO:tasks.cephadm.mon.smithi154:Stopped mon.smithi154 2023-12-06T06:57:56.621 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-06T06:57:56.621 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.0 2023-12-06T06:57:57.106 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:57:56 smithi116 systemd[1]: Stopping Ceph osd.0 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:57:57.106 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:57:56 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-0[120500]: 2023-12-06T06:57:56.749+0000 7f511faaa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:57:57.107 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:57:56 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-0[120500]: 2023-12-06T06:57:56.749+0000 7f511faaa700 -1 osd.0 68 *** Got signal Terminated *** 2023-12-06T06:57:57.107 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:57:56 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-0[120500]: 2023-12-06T06:57:56.749+0000 7f511faaa700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T06:58:02.738 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:58:02 smithi116 bash[158117]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-0 2023-12-06T06:58:02.738 INFO:journalctl@ceph.osd.0.smithi116.stdout:Dec 06 06:58:02 smithi116 bash[158161]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-12-06T06:58:03.459 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.0.service' 2023-12-06T06:58:03.500 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:58:03.521 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-06T06:58:03.521 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-06T06:58:03.521 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.1 2023-12-06T06:58:03.856 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:58:03 smithi116 systemd[1]: Stopping Ceph osd.1 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:58:03.857 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:58:03 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-1[125179]: 2023-12-06T06:58:03.656+0000 7f15a069d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:58:03.857 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:58:03 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-1[125179]: 2023-12-06T06:58:03.656+0000 7f15a069d700 -1 osd.1 68 *** Got signal Terminated *** 2023-12-06T06:58:03.857 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:58:03 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-1[125179]: 2023-12-06T06:58:03.656+0000 7f15a069d700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T06:58:09.599 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:58:09 smithi116 bash[158340]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-1 2023-12-06T06:58:09.599 INFO:journalctl@ceph.osd.1.smithi116.stdout:Dec 06 06:58:09 smithi116 bash[158383]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-12-06T06:58:10.275 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.1.service' 2023-12-06T06:58:10.316 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:58:10.316 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-06T06:58:10.317 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-06T06:58:10.317 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.2 2023-12-06T06:58:10.606 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:58:10 smithi116 systemd[1]: Stopping Ceph osd.2 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:58:10.607 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:58:10 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-2[129525]: 2023-12-06T06:58:10.443+0000 7f86fe83d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:58:10.607 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:58:10 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-2[129525]: 2023-12-06T06:58:10.443+0000 7f86fe83d700 -1 osd.2 68 *** Got signal Terminated *** 2023-12-06T06:58:10.607 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:58:10 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-2[129525]: 2023-12-06T06:58:10.443+0000 7f86fe83d700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T06:58:16.526 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:58:16 smithi116 bash[158557]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-2 2023-12-06T06:58:16.528 INFO:journalctl@ceph.osd.2.smithi116.stdout:Dec 06 06:58:16 smithi116 bash[158647]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-12-06T06:58:17.265 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.2.service' 2023-12-06T06:58:17.306 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:58:17.306 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-06T06:58:17.306 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-06T06:58:17.307 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.3 2023-12-06T06:58:17.606 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:58:17 smithi116 systemd[1]: Stopping Ceph osd.3 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:58:17.607 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:58:17 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-3[133302]: 2023-12-06T06:58:17.450+0000 7f666b132700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:58:17.607 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:58:17 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-3[133302]: 2023-12-06T06:58:17.450+0000 7f666b132700 -1 osd.3 68 *** Got signal Terminated *** 2023-12-06T06:58:17.607 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:58:17 smithi116 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-3[133302]: 2023-12-06T06:58:17.450+0000 7f666b132700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T06:58:23.356 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:58:23 smithi116 bash[158822]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-3 2023-12-06T06:58:23.357 INFO:journalctl@ceph.osd.3.smithi116.stdout:Dec 06 06:58:23 smithi116 bash[158863]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-12-06T06:58:23.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:23 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:23.066+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:24.048 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:23 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:23.740+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:24.140 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.3.service' 2023-12-06T06:58:24.180 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:58:24.181 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-06T06:58:24.181 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-06T06:58:24.181 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.4 2023-12-06T06:58:24.314 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:24 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:24.046+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:24.315 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:24 smithi154 systemd[1]: Stopping Ceph osd.4 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:58:24.315 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:24 smithi154 bash[135583]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-06T06:58:24.614 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:24 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:58:24.311+0000 7f76e8c3b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:58:24.614 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:24 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:58:24.311+0000 7f76e8c3b700 -1 osd.4 68 *** Got signal Terminated *** 2023-12-06T06:58:24.614 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:24 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:58:24.311+0000 7f76e8c3b700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T06:58:25.032 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:24 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:24.713+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:25.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:25 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:25.030+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:25.970 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:25 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:25.700+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:25.970 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:25 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:25.778+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:26.364 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:25 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:58:25.967+0000 7f76e25d0700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.614021+0000 front 2023-12-06T06:58:01.613904+0000 (oldest deadline 2023-12-06T06:58:25.713906+0000) 2023-12-06T06:58:26.365 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:26 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:26.039+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:26.950 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:26 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:26.653+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:26.951 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:26 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:26.752+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:27.364 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:26 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:58:26.948+0000 7f76e25d0700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.614021+0000 front 2023-12-06T06:58:01.613904+0000 (oldest deadline 2023-12-06T06:58:25.713906+0000) 2023-12-06T06:58:27.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:27 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:27.055+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:28.018 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:27 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:58:27.922+0000 7f76e25d0700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.614021+0000 front 2023-12-06T06:58:01.613904+0000 (oldest deadline 2023-12-06T06:58:25.713906+0000) 2023-12-06T06:58:28.019 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:27 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:27.678+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:28.020 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:27 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:27.785+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:28.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:28 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:28.016+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:29.043 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:28 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4[115112]: 2023-12-06T06:58:28.959+0000 7f76e25d0700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.614021+0000 front 2023-12-06T06:58:01.613904+0000 (oldest deadline 2023-12-06T06:58:25.713906+0000) 2023-12-06T06:58:29.044 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:28 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:28.728+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:29.044 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:28 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:28.759+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:29.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:29 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:29.041+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:30.038 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:29 smithi154 bash[135595]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-4 2023-12-06T06:58:30.039 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:29 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:29.683+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:30.039 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:29 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:29.733+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:30.298 INFO:journalctl@ceph.osd.4.smithi154.stdout:Dec 06 06:58:30 smithi154 bash[135639]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-06T06:58:30.299 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:30 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:30.089+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:30.299 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:30 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:30.089+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:30.985 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:30 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:30.708+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:30.985 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:30 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:30.695+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:30.991 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.4.service' 2023-12-06T06:58:31.031 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:58:31.031 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-06T06:58:31.031 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-06T06:58:31.032 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.5 2023-12-06T06:58:31.364 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:31 smithi154 systemd[1]: Stopping Ceph osd.5 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:58:31.365 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:31 smithi154 bash[135816]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-06T06:58:31.365 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:31.194+0000 7f53006fe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:58:31.365 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:31.194+0000 7f53006fe700 -1 osd.5 68 *** Got signal Terminated *** 2023-12-06T06:58:31.365 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:31.194+0000 7f53006fe700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T06:58:31.365 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:31.110+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:31.365 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:31.110+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:32.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:31.677+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:32.115 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:31.709+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:32.115 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:31 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:31.709+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:05.141244+0000 front 2023-12-06T06:58:05.141087+0000 (oldest deadline 2023-12-06T06:58:31.041111+0000) 2023-12-06T06:58:32.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:32 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:32.150+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:32.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:32 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:32.150+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:33.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:32 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:32.716+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:33.115 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:32 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:32.664+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:33.115 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:32 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:32.664+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:05.141244+0000 front 2023-12-06T06:58:05.141087+0000 (oldest deadline 2023-12-06T06:58:31.041111+0000) 2023-12-06T06:58:33.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:33 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:33.166+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:33.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:33 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:33.166+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:34.114 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:33 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:33.651+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:34.114 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:33 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:33.651+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:05.141244+0000 front 2023-12-06T06:58:05.141087+0000 (oldest deadline 2023-12-06T06:58:31.041111+0000) 2023-12-06T06:58:34.115 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:33 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:33.728+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:34.115 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:33 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:33.728+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:34.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:34 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:34.136+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:34.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:34 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:34.136+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:34.864 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:34 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:34.612+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:34.864 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:34 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:34.612+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:05.141244+0000 front 2023-12-06T06:58:05.141087+0000 (oldest deadline 2023-12-06T06:58:31.041111+0000) 2023-12-06T06:58:34.865 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:34 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:34.707+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:34.865 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:34 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:34.707+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:35.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:35 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:35.119+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:35.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:35 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:35.119+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:36.078 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:35 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:35.744+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:36.079 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:35 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:35.745+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:36.079 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:35 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:35.632+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:59.340356+0000 front 2023-12-06T06:57:59.340329+0000 (oldest deadline 2023-12-06T06:58:22.840251+0000) 2023-12-06T06:58:36.079 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:35 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5[118558]: 2023-12-06T06:58:35.632+0000 7f52fe09b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:05.141244+0000 front 2023-12-06T06:58:05.141087+0000 (oldest deadline 2023-12-06T06:58:31.041111+0000) 2023-12-06T06:58:36.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:36 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:36.076+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:36.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:36 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:36.076+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:36.972 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:36 smithi154 bash[135829]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-5 2023-12-06T06:58:36.972 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:36 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:36.709+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:36.972 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:36 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:36.709+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:37.223 INFO:journalctl@ceph.osd.5.smithi154.stdout:Dec 06 06:58:36 smithi154 bash[135907]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-06T06:58:37.224 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:37 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:37.089+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:37.224 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:37 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:37.089+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:37.864 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:37 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:37.734+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:37.864 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:37 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:37.734+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:37.882 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.5.service' 2023-12-06T06:58:37.922 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:58:37.922 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-06T06:58:37.922 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-06T06:58:37.923 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.6 2023-12-06T06:58:38.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:38 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:38.103+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:38.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:38 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:38.103+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:38.365 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:37 smithi154 systemd[1]: Stopping Ceph osd.6 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:58:38.365 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:38 smithi154 bash[136086]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-06T06:58:38.365 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:38 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:38.069+0000 7f8e07c10700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:58:38.365 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:38 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:38.069+0000 7f8e07c10700 -1 osd.6 68 *** Got signal Terminated *** 2023-12-06T06:58:38.365 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:38 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:38.069+0000 7f8e07c10700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T06:58:39.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:38 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:38.689+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:39.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:38 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:38.689+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:39.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:39 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:39.148+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:39.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:39 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:39.148+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:40.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:39 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:39.722+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:40.115 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:39 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:39.722+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:40.115 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:39 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:39.722+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:13.655272+0000 front 2023-12-06T06:58:13.655397+0000 (oldest deadline 2023-12-06T06:58:38.955404+0000) 2023-12-06T06:58:40.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:40 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:40.172+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:40.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:40 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:40.172+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:40.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:40 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:40.172+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:41.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:40 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:40.681+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:41.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:40 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:40.681+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:41.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:40 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:40.681+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:13.655272+0000 front 2023-12-06T06:58:13.655397+0000 (oldest deadline 2023-12-06T06:58:38.955404+0000) 2023-12-06T06:58:41.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:41 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:41.204+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:41.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:41 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:41.204+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:41.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:41 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:41.204+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:42.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:41 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:41.714+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:42.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:41 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:41.714+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:42.115 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:41 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:41.714+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:13.655272+0000 front 2023-12-06T06:58:13.655397+0000 (oldest deadline 2023-12-06T06:58:38.955404+0000) 2023-12-06T06:58:42.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:42 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:42.211+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:42.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:42 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:42.211+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:42.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:42 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:42.211+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:43.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:42 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:42.688+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:58:01.453434+0000 front 2023-12-06T06:58:01.453370+0000 (oldest deadline 2023-12-06T06:58:24.953304+0000) 2023-12-06T06:58:43.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:42 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:42.688+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.654498+0000 front 2023-12-06T06:58:06.654408+0000 (oldest deadline 2023-12-06T06:58:33.654816+0000) 2023-12-06T06:58:43.114 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:42 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6[122092]: 2023-12-06T06:58:42.688+0000 7f8e00da4700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:13.655272+0000 front 2023-12-06T06:58:13.655397+0000 (oldest deadline 2023-12-06T06:58:38.955404+0000) 2023-12-06T06:58:43.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:43 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:43.212+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:43.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:43 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:43.212+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:43.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:43 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:43.212+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:43.987 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:43 smithi154 bash[136098]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-6 2023-12-06T06:58:43.988 INFO:journalctl@ceph.osd.6.smithi154.stdout:Dec 06 06:58:43 smithi154 bash[136142]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-06T06:58:44.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:44.220+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:44.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:44.220+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:44.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:44.220+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:44.364 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:44.220+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T06:58:19.253588+0000 front 2023-12-06T06:58:19.253638+0000 (oldest deadline 2023-12-06T06:58:43.953614+0000) 2023-12-06T06:58:44.706 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.6.service' 2023-12-06T06:58:44.745 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:58:44.745 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-06T06:58:44.746 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-06T06:58:44.746 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.7 2023-12-06T06:58:45.114 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 systemd[1]: Stopping Ceph osd.7 for d2584ba4-9401-11ee-95a2-87774f69a715... 2023-12-06T06:58:45.115 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 bash[136322]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-06T06:58:45.115 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:44.901+0000 7f7f8f607700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T06:58:45.115 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:44.901+0000 7f7f8f607700 -1 osd.7 68 *** Got signal Terminated *** 2023-12-06T06:58:45.115 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:44 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:44.901+0000 7f7f8f607700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T06:58:45.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:45 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:45.191+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:45.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:45 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:45.191+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:45.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:45 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:45.191+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:45.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:45 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:45.191+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T06:58:19.253588+0000 front 2023-12-06T06:58:19.253638+0000 (oldest deadline 2023-12-06T06:58:43.953614+0000) 2023-12-06T06:58:46.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:46 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:46.211+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:46.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:46 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:46.211+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:46.615 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:46 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:46.211+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:46.615 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:46 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:46.211+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T06:58:19.253588+0000 front 2023-12-06T06:58:19.253638+0000 (oldest deadline 2023-12-06T06:58:43.953614+0000) 2023-12-06T06:58:47.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:47 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:47.178+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:47.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:47 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:47.178+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:47.615 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:47 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:47.178+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:47.615 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:47 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:47.178+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T06:58:19.253588+0000 front 2023-12-06T06:58:19.253638+0000 (oldest deadline 2023-12-06T06:58:43.953614+0000) 2023-12-06T06:58:48.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:48 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:48.193+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:48.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:48 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:48.193+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:48.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:48 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:48.193+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:48.615 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:48 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:48.193+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T06:58:19.253588+0000 front 2023-12-06T06:58:19.253638+0000 (oldest deadline 2023-12-06T06:58:43.953614+0000) 2023-12-06T06:58:49.614 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:49 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:49.195+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6806 osd.0 since back 2023-12-06T06:57:57.149947+0000 front 2023-12-06T06:57:57.149914+0000 (oldest deadline 2023-12-06T06:58:22.449903+0000) 2023-12-06T06:58:49.653 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:49 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:49.195+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6814 osd.1 since back 2023-12-06T06:58:06.550984+0000 front 2023-12-06T06:58:06.551052+0000 (oldest deadline 2023-12-06T06:58:29.450951+0000) 2023-12-06T06:58:49.653 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:49 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:49.195+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6822 osd.2 since back 2023-12-06T06:58:12.252662+0000 front 2023-12-06T06:58:12.252620+0000 (oldest deadline 2023-12-06T06:58:39.253057+0000) 2023-12-06T06:58:49.653 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:49 smithi154 ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7[125587]: 2023-12-06T06:58:49.195+0000 7f7f8a79f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.116:6830 osd.3 since back 2023-12-06T06:58:19.253588+0000 front 2023-12-06T06:58:19.253638+0000 (oldest deadline 2023-12-06T06:58:43.953614+0000) 2023-12-06T06:58:50.864 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:50 smithi154 bash[136334]: ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd-7 2023-12-06T06:58:50.864 INFO:journalctl@ceph.osd.7.smithi154.stdout:Dec 06 06:58:50 smithi154 bash[136376]: Error: no container with name or ID "ceph-d2584ba4-9401-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-06T06:58:51.747 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d2584ba4-9401-11ee-95a2-87774f69a715@osd.7.service' 2023-12-06T06:58:51.787 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T06:58:51.787 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-06T06:58:51.787 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d2584ba4-9401-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T06:59:15.638 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d2584ba4-9401-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T06:59:32.704 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:59:32.742 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:59:32.772 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T06:59:32.774 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293/remote/smithi116/crash 2023-12-06T06:59:32.775 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/crash -- . 2023-12-06T06:59:32.827 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T06:59:32.827 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2023-12-06T06:59:32.829 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293/remote/smithi154/crash 2023-12-06T06:59:32.830 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/crash -- . 2023-12-06T06:59:32.867 INFO:teuthology.orchestra.run.smithi154.stderr:tar: /var/lib/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T06:59:32.868 INFO:teuthology.orchestra.run.smithi154.stderr:tar: Error is not recoverable: exiting now 2023-12-06T06:59:32.869 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T06:59:32.869 DEBUG:teuthology.orchestra.run.smithi116:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T06:59:32.898 INFO:teuthology.orchestra.run.smithi116.stderr:grep: /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T06:59:32.899 INFO:tasks.cephadm:Compressing logs... 2023-12-06T06:59:32.899 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-06T06:59:32.941 DEBUG:teuthology.orchestra.run.smithi154:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-06T06:59:32.967 INFO:teuthology.orchestra.run.smithi116.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-06T06:59:32.968 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T06:59:32.968 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mon.smithi116.log 2023-12-06T06:59:32.971 INFO:teuthology.orchestra.run.smithi154.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T06:59:32.971 INFO:teuthology.orchestra.run.smithi154.stderr:: No such file or directory 2023-12-06T06:59:32.971 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mon.smithi154.log 2023-12-06T06:59:32.971 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T06:59:32.971 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mon.smithi154.log: gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T06:59:32.971 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi154.mfbhig.log 2023-12-06T06:59:32.971 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.6.log: /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T06:59:32.971 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi154.mfbhig.log: gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T06:59:32.972 INFO:teuthology.orchestra.run.smithi154.stderr: 60.4% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi154.mfbhig.log.gz 2023-12-06T06:59:32.972 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T06:59:32.972 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mon.smithi116.log: gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T06:59:32.972 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mgr.smithi116.wqyusj.log 2023-12-06T06:59:32.972 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T06:59:32.972 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mgr.smithi116.wqyusj.log: gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T06:59:32.974 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.4.log: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T06:59:32.974 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mgr.smithi154.rhtbwp.log 2023-12-06T06:59:32.974 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T06:59:32.974 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.0.log: 90.9% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T06:59:32.974 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi116.xkjrsg.log 2023-12-06T06:59:32.974 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi116.xkjrsg.log: 79.3% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi116.xkjrsg.log.gz 2023-12-06T06:59:32.975 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T06:59:32.975 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mgr.smithi154.rhtbwp.log: /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T06:59:32.981 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.1.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T06:59:33.063 INFO:teuthology.orchestra.run.smithi116.stderr: 88.4% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mgr.smithi116.wqyusj.log.gz 2023-12-06T06:59:33.112 INFO:teuthology.orchestra.run.smithi154.stderr: 90.2% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mgr.smithi154.rhtbwp.log.gz 2023-12-06T06:59:33.345 INFO:teuthology.orchestra.run.smithi154.stderr: 92.3% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mon.smithi154.log.gz 2023-12-06T06:59:34.434 INFO:teuthology.orchestra.run.smithi116.stderr: 91.8% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-mon.smithi116.log.gz 2023-12-06T06:59:43.104 INFO:teuthology.orchestra.run.smithi116.stderr: 94.5% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T06:59:43.203 INFO:teuthology.orchestra.run.smithi154.stderr: 94.0% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T06:59:44.526 INFO:teuthology.orchestra.run.smithi154.stderr: 94.3% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T06:59:45.212 INFO:teuthology.orchestra.run.smithi116.stderr: 94.1% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T06:59:45.667 INFO:teuthology.orchestra.run.smithi116.stderr: 94.1% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T06:59:45.870 INFO:teuthology.orchestra.run.smithi116.stderr: 94.3% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T06:59:45.872 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-12-06T06:59:45.872 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m12.915s 2023-12-06T06:59:45.872 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m47.593s 2023-12-06T06:59:45.872 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m1.913s 2023-12-06T06:59:48.688 INFO:teuthology.orchestra.run.smithi154.stderr: 94.2% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T06:59:49.373 INFO:teuthology.orchestra.run.smithi154.stderr: 94.2% -- replaced with /var/log/ceph/d2584ba4-9401-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T06:59:49.374 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-06T06:59:49.375 INFO:teuthology.orchestra.run.smithi154.stderr:real 0m16.416s 2023-12-06T06:59:49.375 INFO:teuthology.orchestra.run.smithi154.stderr:user 0m52.283s 2023-12-06T06:59:49.375 INFO:teuthology.orchestra.run.smithi154.stderr:sys 0m2.091s 2023-12-06T06:59:49.375 INFO:tasks.cephadm:Archiving logs... 2023-12-06T06:59:49.375 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293/remote/smithi116/log 2023-12-06T06:59:49.376 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T06:59:56.089 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293/remote/smithi154/log 2023-12-06T06:59:56.090 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T07:00:04.067 INFO:tasks.cephadm:Removing cluster... 2023-12-06T07:00:04.068 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d2584ba4-9401-11ee-95a2-87774f69a715 --force 2023-12-06T07:00:04.559 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d2584ba4-9401-11ee-95a2-87774f69a715 --force 2023-12-06T07:00:04.939 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T07:00:04.940 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T07:00:04.958 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T07:00:04.977 INFO:tasks.cephadm:Teardown complete 2023-12-06T07:00:04.978 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T07:00:04.988 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T07:00:04.988 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:00:05.001 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:00:05.016 INFO:teuthology.orchestra.run.smithi116.stderr:bash: ntpq: command not found 2023-12-06T07:00:05.022 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T07:00:05.023 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2023-12-06T07:00:05.023 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 116 +1192us[+1192us] +/- 82ms 2023-12-06T07:00:05.023 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv02.front.sepia.ceph.com 3 6 377 51 -723us[ -723us] +/- 62ms 2023-12-06T07:00:05.023 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 52 -127us[ -127us] +/- 73ms 2023-12-06T07:00:05.023 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:00:05.033 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-12-06T07:00:05.037 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T07:00:05.037 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-12-06T07:00:05.037 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 +1241us[+1298us] +/- 83ms 2023-12-06T07:00:05.038 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv02.front.sepia.ceph.com 3 6 377 51 -671us[ -613us] +/- 62ms 2023-12-06T07:00:05.038 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 -128us[ -128us] +/- 73ms 2023-12-06T07:00:05.038 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:00:05.039 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T07:00:05.049 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T07:00:05.049 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T07:00:05.059 DEBUG:teuthology.orchestra.run.smithi116:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-06T07:00:05.156 DEBUG:teuthology.orchestra.run.smithi154:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-06T07:00:05.249 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T07:00:05.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:00:05.282 DEBUG:teuthology.orchestra.run.smithi154:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T07:00:05.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:00:05.314 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T07:00:05.325 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T07:00:05.350 INFO:teuthology.task.internal:Duration was 1857.975919 seconds 2023-12-06T07:00:05.350 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T07:00:05.360 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T07:00:05.360 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:00:05.363 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:00:05.406 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T07:00:05.408 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T07:00:05.869 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T07:00:05.870 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2023-12-06T07:00:05.870 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T07:00:05.895 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2023-12-06T07:00:05.895 DEBUG:teuthology.orchestra.run.smithi154:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T07:00:05.919 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T07:00:05.920 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:00:05.938 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:00:06.014 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T07:00:06.015 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:00:06.017 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:00:14.780 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T07:00:14.791 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T07:00:14.792 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:00:14.819 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:00:14.854 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T07:00:14.867 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:00:14.870 DEBUG:teuthology.orchestra.run.smithi154:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:00:14.893 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2023-12-06T07:00:14.924 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2023-12-06T07:00:14.953 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:00:14.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:00:14.977 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:00:15.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:00:15.012 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T07:00:15.023 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T07:00:15.024 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293/remote/smithi116 2023-12-06T07:00:15.024 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:00:15.095 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293/remote/smithi154 2023-12-06T07:00:15.095 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:00:15.138 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T07:00:15.138 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:00:15.141 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:00:15.189 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T07:00:15.201 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T07:00:15.201 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T07:00:15.212 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T07:00:15.212 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:00:15.214 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:00:15.230 INFO:teuthology.orchestra.run.smithi116.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:00 /home/ubuntu/cephtest 2023-12-06T07:00:15.247 INFO:teuthology.orchestra.run.smithi154.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:00 /home/ubuntu/cephtest 2023-12-06T07:00:15.248 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T07:00:15.262 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T07:00:15.286 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T07:00:15.312 DEBUG:teuthology.nuke:shortname: smithi116 2023-12-06T07:00:15.313 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:00:15.341 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 06:19:26.970112', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKdlfQYj+iaVvK/rH1MwOG9Rd42Ki7YWaHU2THUE2fIXDvg44+tR5wIhzLwlMZqTeZiQvb9zL3Jjag9zaN7mm6Y='} 2023-12-06T07:00:15.342 DEBUG:teuthology.nuke:shortname: smithi154 2023-12-06T07:00:15.343 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:00:15.368 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479293', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 06:19:26.968732', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCfs9FmC1CCMNmNeGRspCq7z0MAwW9ZoGVsxEamzp51w19gxKYYyr7wSxXpWeC+3nwYBvsSobTNu10yoHWRYC5E='} 2023-12-06T07:00:15.400 INFO:teuthology.orchestra.console.smithi116:Power off 2023-12-06T07:00:15.401 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:00:15.428 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2023-12-06T07:00:15.429 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:00:15.446 INFO:teuthology.orchestra.console.smithi154:Power off 2023-12-06T07:00:15.447 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:00:15.456 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-12-06T07:00:15.470 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2023-12-06T07:00:15.471 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:00:15.498 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-06T07:00:19.458 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:00:19.499 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:00:19.568 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-12-06T07:00:19.612 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-06T07:00:23.570 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:00:23.613 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:00:23.681 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2023-12-06T07:00:23.724 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2023-12-06T07:00:23.783 INFO:teuthology.orchestra.console.smithi116:Power off completed 2023-12-06T07:00:23.825 INFO:teuthology.orchestra.console.smithi154:Power off completed 2023-12-06T07:00:23.930 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: 1857.9759194850922 failure_reason: 'Command failed on smithi116 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 d2584ba4-9401-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=45f19eda1f0540119ba7bdff8cd6b927 status: fail success: false 2023-12-06T07:00:23.930 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T07:00:24.017 INFO:teuthology.run:FAIL