2023-12-01T16:50:06.711 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T16:50:06.712 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244 -- /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244/orig.config.yaml 2023-12-01T16:50:06.754 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T16:50:06.829 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244 branch: wip-adk-testing-2023-11-30-1735 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: '7474244' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-11-30-1735 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: b5f2d3894d094aabe62070fbfb31ffe158591885 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-30-1735 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 owner: scheduled_adking@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 6799 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-30-1735 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 targets: smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEEZ5yGDdhzgF72cVycoojjyFmp49T72D/f5MLkY0SGdH2ng2CW9u5bCfLcvABUmWXncr6Ti63u94GlupV6QPKY= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBONSjxjTA+fM7Mk4b2LSrGEqWToGbHHi+ETfhxcatGIOeTHwfGHLHGQCkTlB/4YsytCZMibG0EyH7Ku/gU8Zyf0= 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-01_16:40:50 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-01T16:50:06.829 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa; will attempt to use it 2023-12-01T16:50:06.830 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks 2023-12-01T16:50:06.830 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T16:50:06.831 INFO:teuthology.task.internal:Checking packages... 2023-12-01T16:50:06.855 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b5f2d3894d094aabe62070fbfb31ffe158591885' 2023-12-01T16:50:06.855 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T16:50:06.855 INFO:teuthology.packaging:ref: None 2023-12-01T16:50:06.855 INFO:teuthology.packaging:tag: None 2023-12-01T16:50:06.856 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-30-1735 2023-12-01T16:50:06.856 INFO:teuthology.packaging:sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T16:50:06.856 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-30-1735 2023-12-01T16:50:06.995 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7673.gb5f2d389 2023-12-01T16:50:06.995 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T16:50:07.002 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T16:50:07.002 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T16:50:07.024 INFO:teuthology.task.internal:Saving configuration 2023-12-01T16:50:07.039 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T16:50:07.045 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:50:07.074 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244', '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-01 16:44:50.339932', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEEZ5yGDdhzgF72cVycoojjyFmp49T72D/f5MLkY0SGdH2ng2CW9u5bCfLcvABUmWXncr6Ti63u94GlupV6QPKY='} 2023-12-01T16:50:07.100 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244', '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-01 16:44:50.341774', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBONSjxjTA+fM7Mk4b2LSrGEqWToGbHHi+ETfhxcatGIOeTHwfGHLHGQCkTlB/4YsytCZMibG0EyH7Ku/gU8Zyf0='} 2023-12-01T16:50:07.100 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T16:50:07.106 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-01T16:50:07.106 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-01T16:50:07.106 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T16:50:07.204 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2423675a60>, signals=[15]) 2023-12-01T16:50:07.204 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T16:50:07.211 INFO:teuthology.task.internal:Opening connections... 2023-12-01T16:50:07.211 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T16:50:07.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:50:07.278 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2023-12-01T16:50:07.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:50:07.345 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T16:50:07.352 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2023-12-01T16:50:07.375 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2023-12-01T16:50:07.376 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2023-12-01T16:50:07.436 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="CentOS Stream" 2023-12-01T16:50:07.436 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="8" 2023-12-01T16:50:07.436 INFO:teuthology.orchestra.run.smithi154.stdout:ID="centos" 2023-12-01T16:50:07.436 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="rhel fedora" 2023-12-01T16:50:07.436 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="8" 2023-12-01T16:50:07.436 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:50:07.436 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T16:50:07.436 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2023-12-01T16:50:07.437 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T16:50:07.437 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://centos.org/" 2023-12-01T16:50:07.437 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:50:07.437 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:50:07.437 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T16:50:07.437 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2023-12-01T16:50:07.456 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2023-12-01T16:50:07.479 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2023-12-01T16:50:07.480 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2023-12-01T16:50:07.541 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="CentOS Stream" 2023-12-01T16:50:07.541 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="8" 2023-12-01T16:50:07.541 INFO:teuthology.orchestra.run.smithi190.stdout:ID="centos" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="rhel fedora" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="8" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://centos.org/" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:50:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T16:50:07.543 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2023-12-01T16:50:07.564 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T16:50:07.573 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T16:50:07.578 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T16:50:07.579 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:50:07.581 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:50:07.602 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T16:50:07.607 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T16:50:07.607 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:50:07.643 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:50:07.689 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T16:50:07.741 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T16:50:07.756 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T16:50:07.756 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T16:50:07.756 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:50:07.757 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:50:07.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:50:07.776 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-12-01T16:50:07.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:50:07.777 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-12-01T16:50:07.837 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-489.el8.x86_64 2023-12-01T16:50:07.837 INFO:teuthology.task.kernel:Running kernel on smithi190: 4.18.0-489.el8.x86_64 2023-12-01T16:50:07.837 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2023-12-01T16:50:07.839 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-489.el8.x86_64 2023-12-01T16:50:07.839 INFO:teuthology.task.kernel:Running kernel on smithi154: 4.18.0-489.el8.x86_64 2023-12-01T16:50:07.839 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2023-12-01T16:50:15.879 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - AppStream 6.4 MB/s | 34 MB 00:05 2023-12-01T16:50:23.708 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - AppStream 2.6 MB/s | 34 MB 00:13 2023-12-01T16:50:44.609 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - BaseOS 2.4 MB/s | 55 MB 00:22 2023-12-01T16:50:49.631 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - BaseOS 2.8 MB/s | 55 MB 00:19 2023-12-01T16:50:52.667 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - Extras 108 kB/s | 18 kB 00:00 2023-12-01T16:50:53.276 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-12-01T16:50:53.653 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-01T16:50:54.270 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 34 MB/s | 16 MB 00:00 2023-12-01T16:50:57.639 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras 109 kB/s | 18 kB 00:00 2023-12-01T16:50:58.128 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 379 kB/s | 24 kB 00:00 2023-12-01T16:50:58.248 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-12-01T16:50:58.533 INFO:teuthology.orchestra.run.smithi190.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-01T16:51:00.734 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 7.8 MB/s | 16 MB 00:02 2023-12-01T16:51:01.738 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T16:51:01.738 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T16:51:02.110 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T16:51:02.111 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T16:51:02.111 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-12-01T16:51:02.111 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T16:51:02.111 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-12-01T16:51:02.111 INFO:teuthology.orchestra.run.smithi154.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T16:51:02.111 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-12-01T16:51:02.112 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T16:51:02.112 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T16:51:02.112 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T16:51:02.112 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T16:51:02.112 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T16:51:02.112 INFO:teuthology.orchestra.run.smithi154.stdout:Install 3 Packages 2023-12-01T16:51:02.112 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T16:51:02.113 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 90 M 2023-12-01T16:51:02.113 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 96 M 2023-12-01T16:51:02.113 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-12-01T16:51:03.155 INFO:teuthology.orchestra.run.smithi154.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 10 MB/s | 10 MB 00:01 2023-12-01T16:51:04.396 INFO:teuthology.orchestra.run.smithi154.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-12-01T16:51:04.558 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 550 kB/s | 24 kB 00:00 2023-12-01T16:51:04.863 INFO:teuthology.orchestra.run.smithi154.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-12-01T16:51:04.864 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:51:04.864 INFO:teuthology.orchestra.run.smithi154.stdout:Total 33 MB/s | 90 MB 00:02 2023-12-01T16:51:05.535 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-12-01T16:51:05.970 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-12-01T16:51:05.970 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-12-01T16:51:07.201 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-12-01T16:51:07.239 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-12-01T16:51:08.124 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T16:51:08.125 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T16:51:08.399 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-01T16:51:08.400 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T16:51:08.400 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-12-01T16:51:08.400 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T16:51:08.400 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-01T16:51:08.400 INFO:teuthology.orchestra.run.smithi190.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T16:51:08.400 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-01T16:51:08.400 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T16:51:08.400 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T16:51:08.401 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T16:51:08.401 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-01T16:51:08.401 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T16:51:08.401 INFO:teuthology.orchestra.run.smithi190.stdout:Install 3 Packages 2023-12-01T16:51:08.401 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T16:51:08.401 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 90 M 2023-12-01T16:51:08.401 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 96 M 2023-12-01T16:51:08.402 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-01T16:51:09.643 INFO:teuthology.orchestra.run.smithi190.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 9.6 MB/s | 10 MB 00:01 2023-12-01T16:51:10.039 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-12-01T16:51:10.593 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T16:51:11.568 INFO:teuthology.orchestra.run.smithi190.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 12 MB/s | 36 MB 00:02 2023-12-01T16:51:12.177 INFO:teuthology.orchestra.run.smithi190.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-12-01T16:51:12.177 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:51:12.177 INFO:teuthology.orchestra.run.smithi190.stdout:Total 24 MB/s | 90 MB 00:03 2023-12-01T16:51:12.849 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-01T16:51:13.277 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-01T16:51:13.277 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-01T16:51:14.164 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T16:51:14.521 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-01T16:51:14.542 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-01T16:51:14.576 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T16:51:17.313 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-01T16:51:17.863 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T16:51:17.997 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T16:51:18.257 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:21.458 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T16:51:21.855 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T16:51:25.280 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T16:51:25.552 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:40.313 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:40.338 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:40.681 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:40.682 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T16:51:40.682 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T16:51:41.494 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:41.494 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T16:51:41.494 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-12-01T16:51:41.494 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-01T16:51:41.494 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T16:51:41.495 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T16:51:41.495 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T16:51:41.647 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:51:41.869 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T16:51:41.869 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T16:51:41.869 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-01T16:51:41.869 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T16:51:41.869 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T16:51:41.869 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T16:51:41.870 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi154.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T16:51:41.870 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:51:42.079 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T16:51:42.079 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T16:51:42.080 DEBUG:teuthology.orchestra.run.smithi154:> sudo rpm -qi grub2-tools 2023-12-01T16:51:42.113 INFO:teuthology.orchestra.run.smithi154.stdout:Name : grub2-tools 2023-12-01T16:51:42.113 INFO:teuthology.orchestra.run.smithi154.stdout:Epoch : 1 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Version : 2.02 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Release : 129.el8 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: x86_64 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Group : System Environment/Base 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Size : 9265586 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:License : GPLv3+ 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Relocations : (not relocatable) 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Packager : CentOS BuildSystem 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:Vendor : CentOS 2023-12-01T16:51:42.114 INFO:teuthology.orchestra.run.smithi154.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout:Summary : Support tools for GRUB. 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout:Description : 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout:hardware devices. 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T16:51:42.115 INFO:teuthology.orchestra.run.smithi154.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T16:51:42.116 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T16:51:42.116 INFO:teuthology.task.kernel:Updating grub on smithi154 to boot 4.18.0-526.el8.x86_64 2023-12-01T16:51:42.116 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T16:51:43.650 INFO:teuthology.orchestra.run.smithi154.stderr:Generating grub configuration file ... 2023-12-01T16:51:45.898 INFO:teuthology.orchestra.run.smithi154.stderr:done 2023-12-01T16:51:45.899 DEBUG:teuthology.orchestra.run.smithi154:> mktemp 2023-12-01T16:51:45.923 INFO:teuthology.orchestra.run.smithi154.stdout:/tmp/tmp.qxuONM3e9Q 2023-12-01T16:51:45.923 DEBUG:teuthology.orchestra.run.smithi154:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qxuONM3e9Q 2023-12-01T16:51:45.998 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0666 /tmp/tmp.qxuONM3e9Q 2023-12-01T16:51:46.146 DEBUG:teuthology.orchestra.remote:smithi154:/tmp/tmp.qxuONM3e9Q is 6KB 2023-12-01T16:51:46.196 DEBUG:teuthology.orchestra.run.smithi154:> rm -fr /tmp/tmp.qxuONM3e9Q 2023-12-01T16:51:46.214 DEBUG:teuthology.orchestra.run.smithi154:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T16:51:46.280 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T16:51:46.280 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T16:51:46.280 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T16:51:46.280 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T16:51:46.281 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T16:51:46.441 DEBUG:teuthology.orchestra.run.smithi154:> sudo shutdown -r now 2023-12-01T16:51:47.434 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:47.460 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:47.805 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:47.805 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T16:51:47.805 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T16:51:48.572 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T16:51:48.572 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T16:51:48.572 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-01T16:51:48.572 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T16:51:48.573 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T16:51:48.573 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T16:51:48.573 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-01T16:51:48.739 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:51:48.958 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T16:51:48.958 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T16:51:48.958 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-01T16:51:48.958 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T16:51:48.959 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T16:51:48.959 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T16:51:48.959 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T16:51:48.959 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:51:49.168 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T16:51:49.169 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T16:51:49.169 DEBUG:teuthology.orchestra.run.smithi190:> sudo rpm -qi grub2-tools 2023-12-01T16:51:49.202 INFO:teuthology.orchestra.run.smithi190.stdout:Name : grub2-tools 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Epoch : 1 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Version : 2.02 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Release : 129.el8 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: x86_64 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Group : System Environment/Base 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Size : 9265586 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:License : GPLv3+ 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T16:51:49.203 INFO:teuthology.orchestra.run.smithi190.stdout:Relocations : (not relocatable) 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:Packager : CentOS BuildSystem 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:Vendor : CentOS 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:Summary : Support tools for GRUB. 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:Description : 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:hardware devices. 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T16:51:49.204 INFO:teuthology.orchestra.run.smithi190.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T16:51:49.205 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T16:51:49.205 INFO:teuthology.task.kernel:Updating grub on smithi190 to boot 4.18.0-526.el8.x86_64 2023-12-01T16:51:49.205 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T16:51:50.710 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2023-12-01T16:51:52.973 INFO:teuthology.orchestra.run.smithi190.stderr:done 2023-12-01T16:51:52.974 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2023-12-01T16:51:52.997 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.6z8b0zpZoR 2023-12-01T16:51:52.997 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6z8b0zpZoR 2023-12-01T16:51:53.079 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.6z8b0zpZoR 2023-12-01T16:51:53.229 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.6z8b0zpZoR is 6KB 2023-12-01T16:51:53.279 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.6z8b0zpZoR 2023-12-01T16:51:53.296 DEBUG:teuthology.orchestra.run.smithi190:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T16:51:53.367 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T16:51:53.368 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T16:51:53.368 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T16:51:53.368 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T16:51:53.369 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T16:51:53.559 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2023-12-01T16:52:16.466 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T16:52:16.467 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T16:52:16.467 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:52:23.566 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T16:52:23.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-01T16:52:23.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:52:50.914 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2023-12-01T16:52:59.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T16:52:59.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:53:18.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2023-12-01T16:53:23.574 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T16:53:30.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T16:53:30.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:53:30.645 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-12-01T16:53:30.963 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T16:53:30.963 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-01T16:53:30.964 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-12-01T16:53:30.983 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-526.el8.x86_64 2023-12-01T16:53:30.983 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-01T16:53:30.983 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T16:53:30.983 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T16:53:31.985 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T16:53:31.985 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:53:32.053 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2023-12-01T16:53:32.071 DEBUG:teuthology.parallel:result is None 2023-12-01T16:53:32.575 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-01T16:53:32.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:53:32.921 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-12-01T16:53:33.269 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-01T16:53:33.269 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-01T16:53:33.269 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-12-01T16:53:33.286 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-526.el8.x86_64 2023-12-01T16:53:33.286 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-01T16:53:33.286 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T16:53:33.287 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T16:53:34.288 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T16:53:34.288 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:53:34.385 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2023-12-01T16:53:34.399 DEBUG:teuthology.parallel:result is None 2023-12-01T16:53:34.399 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T16:53:34.408 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T16:53:34.408 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:53:34.415 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:53:34.432 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T16:53:34.440 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T16:53:34.446 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T16:53:34.447 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:53:34.470 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:53:34.503 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T16:53:34.510 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T16:53:34.510 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-01T16:53:34.540 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T16:53:34.580 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:53:34.588 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:53:34.590 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:53:34.599 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:53:34.601 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T16:53:34.608 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T16:53:34.608 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-01T16:53:34.634 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:53:34.661 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T16:53:34.670 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T16:53:34.670 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:53:34.701 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:53:34.719 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:53:34.801 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:53:34.847 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:53:34.933 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:53:34.977 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T16:53:34.977 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:53:35.048 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:53:35.092 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:53:35.148 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:53:35.233 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:53:35.276 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-01T16:53:35.277 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:53:35.343 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2023-12-01T16:53:35.345 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2023-12-01T16:53:35.407 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:53:35.437 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:53:35.820 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T16:53:35.828 INFO:teuthology.task.internal:Starting timer... 2023-12-01T16:53:35.828 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T16:53:35.838 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T16:53:35.848 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T16:53:35.849 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2023-12-01T16:53:35.951 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2023-12-01T16:53:35.952 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2023-12-01T16:53:36.037 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2023-12-01T16:53:36.038 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T16:53:36.038 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2023-12-01T16:53:36.059 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2023-12-01T16:53:36.060 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2023-12-01T16:53:36.088 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2023-12-01T16:53:36.088 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi154.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive'} 2023-12-01T16:53:36.089 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-01T16:53:36.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:53:36.128 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T16:53:36.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:53:36.155 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T16:53:36.155 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:53:36.194 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:53:36.221 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T16:53:36.231 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T16:53:36.236 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T16:53:36.364 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T16:53:36.380 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-01T16:53:36.381 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi154.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T17:01:09.927 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi154.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2023-12-01T17:01:09.928 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T17:01:09.929 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:01:09.996 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-12-01T17:01:10.068 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T17:01:10.069 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-01T17:01:10.069 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:01:10.136 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-12-01T17:01:10.206 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-01T17:01:10.207 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T17:01:10.224 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T17:01:10.225 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:01:10.225 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-01T17:01:10.228 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:01:10.228 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T17:01:10.258 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:01:10.272 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:01:10.279 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:01:10.294 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:01:10.337 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2023-12-01T17:01:10.347 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2023-12-01T17:01:10.360 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2023-12-01T17:01:10.362 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:01:10.371 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2023-12-01T17:01:10.375 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:01:10.384 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:01:10.397 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:01:10.446 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-12-01T17:01:10.449 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:01:10.449 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-12-01T17:01:10.449 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:01:10.449 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:01:10.449 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:01:10.449 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:01:10.465 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-12-01T17:01:10.468 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:01:10.468 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-12-01T17:01:10.468 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:01:10.468 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:01:10.468 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:01:10.468 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:01:10.469 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T17:01:10.479 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T17:01:10.479 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:01:10.479 DEBUG:teuthology.orchestra.run.smithi154:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:01:10.480 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi190.front.sepia.ceph.com 2023-12-01T17:01:10.480 DEBUG:teuthology.orchestra.run.smithi190:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:01:11.370 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:45 ago on Fri 01 Dec 2023 04:59:26 PM UTC. 2023-12-01T17:01:11.390 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:43 ago on Fri 01 Dec 2023 04:59:28 PM UTC. 2023-12-01T17:01:13.486 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout:Resetting modules: 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T17:01:13.487 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:01:13.522 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-01T17:01:13.523 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T17:01:13.523 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-12-01T17:01:13.523 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T17:01:13.523 INFO:teuthology.orchestra.run.smithi190.stdout:Resetting modules: 2023-12-01T17:01:13.523 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools 2023-12-01T17:01:13.523 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:01:13.523 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-01T17:01:13.523 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T17:01:13.524 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:01:13.745 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T17:01:13.775 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-01T17:01:14.714 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:46 ago on Fri 01 Dec 2023 04:59:28 PM UTC. 2023-12-01T17:01:14.719 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:48 ago on Fri 01 Dec 2023 04:59:26 PM UTC. 2023-12-01T17:01:16.801 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-01T17:01:16.818 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T17:01:16.985 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T17:01:16.985 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-01T17:01:16.985 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T17:01:16.985 INFO:teuthology.orchestra.run.smithi190.stdout:Installing group/module packages: 2023-12-01T17:01:16.985 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T17:01:16.985 INFO:teuthology.orchestra.run.smithi190.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-01T17:01:16.986 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout:Installing weak dependencies: 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout:Installing module profiles: 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools/common 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout:Enabling module streams: 2023-12-01T17:01:16.987 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools rhel8 2023-12-01T17:01:16.988 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:01:16.988 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-01T17:01:16.988 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-01T17:01:16.988 INFO:teuthology.orchestra.run.smithi190.stdout:Install 13 Packages 2023-12-01T17:01:16.988 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:01:16.988 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 27 M 2023-12-01T17:01:16.989 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 89 M 2023-12-01T17:01:16.989 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout:Installing group/module packages: 2023-12-01T17:01:17.002 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-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T17:01:17.002 INFO:teuthology.orchestra.run.smithi154.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout:Installing weak dependencies: 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout:Installing module profiles: 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools/common 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout:Enabling module streams: 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools rhel8 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T17:01:17.003 INFO:teuthology.orchestra.run.smithi154.stdout:Install 13 Packages 2023-12-01T17:01:17.004 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:01:17.004 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 27 M 2023-12-01T17:01:17.004 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 89 M 2023-12-01T17:01:17.005 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-12-01T17:01:17.553 INFO:teuthology.orchestra.run.smithi190.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.9 MB/s | 1.0 MB 00:00 2023-12-01T17:01:17.611 INFO:teuthology.orchestra.run.smithi190.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2023-12-01T17:01:17.779 INFO:teuthology.orchestra.run.smithi190.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.4 MB/s | 241 kB 00:00 2023-12-01T17:01:17.846 INFO:teuthology.orchestra.run.smithi154.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 942 kB/s | 750 kB 00:00 2023-12-01T17:01:17.905 INFO:teuthology.orchestra.run.smithi154.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 651 kB/s | 38 kB 00:00 2023-12-01T17:01:18.058 INFO:teuthology.orchestra.run.smithi190.stdout:(4/13): cockpit-podman-78-1.module_el8+712+4cd1 733 kB/s | 750 kB 00:01 2023-12-01T17:01:18.113 INFO:teuthology.orchestra.run.smithi154.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 966 kB/s | 1.0 MB 00:01 2023-12-01T17:01:18.155 INFO:teuthology.orchestra.run.smithi154.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 962 kB/s | 241 kB 00:00 2023-12-01T17:01:18.254 INFO:teuthology.orchestra.run.smithi190.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 906 kB/s | 178 kB 00:00 2023-12-01T17:01:18.361 INFO:teuthology.orchestra.run.smithi190.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 233 kB/s | 25 kB 00:00 2023-12-01T17:01:18.383 INFO:teuthology.orchestra.run.smithi154.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 781 kB/s | 178 kB 00:00 2023-12-01T17:01:18.488 INFO:teuthology.orchestra.run.smithi190.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 737 kB/s | 94 kB 00:00 2023-12-01T17:01:18.615 INFO:teuthology.orchestra.run.smithi154.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 107 kB/s | 25 kB 00:00 2023-12-01T17:01:18.815 INFO:teuthology.orchestra.run.smithi154.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 5.4 MB/s | 9.6 MB 00:01 2023-12-01T17:01:18.843 INFO:teuthology.orchestra.run.smithi154.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 418 kB/s | 94 kB 00:00 2023-12-01T17:01:19.590 INFO:teuthology.orchestra.run.smithi154.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.4 MB/s | 2.5 MB 00:00 2023-12-01T17:01:19.622 INFO:teuthology.orchestra.run.smithi190.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.1 MB/s | 3.9 MB 00:01 2023-12-01T17:01:19.915 INFO:teuthology.orchestra.run.smithi154.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 162 kB/s | 53 kB 00:00 2023-12-01T17:01:20.040 INFO:teuthology.orchestra.run.smithi154.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 328 kB/s | 41 kB 00:00 2023-12-01T17:01:20.714 INFO:teuthology.orchestra.run.smithi190.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 2.3 MB/s | 2.5 MB 00:01 2023-12-01T17:01:20.806 INFO:teuthology.orchestra.run.smithi190.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 574 kB/s | 53 kB 00:00 2023-12-01T17:01:20.889 INFO:teuthology.orchestra.run.smithi190.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 492 kB/s | 41 kB 00:00 2023-12-01T17:01:21.441 INFO:teuthology.orchestra.run.smithi154.stdout:(12/13): netavark-1.8.0-2.module_el8+712+4cd1bd 1.2 MB/s | 3.9 MB 00:03 2023-12-01T17:01:25.548 INFO:teuthology.orchestra.run.smithi190.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 1.2 MB/s | 8.1 MB 00:07 2023-12-01T17:01:26.248 INFO:teuthology.orchestra.run.smithi190.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.0 MB/s | 9.6 MB 00:09 2023-12-01T17:01:26.248 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:01:26.248 INFO:teuthology.orchestra.run.smithi190.stdout:Total 2.9 MB/s | 27 MB 00:09 2023-12-01T17:01:26.520 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-01T17:01:26.541 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-01T17:01:26.541 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-01T17:01:26.787 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-01T17:01:26.790 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-01T17:01:27.241 INFO:teuthology.orchestra.run.smithi154.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 990 kB/s | 8.1 MB 00:08 2023-12-01T17:01:27.241 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:01:27.241 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.6 MB/s | 27 MB 00:10 2023-12-01T17:01:27.498 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-01T17:01:27.516 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-12-01T17:01:27.538 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-12-01T17:01:27.538 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-12-01T17:01:27.725 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T17:01:27.805 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-12-01T17:01:27.808 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-12-01T17:01:27.927 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T17:01:28.128 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T17:01:28.378 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T17:01:28.525 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-12-01T17:01:28.737 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T17:01:28.924 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T17:01:28.932 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T17:01:29.130 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T17:01:29.369 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T17:01:29.937 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T17:01:29.951 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T17:01:30.173 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T17:01:30.468 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T17:01:30.765 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T17:01:30.936 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T17:01:31.180 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T17:01:31.206 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T17:01:31.419 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T17:01:31.653 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T17:01:32.070 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T17:01:32.070 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T17:01:32.333 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T17:01:32.533 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T17:01:32.957 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T17:01:32.980 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T17:01:32.980 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T17:01:32.980 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T17:01:32.980 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T17:01:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T17:01:33.176 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T17:01:33.348 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T17:01:33.776 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T17:01:33.776 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T17:01:33.776 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T17:01:33.776 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T17:01:33.776 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T17:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T17:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T17:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T17:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T17:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T17:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T17:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T17:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T17:01:33.779 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T17:01:33.779 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:01:33.779 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-01T17:01:33.779 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:33.779 INFO:teuthology.orchestra.run.smithi190.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:33.779 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:01:33.780 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-01T17:01:34.037 DEBUG:teuthology.parallel:result is None 2023-12-01T17:01:34.584 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T17:01:34.585 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T17:01:34.586 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T17:01:34.586 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:34.586 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T17:01:34.586 INFO:teuthology.orchestra.run.smithi154.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T17:01:34.586 INFO:teuthology.orchestra.run.smithi154.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T17:01:34.586 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:01:34.586 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T17:01:34.873 DEBUG:teuthology.parallel:result is None 2023-12-01T17:01:34.873 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T17:01:34.974 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': 'b5f2d3894d094aabe62070fbfb31ffe158591885'} 2023-12-01T17:01:34.975 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-01T17:01:34.975 INFO:tasks.cephadm:Cluster fsid is 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:01:34.975 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T17:01:34.975 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T17:01:34.975 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi154': '172.21.15.154', 'mon.smithi190': '172.21.15.190'} 2023-12-01T17:01:34.976 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T17:01:34.976 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2023-12-01T17:01:35.003 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2023-12-01T17:01:35.036 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-01T17:01:35.037 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-01T17:01:35.448 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 1 17:01 /home/ubuntu/cephtest/cephadm 2023-12-01T17:01:35.449 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T17:01:35.603 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 1 17:01 /home/ubuntu/cephtest/cephadm 2023-12-01T17:01:35.603 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-01T17:01:35.623 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T17:01:35.655 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-01T17:01:35.656 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-01T17:01:35.665 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-01T17:01:37.289 INFO:teuthology.orchestra.run.smithi154.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-01T17:01:37.349 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-01T17:01:55.459 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:01:55.460 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-01T17:01:55.460 INFO:teuthology.orchestra.run.smithi154.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-01T17:01:55.460 INFO:teuthology.orchestra.run.smithi154.stdout: "repo_digests": [ 2023-12-01T17:01:55.460 INFO:teuthology.orchestra.run.smithi154.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-01T17:01:55.460 INFO:teuthology.orchestra.run.smithi154.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-01T17:01:55.460 INFO:teuthology.orchestra.run.smithi154.stdout: ] 2023-12-01T17:01:55.460 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:02:01.575 INFO:teuthology.orchestra.run.smithi190.stdout:{ 2023-12-01T17:02:01.575 INFO:teuthology.orchestra.run.smithi190.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-01T17:02:01.575 INFO:teuthology.orchestra.run.smithi190.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-01T17:02:01.575 INFO:teuthology.orchestra.run.smithi190.stdout: "repo_digests": [ 2023-12-01T17:02:01.575 INFO:teuthology.orchestra.run.smithi190.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-01T17:02:01.575 INFO:teuthology.orchestra.run.smithi190.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-01T17:02:01.575 INFO:teuthology.orchestra.run.smithi190.stdout: ] 2023-12-01T17:02:01.575 INFO:teuthology.orchestra.run.smithi190.stdout:} 2023-12-01T17:02:01.594 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /etc/ceph 2023-12-01T17:02:01.631 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2023-12-01T17:02:01.663 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 777 /etc/ceph 2023-12-01T17:02:01.702 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2023-12-01T17:02:01.729 INFO:tasks.cephadm:Writing seed config... 2023-12-01T17:02:01.731 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-01T17:02:01.731 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-01T17:02:01.731 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-01T17:02:01.731 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-01T17:02:01.731 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-01T17:02:01.731 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-01T17:02:01.731 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-01T17:02:01.732 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-01T17:02:01.733 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:02:01.733 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-01T17:02:01.761 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 = 48a53fa0-906b-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-01T17:02:01.762 DEBUG:teuthology.orchestra.run.smithi154:mon.smithi154> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi154.service 2023-12-01T17:02:01.804 INFO:tasks.cephadm:Bootstrapping... 2023-12-01T17:02:01.804 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 48a53fa0-906b-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.154 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-01T17:02:01.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:02:02.000 INFO:teuthology.orchestra.run.smithi154.stderr:-------------------------------------------------------------------------------- 2023-12-01T17:02:02.001 INFO:teuthology.orchestra.run.smithi154.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '48a53fa0-906b-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.154', '--skip-admin-label'] 2023-12-01T17:02:02.022 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: 4.6.1 2023-12-01T17:02:02.033 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying podman|docker is present... 2023-12-01T17:02:02.052 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: 4.6.1 2023-12-01T17:02:02.069 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying lvm2 is present... 2023-12-01T17:02:02.069 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying time synchronization is in place... 2023-12-01T17:02:02.074 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-01T17:02:02.080 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2023-12-01T17:02:02.086 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: enabled 2023-12-01T17:02:02.091 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: active 2023-12-01T17:02:02.092 INFO:teuthology.orchestra.run.smithi154.stderr:Unit chronyd.service is enabled and running 2023-12-01T17:02:02.092 INFO:teuthology.orchestra.run.smithi154.stderr:Repeating the final host check... 2023-12-01T17:02:02.111 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: 4.6.1 2023-12-01T17:02:02.124 INFO:teuthology.orchestra.run.smithi154.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-01T17:02:02.124 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl is present 2023-12-01T17:02:02.124 INFO:teuthology.orchestra.run.smithi154.stderr:lvcreate is present 2023-12-01T17:02:02.130 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-01T17:02:02.134 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2023-12-01T17:02:02.140 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: enabled 2023-12-01T17:02:02.145 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: active 2023-12-01T17:02:02.146 INFO:teuthology.orchestra.run.smithi154.stderr:Unit chronyd.service is enabled and running 2023-12-01T17:02:02.146 INFO:teuthology.orchestra.run.smithi154.stderr:Host looks OK 2023-12-01T17:02:02.146 INFO:teuthology.orchestra.run.smithi154.stderr:Cluster fsid: 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:02.147 INFO:teuthology.orchestra.run.smithi154.stderr:Acquiring lock 139974995685504 on /run/cephadm/48a53fa0-906b-11ee-95a2-87774f69a715.lock 2023-12-01T17:02:02.147 INFO:teuthology.orchestra.run.smithi154.stderr:Lock 139974995685504 acquired on /run/cephadm/48a53fa0-906b-11ee-95a2-87774f69a715.lock 2023-12-01T17:02:02.148 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying IP 172.21.15.154 port 3300 ... 2023-12-01T17:02:02.150 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying IP 172.21.15.154 port 6789 ... 2023-12-01T17:02:02.150 INFO:teuthology.orchestra.run.smithi154.stderr:Base mon IP is 172.21.15.154, final addrv is [v2:172.21.15.154:3300,v1:172.21.15.154:6789] 2023-12-01T17:02:02.151 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.154 metric 100 2023-12-01T17:02:02.151 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.154 metric 100 2023-12-01T17:02:02.152 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-01T17:02:02.152 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-01T17:02:02.153 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2023-12-01T17:02:02.155 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-01T17:02:02.155 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-01T17:02:02.155 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-01T17:02:02.156 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-01T17:02:02.158 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7761/64 scope link 2023-12-01T17:02:02.158 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-01T17:02:02.159 INFO:teuthology.orchestra.run.smithi154.stderr:Mon IP `172.21.15.154` is in CIDR network `172.21.0.0/20` 2023-12-01T17:02:02.159 INFO:teuthology.orchestra.run.smithi154.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-01T17:02:02.159 INFO:teuthology.orchestra.run.smithi154.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-01T17:02:02.233 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-01T17:02:02.637 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Getting image source signatures 2023-12-01T17:02:02.637 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-01T17:02:02.637 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-01T17:02:02.637 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-01T17:02:02.637 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-01T17:02:02.637 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-01T17:02:02.637 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-01T17:02:02.697 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Writing manifest to image destination 2023-12-01T17:02:02.851 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-01T17:02:03.196 INFO:teuthology.orchestra.run.smithi154.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-01T17:02:03.536 INFO:teuthology.orchestra.run.smithi154.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-01T17:02:03.536 INFO:teuthology.orchestra.run.smithi154.stderr:Extracting ceph user uid/gid from container image... 2023-12-01T17:02:03.827 INFO:teuthology.orchestra.run.smithi154.stderr:stat: 167 167 2023-12-01T17:02:04.145 INFO:teuthology.orchestra.run.smithi154.stderr:Creating initial keys... 2023-12-01T17:02:04.420 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-authtool: AQCMEWplHAADGBAAxZrndvETMtEI1c328cd87w== 2023-12-01T17:02:04.990 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-authtool: AQCMEWplNeVXOhAA5ELrhTM/Jk0dr98CH/fLig== 2023-12-01T17:02:05.582 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-authtool: AQCNEWplfgu8IRAAI0gjcue8i71Fbw1dsObZxQ== 2023-12-01T17:02:05.898 INFO:teuthology.orchestra.run.smithi154.stderr:Creating initial monmap... 2023-12-01T17:02:06.178 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-01T17:02:06.178 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-01T17:02:06.179 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:06.179 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-01T17:02:06.520 INFO:teuthology.orchestra.run.smithi154.stderr:monmaptool for smithi154 [v2:172.21.15.154:3300,v1:172.21.15.154:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-01T17:02:06.520 INFO:teuthology.orchestra.run.smithi154.stderr:setting min_mon_release = octopus 2023-12-01T17:02:06.520 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: set fsid to 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:06.520 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-01T17:02:06.520 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:02:06.520 INFO:teuthology.orchestra.run.smithi154.stderr:Creating mon... 2023-12-01T17:02:07.160 INFO:teuthology.orchestra.run.smithi154.stderr:create mon.smithi154 on 2023-12-01T17:02:07.264 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-01T17:02:07.355 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-48a53fa0-906b-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-48a53fa0-906b-11ee-95a2-87774f69a715.target. 2023-12-01T17:02:07.356 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-48a53fa0-906b-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-48a53fa0-906b-11ee-95a2-87774f69a715.target. 2023-12-01T17:02:07.551 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Failed to reset failed state of unit ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi154.service: Unit ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi154.service not loaded. 2023-12-01T17:02:07.558 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/ceph-48a53fa0-906b-11ee-95a2-87774f69a715.target.wants/ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi154.service → /etc/systemd/system/ceph-48a53fa0-906b-11ee-95a2-87774f69a715@.service. 2023-12-01T17:02:07.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:07 smithi154 systemd[1]: Starting Ceph mon.smithi154 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:02:08.003 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: disabled 2023-12-01T17:02:08.010 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2023-12-01T17:02:08.011 INFO:teuthology.orchestra.run.smithi154.stderr:firewalld.service is not enabled 2023-12-01T17:02:08.011 INFO:teuthology.orchestra.run.smithi154.stderr:Not possible to enable service . firewalld.service is not available 2023-12-01T17:02:08.012 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mon to start... 2023-12-01T17:02:08.012 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mon... 2023-12-01T17:02:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:07 smithi154 bash[107209]: afebc4d2058db8a812ff1d07b42ea7d7f77528e1d6c2b1e232748c83fe7e0d2b 2023-12-01T17:02:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:07 smithi154 systemd[1]: Started Ceph mon.smithi154 for 48a53fa0-906b-11ee-95a2-87774f69a715. 2023-12-01T17:02:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:08 smithi154 ceph-mon[107247]: mkfs 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:08 smithi154 ceph-mon[107247]: mon.smithi154 is new leader, mons smithi154 in quorum (ranks 0) 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: cluster: 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: id: 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: services: 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi154 (age 0.778871s) 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: data: 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-01T17:02:08.809 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-01T17:02:08.810 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: pgs: 2023-12-01T17:02:08.810 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:09.120 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:09 smithi154 ceph-mon[107247]: mon.smithi154 is new leader, mons smithi154 in quorum (ranks 0) 2023-12-01T17:02:09.120 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:09 smithi154 ceph-mon[107247]: monmap e1: 1 mons at {smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} 2023-12-01T17:02:09.120 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:09 smithi154 ceph-mon[107247]: fsmap 2023-12-01T17:02:09.120 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:09 smithi154 ceph-mon[107247]: osdmap e1: 0 total, 0 up, 0 in 2023-12-01T17:02:09.120 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:09 smithi154 ceph-mon[107247]: mgrmap e1: no daemons active 2023-12-01T17:02:09.121 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:09 smithi154 ceph-mon[107247]: from='client.? 172.21.15.154:0/2650744238' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-01T17:02:09.151 INFO:teuthology.orchestra.run.smithi154.stderr:mon is available 2023-12-01T17:02:09.151 INFO:teuthology.orchestra.run.smithi154.stderr:Assimilating anything we can from ceph.conf... 2023-12-01T17:02:09.570 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:09.570 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [global] 2023-12-01T17:02:09.570 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: fsid = 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.154:3300,v1:172.21.15.154:6789] 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [mgr] 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [osd] 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-01T17:02:09.571 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-01T17:02:09.950 INFO:teuthology.orchestra.run.smithi154.stderr:Generating new minimal ceph.conf... 2023-12-01T17:02:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:10 smithi154 ceph-mon[107247]: from='client.? 172.21.15.154:0/467471601' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-01T17:02:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:10 smithi154 ceph-mon[107247]: from='client.? 172.21.15.154:0/467471601' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-01T17:02:10.743 INFO:teuthology.orchestra.run.smithi154.stderr:Restarting the monitor... 2023-12-01T17:02:11.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:10 smithi154 systemd[1]: Stopping Ceph mon.smithi154 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:02:11.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:10 smithi154 bash[107550]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon.smithi154" found: no such container 2023-12-01T17:02:11.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:10 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon-smithi154[107224]: 2023-12-01T17:02:10.827+0000 7f63b03ae700 -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-01T17:02:11.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:10 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon-smithi154[107224]: 2023-12-01T17:02:10.827+0000 7f63b03ae700 -1 mon.smithi154@0(leader) e1 *** Got Signal Terminated *** 2023-12-01T17:02:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 bash[107563]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon-smithi154 2023-12-01T17:02:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 bash[107600]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon.smithi154" found: no such container 2023-12-01T17:02:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 systemd[1]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi154.service: Succeeded. 2023-12-01T17:02:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 systemd[1]: Stopped Ceph mon.smithi154 for 48a53fa0-906b-11ee-95a2-87774f69a715. 2023-12-01T17:02:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 systemd[1]: Starting Ceph mon.smithi154 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:02:11.526 INFO:teuthology.orchestra.run.smithi154.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-01T17:02:11.528 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: set uid:gid to 167:167 (ceph:ceph) 2023-12-01T17:02:11.528 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-01T17:02:11.528 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: pidfile_write: ignore empty --pid-file 2023-12-01T17:02:11.528 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: load: jerasure load: lrc 2023-12-01T17:02:11.528 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: RocksDB version: 6.15.5 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Compile date Apr 18 2022 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: DB SUMMARY 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: DB Session ID: YTG085XAFXHH4SSYYU1N 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: CURRENT file: CURRENT 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: IDENTITY file: IDENTITY 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 bash[107669]: 386ef78caac5eb78a836e777b1fe5a36c50b9a34294cef84969d13959eae62a9 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi154/store.db dir, Total Num: 1, files: 000008.sst 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi154/store.db: 000010.log size: 80783 ; 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.error_if_exists: 0 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.create_if_missing: 0 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.paranoid_checks: 1 2023-12-01T17:02:11.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.env: 0x564cadcb2860 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.fs: Posix File System 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.info_log: 0x564caf189fa0 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_file_opening_threads: 16 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.statistics: (nil) 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.use_fsync: 0 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_log_file_size: 0 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.keep_log_file_num: 1000 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.recycle_log_file_num: 0 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.allow_fallocate: 1 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.allow_mmap_reads: 0 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.allow_mmap_writes: 0 2023-12-01T17:02:11.530 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.use_direct_reads: 0 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.create_missing_column_families: 0 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.db_log_dir: 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi154/store.db 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.advise_random_on_open: 1 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.db_write_buffer_size: 0 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.write_buffer_manager: 0x564caf27a2d0 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T17:02:11.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.rate_limiter: (nil) 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.wal_recovery_mode: 2 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.enable_thread_tracking: 0 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.enable_pipelined_write: 0 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.unordered_write: 0 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.row_cache: None 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.wal_filter: None 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T17:02:11.532 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.allow_ingest_behind: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.preserve_deletes: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.two_write_queues: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.manual_wal_flush: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.atomic_flush: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.log_readahead_size: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.best_efforts_recovery: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.allow_data_in_errors: 0 2023-12-01T17:02:11.533 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.db_host_id: __hostname__ 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_background_jobs: 2 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_background_compactions: -1 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_subcompactions: 1 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_total_wal_size: 0 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_open_files: -1 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bytes_per_sync: 0 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T17:02:11.534 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_readahead_size: 0 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_background_flushes: -1 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Compression algorithms supported: 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: kZSTD supported: 0 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: kXpressCompression supported: 0 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: kLZ4HCCompression supported: 1 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: kLZ4Compression supported: 1 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: kBZip2Compression supported: 0 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: kZlibCompression supported: 1 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: kSnappyCompression supported: 1 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi154/store.db/MANIFEST-000009 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-01T17:02:11.535 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.merge_operator: 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_filter: None 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_filter_factory: None 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.sst_partitioner_factory: None 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564caf155d00) 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: cache_index_and_filter_blocks: 1 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: pin_top_level_index_and_filter: 1 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: index_type: 0 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: data_block_index_type: 0 2023-12-01T17:02:11.536 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: index_shortening: 1 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: hash_index_allow_collision: 1 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: checksum: 1 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: no_block_cache: 0 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_cache: 0x564caf1c0170 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_cache_name: BinnedLRUCache 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_cache_options: 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: capacity : 536870912 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: num_shard_bits : 4 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: strict_capacity_limit : 0 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: high_pri_pool_ratio: 0.000 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_cache_compressed: (nil) 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: persistent_cache: (nil) 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_size: 4096 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_size_deviation: 10 2023-12-01T17:02:11.537 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_restart_interval: 16 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: index_block_restart_interval: 1 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: metadata_block_size: 4096 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: partition_filters: 0 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: use_delta_encoding: 1 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: whole_key_filtering: 1 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: verify_compression: 0 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: read_amp_bytes_per_bit: 0 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: format_version: 4 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: enable_index_compression: 1 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: block_align: 0 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.write_buffer_size: 33554432 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_write_buffer_number: 2 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compression: NoCompression 2023-12-01T17:02:11.538 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bottommost_compression: Disabled 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.prefix_extractor: nullptr 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.num_levels: 7 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T17:02:11.539 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compression_opts.level: 32767 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compression_opts.strategy: 0 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compression_opts.enabled: false 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.target_file_size_base: 67108864 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T17:02:11.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T17:02:11.541 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T17:02:11.541 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T17:02:11.541 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T17:02:11.541 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T17:02:11.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T17:02:11.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T17:02:11.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.arena_block_size: 4194304 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.disable_auto_compactions: 0 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T17:02:11.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.table_properties_collectors: 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.inplace_update_support: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.bloom_locality: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.max_successive_merges: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.paranoid_file_checks: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.force_consistency_checks: 1 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.report_bg_io_stats: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.ttl: 2592000 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T17:02:11.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.enable_blob_files: false 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.min_blob_size: 0 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.blob_file_size: 268435456 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi154/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-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701450131524594, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: 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-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 systemd[1]: Started Ceph mon.smithi154 for 48a53fa0-906b-11ee-95a2-87774f69a715. 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701450131525841, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77641, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75899, "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": 70355, "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": 1701450131, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "60aca359-09a5-4964-8b47-0d3e52c0cd85", "db_session_id": "YTG085XAFXHH4SSYYU1N"}} 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-01T17:02:11.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701450131526183, "job": 1, "event": "recovery_finished"} 2023-12-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi154/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x564caf1a6a80 2023-12-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: DB pointer 0x564caf1b6000 2023-12-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** DB Stats ** 2023-12-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T17:02:11.972 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-01T17:02:11.972 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-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T17:02:11.972 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-01T17:02:11.972 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-01T17:02:11.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T17:02:11.973 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-01T17:02:11.973 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** Compaction Stats [default] ** 2023-12-01T17:02:11.973 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-01T17:02:11.973 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T17:02:11.974 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: L0 2/0 77.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.0 0.00 0.00 1 0.001 0 0 2023-12-01T17:02:11.974 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Sum 2/0 77.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.0 0.00 0.00 1 0.001 0 0 2023-12-01T17:02:11.974 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 72.0 0.00 0.00 1 0.001 0 0 2023-12-01T17:02:11.974 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-01T17:02:11.974 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** Compaction Stats [default] ** 2023-12-01T17:02:11.975 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-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T17:02:11.975 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 72.0 0.00 0.00 1 0.001 0 0 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Cumulative compaction: 0.00 GB write, 19.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Interval compaction: 0.00 GB write, 19.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T17:02:11.975 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-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-01T17:02:11.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** Compaction Stats [default] ** 2023-12-01T17:02:11.976 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-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: L0 2/0 77.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.0 0.00 0.00 1 0.001 0 0 2023-12-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Sum 2/0 77.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.0 0.00 0.00 1 0.001 0 0 2023-12-01T17:02:11.976 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-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** Compaction Stats [default] ** 2023-12-01T17:02:11.976 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-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T17:02:11.976 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 72.0 0.00 0.00 1 0.001 0 0 2023-12-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T17:02:11.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: Cumulative compaction: 0.00 GB write, 19.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T17:02:11.977 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-01T17:02:11.977 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-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: starting mon.smithi154 rank 0 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 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154@-1(???) e1 preinit fsid 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154@-1(???).mds e1 new map 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154@-1(???).mds e1 print_map 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: e1 2023-12-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-01T17:02:11.977 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-01T17:02:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: legacy client fscid: -1 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout: No filesystems configured 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta expand map: {default=false} 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta from 'false' to 'false' 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta expanded map: {default=false} 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta expand map: {default=info} 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta from 'info' to 'info' 2023-12-01T17:02:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta expanded map: {default=info} 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta expand map: {default=daemon} 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta expanded map: {default=daemon} 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta expand map: {default=debug} 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta from 'debug' to 'debug' 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: expand_channel_meta expanded map: {default=debug} 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mon.smithi154 is new leader, mons smithi154 in quorum (ranks 0) 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: monmap e1: 1 mons at {smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: fsmap 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: osdmap e1: 0 total, 0 up, 0 in 2023-12-01T17:02:11.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:11 smithi154 ceph-mon[107707]: mgrmap e1: no daemons active 2023-12-01T17:02:12.342 INFO:teuthology.orchestra.run.smithi154.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-01T17:02:12.342 INFO:teuthology.orchestra.run.smithi154.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-01T17:02:12.342 INFO:teuthology.orchestra.run.smithi154.stderr:Creating mgr... 2023-12-01T17:02:12.342 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying port 9283 ... 2023-12-01T17:02:12.470 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Failed to reset failed state of unit ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mgr.smithi154.evnvqt.service: Unit ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mgr.smithi154.evnvqt.service not loaded. 2023-12-01T17:02:12.476 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/ceph-48a53fa0-906b-11ee-95a2-87774f69a715.target.wants/ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mgr.smithi154.evnvqt.service → /etc/systemd/system/ceph-48a53fa0-906b-11ee-95a2-87774f69a715@.service. 2023-12-01T17:02:12.927 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: disabled 2023-12-01T17:02:12.935 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2023-12-01T17:02:12.935 INFO:teuthology.orchestra.run.smithi154.stderr:firewalld.service is not enabled 2023-12-01T17:02:12.935 INFO:teuthology.orchestra.run.smithi154.stderr:Not possible to enable service . firewalld.service is not available 2023-12-01T17:02:12.943 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: disabled 2023-12-01T17:02:12.950 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2023-12-01T17:02:12.951 INFO:teuthology.orchestra.run.smithi154.stderr:firewalld.service is not enabled 2023-12-01T17:02:12.951 INFO:teuthology.orchestra.run.smithi154.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-01T17:02:12.951 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mgr to start... 2023-12-01T17:02:12.951 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mgr... 2023-12-01T17:02:13.214 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:12 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3014241347' entity='client.admin' 2023-12-01T17:02:13.432 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:13.432 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2023-12-01T17:02:13.432 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsid": "48a53fa0-906b-11ee-95a2-87774f69a715", 2023-12-01T17:02:13.432 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "health": { 2023-12-01T17:02:13.432 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T17:02:13.432 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 0 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "smithi154" 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:13.433 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T17:02:13.434 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:13.434 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T17:02:13.434 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T17:02:13.434 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T17:02:13.437 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T17:02:13.437 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T17:02:13.437 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T17:02:13.437 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:13.437 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T17:02:13.437 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T17:02:13.438 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T17:02:13.438 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T17:02:13.438 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T17:02:13.438 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T17:02:13.438 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T17:02:13.438 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T17:02:13.438 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T17:02:13.438 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": false, 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "iostat", 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "nfs", 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "restful" 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:13.439 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T17:02:13.440 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:13.440 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modified": "2023-12-01T17:02:08.029776+0000", 2023-12-01T17:02:13.440 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2023-12-01T17:02:13.440 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:13.440 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T17:02:13.440 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2023-12-01T17:02:13.854 INFO:teuthology.orchestra.run.smithi154.stderr:mgr not available, waiting (1/15)... 2023-12-01T17:02:14.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:13 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3634376078' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T17:02:16.279 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:16.279 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2023-12-01T17:02:16.279 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsid": "48a53fa0-906b-11ee-95a2-87774f69a715", 2023-12-01T17:02:16.279 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "health": { 2023-12-01T17:02:16.279 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T17:02:16.279 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T17:02:16.279 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 0 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "smithi154" 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:16.280 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T17:02:16.281 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:16.281 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T17:02:16.281 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T17:02:16.281 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T17:02:16.284 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T17:02:16.284 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T17:02:16.284 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T17:02:16.284 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:16.284 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T17:02:16.284 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T17:02:16.284 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": false, 2023-12-01T17:02:16.285 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "iostat", 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "nfs", 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "restful" 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modified": "2023-12-01T17:02:08.029776+0000", 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T17:02:16.286 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2023-12-01T17:02:16.440 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:16 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/761062391' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T17:02:16.624 INFO:teuthology.orchestra.run.smithi154.stderr:mgr not available, waiting (2/15)... 2023-12-01T17:02:19.066 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:19.067 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsid": "48a53fa0-906b-11ee-95a2-87774f69a715", 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "health": { 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 0 2023-12-01T17:02:19.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "smithi154" 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T17:02:19.075 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T17:02:19.076 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": false, 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "iostat", 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "nfs", 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "restful" 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2023-12-01T17:02:19.077 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:19.078 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T17:02:19.078 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:19.078 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modified": "2023-12-01T17:02:08.029776+0000", 2023-12-01T17:02:19.078 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2023-12-01T17:02:19.078 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:19.078 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T17:02:19.078 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: Activating manager daemon smithi154.evnvqt 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: mgrmap e2: smithi154.evnvqt(active, starting, since 0.00292544s) 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr metadata", "who": "smithi154.evnvqt", "id": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: Manager daemon smithi154.evnvqt is now available 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:02:19.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:19.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3213213246' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T17:02:19.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:19.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:19 smithi154 ceph-mon[107707]: from='mgr.14100 172.21.15.154:0/910513393' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:19.416 INFO:teuthology.orchestra.run.smithi154.stderr:mgr not available, waiting (3/15)... 2023-12-01T17:02:21.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:21 smithi154 ceph-mon[107707]: mgrmap e3: smithi154.evnvqt(active, since 1.007s) 2023-12-01T17:02:23.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:23 smithi154 ceph-mon[107707]: mgrmap e4: smithi154.evnvqt(active, since 3s) 2023-12-01T17:02:23.594 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:23.594 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsid": "48a53fa0-906b-11ee-95a2-87774f69a715", 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "health": { 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 0 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "smithi154" 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:23.595 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_age": 12, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T17:02:23.596 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:23.597 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": true, 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "iostat", 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "nfs", 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "restful" 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modified": "2023-12-01T17:02:08.029776+0000", 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2023-12-01T17:02:23.598 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T17:02:23.599 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2023-12-01T17:02:24.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:24 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/290673085' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T17:02:26.068 INFO:teuthology.orchestra.run.smithi154.stderr:mgr is available 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [global] 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: fsid = 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [mgr] 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [osd] 2023-12-01T17:02:27.660 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-01T17:02:27.661 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-01T17:02:28.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:27 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/749590763' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-01T17:02:29.506 INFO:teuthology.orchestra.run.smithi154.stderr:Enabling cephadm module... 2023-12-01T17:02:30.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:30 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1202246870' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-01T17:02:31.069 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2023-12-01T17:02:31.069 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-01T17:02:31.069 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": true, 2023-12-01T17:02:31.069 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "active_name": "smithi154.evnvqt", 2023-12-01T17:02:31.069 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-01T17:02:31.069 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2023-12-01T17:02:31.407 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:31 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1202246870' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-01T17:02:31.407 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:31 smithi154 ceph-mon[107707]: mgrmap e5: smithi154.evnvqt(active, since 11s) 2023-12-01T17:02:31.408 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:31 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4117062496' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-01T17:02:31.447 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for the mgr to restart... 2023-12-01T17:02:31.447 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mgr epoch 5... 2023-12-01T17:02:37.222 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2023-12-01T17:02:37.223 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-01T17:02:37.223 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "initialized": true 2023-12-01T17:02:37.223 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2023-12-01T17:02:37.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: Active manager daemon smithi154.evnvqt restarted 2023-12-01T17:02:37.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: Activating manager daemon smithi154.evnvqt 2023-12-01T17:02:37.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: osdmap e2: 0 total, 0 up, 0 in 2023-12-01T17:02:37.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: mgrmap e6: smithi154.evnvqt(active, starting, since 0.0523577s) 2023-12-01T17:02:37.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:02:37.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr metadata", "who": "smithi154.evnvqt", "id": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:02:37.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: Manager daemon smithi154.evnvqt is now available 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:02:37.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:37 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:02:37.554 INFO:teuthology.orchestra.run.smithi154.stderr:mgr epoch 5 is available 2023-12-01T17:02:37.554 INFO:teuthology.orchestra.run.smithi154.stderr:Setting orchestrator backend to cephadm... 2023-12-01T17:02:38.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: mgrmap e7: smithi154.evnvqt(active, since 1.05518s) 2023-12-01T17:02:38.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: [01/Dec/2023:17:02:37] ENGINE Bus STARTING 2023-12-01T17:02:38.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: [01/Dec/2023:17:02:37] ENGINE Serving on https://172.21.15.154:7150 2023-12-01T17:02:38.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: [01/Dec/2023:17:02:37] ENGINE Bus STARTED 2023-12-01T17:02:38.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:38.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:02:38.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:38.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:38.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:38 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:02:38.947 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: value unchanged 2023-12-01T17:02:39.295 INFO:teuthology.orchestra.run.smithi154.stderr:Generating ssh key... 2023-12-01T17:02:40.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:40 smithi154 ceph-mon[107707]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:40.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:40 smithi154 ceph-mon[107707]: mgrmap e8: smithi154.evnvqt(active, since 2s) 2023-12-01T17:02:40.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:40 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:40.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:40 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:40.950 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwfej55piLTjAEF7AfbYUX9Wu4wySp9pRzXulc1d5biRHv99ZKIemBsQ1UzR4zPJrhvmSqOE5Qm03OotZHqt9IPp2VR5YofpiFFU/Mx9ug4lEyVcc973VxZ7nuXmWGasGyOEeGcLzwnb05f4qx1R5kt0dSbMCvwCg2Slk+vCEqbl0jlhR0q4skcPmHQ1xS5/4W6r0foK/3CC5dkPEGWq6AGQ8zd5ybpffbUzqjoHa21iWBZyVQCuWCQbOyBDRS0URPwO9pZy1+TDvzF3p+UAKFGr5uvSl6mm0cEiHgrd4YM+kBn3UPdCOfSh6+xFSoWTLJggxQ9VdscSeXgFG5PHJcNPx+oaRd9JQdav4mGdEMMkdrgtbNIgvcZV4Um26BXjn224MmZHqopDV98QP4IJGrBeBGuv4J7YTZ+xaoeFpPjBV6uLBq3wCYQFzNuegnH49zW9Z+kUXgYollygW9/3UOjB7bzGTJ4HC6REfOzsJ77rPqkJp9XC0R0dSdZQqhz88= ceph-48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:02:41.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:41 smithi154 ceph-mon[107707]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:41.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:41 smithi154 ceph-mon[107707]: Generating ssh key... 2023-12-01T17:02:41.287 INFO:teuthology.orchestra.run.smithi154.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-01T17:02:41.287 INFO:teuthology.orchestra.run.smithi154.stderr:Adding key to root@localhost authorized_keys... 2023-12-01T17:02:41.287 INFO:teuthology.orchestra.run.smithi154.stderr:Adding host smithi154... 2023-12-01T17:02:42.105 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:42 smithi154 ceph-mon[107707]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:42.621 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Added host 'smithi154' with addr '172.21.15.154' 2023-12-01T17:02:42.956 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying mon service with default placement... 2023-12-01T17:02:43.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:43 smithi154 ceph-mon[107707]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "addr": "172.21.15.154", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:43.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:43 smithi154 ceph-mon[107707]: Deploying cephadm binary to smithi154 2023-12-01T17:02:43.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:43 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:43.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:43 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:02:43.515 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-01T17:02:43.906 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying mgr service with default placement... 2023-12-01T17:02:44.186 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:44 smithi154 ceph-mon[107707]: Added host smithi154 2023-12-01T17:02:44.186 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:44 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:44.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-01T17:02:44.820 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying crash service with default placement... 2023-12-01T17:02:45.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:45 smithi154 ceph-mon[107707]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:45.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:45 smithi154 ceph-mon[107707]: Saving service mon spec with placement count:5 2023-12-01T17:02:45.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:45 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:45.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:45 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:45.477 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-01T17:02:46.041 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying prometheus service with default placement... 2023-12-01T17:02:46.370 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:46 smithi154 ceph-mon[107707]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:46.370 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:46 smithi154 ceph-mon[107707]: Saving service mgr spec with placement count:2 2023-12-01T17:02:46.370 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:46 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:46.370 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:46 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:46.370 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:46 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:46.610 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-01T17:02:46.952 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying grafana service with default placement... 2023-12-01T17:02:47.409 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:47 smithi154 ceph-mon[107707]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:47.409 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:47 smithi154 ceph-mon[107707]: Saving service crash spec with placement * 2023-12-01T17:02:47.409 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:47 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:47.409 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:47 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:47.526 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-01T17:02:48.135 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying node-exporter service with default placement... 2023-12-01T17:02:48.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:48 smithi154 ceph-mon[107707]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:48.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:48 smithi154 ceph-mon[107707]: Saving service prometheus spec with placement count:1 2023-12-01T17:02:48.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:48 smithi154 ceph-mon[107707]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:48.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:48 smithi154 ceph-mon[107707]: Saving service grafana spec with placement count:1 2023-12-01T17:02:48.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:48 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:48.664 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-01T17:02:49.019 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying alertmanager service with default placement... 2023-12-01T17:02:49.521 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-01T17:02:49.973 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:49 smithi154 ceph-mon[107707]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:49.974 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:49 smithi154 ceph-mon[107707]: Saving service node-exporter spec with placement * 2023-12-01T17:02:49.974 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:49 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:49.974 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:49 smithi154 ceph-mon[107707]: from='mgr.14120 172.21.15.154:0/3667190639' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:50.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:50 smithi154 ceph-mon[107707]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:02:50.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:50 smithi154 ceph-mon[107707]: Saving service alertmanager spec with placement count:1 2023-12-01T17:02:50.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:50 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4285803700' entity='client.admin' 2023-12-01T17:02:51.585 INFO:teuthology.orchestra.run.smithi154.stderr:Enabling the dashboard module... 2023-12-01T17:02:52.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:52 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/839545046' entity='client.admin' 2023-12-01T17:02:52.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:52 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1036889093' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-01T17:02:53.519 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2023-12-01T17:02:53.520 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-01T17:02:53.520 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": true, 2023-12-01T17:02:53.520 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "active_name": "smithi154.evnvqt", 2023-12-01T17:02:53.520 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-01T17:02:53.520 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2023-12-01T17:02:53.803 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:53 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1036889093' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-01T17:02:53.803 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:53 smithi154 ceph-mon[107707]: mgrmap e9: smithi154.evnvqt(active, since 16s) 2023-12-01T17:02:53.803 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:53 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/265527037' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-01T17:02:53.859 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for the mgr to restart... 2023-12-01T17:02:53.859 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mgr epoch 9... 2023-12-01T17:02:58.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:58 smithi154 ceph-mon[107707]: Active manager daemon smithi154.evnvqt restarted 2023-12-01T17:02:58.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:58 smithi154 ceph-mon[107707]: Activating manager daemon smithi154.evnvqt 2023-12-01T17:02:58.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:58 smithi154 ceph-mon[107707]: osdmap e3: 0 total, 0 up, 0 in 2023-12-01T17:02:59.696 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2023-12-01T17:02:59.696 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-01T17:02:59.696 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "initialized": true 2023-12-01T17:02:59.696 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2023-12-01T17:02:59.957 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: mgrmap e10: smithi154.evnvqt(active, starting, since 0.0535548s) 2023-12-01T17:02:59.957 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:02:59.957 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr metadata", "who": "smithi154.evnvqt", "id": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:02:59.957 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T17:02:59.958 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T17:02:59.958 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T17:02:59.958 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: Manager daemon smithi154.evnvqt is now available 2023-12-01T17:02:59.958 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:02:59.958 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:02:59.958 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:02:59.958 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:02:59.958 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:02:59 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:02:59.982 INFO:teuthology.orchestra.run.smithi154.stderr:mgr epoch 9 is available 2023-12-01T17:02:59.983 INFO:teuthology.orchestra.run.smithi154.stderr:Generating a dashboard self-signed certificate... 2023-12-01T17:03:00.587 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: mgrmap e11: smithi154.evnvqt(active, since 1.0596s) 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: [01/Dec/2023:17:02:59] ENGINE Bus STARTING 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: [01/Dec/2023:17:02:59] ENGINE Serving on https://172.21.15.154:7150 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: [01/Dec/2023:17:02:59] ENGINE Bus STARTED 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:00.949 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:00 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:01.327 INFO:teuthology.orchestra.run.smithi154.stderr:Creating initial admin user... 2023-12-01T17:03:02.139 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$IHeiLBjkcTtrysv.rgE8xezaPgzwthWO8aN8gIEMzkacwW2KJltdS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701450182, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-01T17:03:02.492 INFO:teuthology.orchestra.run.smithi154.stderr:Fetching dashboard port number... 2023-12-01T17:03:03.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:02 smithi154 ceph-mon[107707]: mgrmap e12: smithi154.evnvqt(active, since 2s) 2023-12-01T17:03:03.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:02 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:03.025 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 8443 2023-12-01T17:03:03.383 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: disabled 2023-12-01T17:03:03.390 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2023-12-01T17:03:03.391 INFO:teuthology.orchestra.run.smithi154.stderr:firewalld.service is not enabled 2023-12-01T17:03:03.391 INFO:teuthology.orchestra.run.smithi154.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-01T17:03:03.393 INFO:teuthology.orchestra.run.smithi154.stderr:Ceph Dashboard is now available at: 2023-12-01T17:03:03.393 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:03:03.393 INFO:teuthology.orchestra.run.smithi154.stderr: URL: https://smithi154.front.sepia.ceph.com:8443/ 2023-12-01T17:03:03.393 INFO:teuthology.orchestra.run.smithi154.stderr: User: admin 2023-12-01T17:03:03.393 INFO:teuthology.orchestra.run.smithi154.stderr: Password: ea5j9ee4np 2023-12-01T17:03:03.394 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:03:03.394 INFO:teuthology.orchestra.run.smithi154.stderr:Enabling autotune for osd_memory_target 2023-12-01T17:03:03.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:03 smithi154 ceph-mon[107707]: 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-01T17:03:03.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:03 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/5487159' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-01T17:03:04.866 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr:You can access the Ceph CLI with: 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr: ceph telemetry on 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr:For more information see: 2023-12-01T17:03:05.216 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:03:05.217 INFO:teuthology.orchestra.run.smithi154.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-01T17:03:05.217 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:03:05.217 INFO:teuthology.orchestra.run.smithi154.stderr:Bootstrap complete. 2023-12-01T17:03:05.253 INFO:tasks.cephadm:Fetching config... 2023-12-01T17:03:05.253 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:03:05.253 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-01T17:03:05.273 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-01T17:03:05.274 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:03:05.274 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-01T17:03:05.331 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-01T17:03:05.331 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:03:05.331 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/keyring of=/dev/stdout 2023-12-01T17:03:05.400 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-01T17:03:05.400 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:03:05.401 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-01T17:03:05.458 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-01T17:03:05.459 DEBUG:teuthology.orchestra.run.smithi154:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwfej55piLTjAEF7AfbYUX9Wu4wySp9pRzXulc1d5biRHv99ZKIemBsQ1UzR4zPJrhvmSqOE5Qm03OotZHqt9IPp2VR5YofpiFFU/Mx9ug4lEyVcc973VxZ7nuXmWGasGyOEeGcLzwnb05f4qx1R5kt0dSbMCvwCg2Slk+vCEqbl0jlhR0q4skcPmHQ1xS5/4W6r0foK/3CC5dkPEGWq6AGQ8zd5ybpffbUzqjoHa21iWBZyVQCuWCQbOyBDRS0URPwO9pZy1+TDvzF3p+UAKFGr5uvSl6mm0cEiHgrd4YM+kBn3UPdCOfSh6+xFSoWTLJggxQ9VdscSeXgFG5PHJcNPx+oaRd9JQdav4mGdEMMkdrgtbNIgvcZV4Um26BXjn224MmZHqopDV98QP4IJGrBeBGuv4J7YTZ+xaoeFpPjBV6uLBq3wCYQFzNuegnH49zW9Z+kUXgYollygW9/3UOjB7bzGTJ4HC6REfOzsJ77rPqkJp9XC0R0dSdZQqhz88= ceph-48a53fa0-906b-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-01T17:03:05.534 INFO:teuthology.orchestra.run.smithi154.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwfej55piLTjAEF7AfbYUX9Wu4wySp9pRzXulc1d5biRHv99ZKIemBsQ1UzR4zPJrhvmSqOE5Qm03OotZHqt9IPp2VR5YofpiFFU/Mx9ug4lEyVcc973VxZ7nuXmWGasGyOEeGcLzwnb05f4qx1R5kt0dSbMCvwCg2Slk+vCEqbl0jlhR0q4skcPmHQ1xS5/4W6r0foK/3CC5dkPEGWq6AGQ8zd5ybpffbUzqjoHa21iWBZyVQCuWCQbOyBDRS0URPwO9pZy1+TDvzF3p+UAKFGr5uvSl6mm0cEiHgrd4YM+kBn3UPdCOfSh6+xFSoWTLJggxQ9VdscSeXgFG5PHJcNPx+oaRd9JQdav4mGdEMMkdrgtbNIgvcZV4Um26BXjn224MmZHqopDV98QP4IJGrBeBGuv4J7YTZ+xaoeFpPjBV6uLBq3wCYQFzNuegnH49zW9Z+kUXgYollygW9/3UOjB7bzGTJ4HC6REfOzsJ77rPqkJp9XC0R0dSdZQqhz88= ceph-48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:03:05.545 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwfej55piLTjAEF7AfbYUX9Wu4wySp9pRzXulc1d5biRHv99ZKIemBsQ1UzR4zPJrhvmSqOE5Qm03OotZHqt9IPp2VR5YofpiFFU/Mx9ug4lEyVcc973VxZ7nuXmWGasGyOEeGcLzwnb05f4qx1R5kt0dSbMCvwCg2Slk+vCEqbl0jlhR0q4skcPmHQ1xS5/4W6r0foK/3CC5dkPEGWq6AGQ8zd5ybpffbUzqjoHa21iWBZyVQCuWCQbOyBDRS0URPwO9pZy1+TDvzF3p+UAKFGr5uvSl6mm0cEiHgrd4YM+kBn3UPdCOfSh6+xFSoWTLJggxQ9VdscSeXgFG5PHJcNPx+oaRd9JQdav4mGdEMMkdrgtbNIgvcZV4Um26BXjn224MmZHqopDV98QP4IJGrBeBGuv4J7YTZ+xaoeFpPjBV6uLBq3wCYQFzNuegnH49zW9Z+kUXgYollygW9/3UOjB7bzGTJ4HC6REfOzsJ77rPqkJp9XC0R0dSdZQqhz88= ceph-48a53fa0-906b-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-01T17:03:05.592 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwfej55piLTjAEF7AfbYUX9Wu4wySp9pRzXulc1d5biRHv99ZKIemBsQ1UzR4zPJrhvmSqOE5Qm03OotZHqt9IPp2VR5YofpiFFU/Mx9ug4lEyVcc973VxZ7nuXmWGasGyOEeGcLzwnb05f4qx1R5kt0dSbMCvwCg2Slk+vCEqbl0jlhR0q4skcPmHQ1xS5/4W6r0foK/3CC5dkPEGWq6AGQ8zd5ybpffbUzqjoHa21iWBZyVQCuWCQbOyBDRS0URPwO9pZy1+TDvzF3p+UAKFGr5uvSl6mm0cEiHgrd4YM+kBn3UPdCOfSh6+xFSoWTLJggxQ9VdscSeXgFG5PHJcNPx+oaRd9JQdav4mGdEMMkdrgtbNIgvcZV4Um26BXjn224MmZHqopDV98QP4IJGrBeBGuv4J7YTZ+xaoeFpPjBV6uLBq3wCYQFzNuegnH49zW9Z+kUXgYollygW9/3UOjB7bzGTJ4HC6REfOzsJ77rPqkJp9XC0R0dSdZQqhz88= ceph-48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:03:05.604 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-01T17:03:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:05 smithi154 ceph-mon[107707]: mgrmap e13: smithi154.evnvqt(active, since 6s) 2023-12-01T17:03:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:05 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1067228255' entity='client.admin' 2023-12-01T17:03:07.444 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-01T17:03:07.444 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-01T17:03:08.241 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:08 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2280921241' entity='client.admin' 2023-12-01T17:03:09.208 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2023-12-01T17:03:09.209 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-01T17:03:09.209 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2023-12-01T17:03:09.230 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-01T17:03:09.231 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:03:09.291 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2023-12-01T17:03:09.291 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch host add smithi190 2023-12-01T17:03:09.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:09 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:09.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:09 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:03:09.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:09 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:09.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:09 smithi154 ceph-mon[107707]: Deploying daemon alertmanager.smithi154 on smithi154 2023-12-01T17:03:09.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:09 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:10.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:10 smithi154 ceph-mon[107707]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:03:12.701 INFO:teuthology.orchestra.run.smithi154.stdout:Added host 'smithi190' with addr '172.21.15.190' 2023-12-01T17:03:13.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:12 smithi154 ceph-mon[107707]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:03:13.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:12 smithi154 ceph-mon[107707]: Deploying cephadm binary to smithi190 2023-12-01T17:03:13.168 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-01T17:03:13.938 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:13 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:13.938 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:13 smithi154 ceph-mon[107707]: Added host smithi190 2023-12-01T17:03:14.656 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:03:14.656 INFO:teuthology.orchestra.run.smithi154.stdout:[{"addr": "172.21.15.154", "hostname": "smithi154", "labels": [], "status": ""}, {"addr": "172.21.15.190", "hostname": "smithi190", "labels": [], "status": ""}] 2023-12-01T17:03:15.419 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-01T17:03:15.419 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-01T17:03:15.449 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:15 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:15.450 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:15 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T17:03:15.450 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:15 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T17:03:15.450 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:15 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:15.450 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:15 smithi154 ceph-mon[107707]: Deploying daemon crash.smithi154 on smithi154 2023-12-01T17:03:16.311 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:16 smithi154 ceph-mon[107707]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:03:16.311 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:16 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:17.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:17 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:17.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:17 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:17.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:17 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T17:03:17.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:17 smithi154 ceph-mon[107707]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T17:03:17.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:17 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:17.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:17 smithi154 ceph-mon[107707]: Deploying daemon grafana.smithi154 on smithi154 2023-12-01T17:03:17.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:17 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3554837793' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-01T17:03:17.557 INFO:teuthology.orchestra.run.smithi154.stderr:adjusted tunables profile to default 2023-12-01T17:03:17.959 INFO:tasks.cephadm:Adding mon.smithi154 on smithi154 2023-12-01T17:03:17.959 INFO:tasks.cephadm:Adding mon.smithi190 on smithi190 2023-12-01T17:03:17.960 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi154:172.21.15.154=smithi154;smithi190:172.21.15.190=smithi190' 2023-12-01T17:03:19.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:18 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3554837793' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-01T17:03:19.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:18 smithi154 ceph-mon[107707]: osdmap e4: 0 total, 0 up, 0 in 2023-12-01T17:03:19.299 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2023-12-01T17:03:19.678 DEBUG:teuthology.orchestra.run.smithi190:mon.smithi190> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi190.service 2023-12-01T17:03:19.680 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:19.680 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:19.710 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:03:20.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:19 smithi154 ceph-mon[107707]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:20.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:19 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:20.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:19 smithi154 ceph-mon[107707]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi154:172.21.15.154=smithi154;smithi190:172.21.15.190=smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:03:20.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:19 smithi154 ceph-mon[107707]: Saving service mon spec with placement smithi154:172.21.15.154=smithi154;smithi190:172.21.15.190=smithi190;count:2 2023-12-01T17:03:20.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:19 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:21.087 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:21.087 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:21.089 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:22.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:21 smithi154 ceph-mon[107707]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:22.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:21 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/2914315184' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:22.430 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:22.431 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:23.871 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:23.871 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:23.873 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:24.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:23 smithi154 ceph-mon[107707]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:25.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:24 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/2876424329' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:25.250 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:25.250 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:25.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:25 smithi154 ceph-mon[107707]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:26.603 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:26.604 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:26.605 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:27.692 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:27 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/1641780851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:27.692 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:27 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:27.936 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:27.937 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:28.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:28 smithi154 ceph-mon[107707]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:28.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:28 smithi154 ceph-mon[107707]: Deploying daemon node-exporter.smithi154 on smithi154 2023-12-01T17:03:29.354 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:29.354 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:29.356 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:29 smithi154 ceph-mon[107707]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:29 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:29 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/725007053' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:29 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:29 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-01T17:03:30.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:30.755 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:32.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:31 smithi154 ceph-mon[107707]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-01T17:03:32.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:31 smithi154 ceph-mon[107707]: mgrmap e14: smithi154.evnvqt(active, since 31s) 2023-12-01T17:03:32.112 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:32.112 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:32.114 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:32.888 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:32 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/1169380387' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:33.493 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:33.494 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:34.998 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:34.999 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:34.999 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:35.302 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:35 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/1629172286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:36.369 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:36.370 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:37.821 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:37.822 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:37.823 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:37.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: Active manager daemon smithi154.evnvqt restarted 2023-12-01T17:03:37.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: Activating manager daemon smithi154.evnvqt 2023-12-01T17:03:37.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: osdmap e5: 0 total, 0 up, 0 in 2023-12-01T17:03:37.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: mgrmap e15: smithi154.evnvqt(active, starting, since 0.906603s) 2023-12-01T17:03:37.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr metadata", "who": "smithi154.evnvqt", "id": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: Manager daemon smithi154.evnvqt is now available 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:03:37.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:03:39.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:38 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/1720094091' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:39.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:39.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:39.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:39.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:38 smithi154 ceph-mon[107707]: mgrmap e16: smithi154.evnvqt(active, since 1.90869s) 2023-12-01T17:03:39.212 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:39.212 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:40.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:39 smithi154 ceph-mon[107707]: [01/Dec/2023:17:03:37] ENGINE Bus STARTING 2023-12-01T17:03:40.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:39 smithi154 ceph-mon[107707]: [01/Dec/2023:17:03:37] ENGINE Serving on https://172.21.15.154:7150 2023-12-01T17:03:40.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:39 smithi154 ceph-mon[107707]: [01/Dec/2023:17:03:37] ENGINE Bus STARTED 2023-12-01T17:03:40.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:39 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:40.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:39 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:40.923 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:40.923 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:40.925 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:41.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:40 smithi154 ceph-mon[107707]: mgrmap e17: smithi154.evnvqt(active, since 3s) 2023-12-01T17:03:41.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:40 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:41.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:40 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:03:41.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:40 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/3635274163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T17:03:42.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T17:03:42.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:41 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:42.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:42.273 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:43.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:42 smithi154 ceph-mon[107707]: Deploying daemon crash.smithi190 on smithi190 2023-12-01T17:03:43.804 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:43.805 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:43.806 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:45.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:44 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:45.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:44 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.euqtie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:03:45.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:44 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.euqtie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-01T17:03:45.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:44 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:03:45.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:44 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:45.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:44 smithi154 ceph-mon[107707]: Deploying daemon mgr.smithi190.euqtie on smithi190 2023-12-01T17:03:45.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:44 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/1257332998' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:45.207 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:45.207 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:46.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:46 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:46.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:46 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T17:03:46.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:46 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:46.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:46 smithi154 ceph-mon[107707]: Deploying daemon mon.smithi190 on smithi190 2023-12-01T17:03:47.194 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:47.194 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:02:06.166027Z","created":"2023-12-01T17:02:06.166027Z","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":"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]} 2023-12-01T17:03:47.197 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-01T17:03:48.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:47 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/2084056735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:47 smithi190 systemd[1]: Starting Ceph mon.smithi190 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:03:48.622 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: set uid:gid to 167:167 (ceph:ceph) 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: pidfile_write: ignore empty --pid-file 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: load: jerasure load: lrc 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: RocksDB version: 6.15.5 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Compile date Apr 18 2022 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: DB SUMMARY 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: DB Session ID: R2423BFH0LLDZPIT0K55 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: CURRENT file: CURRENT 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: IDENTITY file: IDENTITY 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi190/store.db dir, Total Num: 0, files: 2023-12-01T17:03:48.623 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi190/store.db: 000004.log size: 511 ; 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.error_if_exists: 0 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.create_if_missing: 0 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.paranoid_checks: 1 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.env: 0x55b46c4c6860 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.fs: Posix File System 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.info_log: 0x55b46cf37fa0 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_file_opening_threads: 16 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.statistics: (nil) 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.use_fsync: 0 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_log_file_size: 0 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T17:03:48.624 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.keep_log_file_num: 1000 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.recycle_log_file_num: 0 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.allow_fallocate: 1 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.allow_mmap_reads: 0 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.allow_mmap_writes: 0 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.use_direct_reads: 0 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.create_missing_column_families: 0 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.db_log_dir: 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi190/store.db 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T17:03:48.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.advise_random_on_open: 1 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.db_write_buffer_size: 0 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.write_buffer_manager: 0x55b46d0282d0 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.rate_limiter: (nil) 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.wal_recovery_mode: 2 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.enable_thread_tracking: 0 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.enable_pipelined_write: 0 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.unordered_write: 0 2023-12-01T17:03:48.626 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.row_cache: None 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.wal_filter: None 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.allow_ingest_behind: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.preserve_deletes: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.two_write_queues: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.manual_wal_flush: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.atomic_flush: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.log_readahead_size: 0 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-01T17:03:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.best_efforts_recovery: 0 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.allow_data_in_errors: 0 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.db_host_id: __hostname__ 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_background_jobs: 2 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_background_compactions: -1 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 bash[110420]: fe10e8868e66b3bb621f3d42520850f8c697ec1c196524a0111ea38153d10b84 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_subcompactions: 1 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_total_wal_size: 0 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T17:03:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_open_files: -1 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bytes_per_sync: 0 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_readahead_size: 0 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_background_flushes: -1 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Compression algorithms supported: 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: kZSTD supported: 0 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: kXpressCompression supported: 0 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: kLZ4HCCompression supported: 1 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: kLZ4Compression supported: 1 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: kBZip2Compression supported: 0 2023-12-01T17:03:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: kZlibCompression supported: 1 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: kSnappyCompression supported: 1 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi190/store.db/MANIFEST-000003 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.merge_operator: 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_filter: None 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_filter_factory: None 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.sst_partitioner_factory: None 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b46cf03d00) 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: cache_index_and_filter_blocks: 1 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T17:03:48.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: pin_top_level_index_and_filter: 1 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: index_type: 0 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: data_block_index_type: 0 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: index_shortening: 1 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: hash_index_allow_collision: 1 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: checksum: 1 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: no_block_cache: 0 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_cache: 0x55b46cf6e170 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_cache_name: BinnedLRUCache 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_cache_options: 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: capacity : 536870912 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: num_shard_bits : 4 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: strict_capacity_limit : 0 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: high_pri_pool_ratio: 0.000 2023-12-01T17:03:48.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_cache_compressed: (nil) 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: persistent_cache: (nil) 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_size: 4096 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_size_deviation: 10 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_restart_interval: 16 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: index_block_restart_interval: 1 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: metadata_block_size: 4096 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: partition_filters: 0 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: use_delta_encoding: 1 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: whole_key_filtering: 1 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: verify_compression: 0 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: read_amp_bytes_per_bit: 0 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: format_version: 4 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: enable_index_compression: 1 2023-12-01T17:03:48.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_align: 0 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.write_buffer_size: 33554432 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_write_buffer_number: 2 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compression: NoCompression 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bottommost_compression: Disabled 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.prefix_extractor: nullptr 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.num_levels: 7 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T17:03:48.633 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compression_opts.level: 32767 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compression_opts.strategy: 0 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compression_opts.enabled: false 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.target_file_size_base: 67108864 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T17:03:48.634 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.arena_block_size: 4194304 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T17:03:48.635 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.disable_auto_compactions: 0 2023-12-01T17:03:48.636 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T17:03:48.636 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T17:03:48.636 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T17:03:48.636 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T17:03:48.636 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T17:03:48.636 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T17:03:48.636 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T17:03:48.636 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T17:03:48.637 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T17:03:48.637 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T17:03:48.637 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.table_properties_collectors: 2023-12-01T17:03:48.637 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.inplace_update_support: 0 2023-12-01T17:03:48.637 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.bloom_locality: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.max_successive_merges: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.paranoid_file_checks: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.force_consistency_checks: 1 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.report_bg_io_stats: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.ttl: 2592000 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.enable_blob_files: false 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.min_blob_size: 0 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.blob_file_size: 268435456 2023-12-01T17:03:48.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi190/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-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701450228334338, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: 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-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701450228334611, "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": 1701450228, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "df25491e-6a65-47f9-8310-d51908640ff1", "db_session_id": "R2423BFH0LLDZPIT0K55"}} 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701450228335065, "job": 1, "event": "recovery_finished"} 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi190/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55b46cf54a80 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: DB pointer 0x55b46cf64000 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-01T17:03:48.639 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** DB Stats ** 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** Compaction Stats [default] ** 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.6 0.00 0.00 1 0.000 0 0 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.6 0.00 0.00 1 0.000 0 0 2023-12-01T17:03:48.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.6 0.00 0.00 1 0.000 0 0 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** Compaction Stats [default] ** 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.6 0.00 0.00 1 0.000 0 0 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** Compaction Stats [default] ** 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.6 0.00 0.00 1 0.000 0 0 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.6 0.00 0.00 1 0.000 0 0 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** Compaction Stats [default] ** 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.6 0.00 0.00 1 0.000 0 0 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T17:03:48.642 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190 does not exist in monmap, will attempt to join an existing cluster 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: using public_addr v2:172.21.15.190:0/0 -> [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: starting mon.smithi190 rank -1 at public addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] at bind addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi190 fsid 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 systemd[1]: Started Ceph mon.smithi190 for 48a53fa0-906b-11ee-95a2-87774f69a715. 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(???) e0 preinit fsid 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:03:48.643 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).mds e1 new map 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).mds e1 print_map 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: e1 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.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-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: legacy client fscid: -1 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: No filesystems configured 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-01T17:03:48.644 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Deploying daemon node-exporter.smithi154 on smithi154 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/725007053' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14162 172.21.15.154:0/1295362658' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mgrmap e14: smithi154.evnvqt(active, since 31s) 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/1169380387' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/1629172286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.645 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Active manager daemon smithi154.evnvqt restarted 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Activating manager daemon smithi154.evnvqt 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: osdmap e5: 0 total, 0 up, 0 in 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mgrmap e15: smithi154.evnvqt(active, starting, since 0.906603s) 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr metadata", "who": "smithi154.evnvqt", "id": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Manager daemon smithi154.evnvqt is now available 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:03:48.646 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/1720094091' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mgrmap e16: smithi154.evnvqt(active, since 1.90869s) 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: [01/Dec/2023:17:03:37] ENGINE Bus STARTING 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: [01/Dec/2023:17:03:37] ENGINE Serving on https://172.21.15.154:7150 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: [01/Dec/2023:17:03:37] ENGINE Bus STARTED 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mgrmap e17: smithi154.evnvqt(active, since 3s) 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.647 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/3635274163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Deploying daemon crash.smithi190 on smithi190 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.euqtie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.euqtie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-01T17:03:48.648 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Deploying daemon mgr.smithi190.euqtie on smithi190 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/1257332998' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: Deploying daemon mon.smithi190 on smithi190 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/2084056735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-01T17:03:48.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:48 smithi190 ceph-mon[110460]: mon.smithi190@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-01T17:03:48.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T17:03:48.794 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T17:03:53.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:03:53.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: mon.smithi154 calling monitor election 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: mon.smithi190 calling monitor election 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.190:0/3871549087' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.euqtie/crt"}]: dispatch 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: mon.smithi154 is new leader, mons smithi154,smithi190 in quorum (ranks 0,1) 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: monmap e2: 2 mons at {smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: fsmap 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: osdmap e5: 0 total, 0 up, 0 in 2023-12-01T17:03:53.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: mgrmap e17: smithi154.evnvqt(active, since 16s) 2023-12-01T17:03:53.732 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: Standby manager daemon smithi190.euqtie started 2023-12-01T17:03:53.732 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.190:0/3871549087' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T17:03:53.732 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.190:0/3871549087' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.euqtie/key"}]: dispatch 2023-12-01T17:03:53.732 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.190:0/3871549087' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T17:03:53.732 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: overall HEALTH_OK 2023-12-01T17:03:53.732 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:53.755 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-01T17:03:53.756 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":2,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","modified":"2023-12-01T17:03:48.364773Z","created":"2023-12-01T17:02:06.166027Z","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":"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":"{}"},{"rank":1,"name":"smithi190","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-01T17:03:53.757 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 2 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: mon.smithi154 calling monitor election 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: mon.smithi190 calling monitor election 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.190:0/3871549087' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.euqtie/crt"}]: dispatch 2023-12-01T17:03:53.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: mon.smithi154 is new leader, mons smithi154,smithi190 in quorum (ranks 0,1) 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: monmap e2: 2 mons at {smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: fsmap 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: osdmap e5: 0 total, 0 up, 0 in 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: mgrmap e17: smithi154.evnvqt(active, since 16s) 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: Standby manager daemon smithi190.euqtie started 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.190:0/3871549087' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.190:0/3871549087' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.euqtie/key"}]: dispatch 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.190:0/3871549087' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T17:03:53.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: overall HEALTH_OK 2023-12-01T17:03:53.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:54.131 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-01T17:03:54.131 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-01T17:03:54.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:54 smithi190 ceph-mon[110460]: Deploying daemon node-exporter.smithi190 on smithi190 2023-12-01T17:03:54.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:54 smithi190 ceph-mon[110460]: mgrmap e18: smithi154.evnvqt(active, since 16s), standbys: smithi190.euqtie 2023-12-01T17:03:54.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:54 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr metadata", "who": "smithi190.euqtie", "id": "smithi190.euqtie"}]: dispatch 2023-12-01T17:03:54.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:54 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/3215735864' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:54.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:54 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:54.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:54 smithi154 ceph-mon[107707]: Deploying daemon node-exporter.smithi190 on smithi190 2023-12-01T17:03:54.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:54 smithi154 ceph-mon[107707]: mgrmap e18: smithi154.evnvqt(active, since 16s), standbys: smithi190.euqtie 2023-12-01T17:03:54.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:54 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr metadata", "who": "smithi190.euqtie", "id": "smithi190.euqtie"}]: dispatch 2023-12-01T17:03:54.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:54 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/3215735864' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T17:03:54.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:54 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:03:57.649 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:57 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:57.649 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:57 smithi154 ceph-mon[107707]: Deploying daemon prometheus.smithi154 on smithi154 2023-12-01T17:03:57.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:57 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:57.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:57 smithi190 ceph-mon[110460]: Deploying daemon prometheus.smithi154 on smithi154 2023-12-01T17:03:57.980 INFO:teuthology.orchestra.run.smithi154.stdout:# minimal ceph.conf for 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:03:57.980 INFO:teuthology.orchestra.run.smithi154.stdout:[global] 2023-12-01T17:03:57.980 INFO:teuthology.orchestra.run.smithi154.stdout: fsid = 48a53fa0-906b-11ee-95a2-87774f69a715 2023-12-01T17:03:57.980 INFO:teuthology.orchestra.run.smithi154.stdout: mon_host = [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2023-12-01T17:03:58.311 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-01T17:03:58.312 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:03:58.312 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.conf 2023-12-01T17:03:58.341 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:03:58.341 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:03:58.410 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-01T17:03:58.410 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2023-12-01T17:03:58.447 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-01T17:03:58.447 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:03:58.518 INFO:tasks.cephadm:Deploying OSDs... 2023-12-01T17:03:58.518 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:03:58.518 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T17:03:58.538 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-01T17:03:58.538 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_1 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 397313 Links: 1 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-01 17:03:27.470568250 +0000 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-01 17:00:24.417113673 +0000 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-01 17:00:24.417113673 +0000 2023-12-01T17:03:58.600 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-01T17:03:58.601 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T17:03:58.667 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-01T17:03:58.667 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-01T17:03:58.667 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000225586 s, 2.3 MB/s 2023-12-01T17:03:58.668 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T17:03:58.727 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_2 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 397382 Links: 1 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-01 17:03:27.470568250 +0000 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-01 17:00:24.935100210 +0000 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-01 17:00:24.935100210 +0000 2023-12-01T17:03:58.787 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-01T17:03:58.788 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T17:03:58.861 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-01T17:03:58.862 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-01T17:03:58.862 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000215016 s, 2.4 MB/s 2023-12-01T17:03:58.863 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T17:03:58.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:58 smithi190 ceph-mon[110460]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:58.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:58 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:58.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:03:58 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2663983479' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:58.923 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_3 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 393210 Links: 1 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-01 17:03:27.470568250 +0000 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-01 17:00:25.455086695 +0000 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-01 17:00:25.455086695 +0000 2023-12-01T17:03:58.985 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-01T17:03:58.985 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T17:03:59.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:58 smithi154 ceph-mon[107707]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:03:59.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:58 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:03:59.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:03:58 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2663983479' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:03:59.052 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-01T17:03:59.052 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-01T17:03:59.052 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000225815 s, 2.3 MB/s 2023-12-01T17:03:59.053 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T17:03:59.113 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_4 2023-12-01T17:03:59.172 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T17:03:59.172 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T17:03:59.172 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 396465 Links: 1 2023-12-01T17:03:59.172 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T17:03:59.172 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T17:03:59.173 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-01 17:03:27.470568250 +0000 2023-12-01T17:03:59.173 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-01 17:00:25.971073285 +0000 2023-12-01T17:03:59.173 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-01 17:00:25.971073285 +0000 2023-12-01T17:03:59.173 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-01T17:03:59.173 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T17:03:59.242 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-01T17:03:59.242 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-01T17:03:59.243 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000207204 s, 2.5 MB/s 2023-12-01T17:03:59.244 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T17:03:59.303 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-01T17:03:59.303 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T17:03:59.325 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-01T17:03:59.325 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 392817 Links: 1 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-01 17:03:53.920212774 +0000 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-01 17:00:25.462040125 +0000 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-01 17:00:25.462040125 +0000 2023-12-01T17:03:59.387 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-01T17:03:59.388 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T17:03:59.456 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-01T17:03:59.456 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-01T17:03:59.456 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000248723 s, 2.1 MB/s 2023-12-01T17:03:59.457 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T17:03:59.517 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2023-12-01T17:03:59.576 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T17:03:59.576 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T17:03:59.576 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 396670 Links: 1 2023-12-01T17:03:59.577 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T17:03:59.577 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T17:03:59.577 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-01 17:03:53.920212774 +0000 2023-12-01T17:03:59.577 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-01 17:00:25.971025829 +0000 2023-12-01T17:03:59.577 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-01 17:00:25.971025829 +0000 2023-12-01T17:03:59.577 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-01T17:03:59.577 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T17:03:59.643 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-01T17:03:59.644 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-01T17:03:59.644 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000220605 s, 2.3 MB/s 2023-12-01T17:03:59.645 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T17:03:59.704 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2023-12-01T17:03:59.761 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T17:03:59.761 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T17:03:59.762 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 384930 Links: 1 2023-12-01T17:03:59.762 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T17:03:59.762 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T17:03:59.762 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-01 17:03:53.920212774 +0000 2023-12-01T17:03:59.762 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-01 17:00:26.482011478 +0000 2023-12-01T17:03:59.762 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-01 17:00:26.482011478 +0000 2023-12-01T17:03:59.762 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-01T17:03:59.762 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T17:03:59.827 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-01T17:03:59.827 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-01T17:03:59.827 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000216226 s, 2.4 MB/s 2023-12-01T17:03:59.828 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T17:03:59.887 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2023-12-01T17:03:59.945 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T17:03:59.945 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T17:03:59.945 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 395110 Links: 1 2023-12-01T17:03:59.945 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T17:03:59.945 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T17:03:59.945 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-01 17:03:53.920212774 +0000 2023-12-01T17:03:59.946 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-01 17:00:27.024996228 +0000 2023-12-01T17:03:59.946 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-01 17:00:27.024996228 +0000 2023-12-01T17:03:59.946 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-01T17:03:59.946 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T17:04:00.011 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-01T17:04:00.011 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-01T17:04:00.011 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.00023246 s, 2.2 MB/s 2023-12-01T17:04:00.012 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T17:04:00.071 INFO:tasks.cephadm:Deploying osd.0 on smithi154 with /dev/vg_nvme/lv_4... 2023-12-01T17:04:00.071 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-01T17:04:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:00 smithi190 ceph-mon[110460]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:01.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:00 smithi154 ceph-mon[107707]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:02.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:02 smithi154 ceph-mon[107707]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:02.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:02 smithi190 ceph-mon[110460]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:03.064 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-01T17:04:03.064 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-01T17:04:03.064 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2023-12-01T17:04:03.064 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2023-12-01T17:04:03.064 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110608 s, 948 MB/s 2023-12-01T17:04:03.064 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2023-12-01T17:04:03.635 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi154:vg_nvme/lv_4 2023-12-01T17:04:04.868 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:04 smithi154 ceph-mon[107707]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:04.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:04 smithi190 ceph-mon[110460]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:04:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:04:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:05.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:04:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:04:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:06.770 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:06 smithi190 ceph-mon[110460]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:04:06.770 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:06 smithi190 ceph-mon[110460]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:07.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:06 smithi154 ceph-mon[107707]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:04:07.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:06 smithi154 ceph-mon[107707]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:07.994 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:07.994 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:07 smithi154 ceph-mon[107707]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-01T17:04:07.994 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:07.994 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:07 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1995994139' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc912cf7-ad1f-47ff-8acf-ab36961c85d6"}]: dispatch 2023-12-01T17:04:07.995 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:07 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1995994139' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc912cf7-ad1f-47ff-8acf-ab36961c85d6"}]': finished 2023-12-01T17:04:07.995 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:07 smithi154 ceph-mon[107707]: osdmap e6: 1 total, 0 up, 1 in 2023-12-01T17:04:07.995 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:07.995 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:08.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:08.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:07 smithi190 ceph-mon[110460]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-01T17:04:08.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:08.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:07 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1995994139' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc912cf7-ad1f-47ff-8acf-ab36961c85d6"}]: dispatch 2023-12-01T17:04:08.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:07 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1995994139' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc912cf7-ad1f-47ff-8acf-ab36961c85d6"}]': finished 2023-12-01T17:04:08.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:07 smithi190 ceph-mon[110460]: osdmap e6: 1 total, 0 up, 1 in 2023-12-01T17:04:08.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:08.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:09.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:08 smithi154 ceph-mon[107707]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:04:09.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:08 smithi154 ceph-mon[107707]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:09.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:08 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/608543063' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:04:09.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:08 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:08 smithi190 ceph-mon[110460]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:04:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:08 smithi190 ceph-mon[110460]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:08 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/608543063' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:04:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:08 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:10.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:09 smithi154 ceph-mon[107707]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-01T17:04:10.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:09 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:10.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:09 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:10.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:09 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T17:04:10.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:09 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T17:04:10.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:09 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:09 smithi190 ceph-mon[110460]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-01T17:04:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:09 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:09 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:09 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T17:04:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:09 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T17:04:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:09 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:10.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:10 smithi154 ceph-mon[107707]: Reconfiguring mon.smithi154 (unknown last config time)... 2023-12-01T17:04:10.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:10 smithi154 ceph-mon[107707]: Reconfiguring daemon mon.smithi154 on smithi154 2023-12-01T17:04:10.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:10 smithi154 ceph-mon[107707]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:10 smithi190 ceph-mon[110460]: Reconfiguring mon.smithi154 (unknown last config time)... 2023-12-01T17:04:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:10 smithi190 ceph-mon[110460]: Reconfiguring daemon mon.smithi154 on smithi154 2023-12-01T17:04:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:10 smithi190 ceph-mon[110460]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:12.523 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:12.523 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:12 smithi154 ceph-mon[107707]: Reconfiguring mgr.smithi154.evnvqt (unknown last config time)... 2023-12-01T17:04:12.523 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.evnvqt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:04:12.523 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:04:12.523 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:12.523 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:12 smithi154 ceph-mon[107707]: Reconfiguring daemon mgr.smithi154.evnvqt on smithi154 2023-12-01T17:04:12.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:12 smithi154 ceph-mon[107707]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:12.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:12.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:12 smithi190 ceph-mon[110460]: Reconfiguring mgr.smithi154.evnvqt (unknown last config time)... 2023-12-01T17:04:12.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.evnvqt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:04:12.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:04:12.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:12.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:12 smithi190 ceph-mon[110460]: Reconfiguring daemon mgr.smithi154.evnvqt on smithi154 2023-12-01T17:04:12.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:12 smithi190 ceph-mon[110460]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:13.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:13 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:13.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:13 smithi154 ceph-mon[107707]: Reconfiguring alertmanager.smithi154 (dependencies changed)... 2023-12-01T17:04:13.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:13 smithi154 ceph-mon[107707]: Reconfiguring daemon alertmanager.smithi154 on smithi154 2023-12-01T17:04:13.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:13 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-01T17:04:13.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:13 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:13.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:13 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:13.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:13 smithi190 ceph-mon[110460]: Reconfiguring alertmanager.smithi154 (dependencies changed)... 2023-12-01T17:04:13.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:13 smithi190 ceph-mon[110460]: Reconfiguring daemon alertmanager.smithi154 on smithi154 2023-12-01T17:04:13.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:13 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-01T17:04:13.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:13 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:14 smithi190 ceph-mon[110460]: Deploying daemon osd.0 on smithi154 2023-12-01T17:04:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:14 smithi190 ceph-mon[110460]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:14.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:14 smithi154 ceph-mon[107707]: Deploying daemon osd.0 on smithi154 2023-12-01T17:04:14.631 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:14 smithi154 ceph-mon[107707]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:16.881 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:16 smithi190 ceph-mon[110460]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:16.881 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:16.881 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:16 smithi190 ceph-mon[110460]: Reconfiguring crash.smithi154 (monmap changed)... 2023-12-01T17:04:16.881 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T17:04:16.881 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:16.881 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:16 smithi190 ceph-mon[110460]: Reconfiguring daemon crash.smithi154 on smithi154 2023-12-01T17:04:16.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:16 smithi154 ceph-mon[107707]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:16.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:16.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:16 smithi154 ceph-mon[107707]: Reconfiguring crash.smithi154 (monmap changed)... 2023-12-01T17:04:16.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T17:04:16.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:16.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:16 smithi154 ceph-mon[107707]: Reconfiguring daemon crash.smithi154 on smithi154 2023-12-01T17:04:18.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:18 smithi190 ceph-mon[110460]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:19.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:18 smithi154 ceph-mon[107707]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:20.302 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:20 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:20.303 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:20 smithi154 ceph-mon[107707]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:20.303 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:20 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:20.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:20 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:20.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:20 smithi190 ceph-mon[110460]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:20.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:20 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:21.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:21 smithi154 ceph-mon[107707]: Reconfiguring grafana.smithi154 (dependencies changed)... 2023-12-01T17:04:21.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:21 smithi154 ceph-mon[107707]: Reconfiguring daemon grafana.smithi154 on smithi154 2023-12-01T17:04:21.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:21 smithi190 ceph-mon[110460]: Reconfiguring grafana.smithi154 (dependencies changed)... 2023-12-01T17:04:21.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:21 smithi190 ceph-mon[110460]: Reconfiguring daemon grafana.smithi154 on smithi154 2023-12-01T17:04:22.820 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:22 smithi154 ceph-mon[107707]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:22.821 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:22.821 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T17:04:22.821 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:22.821 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:22 smithi154 ceph-mon[107707]: from='osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-01T17:04:22.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:22 smithi190 ceph-mon[110460]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:22.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:22.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T17:04:22.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:22.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:22 smithi190 ceph-mon[110460]: from='osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-01T17:04:23.170 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 0 on host 'smithi154' 2023-12-01T17:04:23.555 DEBUG:teuthology.orchestra.run.smithi154:osd.0> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.0.service 2023-12-01T17:04:23.557 INFO:tasks.cephadm:Deploying osd.1 on smithi154 with /dev/vg_nvme/lv_3... 2023-12-01T17:04:23.557 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-01T17:04:23.588 INFO:journalctl@ceph.osd.0.smithi154.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:04:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: Reconfiguring crash.smithi190 (monmap changed)... 2023-12-01T17:04:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: Reconfiguring daemon crash.smithi190 on smithi190 2023-12-01T17:04:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:23.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.euqtie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:04:23.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:04:23.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:23.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:23.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: from='osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-01T17:04:23.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: osdmap e7: 1 total, 0 up, 1 in 2023-12-01T17:04:23.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:23.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:23 smithi154 ceph-mon[107707]: from='osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-01T17:04:23.805 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: Reconfiguring crash.smithi190 (monmap changed)... 2023-12-01T17:04:23.805 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: Reconfiguring daemon crash.smithi190 on smithi190 2023-12-01T17:04:23.805 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:23.806 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.euqtie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:04:23.806 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:04:23.806 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:23.806 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:23.806 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: from='osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-01T17:04:23.806 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: osdmap e7: 1 total, 0 up, 1 in 2023-12-01T17:04:23.807 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:23.807 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:23 smithi190 ceph-mon[110460]: from='osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-01T17:04:24.510 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-0[120480]: 2023-12-01T17:04:24.181+0000 7f1d4df2a700 -1 osd.0 0 waiting for initial osdmap 2023-12-01T17:04:24.510 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-0[120480]: 2023-12-01T17:04:24.186+0000 7f1d480c0700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T17:04:24.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: Reconfiguring mgr.smithi190.euqtie (monmap changed)... 2023-12-01T17:04:24.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: Reconfiguring daemon mgr.smithi190.euqtie on smithi190 2023-12-01T17:04:24.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:24.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:24.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T17:04:24.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T17:04:24.730 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:24.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: from='osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-01T17:04:24.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: osdmap e8: 1 total, 0 up, 1 in 2023-12-01T17:04:24.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:24.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: Reconfiguring mgr.smithi190.euqtie (monmap changed)... 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: Reconfiguring daemon mgr.smithi190.euqtie on smithi190 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: from='osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: osdmap e8: 1 total, 0 up, 1 in 2023-12-01T17:04:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:24.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:25.013 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-01T17:04:25.014 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-01T17:04:25.014 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2023-12-01T17:04:25.014 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2023-12-01T17:04:25.014 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0129329 s, 811 MB/s 2023-12-01T17:04:25.014 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2023-12-01T17:04:25.381 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi154:vg_nvme/lv_3 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: purged_snaps scrub starts 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: purged_snaps scrub ok 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: Reconfiguring mon.smithi190 (monmap changed)... 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: Reconfiguring daemon mon.smithi190 on smithi190 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.154:9093"}]: dispatch 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T17:04:25.672 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.154:3000"}]: dispatch 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.154:9095"}]: dispatch 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180] boot 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: osdmap e9: 1 total, 1 up, 1 in 2023-12-01T17:04:25.673 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:25.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: purged_snaps scrub starts 2023-12-01T17:04:25.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: purged_snaps scrub ok 2023-12-01T17:04:25.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: Reconfiguring mon.smithi190 (monmap changed)... 2023-12-01T17:04:25.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: Reconfiguring daemon mon.smithi190 on smithi190 2023-12-01T17:04:25.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:25.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T17:04:25.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.154:9093"}]: dispatch 2023-12-01T17:04:25.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.154:3000"}]: dispatch 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.154:9095"}]: dispatch 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: osd.0 [v2:172.21.15.154:6802/237269180,v1:172.21.15.154:6803/237269180] boot 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: osdmap e9: 1 total, 1 up, 1 in 2023-12-01T17:04:25.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:04:26.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T17:04:26.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.154:9093"}]: dispatch 2023-12-01T17:04:26.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T17:04:26.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.154:3000"}]: dispatch 2023-12-01T17:04:26.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T17:04:26.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.154:9095"}]: dispatch 2023-12-01T17:04:26.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:26.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:26.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:26 smithi190 ceph-mon[110460]: osdmap e10: 1 total, 1 up, 1 in 2023-12-01T17:04:26.929 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T17:04:26.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.154:9093"}]: dispatch 2023-12-01T17:04:26.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T17:04:26.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.154:3000"}]: dispatch 2023-12-01T17:04:26.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T17:04:26.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.154:9095"}]: dispatch 2023-12-01T17:04:26.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T17:04:26.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:26.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:26 smithi154 ceph-mon[107707]: osdmap e10: 1 total, 1 up, 1 in 2023-12-01T17:04:27.827 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:04:27.828 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:04:27.828 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:27.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:04:27.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:04:27.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:28.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:28 smithi154 ceph-mon[107707]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:04:28.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:28 smithi154 ceph-mon[107707]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:28.615 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:28 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:28.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:28 smithi190 ceph-mon[110460]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:04:28.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:28 smithi190 ceph-mon[110460]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:28.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:28 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:29.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:29 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1879168613' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad8b487d-69cc-4438-8bf7-66a69566bbbd"}]: dispatch 2023-12-01T17:04:29.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:29 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1879168613' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad8b487d-69cc-4438-8bf7-66a69566bbbd"}]': finished 2023-12-01T17:04:29.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:29 smithi190 ceph-mon[110460]: osdmap e11: 2 total, 1 up, 2 in 2023-12-01T17:04:29.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:29 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:30.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:29 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1879168613' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad8b487d-69cc-4438-8bf7-66a69566bbbd"}]: dispatch 2023-12-01T17:04:30.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:29 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1879168613' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad8b487d-69cc-4438-8bf7-66a69566bbbd"}]': finished 2023-12-01T17:04:30.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:29 smithi154 ceph-mon[107707]: osdmap e11: 2 total, 1 up, 2 in 2023-12-01T17:04:30.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:29 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:30.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:30 smithi190 ceph-mon[110460]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:31.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:30 smithi154 ceph-mon[107707]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:32 smithi190 ceph-mon[110460]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:32 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2897885630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:04:33.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:32 smithi154 ceph-mon[107707]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:33.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:32 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2897885630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:04:34.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:34 smithi154 ceph-mon[107707]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:34.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:34 smithi190 ceph-mon[110460]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:36.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:36 smithi190 ceph-mon[110460]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:36.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:36.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:04:36.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:36.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:36.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:36.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:36.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:36.916 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:36 smithi154 ceph-mon[107707]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:36.916 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:36.916 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:04:36.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:36.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:36.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:36.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:36.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:37.877 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:37 smithi154 ceph-mon[107707]: Detected new or changed devices on smithi154 2023-12-01T17:04:37.877 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:37 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi154 to 12898M 2023-12-01T17:04:37.877 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:37.877 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-01T17:04:37.877 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:37.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:37 smithi190 ceph-mon[110460]: Detected new or changed devices on smithi154 2023-12-01T17:04:37.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:37 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi154 to 12898M 2023-12-01T17:04:37.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:37.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-01T17:04:37.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:38.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:38 smithi190 ceph-mon[110460]: Deploying daemon osd.1 on smithi154 2023-12-01T17:04:38.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:38 smithi190 ceph-mon[110460]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:38.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:04:38.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:04:39.023 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:38 smithi154 ceph-mon[107707]: Deploying daemon osd.1 on smithi154 2023-12-01T17:04:39.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:38 smithi154 ceph-mon[107707]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:39.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:04:39.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:04:40.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:40 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:40.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:40 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:40.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:40 smithi154 ceph-mon[107707]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:40.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:40 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:40.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:40 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:40.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:40 smithi190 ceph-mon[110460]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:42.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:42 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:42 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:42 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:42 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:42 smithi154 ceph-mon[107707]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:42.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:42 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:42.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:42 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:42.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:42 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:42.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:42 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:42.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:42 smithi190 ceph-mon[110460]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:43.305 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 1 on host 'smithi154' 2023-12-01T17:04:43.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:43 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:43.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:43 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:43.918 DEBUG:teuthology.orchestra.run.smithi154:osd.1> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.1.service 2023-12-01T17:04:43.920 INFO:tasks.cephadm:Deploying osd.2 on smithi154 with /dev/vg_nvme/lv_2... 2023-12-01T17:04:43.921 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-01T17:04:43.954 INFO:journalctl@ceph.osd.1.smithi154.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:04:44.525 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:04:44 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-1[125162]: 2023-12-01T17:04:44.267+0000 7f26099ae3c0 -1 osd.1 0 log_to_monitors true 2023-12-01T17:04:44.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:44 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:44.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:44 smithi154 ceph-mon[107707]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:44.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:44 smithi154 ceph-mon[107707]: from='osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-01T17:04:44.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:44 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:44.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:44 smithi190 ceph-mon[110460]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:44.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:44 smithi190 ceph-mon[110460]: from='osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-01T17:04:45.382 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:04:45 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-1[125162]: 2023-12-01T17:04:45.313+0000 7f26003b1700 -1 osd.1 0 waiting for initial osdmap 2023-12-01T17:04:45.382 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:04:45 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-1[125162]: 2023-12-01T17:04:45.317+0000 7f25fad48700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T17:04:45.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:45 smithi154 ceph-mon[107707]: from='osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-01T17:04:45.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:45 smithi154 ceph-mon[107707]: osdmap e12: 2 total, 1 up, 2 in 2023-12-01T17:04:45.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:45 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:45.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:45 smithi154 ceph-mon[107707]: from='osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-01T17:04:45.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:45 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:45.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:45 smithi190 ceph-mon[110460]: from='osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-01T17:04:45.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:45 smithi190 ceph-mon[110460]: osdmap e12: 2 total, 1 up, 2 in 2023-12-01T17:04:45.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:45 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:45.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:45 smithi190 ceph-mon[110460]: from='osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-01T17:04:45.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:45 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:45.831 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-01T17:04:45.832 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-01T17:04:45.832 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2023-12-01T17:04:45.832 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2023-12-01T17:04:45.832 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011119 s, 943 MB/s 2023-12-01T17:04:45.832 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2023-12-01T17:04:46.243 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi154:vg_nvme/lv_2 2023-12-01T17:04:46.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:46 smithi154 ceph-mon[107707]: from='osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-01T17:04:46.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:46 smithi154 ceph-mon[107707]: osdmap e13: 2 total, 1 up, 2 in 2023-12-01T17:04:46.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:46 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:46.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:46 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:46.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:46 smithi154 ceph-mon[107707]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:46.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:46 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:46.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:46 smithi190 ceph-mon[110460]: from='osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-01T17:04:46.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:46 smithi190 ceph-mon[110460]: osdmap e13: 2 total, 1 up, 2 in 2023-12-01T17:04:46.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:46 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:46.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:46 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:46.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:46 smithi190 ceph-mon[110460]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T17:04:46.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:46 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:47.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:47 smithi190 ceph-mon[110460]: purged_snaps scrub starts 2023-12-01T17:04:47.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:47 smithi190 ceph-mon[110460]: purged_snaps scrub ok 2023-12-01T17:04:47.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:47 smithi190 ceph-mon[110460]: osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019] boot 2023-12-01T17:04:47.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:47 smithi190 ceph-mon[110460]: osdmap e14: 2 total, 2 up, 2 in 2023-12-01T17:04:47.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:47 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:47.665 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:47 smithi154 ceph-mon[107707]: purged_snaps scrub starts 2023-12-01T17:04:47.665 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:47 smithi154 ceph-mon[107707]: purged_snaps scrub ok 2023-12-01T17:04:47.665 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:47 smithi154 ceph-mon[107707]: osd.1 [v2:172.21.15.154:6810/1144816019,v1:172.21.15.154:6811/1144816019] boot 2023-12-01T17:04:47.666 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:47 smithi154 ceph-mon[107707]: osdmap e14: 2 total, 2 up, 2 in 2023-12-01T17:04:47.666 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:47 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: pgmap v37: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:48.617 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: pgmap v37: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:04:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:04:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:04:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:04:48.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:48.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:49.466 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:49 smithi154 ceph-mon[107707]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:04:49.466 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:49 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi154 to 6449M 2023-12-01T17:04:49.466 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:49 smithi154 ceph-mon[107707]: osdmap e15: 2 total, 2 up, 2 in 2023-12-01T17:04:49.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:49 smithi190 ceph-mon[110460]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:04:49.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:49 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi154 to 6449M 2023-12-01T17:04:49.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:49 smithi190 ceph-mon[110460]: osdmap e15: 2 total, 2 up, 2 in 2023-12-01T17:04:50.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:50 smithi154 ceph-mon[107707]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:50.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:50 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2099160268' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea227a51-2681-4a77-b2bf-dd059d6fe730"}]: dispatch 2023-12-01T17:04:50.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:50 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2099160268' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea227a51-2681-4a77-b2bf-dd059d6fe730"}]': finished 2023-12-01T17:04:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:50 smithi154 ceph-mon[107707]: osdmap e16: 3 total, 2 up, 3 in 2023-12-01T17:04:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:50 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:04:50.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:50 smithi190 ceph-mon[110460]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:50.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:50 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2099160268' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea227a51-2681-4a77-b2bf-dd059d6fe730"}]: dispatch 2023-12-01T17:04:50.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:50 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2099160268' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea227a51-2681-4a77-b2bf-dd059d6fe730"}]': finished 2023-12-01T17:04:50.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:50 smithi190 ceph-mon[110460]: osdmap e16: 3 total, 2 up, 3 in 2023-12-01T17:04:50.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:50 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:04:51.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:51 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1338900211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:04:51.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:51 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:51.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:51 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:51.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:51 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1338900211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:04:51.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:51 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:51.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:51 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:52.830 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:52 smithi154 ceph-mon[107707]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:52.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:52 smithi190 ceph-mon[110460]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:54.834 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:54 smithi154 ceph-mon[107707]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:54.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:54 smithi190 ceph-mon[110460]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:55.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:55 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-01T17:04:55.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:55 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:55.895 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:55 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-01T17:04:55.895 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:55 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:56.738 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:56 smithi154 ceph-mon[107707]: Deploying daemon osd.2 on smithi154 2023-12-01T17:04:56.738 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:56 smithi154 ceph-mon[107707]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:56.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:56 smithi190 ceph-mon[110460]: Deploying daemon osd.2 on smithi154 2023-12-01T17:04:56.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:56 smithi190 ceph-mon[110460]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:58.729 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:58 smithi154 ceph-mon[107707]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:58.729 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:58 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:58.729 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:58 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:58.729 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:58 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:58.729 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:04:58 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:04:58.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:58 smithi190 ceph-mon[110460]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:04:58.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:58 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:04:58.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:58 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:04:58.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:58 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:04:58.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:04:58 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:00.558 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 2 on host 'smithi154' 2023-12-01T17:05:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:00 smithi154 ceph-mon[107707]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:05:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:00 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:00 smithi190 ceph-mon[110460]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:05:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:00 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:01.079 DEBUG:teuthology.orchestra.run.smithi154:osd.2> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.2.service 2023-12-01T17:05:01.081 INFO:tasks.cephadm:Deploying osd.3 on smithi154 with /dev/vg_nvme/lv_1... 2023-12-01T17:05:01.081 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-01T17:05:01.113 INFO:journalctl@ceph.osd.2.smithi154.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:05:01.505 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:01 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-2[129511]: 2023-12-01T17:05:01.503+0000 7fe7873203c0 -1 osd.2 0 log_to_monitors true 2023-12-01T17:05:01.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:01 smithi154 ceph-mon[107707]: from='osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-01T17:05:01.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:01 smithi190 ceph-mon[110460]: from='osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-01T17:05:02.775 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:02 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-2[129511]: 2023-12-01T17:05:02.587+0000 7fe77dd23700 -1 osd.2 0 waiting for initial osdmap 2023-12-01T17:05:02.775 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:02 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-2[129511]: 2023-12-01T17:05:02.592+0000 7fe7786ba700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T17:05:02.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:02 smithi154 ceph-mon[107707]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:05:02.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:02 smithi154 ceph-mon[107707]: from='osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-01T17:05:02.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:02 smithi154 ceph-mon[107707]: osdmap e17: 3 total, 2 up, 3 in 2023-12-01T17:05:02.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:02 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:02.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:02 smithi154 ceph-mon[107707]: from='osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-01T17:05:02.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:02 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:02.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:02 smithi190 ceph-mon[110460]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:05:02.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:02 smithi190 ceph-mon[110460]: from='osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-01T17:05:02.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:02 smithi190 ceph-mon[110460]: osdmap e17: 3 total, 2 up, 3 in 2023-12-01T17:05:02.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:02 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:02.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:02 smithi190 ceph-mon[110460]: from='osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-01T17:05:02.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:02 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:02.963 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-01T17:05:02.963 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-01T17:05:02.963 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2023-12-01T17:05:02.963 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2023-12-01T17:05:02.963 INFO:teuthology.orchestra.run.smithi154.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111564 s, 940 MB/s 2023-12-01T17:05:02.964 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2023-12-01T17:05:03.408 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi154:vg_nvme/lv_1 2023-12-01T17:05:03.852 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:03 smithi154 ceph-mon[107707]: from='osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-01T17:05:03.852 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:03 smithi154 ceph-mon[107707]: osdmap e18: 3 total, 2 up, 3 in 2023-12-01T17:05:03.852 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:03 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:03.852 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:03 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:03 smithi190 ceph-mon[110460]: from='osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-01T17:05:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:03 smithi190 ceph-mon[110460]: osdmap e18: 3 total, 2 up, 3 in 2023-12-01T17:05:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:03 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:03 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:04.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:04 smithi190 ceph-mon[110460]: purged_snaps scrub starts 2023-12-01T17:05:04.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:04 smithi190 ceph-mon[110460]: purged_snaps scrub ok 2023-12-01T17:05:04.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:04 smithi190 ceph-mon[110460]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:05:04.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:04 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:04.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:04 smithi190 ceph-mon[110460]: osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330] boot 2023-12-01T17:05:04.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:04 smithi190 ceph-mon[110460]: osdmap e19: 3 total, 3 up, 3 in 2023-12-01T17:05:04.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:04 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:04.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:04 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-01T17:05:04.947 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:04 smithi154 ceph-mon[107707]: purged_snaps scrub starts 2023-12-01T17:05:04.947 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:04 smithi154 ceph-mon[107707]: purged_snaps scrub ok 2023-12-01T17:05:04.947 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:04 smithi154 ceph-mon[107707]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T17:05:04.948 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:04 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:04.948 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:04 smithi154 ceph-mon[107707]: osd.2 [v2:172.21.15.154:6818/4130984330,v1:172.21.15.154:6819/4130984330] boot 2023-12-01T17:05:04.948 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:04 smithi154 ceph-mon[107707]: osdmap e19: 3 total, 3 up, 3 in 2023-12-01T17:05:04.948 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:04 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:05:04.948 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:04 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: osdmap e20: 3 total, 3 up, 3 in 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:05.833 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:05.834 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:05.834 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:05.834 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:05.834 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:05.834 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-01T17:05:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: osdmap e20: 3 total, 3 up, 3 in 2023-12-01T17:05:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-01T17:05:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:05:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:05:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:05.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:05.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:06.398 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131636]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T17:05:06.398 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131636]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:06.398 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131636]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:06.668 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131669]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T17:05:06.668 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131669]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:06.668 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131669]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:06.668 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:05:06.668 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: Detected new or changed devices on smithi154 2023-12-01T17:05:06.668 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi154 to 4299M 2023-12-01T17:05:06.668 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-01T17:05:06.669 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-01T17:05:06.669 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: osdmap e21: 3 total, 3 up, 3 in 2023-12-01T17:05:06.669 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:06.669 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2164930100' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18176d99-5d43-4e0d-bd04-e44b5cd54740"}]: dispatch 2023-12-01T17:05:06.669 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2164930100' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18176d99-5d43-4e0d-bd04-e44b5cd54740"}]': finished 2023-12-01T17:05:06.669 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: osdmap e22: 4 total, 3 up, 4 in 2023-12-01T17:05:06.669 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:06 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:06.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:05:06.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: Detected new or changed devices on smithi154 2023-12-01T17:05:06.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi154 to 4299M 2023-12-01T17:05:06.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-01T17:05:06.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-01T17:05:06.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: osdmap e21: 3 total, 3 up, 3 in 2023-12-01T17:05:06.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:06.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2164930100' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18176d99-5d43-4e0d-bd04-e44b5cd54740"}]: dispatch 2023-12-01T17:05:06.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2164930100' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18176d99-5d43-4e0d-bd04-e44b5cd54740"}]': finished 2023-12-01T17:05:06.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: osdmap e22: 4 total, 3 up, 4 in 2023-12-01T17:05:06.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:06 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:06.921 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131678]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T17:05:06.921 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131678]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:06.922 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131678]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:07.184 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131713]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T17:05:07.185 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131713]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:07.185 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131710]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T17:05:07.185 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131710]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:07.185 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:05:06 smithi154 sudo[131710]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:07.525 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131713]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:07.525 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131763]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T17:05:07.525 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131763]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:07.525 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131763]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:07.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131768]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T17:05:07.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131768]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:07.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131768]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:07.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131957]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T17:05:07.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131957]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:07.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:07 smithi154 sudo[131957]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:08.175 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:07 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1747353160' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:05:08.175 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:07 smithi190 ceph-mon[110460]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-01T17:05:08.175 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 sudo[113173]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T17:05:08.176 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 sudo[113173]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:08.176 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 sudo[113173]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:07 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1747353160' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:05:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:07 smithi154 ceph-mon[107707]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-01T17:05:08.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 sudo[113176]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T17:05:08.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 sudo[113176]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T17:05:08.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 sudo[113176]: pam_unix(sudo:session): session closed for user root 2023-12-01T17:05:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-01T17:05:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-01T17:05:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:05:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:05:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-01T17:05:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:05:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:05:09.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: mgrmap e19: smithi154.evnvqt(active, since 91s), standbys: smithi190.euqtie 2023-12-01T17:05:09.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-01T17:05:09.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:08 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:09.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-01T17:05:09.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-01T17:05:09.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:05:09.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:05:09.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-01T17:05:09.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:05:09.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:05:09.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: mgrmap e19: smithi154.evnvqt(active, since 91s), standbys: smithi190.euqtie 2023-12-01T17:05:09.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-01T17:05:09.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:08 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:10.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:09 smithi154 ceph-mon[107707]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-01T17:05:10.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:09 smithi190 ceph-mon[110460]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-01T17:05:12.667 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:12 smithi154 ceph-mon[107707]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-01T17:05:12.667 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-01T17:05:12.667 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:12.668 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:12 smithi154 ceph-mon[107707]: Deploying daemon osd.3 on smithi154 2023-12-01T17:05:12.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:12 smithi190 ceph-mon[110460]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-01T17:05:12.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-01T17:05:12.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:12.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:12 smithi190 ceph-mon[110460]: Deploying daemon osd.3 on smithi154 2023-12-01T17:05:14.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:14 smithi154 ceph-mon[107707]: 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-01T17:05:14.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:14 smithi190 ceph-mon[110460]: 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-01T17:05:16.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:16.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:16.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:16.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:16.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:16 smithi154 ceph-mon[107707]: 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-01T17:05:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:16 smithi190 ceph-mon[110460]: 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-01T17:05:17.309 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 3 on host 'smithi154' 2023-12-01T17:05:17.786 DEBUG:teuthology.orchestra.run.smithi154:osd.3> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.3.service 2023-12-01T17:05:17.789 INFO:tasks.cephadm:Deploying osd.4 on smithi190 with /dev/vg_nvme/lv_4... 2023-12-01T17:05:17.789 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-01T17:05:17.819 INFO:journalctl@ceph.osd.3.smithi154.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:05:18.375 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:18 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:18.375 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:18 smithi154 ceph-mon[107707]: 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-01T17:05:18.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:18 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:18.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:18 smithi190 ceph-mon[110460]: 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-01T17:05:18.633 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:05:18 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-3[133276]: 2023-12-01T17:05:18.372+0000 7fa4618b43c0 -1 osd.3 0 log_to_monitors true 2023-12-01T17:05:19.239 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-01T17:05:19.239 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-01T17:05:19.239 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-12-01T17:05:19.239 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-12-01T17:05:19.239 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110076 s, 953 MB/s 2023-12-01T17:05:19.239 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-12-01T17:05:19.516 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:19 smithi154 ceph-mon[107707]: from='osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-01T17:05:19.517 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:19 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:19.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:19 smithi190 ceph-mon[110460]: from='osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-01T17:05:19.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:19 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:19.573 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_4 2023-12-01T17:05:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:20 smithi190 ceph-mon[110460]: from='osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-01T17:05:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:20 smithi190 ceph-mon[110460]: osdmap e23: 4 total, 3 up, 4 in 2023-12-01T17:05:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:20 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:20 smithi190 ceph-mon[110460]: from='osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-01T17:05:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:20 smithi190 ceph-mon[110460]: 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-01T17:05:20.666 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:20 smithi154 ceph-mon[107707]: from='osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-01T17:05:20.667 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:20 smithi154 ceph-mon[107707]: osdmap e23: 4 total, 3 up, 4 in 2023-12-01T17:05:20.667 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:20 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:20.667 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:20 smithi154 ceph-mon[107707]: from='osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-12-01T17:05:20.667 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:20 smithi154 ceph-mon[107707]: 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-01T17:05:20.667 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:05:20 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-3[133276]: 2023-12-01T17:05:20.325+0000 7fa4582b7700 -1 osd.3 0 waiting for initial osdmap 2023-12-01T17:05:20.667 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:05:20 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-3[133276]: 2023-12-01T17:05:20.329+0000 7fa452c4e700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T17:05:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-01T17:05:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: osdmap e24: 4 total, 3 up, 4 in 2023-12-01T17:05:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:05:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:05:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:21.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:21.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-12-01T17:05:21.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: osdmap e24: 4 total, 3 up, 4 in 2023-12-01T17:05:21.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:21.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:21.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:05:21.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:05:21.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:21.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:21.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:22.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: purged_snaps scrub starts 2023-12-01T17:05:22.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: purged_snaps scrub ok 2023-12-01T17:05:22.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:05:22.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: Detected new or changed devices on smithi154 2023-12-01T17:05:22.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi154 to 3224M 2023-12-01T17:05:22.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900] boot 2023-12-01T17:05:22.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: osdmap e25: 4 total, 4 up, 4 in 2023-12-01T17:05:22.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:22.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:22 smithi190 ceph-mon[110460]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:22.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: purged_snaps scrub starts 2023-12-01T17:05:22.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: purged_snaps scrub ok 2023-12-01T17:05:22.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:05:22.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: Detected new or changed devices on smithi154 2023-12-01T17:05:22.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi154 to 3224M 2023-12-01T17:05:22.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: osd.3 [v2:172.21.15.154:6826/1099894900,v1:172.21.15.154:6827/1099894900] boot 2023-12-01T17:05:22.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: osdmap e25: 4 total, 4 up, 4 in 2023-12-01T17:05:22.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:05:22.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:22 smithi154 ceph-mon[107707]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:23.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:23 smithi190 ceph-mon[110460]: osdmap e26: 4 total, 4 up, 4 in 2023-12-01T17:05:23.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:23 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/956272366' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94"}]: dispatch 2023-12-01T17:05:23.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:23 smithi190 ceph-mon[110460]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94"}]: dispatch 2023-12-01T17:05:23.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:23 smithi190 ceph-mon[110460]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94"}]': finished 2023-12-01T17:05:23.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:23 smithi190 ceph-mon[110460]: osdmap e27: 5 total, 4 up, 5 in 2023-12-01T17:05:23.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:23.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:23 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/2607664749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:05:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:23 smithi154 ceph-mon[107707]: osdmap e26: 4 total, 4 up, 4 in 2023-12-01T17:05:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:23 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/956272366' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94"}]: dispatch 2023-12-01T17:05:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:23 smithi154 ceph-mon[107707]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94"}]: dispatch 2023-12-01T17:05:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:23 smithi154 ceph-mon[107707]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94"}]': finished 2023-12-01T17:05:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:23 smithi154 ceph-mon[107707]: osdmap e27: 5 total, 4 up, 5 in 2023-12-01T17:05:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:23.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:23 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/2607664749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:05:24.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:24 smithi190 ceph-mon[110460]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:24.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:24 smithi154 ceph-mon[107707]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:26.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:26 smithi190 ceph-mon[110460]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:27.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:26 smithi154 ceph-mon[107707]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:28.729 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:28 smithi190 ceph-mon[110460]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:28.729 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:28 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-01T17:05:28.729 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:28 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:29.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:28 smithi154 ceph-mon[107707]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:29.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:28 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-01T17:05:29.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:28 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:29.907 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:29 smithi190 ceph-mon[110460]: Deploying daemon osd.4 on smithi190 2023-12-01T17:05:30.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:29 smithi154 ceph-mon[107707]: Deploying daemon osd.4 on smithi190 2023-12-01T17:05:30.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:30 smithi190 ceph-mon[110460]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:31.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:30 smithi154 ceph-mon[107707]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:32.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:32.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:32.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:32.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:32.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:32 smithi154 ceph-mon[107707]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:32.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:32.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:32.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:32.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:32.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:32 smithi190 ceph-mon[110460]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:33.355 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 4 on host 'smithi190' 2023-12-01T17:05:33.765 DEBUG:teuthology.orchestra.run.smithi190:osd.4> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.4.service 2023-12-01T17:05:33.767 INFO:tasks.cephadm:Deploying osd.5 on smithi190 with /dev/vg_nvme/lv_3... 2023-12-01T17:05:33.767 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-01T17:05:33.794 INFO:journalctl@ceph.osd.4.smithi190.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:05:34.364 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:34 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:34.364 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:34 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:34.364 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:34 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:34.364 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:34 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:34.364 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:34 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:34.365 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:34 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:34.365 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:34 smithi190 ceph-mon[110460]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:34.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:34 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:34.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:34 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:34.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:34 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:34.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:34 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:34.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:34 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:34.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:34 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:34.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:34 smithi154 ceph-mon[107707]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:34.628 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:05:34 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:05:34.406+0000 7f10a5d7e3c0 -1 osd.4 0 log_to_monitors true 2023-12-01T17:05:35.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:35 smithi190 ceph-mon[110460]: from='osd.4 [v2:172.21.15.190:6800/2175030987,v1:172.21.15.190:6801/2175030987]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T17:05:35.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:35 smithi190 ceph-mon[110460]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T17:05:35.706 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-01T17:05:35.706 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-01T17:05:35.707 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-12-01T17:05:35.707 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-12-01T17:05:35.707 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109383 s, 959 MB/s 2023-12-01T17:05:35.707 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-12-01T17:05:35.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:35 smithi154 ceph-mon[107707]: from='osd.4 [v2:172.21.15.190:6800/2175030987,v1:172.21.15.190:6801/2175030987]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T17:05:35.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:35 smithi154 ceph-mon[107707]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T17:05:36.256 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_3 2023-12-01T17:05:36.626 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:05:36.368+0000 7f109c781700 -1 osd.4 0 waiting for initial osdmap 2023-12-01T17:05:36.626 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:05:36.373+0000 7f1095114700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: osdmap e28: 5 total, 4 up, 5 in 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: from='osd.4 [v2:172.21.15.190:6800/2175030987,v1:172.21.15.190:6801/2175030987]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:36 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:36.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-01T17:05:36.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: osdmap e28: 5 total, 4 up, 5 in 2023-12-01T17:05:36.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:36.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: from='osd.4 [v2:172.21.15.190:6800/2175030987,v1:172.21.15.190:6801/2175030987]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:05:36.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:05:36.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T17:05:36.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:36.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:36.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:36.777 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:36 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:37.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:37 smithi190 ceph-mon[110460]: Detected new or changed devices on smithi190 2023-12-01T17:05:37.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:37 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi190 to 15970M 2023-12-01T17:05:37.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:37 smithi190 ceph-mon[110460]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-01T17:05:37.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:37 smithi190 ceph-mon[110460]: osdmap e29: 5 total, 4 up, 5 in 2023-12-01T17:05:37.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:37.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:37.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:37 smithi154 ceph-mon[107707]: Detected new or changed devices on smithi190 2023-12-01T17:05:37.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:37 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi190 to 15970M 2023-12-01T17:05:37.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:37 smithi154 ceph-mon[107707]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-01T17:05:37.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:37 smithi154 ceph-mon[107707]: osdmap e29: 5 total, 4 up, 5 in 2023-12-01T17:05:37.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:37.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: purged_snaps scrub starts 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: purged_snaps scrub ok 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: osd.4 [v2:172.21.15.190:6800/2175030987,v1:172.21.15.190:6801/2175030987] boot 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: osdmap e30: 5 total, 5 up, 5 in 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:05:38.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:05:38.612 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:38.612 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:05:38.612 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:05:38.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: purged_snaps scrub starts 2023-12-01T17:05:38.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: purged_snaps scrub ok 2023-12-01T17:05:38.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: osd.4 [v2:172.21.15.190:6800/2175030987,v1:172.21.15.190:6801/2175030987] boot 2023-12-01T17:05:38.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: osdmap e30: 5 total, 5 up, 5 in 2023-12-01T17:05:38.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:05:38.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T17:05:38.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:05:38.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:05:38.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:05:38.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:38.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:05:38.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:05:39.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:39 smithi190 ceph-mon[110460]: osdmap e31: 5 total, 5 up, 5 in 2023-12-01T17:05:39.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:39 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/1545509886' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c7c6ecd-43bc-4677-aef6-81c081d8c07a"}]: dispatch 2023-12-01T17:05:39.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:39 smithi190 ceph-mon[110460]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c7c6ecd-43bc-4677-aef6-81c081d8c07a"}]: dispatch 2023-12-01T17:05:39.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:39 smithi190 ceph-mon[110460]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c7c6ecd-43bc-4677-aef6-81c081d8c07a"}]': finished 2023-12-01T17:05:39.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:39 smithi190 ceph-mon[110460]: osdmap e32: 6 total, 5 up, 6 in 2023-12-01T17:05:39.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:39 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:39.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:39 smithi154 ceph-mon[107707]: osdmap e31: 5 total, 5 up, 5 in 2023-12-01T17:05:39.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:39 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/1545509886' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c7c6ecd-43bc-4677-aef6-81c081d8c07a"}]: dispatch 2023-12-01T17:05:39.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:39 smithi154 ceph-mon[107707]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c7c6ecd-43bc-4677-aef6-81c081d8c07a"}]: dispatch 2023-12-01T17:05:39.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:39 smithi154 ceph-mon[107707]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c7c6ecd-43bc-4677-aef6-81c081d8c07a"}]': finished 2023-12-01T17:05:39.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:39 smithi154 ceph-mon[107707]: osdmap e32: 6 total, 5 up, 6 in 2023-12-01T17:05:39.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:39 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:40.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:40 smithi154 ceph-mon[107707]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T17:05:40.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:40 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/3436940048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:05:40.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:40 smithi190 ceph-mon[110460]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T17:05:40.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:40 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/3436940048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:05:41.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:41 smithi154 ceph-mon[107707]: osdmap e33: 6 total, 5 up, 6 in 2023-12-01T17:05:41.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:41 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:41.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:41 smithi190 ceph-mon[110460]: osdmap e33: 6 total, 5 up, 6 in 2023-12-01T17:05:41.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:41 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:42.488 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:42 smithi190 ceph-mon[110460]: osdmap e34: 6 total, 5 up, 6 in 2023-12-01T17:05:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:42 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:42 smithi190 ceph-mon[110460]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T17:05:42.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:42 smithi154 ceph-mon[107707]: osdmap e34: 6 total, 5 up, 6 in 2023-12-01T17:05:42.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:42 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:42.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:42 smithi154 ceph-mon[107707]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T17:05:44.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:44 smithi190 ceph-mon[110460]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-12-01T17:05:44.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:44 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-01T17:05:44.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:44 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:45.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:44 smithi154 ceph-mon[107707]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-12-01T17:05:45.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:44 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-01T17:05:45.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:44 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:45.967 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:45 smithi190 ceph-mon[110460]: Deploying daemon osd.5 on smithi190 2023-12-01T17:05:46.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:45 smithi154 ceph-mon[107707]: Deploying daemon osd.5 on smithi190 2023-12-01T17:05:46.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:46 smithi190 ceph-mon[110460]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-12-01T17:05:47.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:46 smithi154 ceph-mon[107707]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-12-01T17:05:49.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:48 smithi154 ceph-mon[107707]: 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-01T17:05:49.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:49.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:49.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:49.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:49.025 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:48 smithi190 ceph-mon[110460]: 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-01T17:05:49.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:49.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:49.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:49.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:50.579 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 5 on host 'smithi190' 2023-12-01T17:05:50.968 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:50 smithi190 ceph-mon[110460]: 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-01T17:05:50.968 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:50 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:50.968 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:50 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:50.969 DEBUG:teuthology.orchestra.run.smithi190:osd.5> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.5.service 2023-12-01T17:05:50.971 INFO:tasks.cephadm:Deploying osd.6 on smithi190 with /dev/vg_nvme/lv_2... 2023-12-01T17:05:50.971 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-01T17:05:50.999 INFO:journalctl@ceph.osd.5.smithi190.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:05:51.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:50 smithi154 ceph-mon[107707]: 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-01T17:05:51.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:50 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:51.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:50 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:51.250 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:05:51 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:05:51.075+0000 7f41633793c0 -1 osd.5 0 log_to_monitors true 2023-12-01T17:05:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:51 smithi190 ceph-mon[110460]: from='osd.5 [v2:172.21.15.190:6808/3072802086,v1:172.21.15.190:6809/3072802086]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T17:05:51.815 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:51 smithi190 ceph-mon[110460]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T17:05:52.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:51 smithi154 ceph-mon[107707]: from='osd.5 [v2:172.21.15.190:6808/3072802086,v1:172.21.15.190:6809/3072802086]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T17:05:52.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:51 smithi154 ceph-mon[107707]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T17:05:52.825 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:52 smithi190 ceph-mon[110460]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-01T17:05:52.826 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:52 smithi190 ceph-mon[110460]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-01T17:05:52.826 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:52 smithi190 ceph-mon[110460]: osdmap e35: 6 total, 5 up, 6 in 2023-12-01T17:05:52.826 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:52 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:52.826 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:52 smithi190 ceph-mon[110460]: from='osd.5 [v2:172.21.15.190:6808/3072802086,v1:172.21.15.190:6809/3072802086]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:05:52.826 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:52 smithi190 ceph-mon[110460]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:05:52.826 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:05:52 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:05:52.662+0000 7f4159d7c700 -1 osd.5 0 waiting for initial osdmap 2023-12-01T17:05:52.826 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:05:52 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:05:52.668+0000 7f4154f14700 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T17:05:52.946 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-01T17:05:52.946 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-01T17:05:52.947 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-12-01T17:05:52.947 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-12-01T17:05:52.947 INFO:teuthology.orchestra.run.smithi190.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.012803 s, 819 MB/s 2023-12-01T17:05:52.947 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-12-01T17:05:53.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:52 smithi154 ceph-mon[107707]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-01T17:05:53.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:52 smithi154 ceph-mon[107707]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-01T17:05:53.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:52 smithi154 ceph-mon[107707]: osdmap e35: 6 total, 5 up, 6 in 2023-12-01T17:05:53.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:52 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:53.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:52 smithi154 ceph-mon[107707]: from='osd.5 [v2:172.21.15.190:6808/3072802086,v1:172.21.15.190:6809/3072802086]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:05:53.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:52 smithi154 ceph-mon[107707]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:05:53.318 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_2 2023-12-01T17:05:53.991 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-01T17:05:53.991 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: osdmap e36: 6 total, 5 up, 6 in 2023-12-01T17:05:53.991 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:53.991 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:53.991 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:53.991 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:53.992 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:53.992 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:53.992 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:53.992 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:53.992 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:53.992 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:53.992 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:53 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:54.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-01T17:05:54.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: osdmap e36: 6 total, 5 up, 6 in 2023-12-01T17:05:54.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:54.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:05:54.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:53 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: purged_snaps scrub starts 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: purged_snaps scrub ok 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: Detected new or changed devices on smithi190 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi190 to 7985M 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: osd.5 [v2:172.21.15.190:6808/3072802086,v1:172.21.15.190:6809/3072802086] boot 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: osdmap e37: 6 total, 6 up, 6 in 2023-12-01T17:05:55.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:54 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: purged_snaps scrub starts 2023-12-01T17:05:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: purged_snaps scrub ok 2023-12-01T17:05:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: Detected new or changed devices on smithi190 2023-12-01T17:05:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi190 to 7985M 2023-12-01T17:05:55.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-01T17:05:55.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:55.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: osd.5 [v2:172.21.15.190:6808/3072802086,v1:172.21.15.190:6809/3072802086] boot 2023-12-01T17:05:55.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: osdmap e37: 6 total, 6 up, 6 in 2023-12-01T17:05:55.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:54 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:05:55.749 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:55 smithi190 ceph-mon[110460]: osdmap e38: 6 total, 6 up, 6 in 2023-12-01T17:05:55.749 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:55 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:05:55.749 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:55 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:05:55.750 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:55 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:56.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:55 smithi154 ceph-mon[107707]: osdmap e38: 6 total, 6 up, 6 in 2023-12-01T17:05:56.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:55 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:05:56.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:55 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:05:56.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:55 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:05:57.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:56 smithi154 ceph-mon[107707]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:05:57.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:56 smithi154 ceph-mon[107707]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:05:57.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:56 smithi154 ceph-mon[107707]: osdmap e39: 6 total, 6 up, 6 in 2023-12-01T17:05:57.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:56 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/3280104105' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a"}]: dispatch 2023-12-01T17:05:57.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:56 smithi154 ceph-mon[107707]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a"}]: dispatch 2023-12-01T17:05:57.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:56 smithi154 ceph-mon[107707]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a"}]': finished 2023-12-01T17:05:57.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:56 smithi154 ceph-mon[107707]: osdmap e40: 7 total, 6 up, 7 in 2023-12-01T17:05:57.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:56 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:05:57.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:56 smithi190 ceph-mon[110460]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:05:57.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:56 smithi190 ceph-mon[110460]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:05:57.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:56 smithi190 ceph-mon[110460]: osdmap e39: 6 total, 6 up, 6 in 2023-12-01T17:05:57.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:56 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/3280104105' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a"}]: dispatch 2023-12-01T17:05:57.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:56 smithi190 ceph-mon[110460]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a"}]: dispatch 2023-12-01T17:05:57.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:56 smithi190 ceph-mon[110460]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a"}]': finished 2023-12-01T17:05:57.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:56 smithi190 ceph-mon[110460]: osdmap e40: 7 total, 6 up, 7 in 2023-12-01T17:05:57.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:56 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:05:58.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:57 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/3190457953' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:05:58.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:57 smithi154 ceph-mon[107707]: osdmap e41: 7 total, 6 up, 7 in 2023-12-01T17:05:58.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:57 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:05:58.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:57 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/3190457953' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:05:58.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:57 smithi190 ceph-mon[110460]: osdmap e41: 7 total, 6 up, 7 in 2023-12-01T17:05:58.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:57 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:05:59.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:05:58 smithi154 ceph-mon[107707]: pgmap v99: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:05:59.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:05:58 smithi190 ceph-mon[110460]: pgmap v99: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:01.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:00 smithi154 ceph-mon[107707]: pgmap v100: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:01.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:00 smithi190 ceph-mon[110460]: pgmap v100: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:02.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:01 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-01T17:06:02.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:01 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:02.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:01 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-01T17:06:02.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:01 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:03.006 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:02 smithi190 ceph-mon[110460]: Deploying daemon osd.6 on smithi190 2023-12-01T17:06:03.006 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:02 smithi190 ceph-mon[110460]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:03.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:02 smithi154 ceph-mon[107707]: Deploying daemon osd.6 on smithi190 2023-12-01T17:06:03.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:02 smithi154 ceph-mon[107707]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:04.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:03 smithi154 ceph-mon[107707]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:04.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:03 smithi190 ceph-mon[110460]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:06.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:06.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:06:06.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:06.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:05 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:06:06.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:05 smithi154 ceph-mon[107707]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:06.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:06.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:06:06.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:06.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:05 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:06:06.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:05 smithi190 ceph-mon[110460]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:07.592 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 6 on host 'smithi190' 2023-12-01T17:06:07.996 DEBUG:teuthology.orchestra.run.smithi190:osd.6> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.6.service 2023-12-01T17:06:07.998 INFO:tasks.cephadm:Deploying osd.7 on smithi190 with /dev/vg_nvme/lv_1... 2023-12-01T17:06:07.998 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-01T17:06:08.021 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:08.021 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:08.021 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:07 smithi190 ceph-mon[110460]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:08.022 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:08.022 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:06:08.022 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:08.022 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:07 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:06:08.026 INFO:journalctl@ceph.osd.6.smithi190.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:06:08.272 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:06:08 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:06:08.157+0000 7f52d4df33c0 -1 osd.6 0 log_to_monitors true 2023-12-01T17:06:08.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:07 smithi154 ceph-mon[107707]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:06:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:08.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:07 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:06:09.197 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:08 smithi190 ceph-mon[110460]: from='osd.6 [v2:172.21.15.190:6816/1745278029,v1:172.21.15.190:6817/1745278029]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T17:06:09.197 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:08 smithi190 ceph-mon[110460]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T17:06:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:08 smithi154 ceph-mon[107707]: from='osd.6 [v2:172.21.15.190:6816/1745278029,v1:172.21.15.190:6817/1745278029]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T17:06:09.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:08 smithi154 ceph-mon[107707]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T17:06:10.013 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-01T17:06:10.013 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-01T17:06:10.013 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-12-01T17:06:10.013 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-12-01T17:06:10.013 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125765 s, 834 MB/s 2023-12-01T17:06:10.013 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-12-01T17:06:10.047 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:06:09 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:06:09.944+0000 7f52cb7f6700 -1 osd.6 0 waiting for initial osdmap 2023-12-01T17:06:10.047 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:06:09 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:06:09.950+0000 7f52c4189700 -1 osd.6 43 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T17:06:10.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:09 smithi190 ceph-mon[110460]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-01T17:06:10.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:09 smithi190 ceph-mon[110460]: osdmap e42: 7 total, 6 up, 7 in 2023-12-01T17:06:10.048 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:09 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:06:10.048 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:09 smithi190 ceph-mon[110460]: from='osd.6 [v2:172.21.15.190:6816/1745278029,v1:172.21.15.190:6817/1745278029]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:06:10.048 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:09 smithi190 ceph-mon[110460]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:06:10.048 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:09 smithi190 ceph-mon[110460]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:09 smithi154 ceph-mon[107707]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-01T17:06:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:09 smithi154 ceph-mon[107707]: osdmap e42: 7 total, 6 up, 7 in 2023-12-01T17:06:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:09 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:06:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:09 smithi154 ceph-mon[107707]: from='osd.6 [v2:172.21.15.190:6816/1745278029,v1:172.21.15.190:6817/1745278029]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:06:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:09 smithi154 ceph-mon[107707]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:06:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:09 smithi154 ceph-mon[107707]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T17:06:10.477 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_1 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: osdmap e43: 7 total, 6 up, 7 in 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: Detected new or changed devices on smithi190 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:11.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi190 to 5323M 2023-12-01T17:06:11.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:11.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-01T17:06:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: osdmap e43: 7 total, 6 up, 7 in 2023-12-01T17:06:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:06:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:06:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: Detected new or changed devices on smithi190 2023-12-01T17:06:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:11.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:11.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:11.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:11.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi190 to 5323M 2023-12-01T17:06:11.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:11.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:12.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:11 smithi154 ceph-mon[107707]: purged_snaps scrub starts 2023-12-01T17:06:12.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:11 smithi154 ceph-mon[107707]: purged_snaps scrub ok 2023-12-01T17:06:12.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:11 smithi154 ceph-mon[107707]: osd.6 [v2:172.21.15.190:6816/1745278029,v1:172.21.15.190:6817/1745278029] boot 2023-12-01T17:06:12.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:11 smithi154 ceph-mon[107707]: osdmap e44: 7 total, 7 up, 7 in 2023-12-01T17:06:12.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:06:12.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:11 smithi154 ceph-mon[107707]: pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-01T17:06:12.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:11 smithi154 ceph-mon[107707]: osdmap e45: 7 total, 7 up, 7 in 2023-12-01T17:06:12.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:11 smithi190 ceph-mon[110460]: purged_snaps scrub starts 2023-12-01T17:06:12.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:11 smithi190 ceph-mon[110460]: purged_snaps scrub ok 2023-12-01T17:06:12.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:11 smithi190 ceph-mon[110460]: osd.6 [v2:172.21.15.190:6816/1745278029,v1:172.21.15.190:6817/1745278029] boot 2023-12-01T17:06:12.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:11 smithi190 ceph-mon[110460]: osdmap e44: 7 total, 7 up, 7 in 2023-12-01T17:06:12.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:06:12.311 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:11 smithi190 ceph-mon[110460]: pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-01T17:06:12.312 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:11 smithi190 ceph-mon[110460]: osdmap e45: 7 total, 7 up, 7 in 2023-12-01T17:06:13.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:12 smithi154 ceph-mon[107707]: from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:06:13.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:06:13.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:06:13.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:12 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:13.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:12 smithi154 ceph-mon[107707]: osdmap e46: 7 total, 7 up, 7 in 2023-12-01T17:06:13.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:12 smithi190 ceph-mon[110460]: from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:06:13.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T17:06:13.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T17:06:13.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:12 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:13.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:12 smithi190 ceph-mon[110460]: osdmap e46: 7 total, 7 up, 7 in 2023-12-01T17:06:14.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:14 smithi190 ceph-mon[110460]: pgmap v112: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-01T17:06:14.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:14 smithi190 ceph-mon[110460]: osdmap e47: 7 total, 7 up, 7 in 2023-12-01T17:06:14.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:14 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/3661874883' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eca043c-b64d-448e-8ab9-cf603b3bd8ed"}]: dispatch 2023-12-01T17:06:14.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:14 smithi190 ceph-mon[110460]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eca043c-b64d-448e-8ab9-cf603b3bd8ed"}]: dispatch 2023-12-01T17:06:14.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:14 smithi190 ceph-mon[110460]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eca043c-b64d-448e-8ab9-cf603b3bd8ed"}]': finished 2023-12-01T17:06:14.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:14 smithi190 ceph-mon[110460]: osdmap e48: 8 total, 7 up, 8 in 2023-12-01T17:06:14.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:14 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:14.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:14 smithi190 ceph-mon[110460]: from='client.? 172.21.15.190:0/4179639536' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:06:15.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:14 smithi154 ceph-mon[107707]: pgmap v112: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-01T17:06:15.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:14 smithi154 ceph-mon[107707]: osdmap e47: 7 total, 7 up, 7 in 2023-12-01T17:06:15.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:14 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/3661874883' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eca043c-b64d-448e-8ab9-cf603b3bd8ed"}]: dispatch 2023-12-01T17:06:15.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:14 smithi154 ceph-mon[107707]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eca043c-b64d-448e-8ab9-cf603b3bd8ed"}]: dispatch 2023-12-01T17:06:15.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:14 smithi154 ceph-mon[107707]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eca043c-b64d-448e-8ab9-cf603b3bd8ed"}]': finished 2023-12-01T17:06:15.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:14 smithi154 ceph-mon[107707]: osdmap e48: 8 total, 7 up, 8 in 2023-12-01T17:06:15.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:14 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:15.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:14 smithi154 ceph-mon[107707]: from='client.? 172.21.15.190:0/4179639536' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T17:06:16.783 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:16 smithi190 ceph-mon[110460]: pgmap v115: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-01T17:06:17.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:16 smithi154 ceph-mon[107707]: pgmap v115: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-01T17:06:18.715 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:18 smithi190 ceph-mon[110460]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-01T17:06:19.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:18 smithi154 ceph-mon[107707]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-01T17:06:19.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:19 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-01T17:06:19.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:19 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:20.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:19 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-01T17:06:20.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:19 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:20.820 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:20 smithi190 ceph-mon[110460]: Deploying daemon osd.7 on smithi190 2023-12-01T17:06:20.820 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:20 smithi190 ceph-mon[110460]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-01T17:06:21.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:20 smithi154 ceph-mon[107707]: Deploying daemon osd.7 on smithi190 2023-12-01T17:06:21.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:20 smithi154 ceph-mon[107707]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-01T17:06:22.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:22 smithi190 ceph-mon[110460]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-01T17:06:22.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:22.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:06:23.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:22 smithi154 ceph-mon[107707]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-01T17:06:23.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:23.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:06:23.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:23.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:23 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:06:24.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:24.075 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:23 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:06:24.697 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:24 smithi190 ceph-mon[110460]: pgmap v119: 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-01T17:06:24.697 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:24.697 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:24.806 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 7 on host 'smithi190' 2023-12-01T17:06:25.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:24 smithi154 ceph-mon[107707]: pgmap v119: 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-01T17:06:25.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:25.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:25.212 DEBUG:teuthology.orchestra.run.smithi190:osd.7> sudo journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.7.service 2023-12-01T17:06:25.215 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-01T17:06:25.215 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T17:06:25.244 INFO:journalctl@ceph.osd.7.smithi190.stdout:-- Logs begin at Fri 2023-12-01 16:53:17 UTC. -- 2023-12-01T17:06:25.995 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:06:25 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:06:25.760+0000 7f88f8b723c0 -1 osd.7 0 log_to_monitors true 2023-12-01T17:06:25.996 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:25.996 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:06:25.996 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:25.996 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:25 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:06:25.996 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:25 smithi190 ceph-mon[110460]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-01T17:06:25.996 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:25 smithi190 ceph-mon[110460]: from='osd.7 [v2:172.21.15.190:6824/2787617283,v1:172.21.15.190:6825/2787617283]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T17:06:25.996 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:25 smithi190 ceph-mon[110460]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T17:06:26.147 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:26.147 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:06:26.147 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:06:26.147 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:25 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:06:26.147 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:25 smithi154 ceph-mon[107707]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-01T17:06:26.148 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:25 smithi154 ceph-mon[107707]: from='osd.7 [v2:172.21.15.190:6824/2787617283,v1:172.21.15.190:6825/2787617283]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T17:06:26.148 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:25 smithi154 ceph-mon[107707]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T17:06:26.534 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:26.815 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:26 smithi154 ceph-mon[107707]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-01T17:06:26.815 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:26 smithi154 ceph-mon[107707]: osdmap e49: 8 total, 7 up, 8 in 2023-12-01T17:06:26.815 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:26 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:26.815 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:26 smithi154 ceph-mon[107707]: from='osd.7 [v2:172.21.15.190:6824/2787617283,v1:172.21.15.190:6825/2787617283]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:06:26.815 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:26 smithi154 ceph-mon[107707]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:06:26.815 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:26 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2001487561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T17:06:26.900 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":49,"num_osds":8,"num_up_osds":7,"osd_up_since":1701450370,"num_in_osds":8,"osd_in_since":1701450373,"num_remapped_pgs":0} 2023-12-01T17:06:27.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:26 smithi190 ceph-mon[110460]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-01T17:06:27.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:26 smithi190 ceph-mon[110460]: osdmap e49: 8 total, 7 up, 8 in 2023-12-01T17:06:27.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:26 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:27.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:26 smithi190 ceph-mon[110460]: from='osd.7 [v2:172.21.15.190:6824/2787617283,v1:172.21.15.190:6825/2787617283]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:06:27.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:26 smithi190 ceph-mon[110460]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-01T17:06:27.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:26 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2001487561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T17:06:27.090 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:06:26 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:06:26.815+0000 7f88ef575700 -1 osd.7 0 waiting for initial osdmap 2023-12-01T17:06:27.090 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:06:26 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:06:26.822+0000 7f88e9f0c700 -1 osd.7 50 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T17:06:27.902 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T17:06:28.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-01T17:06:28.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: osdmap e50: 8 total, 7 up, 8 in 2023-12-01T17:06:28.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:28.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:28.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: Detected new or changed devices on smithi190 2023-12-01T17:06:28.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:28.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:28.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:28.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:28.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:28.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi190 to 3992M 2023-12-01T17:06:28.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:28.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:28.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:27 smithi190 ceph-mon[110460]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-01T17:06:28.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: osdmap e50: 8 total, 7 up, 8 in 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: Detected new or changed devices on smithi190 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi190 to 3992M 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:06:28.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:27 smithi154 ceph-mon[107707]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-01T17:06:28.904 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:28 smithi154 ceph-mon[107707]: purged_snaps scrub starts 2023-12-01T17:06:28.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:28 smithi154 ceph-mon[107707]: purged_snaps scrub ok 2023-12-01T17:06:28.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:28 smithi154 ceph-mon[107707]: osd.7 [v2:172.21.15.190:6824/2787617283,v1:172.21.15.190:6825/2787617283] boot 2023-12-01T17:06:28.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:28 smithi154 ceph-mon[107707]: osdmap e51: 8 total, 8 up, 8 in 2023-12-01T17:06:28.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:28 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:29.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:28 smithi190 ceph-mon[110460]: purged_snaps scrub starts 2023-12-01T17:06:29.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:28 smithi190 ceph-mon[110460]: purged_snaps scrub ok 2023-12-01T17:06:29.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:28 smithi190 ceph-mon[110460]: osd.7 [v2:172.21.15.190:6824/2787617283,v1:172.21.15.190:6825/2787617283] boot 2023-12-01T17:06:29.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:28 smithi190 ceph-mon[110460]: osdmap e51: 8 total, 8 up, 8 in 2023-12-01T17:06:29.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:28 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:06:29.255 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:29.659 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1701450387,"num_in_osds":8,"osd_in_since":1701450373,"num_remapped_pgs":1} 2023-12-01T17:06:29.659 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T17:06:29.891 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:29.994 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:29 smithi154 ceph-mon[107707]: osdmap e52: 8 total, 8 up, 8 in 2023-12-01T17:06:29.994 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:29 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4289263391' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T17:06:29.994 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:29 smithi154 ceph-mon[107707]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:30.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:29 smithi190 ceph-mon[110460]: osdmap e52: 8 total, 8 up, 8 in 2023-12-01T17:06:30.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:29 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/4289263391' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T17:06:30.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:29 smithi190 ceph-mon[110460]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:30.943 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:30.943 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":53,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","created":"2023-12-01T17:02:08.029204+0000","modified":"2023-12-01T17:06:29.823443+0000","last_up_change":"2023-12-01T17:06:27.812677+0000","last_in_change":"2023-12-01T17:06:13.635328+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-01T17:05:03.872991+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":"bc912cf7-ad1f-47ff-8acf-ab36961c85d6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6803","nonce":237269180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6805","nonce":237269180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6809","nonce":237269180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6807","nonce":237269180}]},"public_addr":"172.21.15.154:6803/237269180","cluster_addr":"172.21.15.154:6805/237269180","heartbeat_back_addr":"172.21.15.154:6809/237269180","heartbeat_front_addr":"172.21.15.154:6807/237269180","state":["exists","up"]},{"osd":1,"uuid":"ad8b487d-69cc-4438-8bf7-66a69566bbbd","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.154:6810","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6811","nonce":1144816019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6813","nonce":1144816019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6817","nonce":1144816019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6815","nonce":1144816019}]},"public_addr":"172.21.15.154:6811/1144816019","cluster_addr":"172.21.15.154:6813/1144816019","heartbeat_back_addr":"172.21.15.154:6817/1144816019","heartbeat_front_addr":"172.21.15.154:6815/1144816019","state":["exists","up"]},{"osd":2,"uuid":"ea227a51-2681-4a77-b2bf-dd059d6fe730","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.154:6818","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6819","nonce":4130984330}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6821","nonce":4130984330}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6824","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6825","nonce":4130984330}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6823","nonce":4130984330}]},"public_addr":"172.21.15.154:6819/4130984330","cluster_addr":"172.21.15.154:6821/4130984330","heartbeat_back_addr":"172.21.15.154:6825/4130984330","heartbeat_front_addr":"172.21.15.154:6823/4130984330","state":["exists","up"]},{"osd":3,"uuid":"18176d99-5d43-4e0d-bd04-e44b5cd54740","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.154:6826","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6827","nonce":1099894900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6829","nonce":1099894900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6832","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6833","nonce":1099894900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6831","nonce":1099894900}]},"public_addr":"172.21.15.154:6827/1099894900","cluster_addr":"172.21.15.154:6829/1099894900","heartbeat_back_addr":"172.21.15.154:6833/1099894900","heartbeat_front_addr":"172.21.15.154:6831/1099894900","state":["exists","up"]},{"osd":4,"uuid":"c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94","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.190:6800","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6801","nonce":2175030987}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6803","nonce":2175030987}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6807","nonce":2175030987}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6805","nonce":2175030987}]},"public_addr":"172.21.15.190:6801/2175030987","cluster_addr":"172.21.15.190:6803/2175030987","heartbeat_back_addr":"172.21.15.190:6807/2175030987","heartbeat_front_addr":"172.21.15.190:6805/2175030987","state":["exists","up"]},{"osd":5,"uuid":"4c7c6ecd-43bc-4677-aef6-81c081d8c07a","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.190:6808","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6809","nonce":3072802086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6811","nonce":3072802086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6815","nonce":3072802086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6813","nonce":3072802086}]},"public_addr":"172.21.15.190:6809/3072802086","cluster_addr":"172.21.15.190:6811/3072802086","heartbeat_back_addr":"172.21.15.190:6815/3072802086","heartbeat_front_addr":"172.21.15.190:6813/3072802086","state":["exists","up"]},{"osd":6,"uuid":"b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6817","nonce":1745278029}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6819","nonce":1745278029}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6823","nonce":1745278029}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6821","nonce":1745278029}]},"public_addr":"172.21.15.190:6817/1745278029","cluster_addr":"172.21.15.190:6819/1745278029","heartbeat_back_addr":"172.21.15.190:6823/1745278029","heartbeat_front_addr":"172.21.15.190:6821/1745278029","state":["exists","up"]},{"osd":7,"uuid":"0eca043c-b64d-448e-8ab9-cf603b3bd8ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6825","nonce":2787617283}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6827","nonce":2787617283}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6831","nonce":2787617283}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6829","nonce":2787617283}]},"public_addr":"172.21.15.190:6825/2787617283","cluster_addr":"172.21.15.190:6827/2787617283","heartbeat_back_addr":"172.21.15.190:6831/2787617283","heartbeat_front_addr":"172.21.15.190:6829/2787617283","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-01T17:04:23.324910+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-01T17:04:45.297812+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-01T17:05:02.546492+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-01T17:05:19.376617+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-01T17:05:35.421878+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-01T17:05:52.046449+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-01T17:06:09.162500+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-01T17:06:26.726203+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.154:0/3642218473":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6801/2744655463":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6800/2744655463":"2023-12-02T17:03:36.643454+0000","172.21.15.154:0/3012296071":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/28452932":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/3609739123":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6800/68259383":"2023-12-02T17:02:58.627480+0000","172.21.15.154:6800/1547199260":"2023-12-02T17:02:36.161328+0000","172.21.15.154:6801/1547199260":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/4150430":"2023-12-02T17:03:36.643454+0000","172.21.15.154:0/2084645228":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/1929174999":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/622289870":"2023-12-02T17:02:58.627480+0000","172.21.15.154:6801/68259383":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/4213851631":"2023-12-02T17:02:36.161328+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-01T17:06:30.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:30 smithi154 ceph-mon[107707]: osdmap e53: 8 total, 8 up, 8 in 2023-12-01T17:06:31.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:30 smithi190 ceph-mon[110460]: osdmap e53: 8 total, 8 up, 8 in 2023-12-01T17:06:31.326 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-01T17:05:03.872991+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-01T17:06:31.326 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-01T17:06:31.552 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:31.962 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:31 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2061644038' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T17:06:31.962 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:31 smithi154 ceph-mon[107707]: pgmap v128: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s, 0 objects/s recovering 2023-12-01T17:06:31.962 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:31 smithi154 ceph-mon[107707]: osdmap e54: 8 total, 8 up, 8 in 2023-12-01T17:06:32.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:31 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2061644038' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T17:06:32.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:31 smithi190 ceph-mon[110460]: pgmap v128: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s, 0 objects/s recovering 2023-12-01T17:06:32.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:31 smithi190 ceph-mon[110460]: osdmap e54: 8 total, 8 up, 8 in 2023-12-01T17:06:32.653 INFO:teuthology.orchestra.run.smithi154.stdout:pg_num: 1 2023-12-01T17:06:33.024 INFO:tasks.cephadm:Setting up client nodes... 2023-12-01T17:06:33.025 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-01T17:06:33.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:33 smithi190 ceph-mon[110460]: osdmap e55: 8 total, 8 up, 8 in 2023-12-01T17:06:33.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:33 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3825828994' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-01T17:06:33.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:33 smithi154 ceph-mon[107707]: osdmap e55: 8 total, 8 up, 8 in 2023-12-01T17:06:33.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:33 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3825828994' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-01T17:06:34.422 INFO:teuthology.orchestra.run.smithi154.stdout:[client.0] 2023-12-01T17:06:34.422 INFO:teuthology.orchestra.run.smithi154.stdout: key = AQCaEmplb4gCGRAA0qxgcJCJ4CeytKd3LAgRkA== 2023-12-01T17:06:34.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:34 smithi154 ceph-mon[107707]: pgmap v131: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s, 0 objects/s recovering 2023-12-01T17:06:34.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:34 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4124770867' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-01T17:06:34.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:34 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4124770867' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-01T17:06:34.797 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T17:06:34.798 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-01T17:06:34.798 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-01T17:06:34.837 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-01T17:06:34.837 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-01T17:06:34.837 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-01T17:06:34.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:34 smithi190 ceph-mon[110460]: pgmap v131: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s, 0 objects/s recovering 2023-12-01T17:06:34.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:34 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/4124770867' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-01T17:06:34.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:34 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/4124770867' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-01T17:06:35.099 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:36.261 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:36.664 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi154.evnvqt","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":3788858796},{"type":"v1","addr":"172.21.15.154:6801","nonce":3788858796}]},"active_addr":"172.21.15.154:6801/3788858796","active_change":"2023-12-01T17:03:36.643784+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi190.euqtie","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.154:8443/","prometheus":"http://172.21.15.154: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.154:0","nonce":1021693976}]},{"addrvec":[{"type":"v2","addr":"172.21.15.154:0","nonce":714069607}]},{"addrvec":[{"type":"v2","addr":"172.21.15.154:0","nonce":4167723276}]},{"addrvec":[{"type":"v2","addr":"172.21.15.154:0","nonce":1025995482}]}]}} 2023-12-01T17:06:36.668 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-01T17:06:36.668 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-01T17:06:36.668 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T17:06:36.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:36 smithi190 ceph-mon[110460]: 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-01T17:06:36.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:36 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3772016468' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-01T17:06:36.892 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:37.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:36 smithi154 ceph-mon[107707]: 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-01T17:06:37.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:36 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3772016468' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-01T17:06:38.032 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:38.033 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":55,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","created":"2023-12-01T17:02:08.029204+0000","modified":"2023-12-01T17:06:32.588448+0000","last_up_change":"2023-12-01T17:06:27.812677+0000","last_in_change":"2023-12-01T17:06:13.635328+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-01T17:05:03.872991+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":"bc912cf7-ad1f-47ff-8acf-ab36961c85d6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6803","nonce":237269180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6805","nonce":237269180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6809","nonce":237269180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6807","nonce":237269180}]},"public_addr":"172.21.15.154:6803/237269180","cluster_addr":"172.21.15.154:6805/237269180","heartbeat_back_addr":"172.21.15.154:6809/237269180","heartbeat_front_addr":"172.21.15.154:6807/237269180","state":["exists","up"]},{"osd":1,"uuid":"ad8b487d-69cc-4438-8bf7-66a69566bbbd","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.154:6810","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6811","nonce":1144816019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6813","nonce":1144816019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6817","nonce":1144816019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6815","nonce":1144816019}]},"public_addr":"172.21.15.154:6811/1144816019","cluster_addr":"172.21.15.154:6813/1144816019","heartbeat_back_addr":"172.21.15.154:6817/1144816019","heartbeat_front_addr":"172.21.15.154:6815/1144816019","state":["exists","up"]},{"osd":2,"uuid":"ea227a51-2681-4a77-b2bf-dd059d6fe730","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.154:6818","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6819","nonce":4130984330}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6821","nonce":4130984330}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6824","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6825","nonce":4130984330}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6823","nonce":4130984330}]},"public_addr":"172.21.15.154:6819/4130984330","cluster_addr":"172.21.15.154:6821/4130984330","heartbeat_back_addr":"172.21.15.154:6825/4130984330","heartbeat_front_addr":"172.21.15.154:6823/4130984330","state":["exists","up"]},{"osd":3,"uuid":"18176d99-5d43-4e0d-bd04-e44b5cd54740","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.154:6826","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6827","nonce":1099894900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6829","nonce":1099894900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6832","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6833","nonce":1099894900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6831","nonce":1099894900}]},"public_addr":"172.21.15.154:6827/1099894900","cluster_addr":"172.21.15.154:6829/1099894900","heartbeat_back_addr":"172.21.15.154:6833/1099894900","heartbeat_front_addr":"172.21.15.154:6831/1099894900","state":["exists","up"]},{"osd":4,"uuid":"c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94","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.190:6800","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6801","nonce":2175030987}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6803","nonce":2175030987}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6807","nonce":2175030987}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6805","nonce":2175030987}]},"public_addr":"172.21.15.190:6801/2175030987","cluster_addr":"172.21.15.190:6803/2175030987","heartbeat_back_addr":"172.21.15.190:6807/2175030987","heartbeat_front_addr":"172.21.15.190:6805/2175030987","state":["exists","up"]},{"osd":5,"uuid":"4c7c6ecd-43bc-4677-aef6-81c081d8c07a","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.190:6808","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6809","nonce":3072802086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6811","nonce":3072802086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6815","nonce":3072802086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6813","nonce":3072802086}]},"public_addr":"172.21.15.190:6809/3072802086","cluster_addr":"172.21.15.190:6811/3072802086","heartbeat_back_addr":"172.21.15.190:6815/3072802086","heartbeat_front_addr":"172.21.15.190:6813/3072802086","state":["exists","up"]},{"osd":6,"uuid":"b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6817","nonce":1745278029}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6819","nonce":1745278029}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6823","nonce":1745278029}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6821","nonce":1745278029}]},"public_addr":"172.21.15.190:6817/1745278029","cluster_addr":"172.21.15.190:6819/1745278029","heartbeat_back_addr":"172.21.15.190:6823/1745278029","heartbeat_front_addr":"172.21.15.190:6821/1745278029","state":["exists","up"]},{"osd":7,"uuid":"0eca043c-b64d-448e-8ab9-cf603b3bd8ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6825","nonce":2787617283}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6827","nonce":2787617283}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6831","nonce":2787617283}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6829","nonce":2787617283}]},"public_addr":"172.21.15.190:6825/2787617283","cluster_addr":"172.21.15.190:6827/2787617283","heartbeat_back_addr":"172.21.15.190:6831/2787617283","heartbeat_front_addr":"172.21.15.190:6829/2787617283","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-01T17:04:23.324910+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-01T17:04:45.297812+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-01T17:05:02.546492+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-01T17:05:19.376617+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-01T17:05:35.421878+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-01T17:05:52.046449+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-01T17:06:09.162500+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-01T17:06:26.726203+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.154:0/3642218473":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6801/2744655463":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6800/2744655463":"2023-12-02T17:03:36.643454+0000","172.21.15.154:0/3012296071":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/28452932":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/3609739123":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6800/68259383":"2023-12-02T17:02:58.627480+0000","172.21.15.154:6800/1547199260":"2023-12-02T17:02:36.161328+0000","172.21.15.154:6801/1547199260":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/4150430":"2023-12-02T17:03:36.643454+0000","172.21.15.154:0/2084645228":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/1929174999":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/622289870":"2023-12-02T17:02:58.627480+0000","172.21.15.154:6801/68259383":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/4213851631":"2023-12-02T17:02:36.161328+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-01T17:06:38.398 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-01T17:06:38.398 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T17:06:38.622 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:38.726 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:38 smithi154 ceph-mon[107707]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-01T17:06:38.726 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:06:38.726 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:06:38.726 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:38 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3715178593' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T17:06:38.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:38 smithi190 ceph-mon[110460]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-01T17:06:38.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:06:38.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:06:38.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:38 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3715178593' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T17:06:39.724 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:39.725 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":55,"fsid":"48a53fa0-906b-11ee-95a2-87774f69a715","created":"2023-12-01T17:02:08.029204+0000","modified":"2023-12-01T17:06:32.588448+0000","last_up_change":"2023-12-01T17:06:27.812677+0000","last_in_change":"2023-12-01T17:06:13.635328+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-01T17:05:03.872991+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":"bc912cf7-ad1f-47ff-8acf-ab36961c85d6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6803","nonce":237269180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6805","nonce":237269180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6809","nonce":237269180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":237269180},{"type":"v1","addr":"172.21.15.154:6807","nonce":237269180}]},"public_addr":"172.21.15.154:6803/237269180","cluster_addr":"172.21.15.154:6805/237269180","heartbeat_back_addr":"172.21.15.154:6809/237269180","heartbeat_front_addr":"172.21.15.154:6807/237269180","state":["exists","up"]},{"osd":1,"uuid":"ad8b487d-69cc-4438-8bf7-66a69566bbbd","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.154:6810","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6811","nonce":1144816019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6813","nonce":1144816019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6817","nonce":1144816019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":1144816019},{"type":"v1","addr":"172.21.15.154:6815","nonce":1144816019}]},"public_addr":"172.21.15.154:6811/1144816019","cluster_addr":"172.21.15.154:6813/1144816019","heartbeat_back_addr":"172.21.15.154:6817/1144816019","heartbeat_front_addr":"172.21.15.154:6815/1144816019","state":["exists","up"]},{"osd":2,"uuid":"ea227a51-2681-4a77-b2bf-dd059d6fe730","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.154:6818","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6819","nonce":4130984330}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6821","nonce":4130984330}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6824","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6825","nonce":4130984330}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":4130984330},{"type":"v1","addr":"172.21.15.154:6823","nonce":4130984330}]},"public_addr":"172.21.15.154:6819/4130984330","cluster_addr":"172.21.15.154:6821/4130984330","heartbeat_back_addr":"172.21.15.154:6825/4130984330","heartbeat_front_addr":"172.21.15.154:6823/4130984330","state":["exists","up"]},{"osd":3,"uuid":"18176d99-5d43-4e0d-bd04-e44b5cd54740","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.154:6826","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6827","nonce":1099894900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6829","nonce":1099894900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6832","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6833","nonce":1099894900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":1099894900},{"type":"v1","addr":"172.21.15.154:6831","nonce":1099894900}]},"public_addr":"172.21.15.154:6827/1099894900","cluster_addr":"172.21.15.154:6829/1099894900","heartbeat_back_addr":"172.21.15.154:6833/1099894900","heartbeat_front_addr":"172.21.15.154:6831/1099894900","state":["exists","up"]},{"osd":4,"uuid":"c71dc19a-b4c7-4dc4-8738-ea9f0b8f6f94","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.190:6800","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6801","nonce":2175030987}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6803","nonce":2175030987}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6807","nonce":2175030987}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2175030987},{"type":"v1","addr":"172.21.15.190:6805","nonce":2175030987}]},"public_addr":"172.21.15.190:6801/2175030987","cluster_addr":"172.21.15.190:6803/2175030987","heartbeat_back_addr":"172.21.15.190:6807/2175030987","heartbeat_front_addr":"172.21.15.190:6805/2175030987","state":["exists","up"]},{"osd":5,"uuid":"4c7c6ecd-43bc-4677-aef6-81c081d8c07a","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.190:6808","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6809","nonce":3072802086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6811","nonce":3072802086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6815","nonce":3072802086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3072802086},{"type":"v1","addr":"172.21.15.190:6813","nonce":3072802086}]},"public_addr":"172.21.15.190:6809/3072802086","cluster_addr":"172.21.15.190:6811/3072802086","heartbeat_back_addr":"172.21.15.190:6815/3072802086","heartbeat_front_addr":"172.21.15.190:6813/3072802086","state":["exists","up"]},{"osd":6,"uuid":"b1c438ee-d23d-4ec1-ade6-bd1a921bcb8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6817","nonce":1745278029}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6819","nonce":1745278029}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6823","nonce":1745278029}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1745278029},{"type":"v1","addr":"172.21.15.190:6821","nonce":1745278029}]},"public_addr":"172.21.15.190:6817/1745278029","cluster_addr":"172.21.15.190:6819/1745278029","heartbeat_back_addr":"172.21.15.190:6823/1745278029","heartbeat_front_addr":"172.21.15.190:6821/1745278029","state":["exists","up"]},{"osd":7,"uuid":"0eca043c-b64d-448e-8ab9-cf603b3bd8ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6825","nonce":2787617283}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6827","nonce":2787617283}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6831","nonce":2787617283}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":2787617283},{"type":"v1","addr":"172.21.15.190:6829","nonce":2787617283}]},"public_addr":"172.21.15.190:6825/2787617283","cluster_addr":"172.21.15.190:6827/2787617283","heartbeat_back_addr":"172.21.15.190:6831/2787617283","heartbeat_front_addr":"172.21.15.190:6829/2787617283","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-01T17:04:23.324910+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-01T17:04:45.297812+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-01T17:05:02.546492+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-01T17:05:19.376617+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-01T17:05:35.421878+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-01T17:05:52.046449+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-01T17:06:09.162500+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-01T17:06:26.726203+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.154:0/3642218473":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6801/2744655463":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6800/2744655463":"2023-12-02T17:03:36.643454+0000","172.21.15.154:0/3012296071":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/28452932":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/3609739123":"2023-12-02T17:03:36.643454+0000","172.21.15.154:6800/68259383":"2023-12-02T17:02:58.627480+0000","172.21.15.154:6800/1547199260":"2023-12-02T17:02:36.161328+0000","172.21.15.154:6801/1547199260":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/4150430":"2023-12-02T17:03:36.643454+0000","172.21.15.154:0/2084645228":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/1929174999":"2023-12-02T17:02:36.161328+0000","172.21.15.154:0/622289870":"2023-12-02T17:02:58.627480+0000","172.21.15.154:6801/68259383":"2023-12-02T17:02:58.627480+0000","172.21.15.154:0/4213851631":"2023-12-02T17:02:36.161328+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-01T17:06:40.123 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-01T17:06:40.123 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-01T17:06:40.124 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-01T17:06:40.124 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-01T17:06:40.124 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-01T17:06:40.125 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-01T17:06:40.125 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-01T17:06:40.125 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-01T17:06:40.523 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:40.737 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:40.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:40 smithi190 ceph-mon[110460]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:40.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:40 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1213950431' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T17:06:40.882 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:40 smithi154 ceph-mon[107707]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:40.882 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:40 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1213950431' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T17:06:40.890 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:40.980 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:40.981 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:40.992 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:41.394 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:41.948 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:42.690 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:42 smithi154 ceph-mon[107707]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:42.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:42 smithi190 ceph-mon[110460]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:44.663 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:44 smithi154 ceph-mon[107707]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:44.845 INFO:teuthology.orchestra.run.smithi154.stdout:81604378647 2023-12-01T17:06:44.845 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-01T17:06:44.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:44 smithi190 ceph-mon[110460]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:45.314 INFO:teuthology.orchestra.run.smithi154.stdout:60129542170 2023-12-01T17:06:45.315 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-01T17:06:46.025 INFO:teuthology.orchestra.run.smithi154.stdout:107374182419 2023-12-01T17:06:46.025 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-01T17:06:46.058 INFO:teuthology.orchestra.run.smithi154.stdout:128849018896 2023-12-01T17:06:46.058 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-01T17:06:46.061 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:46.274 INFO:teuthology.orchestra.run.smithi154.stdout:188978561032 2023-12-01T17:06:46.274 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-01T17:06:46.730 INFO:teuthology.orchestra.run.smithi154.stdout:158913789965 2023-12-01T17:06:46.730 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-01T17:06:46.821 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:46.873 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:46 smithi154 ceph-mon[107707]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:46.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:46 smithi190 ceph-mon[110460]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:46.965 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:46.996 INFO:teuthology.orchestra.run.smithi154.stdout:219043332103 2023-12-01T17:06:46.996 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-01T17:06:47.139 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:47.370 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:48.078 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:48.475 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:48.497 INFO:teuthology.orchestra.run.smithi154.stdout:38654705695 2023-12-01T17:06:48.498 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-01T17:06:48.712 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:48 smithi154 ceph-mon[107707]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:48.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:48 smithi190 ceph-mon[110460]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:49.564 INFO:teuthology.orchestra.run.smithi154.stdout:81604378648 2023-12-01T17:06:49.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:49 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1034573844' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-01T17:06:49.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:49 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1034573844' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-01T17:06:49.931 INFO:teuthology.orchestra.run.smithi154.stdout:158913789965 2023-12-01T17:06:50.387 INFO:teuthology.orchestra.run.smithi154.stdout:188978561033 2023-12-01T17:06:50.597 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789965 got 158913789965 for osd.5 2023-12-01T17:06:50.597 DEBUG:teuthology.parallel:result is None 2023-12-01T17:06:50.637 INFO:teuthology.orchestra.run.smithi154.stdout:219043332104 2023-12-01T17:06:50.870 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:50 smithi154 ceph-mon[107707]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:50.871 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:50 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3828244119' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-01T17:06:50.871 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:50 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3428162862' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-01T17:06:50.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:50 smithi190 ceph-mon[110460]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:50.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:50 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3828244119' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-01T17:06:50.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:50 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3428162862' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-01T17:06:51.056 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:51.139 INFO:teuthology.orchestra.run.smithi154.stdout:60129542171 2023-12-01T17:06:51.182 INFO:tasks.cephadm.ceph_manager.ceph:need seq 219043332103 got 219043332104 for osd.7 2023-12-01T17:06:51.182 DEBUG:teuthology.parallel:result is None 2023-12-01T17:06:51.503 INFO:teuthology.orchestra.run.smithi154.stdout:107374182420 2023-12-01T17:06:51.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:51 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3753904639' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-01T17:06:51.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:51 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/762185426' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-01T17:06:51.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:51 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3370741070' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-01T17:06:51.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:51 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3753904639' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-01T17:06:51.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:51 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/762185426' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-01T17:06:51.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:51 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3370741070' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-01T17:06:51.890 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542170 got 60129542171 for osd.1 2023-12-01T17:06:51.890 DEBUG:teuthology.parallel:result is None 2023-12-01T17:06:52.029 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182419 got 107374182420 for osd.3 2023-12-01T17:06:52.029 DEBUG:teuthology.parallel:result is None 2023-12-01T17:06:52.371 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-12-01T17:06:52.371 DEBUG:teuthology.parallel:result is None 2023-12-01T17:06:52.696 INFO:teuthology.orchestra.run.smithi154.stdout:128849018897 2023-12-01T17:06:52.701 INFO:tasks.cephadm.ceph_manager.ceph:need seq 188978561032 got 188978561033 for osd.6 2023-12-01T17:06:52.701 DEBUG:teuthology.parallel:result is None 2023-12-01T17:06:52.859 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:52 smithi154 ceph-mon[107707]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:52.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:52 smithi190 ceph-mon[110460]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:53.106 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018896 got 128849018897 for osd.4 2023-12-01T17:06:53.106 DEBUG:teuthology.parallel:result is None 2023-12-01T17:06:53.214 INFO:teuthology.orchestra.run.smithi154.stdout:38654705697 2023-12-01T17:06:53.541 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705697 for osd.0 2023-12-01T17:06:53.541 DEBUG:teuthology.parallel:result is None 2023-12-01T17:06:53.541 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-01T17:06:53.541 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-01T17:06:53.769 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:53.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:53 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/843409683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-01T17:06:53.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:53 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/223500450' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-01T17:06:53.914 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:53 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/843409683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-01T17:06:53.914 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:53 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/223500450' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-01T17:06:54.893 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:54.894 INFO:teuthology.orchestra.run.smithi154.stderr:dumped all 2023-12-01T17:06:54.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:54 smithi154 ceph-mon[107707]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:55.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:54 smithi190 ceph-mon[110460]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:55.270 INFO:teuthology.orchestra.run.smithi154.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2023-12-01T17:06:53.586915+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":48260,"kb_used_data":5956,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912956,"statfs":{"total":767960285184,"available":767910866944,"internally_reserved":0,"allocated":6098944,"data_stored":3406755,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002232"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":226,"reported_epoch":55,"state":"active+clean","last_fresh":"2023-12-01T17:06:32.596167+0000","last_change":"2023-12-01T17:06:32.596167+0000","last_active":"2023-12-01T17:06:32.596167+0000","last_peered":"2023-12-01T17:06:32.596167+0000","last_clean":"2023-12-01T17:06:32.596167+0000","last_became_active":"2023-12-01T17:06:32.595605+0000","last_became_peered":"2023-12-01T17:06:32.595605+0000","last_unstale":"2023-12-01T17:06:32.596167+0000","last_undegraded":"2023-12-01T17:06:32.596167+0000","last_fullsized":"2023-12-01T17:06:32.596167+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-01T17:05:04.589979+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-01T17:05:04.589979+0000","last_clean_scrub_stamp":"2023-12-01T17:05:04.589979+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-02T22:58:28.348787+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":51,"seq":219043332104,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6008,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739144,"statfs":{"total":95995035648,"available":95988883456,"internally_reserved":0,"allocated":1097728,"data_stored":756608,"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.80400000000000005}]},{"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.68300000000000005}]},{"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.65800000000000003}]},{"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.72299999999999998}]},{"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.79500000000000004}]},{"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.59299999999999997}]},{"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.62}]}]},{"osd":6,"up_from":44,"seq":188978561034,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6068,"kb_used_data":1068,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739084,"statfs":{"total":95995035648,"available":95988822016,"internally_reserved":0,"allocated":1093632,"data_stored":756343,"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.37}]},{"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.35299999999999998}]},{"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.59799999999999998}]},{"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.51600000000000001}]},{"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.53000000000000003}]},{"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.54300000000000004}]},{"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.505}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6252,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738900,"statfs":{"total":95995035648,"available":95988633600,"internally_reserved":0,"allocated":561152,"data_stored":227379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 17:06:48 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.34100000000000003,"15min":0.33600000000000002},"min":{"1min":0.16700000000000001,"5min":0.16700000000000001,"15min":0.16700000000000001},"max":{"1min":0.55900000000000005,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.35599999999999998,"15min":0.34599999999999997},"min":{"1min":0.25800000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.32700000000000001}]},{"osd":2,"last update":"Fri Dec 1 17:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.38800000000000001}]},{"osd":3,"last update":"Fri Dec 1 17:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.46400000000000002}]},{"osd":4,"last update":"Fri Dec 1 17:06:39 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.093,"5min":1.093,"15min":1.093},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.60399999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65100000000000002}]},{"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.66200000000000003}]},{"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.55500000000000005}]}]},{"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":6836,"kb_used_data":1068,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738316,"statfs":{"total":95995035648,"available":95988035584,"internally_reserved":0,"allocated":1093632,"data_stored":756307,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 1 17:05:51 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.312},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.35699999999999998}]},{"osd":2,"last update":"Fri Dec 1 17:06:06 2023","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.37}]},{"osd":3,"last update":"Fri Dec 1 17:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.39900000000000002}]},{"osd":4,"last update":"Fri Dec 1 17:06:38 2023","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.59299999999999997}]},{"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.51700000000000002}]},{"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.50600000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64700000000000002}]}]},{"osd":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":6192,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738960,"statfs":{"total":95995035648,"available":95988695040,"internally_reserved":0,"allocated":565248,"data_stored":227680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 17:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.34899999999999998}]},{"osd":1,"last update":"Fri Dec 1 17:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"last":0.376},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.32400000000000001}]},{"osd":3,"last update":"Fri Dec 1 17:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.36399999999999999}]},{"osd":4,"last update":"Fri Dec 1 17:06:38 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.56299999999999994}]},{"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.49099999999999999}]},{"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":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]}]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5612,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":561152,"data_stored":227379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 17:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.221},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.255}]},{"osd":1,"last update":"Fri Dec 1 17:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.20899999999999999},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.28000000000000003}]},{"osd":2,"last update":"Fri Dec 1 17:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.23699999999999999},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.29799999999999999}]},{"osd":4,"last update":"Fri Dec 1 17:06:38 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.315}]},{"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.32600000000000001}]},{"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.433}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42699999999999999}]}]},{"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":5680,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739472,"statfs":{"total":95995035648,"available":95989219328,"internally_reserved":0,"allocated":565248,"data_stored":227680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 17:06:37 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.48799999999999999}]},{"osd":1,"last update":"Fri Dec 1 17:06:37 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.35799999999999998}]},{"osd":2,"last update":"Fri Dec 1 17:06:37 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.38800000000000001}]},{"osd":3,"last update":"Fri Dec 1 17:06:37 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.434},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.47299999999999998}]},{"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.34599999999999997}]},{"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.374}]},{"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.54900000000000004}]}]},{"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":5612,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":561152,"data_stored":227379,"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.52700000000000002}]},{"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.49399999999999999}]},{"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.56399999999999995}]},{"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.47599999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"osd":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.503}]},{"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.54500000000000004}]}]}],"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-01T17:06:55.271 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-01T17:06:55.495 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:56.590 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:56.591 INFO:teuthology.orchestra.run.smithi154.stderr:dumped all 2023-12-01T17:06:56.894 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:56 smithi154 ceph-mon[107707]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:06:56.894 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:56 smithi154 ceph-mon[107707]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:56.961 INFO:teuthology.orchestra.run.smithi154.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2023-12-01T17:06:55.587242+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":48260,"kb_used_data":5956,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912956,"statfs":{"total":767960285184,"available":767910866944,"internally_reserved":0,"allocated":6098944,"data_stored":3406755,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002213"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":226,"reported_epoch":55,"state":"active+clean","last_fresh":"2023-12-01T17:06:32.596167+0000","last_change":"2023-12-01T17:06:32.596167+0000","last_active":"2023-12-01T17:06:32.596167+0000","last_peered":"2023-12-01T17:06:32.596167+0000","last_clean":"2023-12-01T17:06:32.596167+0000","last_became_active":"2023-12-01T17:06:32.595605+0000","last_became_peered":"2023-12-01T17:06:32.595605+0000","last_unstale":"2023-12-01T17:06:32.596167+0000","last_undegraded":"2023-12-01T17:06:32.596167+0000","last_fullsized":"2023-12-01T17:06:32.596167+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-01T17:05:04.589979+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-01T17:05:04.589979+0000","last_clean_scrub_stamp":"2023-12-01T17:05:04.589979+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-02T22:58:28.348787+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":51,"seq":219043332105,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6008,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739144,"statfs":{"total":95995035648,"available":95988883456,"internally_reserved":0,"allocated":1097728,"data_stored":756608,"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.435}]},{"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.55100000000000005}]},{"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.51100000000000001}]},{"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.56000000000000005}]},{"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.68000000000000005}]},{"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.70399999999999996}]},{"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.753}]}]},{"osd":6,"up_from":44,"seq":188978561034,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6068,"kb_used_data":1068,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739084,"statfs":{"total":95995035648,"available":95988822016,"internally_reserved":0,"allocated":1093632,"data_stored":756343,"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.37}]},{"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.35299999999999998}]},{"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.59799999999999998}]},{"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.51600000000000001}]},{"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.53000000000000003}]},{"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.54300000000000004}]},{"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.505}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6252,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738900,"statfs":{"total":95995035648,"available":95988633600,"internally_reserved":0,"allocated":561152,"data_stored":227379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 17:06:48 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.34100000000000003,"15min":0.33600000000000002},"min":{"1min":0.16700000000000001,"5min":0.16700000000000001,"15min":0.16700000000000001},"max":{"1min":0.55900000000000005,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.35599999999999998,"15min":0.34599999999999997},"min":{"1min":0.25800000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.32700000000000001}]},{"osd":2,"last update":"Fri Dec 1 17:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.38800000000000001}]},{"osd":3,"last update":"Fri Dec 1 17:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.46400000000000002}]},{"osd":4,"last update":"Fri Dec 1 17:06:39 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.093,"5min":1.093,"15min":1.093},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.60399999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65100000000000002}]},{"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.66200000000000003}]},{"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.55500000000000005}]}]},{"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":6836,"kb_used_data":1068,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738316,"statfs":{"total":95995035648,"available":95988035584,"internally_reserved":0,"allocated":1093632,"data_stored":756307,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 1 17:05:51 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.312},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.35699999999999998}]},{"osd":2,"last update":"Fri Dec 1 17:06:06 2023","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.37}]},{"osd":3,"last update":"Fri Dec 1 17:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.39900000000000002}]},{"osd":4,"last update":"Fri Dec 1 17:06:38 2023","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.59299999999999997}]},{"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.51700000000000002}]},{"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.50600000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64700000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6192,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738960,"statfs":{"total":95995035648,"available":95988695040,"internally_reserved":0,"allocated":565248,"data_stored":227680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 17:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"last":0.253},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.29999999999999999}]},{"osd":1,"last update":"Fri Dec 1 17:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.28699999999999998}]},{"osd":3,"last update":"Fri Dec 1 17:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.437},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.316}]},{"osd":4,"last update":"Fri Dec 1 17:06:38 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.76200000000000001}]},{"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.67200000000000004}]},{"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.628}]},{"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.66200000000000003}]}]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5612,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":561152,"data_stored":227379,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 17:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.221},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.255}]},{"osd":1,"last update":"Fri Dec 1 17:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.20899999999999999},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.28000000000000003}]},{"osd":2,"last update":"Fri Dec 1 17:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.23699999999999999},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.29799999999999999}]},{"osd":4,"last update":"Fri Dec 1 17:06:38 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.315}]},{"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.32600000000000001}]},{"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.433}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42699999999999999}]}]},{"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":5680,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739472,"statfs":{"total":95995035648,"available":95989219328,"internally_reserved":0,"allocated":565248,"data_stored":227680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 17:06:37 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.48799999999999999}]},{"osd":1,"last update":"Fri Dec 1 17:06:37 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.35799999999999998}]},{"osd":2,"last update":"Fri Dec 1 17:06:37 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.38800000000000001}]},{"osd":3,"last update":"Fri Dec 1 17:06:37 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.434},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.47299999999999998}]},{"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.34599999999999997}]},{"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.374}]},{"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.54900000000000004}]}]},{"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":5612,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":561152,"data_stored":227379,"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.496}]},{"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.50600000000000001}]},{"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.40899999999999997}]},{"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.45200000000000001}]},{"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.36299999999999999}]},{"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.55600000000000005}]},{"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.51400000000000001}]}]}],"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-01T17:06:56.962 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-01T17:06:56.962 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-01T17:06:56.963 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-01T17:06:56.963 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-01T17:06:57.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:56 smithi190 ceph-mon[110460]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:06:57.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:56 smithi190 ceph-mon[110460]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:57.187 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/mon.smithi154/config 2023-12-01T17:06:57.932 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:57 smithi154 ceph-mon[107707]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:06:58.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:57 smithi190 ceph-mon[110460]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:06:58.324 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:06:58.324 INFO:teuthology.orchestra.run.smithi154.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-01T17:06:58.693 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-01T17:06:58.693 INFO:tasks.cephadm:Setup complete, yielding 2023-12-01T17:06:58.694 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T17:06:58.703 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:06:58.704 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-01T17:06:58.996 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:58 smithi154 ceph-mon[107707]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:58.996 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:06:58 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1857874466' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-01T17:06:59.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:58 smithi190 ceph-mon[110460]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:06:59.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:06:58 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1857874466' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-01T17:07:00.033 INFO:teuthology.orchestra.run.smithi154.stdout:Backend: cephadm 2023-12-01T17:07:00.033 INFO:teuthology.orchestra.run.smithi154.stdout:Available: Yes 2023-12-01T17:07:00.033 INFO:teuthology.orchestra.run.smithi154.stdout:Paused: No 2023-12-01T17:07:00.410 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-01T17:07:00.907 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:00 smithi154 ceph-mon[107707]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:01.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:00 smithi190 ceph-mon[110460]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:01.770 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 running (2m) 102s ago 3m - - ba2b418f427c 3771329c76a8 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (3m) 102s ago 3m - - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (3m) 37s ago 3m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 running (2m) 102s ago 3m - - 8.3.5 dad864ee21e9 236fd0a5c3b0 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (4m) 102s ago 4m - - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (3m) 37s ago 3m 419M - 17.2.0 e1d6a67b021e 17bfc606bc6b 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (4m) 102s ago 4m - 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (3m) 37s ago 3m 51.8M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 running (3m) 102s ago 3m - - 1dbe0e931976 d20ad5b94808 2023-12-01T17:07:01.771 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 running (3m) 37s ago 3m 25.0M - 1dbe0e931976 4377829e3346 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (2m) 102s ago 2m - 3224M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (2m) 102s ago 2m - 3224M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (2m) 102s ago 2m - 3224M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (106s) 102s ago 106s - 3224M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (90s) 37s ago 90s 38.2M 3992M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (74s) 37s ago 73s 38.2M 3992M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (57s) 37s ago 56s 35.8M 3992M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (39s) 37s ago 39s 14.2M 3992M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:07:01.772 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 running (2m) 102s ago 2m - - 514e6a882f6e 7659838ee55f 2023-12-01T17:07:01.973 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:01 smithi154 ceph-mon[107707]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:02.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:01 smithi190 ceph-mon[110460]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:02.152 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-01T17:07:02.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:02 smithi154 ceph-mon[107707]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:02 smithi190 ceph-mon[110460]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:03.445 INFO:teuthology.orchestra.run.smithi154.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-01T17:07:03.445 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager ?:9093,9094 1/1 104s ago 4m count:1 2023-12-01T17:07:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:crash 2/2 104s ago 4m * 2023-12-01T17:07:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:grafana ?:3000 1/1 104s ago 4m count:1 2023-12-01T17:07:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:mgr 2/2 104s ago 4m count:2 2023-12-01T17:07:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:mon 2/2 104s ago 3m smithi154:172.21.15.154=smithi154;smithi190:172.21.15.190=smithi190;count:2 2023-12-01T17:07:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter ?:9100 2/2 104s ago 4m * 2023-12-01T17:07:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:osd 8 104s ago - 2023-12-01T17:07:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus ?:9095 1/1 104s ago 4m count:1 2023-12-01T17:07:03.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:03 smithi154 ceph-mon[107707]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:03.820 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-01T17:07:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:03 smithi190 ceph-mon[110460]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:04.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:04 smithi154 ceph-mon[107707]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:04.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:04 smithi154 ceph-mon[107707]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:04 smithi190 ceph-mon[110460]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:04 smithi190 ceph-mon[110460]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:05.247 INFO:teuthology.orchestra.run.smithi154.stdout:HOST ADDR LABELS STATUS 2023-12-01T17:07:05.247 INFO:teuthology.orchestra.run.smithi154.stdout:smithi154 172.21.15.154 2023-12-01T17:07:05.248 INFO:teuthology.orchestra.run.smithi154.stdout:smithi190 172.21.15.190 2023-12-01T17:07:05.248 INFO:teuthology.orchestra.run.smithi154.stdout:2 hosts in cluster 2023-12-01T17:07:05.618 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-01T17:07:06.966 INFO:teuthology.orchestra.run.smithi154.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-01T17:07:06.966 INFO:teuthology.orchestra.run.smithi154.stdout:smithi154 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233003B400BGN 400G LVM detected, locked 2023-12-01T17:07:06.967 INFO:teuthology.orchestra.run.smithi154.stdout:smithi190 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT63210012400BGN 400G LVM detected, locked 2023-12-01T17:07:06.991 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:06 smithi154 ceph-mon[107707]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:06.991 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:06 smithi154 ceph-mon[107707]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:07.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:06 smithi190 ceph-mon[110460]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:07.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:06 smithi190 ceph-mon[110460]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:07.352 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-01T17:07:07.360 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:07:07.360 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-01T17:07:07.388 INFO:teuthology.orchestra.run.smithi154.stderr:+ systemctl stop nfs-server 2023-12-01T17:07:07.395 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi190.front.sepia.ceph.com 2023-12-01T17:07:07.396 DEBUG:teuthology.orchestra.run.smithi190:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-01T17:07:07.436 INFO:teuthology.orchestra.run.smithi190.stderr:+ systemctl stop nfs-server 2023-12-01T17:07:07.444 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T17:07:07.452 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:07:07.453 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-01T17:07:09.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:08 smithi154 ceph-mon[107707]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:09.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:08 smithi154 ceph-mon[107707]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:08 smithi190 ceph-mon[110460]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:08 smithi190 ceph-mon[110460]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:10.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:09 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-01T17:07:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:09 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-01T17:07:11.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:10 smithi154 ceph-mon[107707]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:11.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:10 smithi154 ceph-mon[107707]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:11.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-01T17:07:11.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:10 smithi154 ceph-mon[107707]: osdmap e56: 8 total, 8 up, 8 in 2023-12-01T17:07:11.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:10 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-01T17:07:11.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:10 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon-smithi154[107684]: 2023-12-01T17:07:10.673+0000 7ff49149c700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-01T17:07:11.050 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-01T17:07:11.059 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-01T17:07:11.059 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T17:07:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:10 smithi190 ceph-mon[110460]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:10 smithi190 ceph-mon[110460]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:11.066 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-01T17:07:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:10 smithi190 ceph-mon[110460]: osdmap e56: 8 total, 8 up, 8 in 2023-12-01T17:07:11.067 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:10 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-01T17:07:11.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: osdmap e57: 8 total, 8 up, 8 in 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: osdmap e58: 8 total, 8 up, 8 in 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: fsmap foofs:0 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: Saving service mds.foofs spec with placement count:2 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:11.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:11.932 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:11.932 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi154.rzvpxi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-01T17:07:11.932 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi154.rzvpxi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-01T17:07:11.932 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:11 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-01T17:07:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: osdmap e57: 8 total, 8 up, 8 in 2023-12-01T17:07:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-01T17:07:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-01T17:07:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: osdmap e58: 8 total, 8 up, 8 in 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: fsmap foofs:0 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: Saving service mds.foofs spec with placement count:2 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi154.rzvpxi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi154.rzvpxi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-01T17:07:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:11 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:12.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:12 smithi154 ceph-mon[107707]: Deploying daemon mds.foofs.smithi154.rzvpxi on smithi154 2023-12-01T17:07:12.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:12 smithi154 ceph-mon[107707]: pgmap v153: 65 pgs: 14 creating+peering, 11 active+clean, 40 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:12.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:12 smithi154 ceph-mon[107707]: osdmap e59: 8 total, 8 up, 8 in 2023-12-01T17:07:12.834 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:07:12.835 INFO:teuthology.orchestra.run.smithi154.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T17:02:49.518870Z", "last_refresh": "2023-12-01T17:05:18.856889Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T17:02:45.472171Z", "last_refresh": "2023-12-01T17:05:18.856969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T17:02:47.521584Z", "last_refresh": "2023-12-01T17:05:18.857029Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T17:07:10.698356Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-01T17:07:10.691750Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T17:02:44.466306Z", "last_refresh": "2023-12-01T17:05:18.856817Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi154:172.21.15.154=smithi154", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T17:03:19.296285Z", "last_refresh": "2023-12-01T17:05:18.856672Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T17:02:48.659403Z", "last_refresh": "2023-12-01T17:05:18.857088Z", "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-01T17:05:18.857208Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T17:02:46.604487Z", "last_refresh": "2023-12-01T17:05:18.857147Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-01T17:07:13.061 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:12 smithi190 ceph-mon[110460]: Deploying daemon mds.foofs.smithi154.rzvpxi on smithi154 2023-12-01T17:07:13.061 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:12 smithi190 ceph-mon[110460]: pgmap v153: 65 pgs: 14 creating+peering, 11 active+clean, 40 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:13.061 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:12 smithi190 ceph-mon[110460]: osdmap e59: 8 total, 8 up, 8 in 2023-12-01T17:07:13.308 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-01T17:07:13.862 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:13 smithi190 ceph-mon[110460]: osdmap e60: 8 total, 8 up, 8 in 2023-12-01T17:07:13.862 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:13 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:13.862 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:13 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.ftgqnc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-01T17:07:13.862 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:13 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.ftgqnc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-01T17:07:13.862 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:13 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:14.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:13 smithi154 ceph-mon[107707]: osdmap e60: 8 total, 8 up, 8 in 2023-12-01T17:07:14.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:13 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:14.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:13 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.ftgqnc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-01T17:07:14.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:13 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.ftgqnc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-01T17:07:14.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:13 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:14.309 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T17:07:14.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: Deploying daemon mds.foofs.smithi190.ftgqnc on smithi190 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: pgmap v156: 65 pgs: 14 creating+peering, 25 active+clean, 26 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: mds.? [v2:172.21.15.154:6834/190275341,v1:172.21.15.154:6835/190275341] up:boot 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: daemon mds.foofs.smithi154.rzvpxi assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: Cluster is now healthy 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: fsmap foofs:0 1 up:standby 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi154.rzvpxi"}]: dispatch 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: fsmap foofs:1 {0=foofs.smithi154.rzvpxi=up:creating} 2023-12-01T17:07:14.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:14 smithi154 ceph-mon[107707]: daemon mds.foofs.smithi154.rzvpxi is now active in filesystem foofs as rank 0 2023-12-01T17:07:15.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:07:15.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: Deploying daemon mds.foofs.smithi190.ftgqnc on smithi190 2023-12-01T17:07:15.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: pgmap v156: 65 pgs: 14 creating+peering, 25 active+clean, 26 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-01T17:07:15.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: mds.? [v2:172.21.15.154:6834/190275341,v1:172.21.15.154:6835/190275341] up:boot 2023-12-01T17:07:15.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: daemon mds.foofs.smithi154.rzvpxi assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-01T17:07:15.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-01T17:07:15.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-01T17:07:15.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: Cluster is now healthy 2023-12-01T17:07:15.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: fsmap foofs:0 1 up:standby 2023-12-01T17:07:15.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi154.rzvpxi"}]: dispatch 2023-12-01T17:07:15.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: fsmap foofs:1 {0=foofs.smithi154.rzvpxi=up:creating} 2023-12-01T17:07:15.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:14 smithi190 ceph-mon[110460]: daemon mds.foofs.smithi154.rzvpxi is now active in filesystem foofs as rank 0 2023-12-01T17:07:15.785 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:07:15.785 INFO:teuthology.orchestra.run.smithi154.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T17:02:49.518870Z", "last_refresh": "2023-12-01T17:05:18.856889Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T17:02:45.472171Z", "last_refresh": "2023-12-01T17:05:18.856969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T17:02:47.521584Z", "last_refresh": "2023-12-01T17:05:18.857029Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T17:07:10.698356Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-01T17:07:10.691750Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T17:02:44.466306Z", "last_refresh": "2023-12-01T17:05:18.856817Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi154:172.21.15.154=smithi154", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T17:03:19.296285Z", "last_refresh": "2023-12-01T17:05:18.856672Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T17:02:48.659403Z", "last_refresh": "2023-12-01T17:05:18.857088Z", "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-01T17:05:18.857208Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T17:02:46.604487Z", "last_refresh": "2023-12-01T17:05:18.857147Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-01T17:07:16.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:15 smithi154 ceph-mon[107707]: mds.? [v2:172.21.15.154:6834/190275341,v1:172.21.15.154:6835/190275341] up:active 2023-12-01T17:07:16.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:15 smithi154 ceph-mon[107707]: fsmap foofs:1 {0=foofs.smithi154.rzvpxi=up:active} 2023-12-01T17:07:16.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:15 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:16.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:15 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:16.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:15 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:16.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:15 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:16.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:15 smithi154 ceph-mon[107707]: pgmap v157: 65 pgs: 14 creating+peering, 51 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 4 op/s 2023-12-01T17:07:16.057 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:15 smithi190 ceph-mon[110460]: mds.? [v2:172.21.15.154:6834/190275341,v1:172.21.15.154:6835/190275341] up:active 2023-12-01T17:07:16.057 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:15 smithi190 ceph-mon[110460]: fsmap foofs:1 {0=foofs.smithi154.rzvpxi=up:active} 2023-12-01T17:07:16.057 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:15 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:16.058 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:15 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:16.058 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:15 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:16.058 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:15 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:16.058 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:15 smithi190 ceph-mon[110460]: pgmap v157: 65 pgs: 14 creating+peering, 51 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 4 op/s 2023-12-01T17:07:16.347 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-01T17:07:17.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:16 smithi154 ceph-mon[107707]: mds.? [v2:172.21.15.190:6832/2057665265,v1:172.21.15.190:6833/2057665265] up:boot 2023-12-01T17:07:17.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:16 smithi154 ceph-mon[107707]: fsmap foofs:1 {0=foofs.smithi154.rzvpxi=up:active} 1 up:standby 2023-12-01T17:07:17.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.ftgqnc"}]: dispatch 2023-12-01T17:07:17.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:16 smithi154 ceph-mon[107707]: fsmap foofs:1 {0=foofs.smithi154.rzvpxi=up:active} 1 up:standby 2023-12-01T17:07:17.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:16 smithi154 ceph-mon[107707]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:07:17.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:16 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:16 smithi190 ceph-mon[110460]: mds.? [v2:172.21.15.190:6832/2057665265,v1:172.21.15.190:6833/2057665265] up:boot 2023-12-01T17:07:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:16 smithi190 ceph-mon[110460]: fsmap foofs:1 {0=foofs.smithi154.rzvpxi=up:active} 1 up:standby 2023-12-01T17:07:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.ftgqnc"}]: dispatch 2023-12-01T17:07:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:16 smithi190 ceph-mon[110460]: fsmap foofs:1 {0=foofs.smithi154.rzvpxi=up:active} 1 up:standby 2023-12-01T17:07:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:16 smithi190 ceph-mon[110460]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:07:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:16 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:17.349 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T17:07:18.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:18 smithi154 ceph-mon[107707]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 6 op/s 2023-12-01T17:07:18.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:18 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:18.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:18 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:18.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:18 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:18.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:18 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:18.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:18 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:18.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:18 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:18.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:18 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:18.859 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:07:18.859 INFO:teuthology.orchestra.run.smithi154.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T17:02:49.518870Z", "last_refresh": "2023-12-01T17:07:17.912025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T17:02:45.472171Z", "last_refresh": "2023-12-01T17:07:16.060879Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T17:02:47.521584Z", "last_refresh": "2023-12-01T17:07:17.912146Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T17:07:10.698356Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-01T17:07:10.691750Z", "last_refresh": "2023-12-01T17:07:16.061459Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T17:02:44.466306Z", "last_refresh": "2023-12-01T17:07:16.061035Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi154:172.21.15.154=smithi154", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T17:03:19.296285Z", "last_refresh": "2023-12-01T17:07:16.061104Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T17:02:48.659403Z", "last_refresh": "2023-12-01T17:07:16.061166Z", "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-01T17:07:16.061226Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T17:02:46.604487Z", "last_refresh": "2023-12-01T17:07:17.912265Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-01T17:07:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:18 smithi190 ceph-mon[110460]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 6 op/s 2023-12-01T17:07:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:18 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:18 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:18 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:18 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:18 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:18 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:18 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:19.241 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-01T17:07:19.241 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T17:07:19.250 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:07:19.251 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-01T17:07:21.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:20 smithi190 ceph-mon[110460]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:07:21.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:20 smithi190 ceph-mon[110460]: pgmap v159: 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-01T17:07:21.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:20 smithi154 ceph-mon[107707]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T17:07:21.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:20 smithi154 ceph-mon[107707]: pgmap v159: 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-01T17:07:21.910 INFO:teuthology.orchestra.run.smithi154.stdout:NFS Cluster Created Successfully 2023-12-01T17:07:22.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:21 smithi154 ceph-mon[107707]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:22.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-01T17:07:22.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-01T17:07:22.096 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:21 smithi154 ceph-mon[107707]: osdmap e61: 8 total, 8 up, 8 in 2023-12-01T17:07:22.096 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:21 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-01T17:07:22.096 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:21 smithi154 ceph-mon[107707]: pgmap v161: 97 pgs: 15 creating+peering, 17 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-12-01T17:07:22.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:21 smithi190 ceph-mon[110460]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:22.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-01T17:07:22.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-01T17:07:22.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:21 smithi190 ceph-mon[110460]: osdmap e61: 8 total, 8 up, 8 in 2023-12-01T17:07:22.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:21 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-01T17:07:22.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:21 smithi190 ceph-mon[110460]: pgmap v161: 97 pgs: 15 creating+peering, 17 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-12-01T17:07:22.292 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 48a53fa0-906b-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-01T17:07:23.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-01T17:07:23.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: osdmap e62: 8 total, 8 up, 8 in 2023-12-01T17:07:23.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: Saving service nfs.foo spec with placement count:2 2023-12-01T17:07:23.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:23.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:23.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:23.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:23.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:23.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:23.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: Creating key for client.nfs.foo.0.0.smithi154.ordlyt 2023-12-01T17:07:23.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi154.ordlyt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T17:07:23.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi154.ordlyt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T17:07:23.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-01T17:07:23.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:23.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:23.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:23.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T17:07:23.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T17:07:23.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: Rados config object exists: conf-nfs.foo 2023-12-01T17:07:23.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: Creating key for client.nfs.foo.0.0.smithi154.ordlyt-rgw 2023-12-01T17:07:23.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi154.ordlyt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T17:07:23.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi154.ordlyt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T17:07:23.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:23.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: Deploying daemon nfs.foo.0.0.smithi154.ordlyt on smithi154 2023-12-01T17:07:23.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:22 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:23.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-01T17:07:23.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: osdmap e62: 8 total, 8 up, 8 in 2023-12-01T17:07:23.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: Saving service nfs.foo spec with placement count:2 2023-12-01T17:07:23.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:23.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:23.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:23.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:23.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:23.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:23.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: Creating key for client.nfs.foo.0.0.smithi154.ordlyt 2023-12-01T17:07:23.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi154.ordlyt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T17:07:23.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi154.ordlyt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: Rados config object exists: conf-nfs.foo 2023-12-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: Creating key for client.nfs.foo.0.0.smithi154.ordlyt-rgw 2023-12-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi154.ordlyt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T17:07:23.380 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi154.ordlyt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T17:07:23.381 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:23.381 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: Deploying daemon nfs.foo.0.0.smithi154.ordlyt on smithi154 2023-12-01T17:07:23.381 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:22 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:23.880 INFO:teuthology.orchestra.run.smithi154.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-01T17:07:23.880 INFO:teuthology.orchestra.run.smithi154.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-01T17:07:23.880 INFO:teuthology.orchestra.run.smithi154.stderr:Error EINVAL: invalid command 2023-12-01T17:07:24.247 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:07:24.247 INFO:teuthology.orchestra.run.smithi154.stdout: "bind": "/fake", 2023-12-01T17:07:24.248 INFO:teuthology.orchestra.run.smithi154.stdout: "fs": "foofs", 2023-12-01T17:07:24.248 INFO:teuthology.orchestra.run.smithi154.stdout: "path": "/", 2023-12-01T17:07:24.248 INFO:teuthology.orchestra.run.smithi154.stdout: "cluster": "foo", 2023-12-01T17:07:24.248 INFO:teuthology.orchestra.run.smithi154.stdout: "mode": "RW" 2023-12-01T17:07:24.248 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:07:24.273 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:23 smithi154 ceph-mon[107707]: osdmap e63: 8 total, 8 up, 8 in 2023-12-01T17:07:24.273 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:23 smithi154 ceph-mon[107707]: pgmap v164: 97 pgs: 15 creating+peering, 3 unknown, 79 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-01T17:07:24.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:23 smithi190 ceph-mon[110460]: osdmap e63: 8 total, 8 up, 8 in 2023-12-01T17:07:24.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:23 smithi190 ceph-mon[110460]: pgmap v164: 97 pgs: 15 creating+peering, 3 unknown, 79 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-01T17:07:24.623 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 48a53fa0-906b-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-01T17:07:25.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: mgrmap e20: smithi154.evnvqt(active, since 3m), standbys: smithi190.euqtie 2023-12-01T17:07:25.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: Creating key for client.nfs.foo.1.0.smithi190.goxudp 2023-12-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.goxudp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.goxudp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:25.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:24 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:25.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: mgrmap e20: smithi154.evnvqt(active, since 3m), standbys: smithi190.euqtie 2023-12-01T17:07:25.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:25.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: Creating key for client.nfs.foo.1.0.smithi190.goxudp 2023-12-01T17:07:25.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.goxudp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T17:07:25.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.goxudp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T17:07:25.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-01T17:07:25.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:25.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:25.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:25.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:25.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:25.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:24 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 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-01T17:07:26.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:25 smithi154 ceph-mon[107707]: pgmap v165: 97 pgs: 15 creating+peering, 82 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-01T17:07:26.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:25 smithi190 ceph-mon[110460]: pgmap v165: 97 pgs: 15 creating+peering, 82 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-01T17:07:27.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:27 smithi190 ceph-mon[110460]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:27.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T17:07:27.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T17:07:27.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.goxudp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T17:07:27.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.goxudp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T17:07:27.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:27 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:28.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:27 smithi154 ceph-mon[107707]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:28.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T17:07:28.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T17:07:28.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.goxudp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T17:07:28.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.goxudp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T17:07:28.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:27 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:28.820 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:28 smithi190 ceph-mon[110460]: Rados config object exists: conf-nfs.foo 2023-12-01T17:07:28.820 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:28 smithi190 ceph-mon[110460]: Creating key for client.nfs.foo.1.0.smithi190.goxudp-rgw 2023-12-01T17:07:28.820 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:28 smithi190 ceph-mon[110460]: Deploying daemon nfs.foo.1.0.smithi190.goxudp on smithi190 2023-12-01T17:07:28.820 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:28 smithi190 ceph-mon[110460]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:28.820 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:28 smithi190 ceph-mon[110460]: pgmap v166: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2023-12-01T17:07:28.858 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:28 smithi154 ceph-mon[107707]: Rados config object exists: conf-nfs.foo 2023-12-01T17:07:28.858 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:28 smithi154 ceph-mon[107707]: Creating key for client.nfs.foo.1.0.smithi190.goxudp-rgw 2023-12-01T17:07:28.858 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:28 smithi154 ceph-mon[107707]: Deploying daemon nfs.foo.1.0.smithi190.goxudp on smithi190 2023-12-01T17:07:28.858 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:28 smithi154 ceph-mon[107707]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:28.858 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:28 smithi154 ceph-mon[107707]: pgmap v166: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2023-12-01T17:07:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:29 smithi154 ceph-mon[107707]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:29 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:29 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:29 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:29.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:29 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:29.865 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:29 smithi190 ceph-mon[110460]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:29.865 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:29 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:29.865 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:29 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:29.865 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:29 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:29.865 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:29 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:30.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:30 smithi190 ceph-mon[110460]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-01T17:07:31.024 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:30 smithi154 ceph-mon[107707]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-01T17:07:31.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:31 smithi190 ceph-mon[110460]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:31.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:31 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:31 smithi154 ceph-mon[107707]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:32.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:31 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.541 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo ?:2049 2/2 1s ago 10s count:2 2023-12-01T17:07:32.846 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:32.846 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 KiB/s wr, 7 op/s 2023-12-01T17:07:32.846 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.846 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.846 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.847 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:32.847 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:32.847 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:32.847 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.847 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:32 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 KiB/s wr, 7 op/s 2023-12-01T17:07:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:32.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:32.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:32.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:32 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:32.890 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-01T17:07:32.901 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:07:32.902 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-01T17:07:32.930 INFO:teuthology.orchestra.run.smithi154.stderr:+ mkdir /mnt/foo 2023-12-01T17:07:32.942 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-01T17:07:33.008 INFO:teuthology.orchestra.run.smithi154.stderr:++ hostname 2023-12-01T17:07:33.008 INFO:teuthology.orchestra.run.smithi154.stderr:+ mount -t nfs smithi154:/fake /mnt/foo -o sync 2023-12-01T17:07:33.374 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-01T17:07:33.442 INFO:teuthology.orchestra.run.smithi154.stderr:+ echo test 2023-12-01T17:07:33.491 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-01T17:07:33.558 INFO:teuthology.orchestra.run.smithi154.stderr:+ sync 2023-12-01T17:07:33.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:33 smithi190 ceph-mon[110460]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:33.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:33 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:33.985 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:33 smithi154 ceph-mon[107707]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:33.985 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:33 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:33.986 INFO:teuthology.run_tasks:Running task parallel... 2023-12-01T17:07:33.996 INFO:teuthology.task.parallel:starting parallel... 2023-12-01T17:07:33.997 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-01T17:07:33.997 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-01T17:07:33.998 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:07:33.998 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-01T17:07:33.998 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-01T17:07:33.999 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-01T17:07:33.999 INFO:teuthology.task.exec:Executing custom commands... 2023-12-01T17:07:34.000 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:07:34.000 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-01T17:07:34.128 INFO:teuthology.orchestra.run.smithi154.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-01T17:07:34.128 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:07:34.128 INFO:teuthology.orchestra.run.smithi154.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-01T17:07:34.130 INFO:teuthology.orchestra.run.smithi154.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-01T17:07:34.231 INFO:teuthology.orchestra.run.smithi154.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-01T17:07:34.231 INFO:teuthology.orchestra.run.smithi154.stdout:releasing clients 2023-12-01T17:07:34.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:34 smithi154 ceph-mon[107707]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2023-12-01T17:07:35.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:34 smithi190 ceph-mon[110460]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2023-12-01T17:07:35.231 INFO:teuthology.orchestra.run.smithi154.stdout: 5 101 23.13 MB/sec warmup 1 sec latency 143.802 ms 2023-12-01T17:07:36.235 INFO:teuthology.orchestra.run.smithi154.stdout: 5 206 20.12 MB/sec warmup 2 sec latency 141.908 ms 2023-12-01T17:07:36.308 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-01T17:07:36.859 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:36 smithi154 ceph-mon[107707]: pgmap v170: 97 pgs: 97 active+clean; 3.4 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 243 KiB/s wr, 10 op/s 2023-12-01T17:07:37.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:36 smithi190 ceph-mon[110460]: pgmap v170: 97 pgs: 97 active+clean; 3.4 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 243 KiB/s wr, 10 op/s 2023-12-01T17:07:37.240 INFO:teuthology.orchestra.run.smithi154.stdout: 5 312 18.99 MB/sec warmup 3 sec latency 122.026 ms 2023-12-01T17:07:37.898 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2023-12-01T17:07:37.898 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2023-12-01T17:07:37.898 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-01T17:07:37.898 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-01T17:07:37.898 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:07:37.898 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:07:38.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2023-12-01T17:07:38.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2023-12-01T17:07:38.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-01T17:07:38.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-01T17:07:38.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:07:38.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:07:38.240 INFO:teuthology.orchestra.run.smithi154.stdout: 5 413 18.23 MB/sec warmup 4 sec latency 129.088 ms 2023-12-01T17:07:38.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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-01T17:07:38.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:38 smithi154 ceph-mon[107707]: pgmap v171: 97 pgs: 97 active+clean; 36 MiB data, 66 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.0 MiB/s wr, 116 op/s 2023-12-01T17:07:38.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2023-12-01T17:07:38.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]': finished 2023-12-01T17:07:38.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-01T17:07:38.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:38 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-12-01T17:07:38.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:38 smithi154 ceph-mon[107707]: osdmap e64: 8 total, 8 up, 8 in 2023-12-01T17:07:39.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:38 smithi190 ceph-mon[110460]: pgmap v171: 97 pgs: 97 active+clean; 36 MiB data, 66 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.0 MiB/s wr, 116 op/s 2023-12-01T17:07:39.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2023-12-01T17:07:39.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]': finished 2023-12-01T17:07:39.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-01T17:07:39.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:38 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-12-01T17:07:39.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:38 smithi190 ceph-mon[110460]: osdmap e64: 8 total, 8 up, 8 in 2023-12-01T17:07:39.244 INFO:teuthology.orchestra.run.smithi154.stdout: 5 512 17.69 MB/sec warmup 5 sec latency 154.157 ms 2023-12-01T17:07:40.023 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:39 smithi154 ceph-mon[107707]: osdmap e65: 8 total, 8 up, 8 in 2023-12-01T17:07:40.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:39 smithi190 ceph-mon[110460]: osdmap e65: 8 total, 8 up, 8 in 2023-12-01T17:07:40.246 INFO:teuthology.orchestra.run.smithi154.stdout: 5 624 17.19 MB/sec warmup 6 sec latency 520.692 ms 2023-12-01T17:07:40.800 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:40 smithi154 ceph-mon[107707]: pgmap v174: 97 pgs: 97 active+clean; 50 MiB data, 72 MiB used, 715 GiB / 715 GiB avail; 6.3 MiB/s wr, 198 op/s 2023-12-01T17:07:41.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:40 smithi190 ceph-mon[110460]: pgmap v174: 97 pgs: 97 active+clean; 50 MiB data, 72 MiB used, 715 GiB / 715 GiB avail; 6.3 MiB/s wr, 198 op/s 2023-12-01T17:07:41.244 INFO:teuthology.orchestra.run.smithi154.stdout: 5 863 15.41 MB/sec warmup 7 sec latency 109.888 ms 2023-12-01T17:07:41.597 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-01T17:07:42.244 INFO:teuthology.orchestra.run.smithi154.stdout: 5 1137 14.34 MB/sec warmup 8 sec latency 102.765 ms 2023-12-01T17:07:42.837 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:42 smithi154 ceph-mon[107707]: pgmap v175: 97 pgs: 97 active+clean; 94 MiB data, 149 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 12 MiB/s wr, 547 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:42.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:42 smithi190 ceph-mon[110460]: pgmap v175: 97 pgs: 97 active+clean; 94 MiB data, 149 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 12 MiB/s wr, 547 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:43.245 INFO:teuthology.orchestra.run.smithi154.stdout: 5 1752 14.58 MB/sec warmup 9 sec latency 94.350 ms 2023-12-01T17:07:44.245 INFO:teuthology.orchestra.run.smithi154.stdout: 5 2295 13.74 MB/sec warmup 10 sec latency 105.451 ms 2023-12-01T17:07:44.631 INFO:teuthology.orchestra.run.smithi154.stderr:module 'nfs' is already enabled 2023-12-01T17:07:44.857 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:44 smithi154 ceph-mon[107707]: pgmap v176: 97 pgs: 97 active+clean; 103 MiB data, 158 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 13 MiB/s wr, 572 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:44.857 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:44 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4078458308' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-01T17:07:45.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:44 smithi190 ceph-mon[110460]: pgmap v176: 97 pgs: 97 active+clean; 103 MiB data, 158 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 13 MiB/s wr, 572 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:45.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:44 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/4078458308' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-01T17:07:45.238 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-01T17:07:45.244 INFO:teuthology.orchestra.run.smithi154.stdout: 5 2819 14.27 MB/sec warmup 11 sec latency 132.034 ms 2023-12-01T17:07:45.876 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:45 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4078458308' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-01T17:07:45.876 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:45 smithi154 ceph-mon[107707]: mgrmap e21: smithi154.evnvqt(active, since 4m), standbys: smithi190.euqtie 2023-12-01T17:07:46.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:45 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/4078458308' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-01T17:07:46.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:45 smithi190 ceph-mon[110460]: mgrmap e21: smithi154.evnvqt(active, since 4m), standbys: smithi190.euqtie 2023-12-01T17:07:46.245 INFO:teuthology.orchestra.run.smithi154.stdout: 5 3197 14.43 MB/sec warmup 12 sec latency 129.921 ms 2023-12-01T17:07:46.659 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:46 smithi154 ceph-mon[107707]: pgmap v177: 97 pgs: 97 active+clean; 111 MiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 10 MiB/s wr, 541 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:47.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:46 smithi190 ceph-mon[110460]: pgmap v177: 97 pgs: 97 active+clean; 111 MiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 10 MiB/s wr, 541 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:47.245 INFO:teuthology.orchestra.run.smithi154.stdout: 5 3565 14.59 MB/sec warmup 13 sec latency 127.313 ms 2023-12-01T17:07:47.445 INFO:teuthology.orchestra.run.smithi154.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T17:07:47.918 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-01T17:07:47.919 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:07:47.919 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- 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-01T17:07:48.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 3767 14.08 MB/sec warmup 14 sec latency 139.323 ms 2023-12-01T17:07:48.469 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:48.469 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T17:07:48.469 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:48.470 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:48.470 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:48.470 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:48.470 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:48.470 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:48.470 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T17:07:48.470 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:48 smithi154 ceph-mon[107707]: pgmap v178: 97 pgs: 97 active+clean; 119 MiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 10 MiB/s wr, 570 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:48.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T17:07:48.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:48 smithi190 ceph-mon[110460]: pgmap v178: 97 pgs: 97 active+clean; 119 MiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 10 MiB/s wr, 570 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:49.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 3990 13.32 MB/sec warmup 15 sec latency 132.801 ms 2023-12-01T17:07:50.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 4349 12.64 MB/sec warmup 16 sec latency 89.339 ms 2023-12-01T17:07:50.265 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:07:50.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:50 smithi154 ceph-mon[107707]: pgmap v179: 97 pgs: 97 active+clean; 123 MiB data, 216 MiB used, 715 GiB / 715 GiB avail; 940 B/s rd, 10 MiB/s wr, 595 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:51.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:50 smithi190 ceph-mon[110460]: pgmap v179: 97 pgs: 97 active+clean; 123 MiB data, 216 MiB used, 715 GiB / 715 GiB avail; 940 B/s rd, 10 MiB/s wr, 595 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:51.170 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 running (3m) 19s ago 4m 26.4M - ba2b418f427c 3771329c76a8 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (4m) 19s ago 4m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (4m) 20s ago 4m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 running (3m) 19s ago 4m 52.5M - 8.3.5 dad864ee21e9 236fd0a5c3b0 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (38s) 19s ago 38s 17.5M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (36s) 20s ago 36s 13.2M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (5m) 19s ago 5m 478M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (4m) 20s ago 4m 420M - 17.2.0 e1d6a67b021e 17bfc606bc6b 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (5m) 19s ago 5m 77.3M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (4m) 20s ago 4m 60.0M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (27s) 19s ago 27s 54.1M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (22s) 20s ago 22s 53.7M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 running (4m) 19s ago 4m 23.9M - 1dbe0e931976 d20ad5b94808 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 running (3m) 20s ago 3m 25.3M - 1dbe0e931976 4377829e3346 2023-12-01T17:07:51.171 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (3m) 19s ago 3m 54.7M 3224M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:07:51.172 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (3m) 19s ago 3m 56.7M 3224M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:07:51.172 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (2m) 19s ago 2m 48.4M 3224M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:07:51.172 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (2m) 19s ago 2m 49.9M 3224M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:07:51.172 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (2m) 20s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:07:51.172 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (2m) 20s ago 2m 48.8M 3992M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:07:51.172 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (106s) 20s ago 106s 49.6M 3992M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:07:51.172 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (88s) 20s ago 88s 51.7M 3992M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:07:51.172 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 running (3m) 19s ago 3m 59.1M - 514e6a882f6e 7659838ee55f 2023-12-01T17:07:51.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 4675 12.40 MB/sec warmup 17 sec latency 124.260 ms 2023-12-01T17:07:51.686 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:07:51.686 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:07:51.686 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:07:51.686 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:07:51.686 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:07:51.686 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:07:51.686 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:07:51.687 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:07:51.793 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:51 smithi154 ceph-mon[107707]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:51.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:51 smithi154 ceph-mon[107707]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:52.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:51 smithi190 ceph-mon[110460]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:52.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:51 smithi190 ceph-mon[110460]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:52.201 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:07:52.201 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", 2023-12-01T17:07:52.201 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:07:52.201 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:07:52.201 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "", 2023-12-01T17:07:52.202 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 image" 2023-12-01T17:07:52.202 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:07:52.261 INFO:teuthology.orchestra.run.smithi154.stdout: 5 4941 12.20 MB/sec warmup 18 sec latency 118.685 ms 2023-12-01T17:07:52.730 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:07:52.797 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:52 smithi154 ceph-mon[107707]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:52.797 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:52 smithi154 ceph-mon[107707]: pgmap v180: 97 pgs: 97 active+clean; 134 MiB data, 227 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.5 MiB/s wr, 668 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:52.797 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:52 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1900253464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:07:53.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:52 smithi190 ceph-mon[110460]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:53.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:52 smithi190 ceph-mon[110460]: pgmap v180: 97 pgs: 97 active+clean; 134 MiB data, 227 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.5 MiB/s wr, 668 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T17:07:53.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:52 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1900253464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:07:53.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 5291 11.93 MB/sec warmup 19 sec latency 129.516 ms 2023-12-01T17:07:53.816 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:53 smithi154 ceph-mon[107707]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:53.816 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:53 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/440239043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:07:53.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:53 smithi190 ceph-mon[110460]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:07:53.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:53 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/440239043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:07:54.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 5676 11.54 MB/sec warmup 20 sec latency 130.190 ms 2023-12-01T17:07:54.826 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:54 smithi154 ceph-mon[107707]: pgmap v181: 97 pgs: 97 active+clean; 132 MiB data, 235 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 5.8 MiB/s wr, 450 op/s 2023-12-01T17:07:55.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:54 smithi190 ceph-mon[110460]: pgmap v181: 97 pgs: 97 active+clean; 132 MiB data, 235 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 5.8 MiB/s wr, 450 op/s 2023-12-01T17:07:55.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 6056 11.44 MB/sec warmup 21 sec latency 150.581 ms 2023-12-01T17:07:56.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 6330 11.35 MB/sec warmup 22 sec latency 202.464 ms 2023-12-01T17:07:56.888 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:56 smithi154 ceph-mon[107707]: pgmap v182: 97 pgs: 97 active+clean; 127 MiB data, 262 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 456 op/s 2023-12-01T17:07:57.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:56 smithi190 ceph-mon[110460]: pgmap v182: 97 pgs: 97 active+clean; 127 MiB data, 262 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 456 op/s 2023-12-01T17:07:57.255 INFO:teuthology.orchestra.run.smithi154.stdout: 5 6703 11.71 MB/sec warmup 23 sec latency 137.524 ms 2023-12-01T17:07:58.256 INFO:teuthology.orchestra.run.smithi154.stdout: 5 7037 11.63 MB/sec warmup 24 sec latency 149.613 ms 2023-12-01T17:07:58.960 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:07:58 smithi154 ceph-mon[107707]: pgmap v183: 97 pgs: 97 active+clean; 130 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.6 MiB/s wr, 539 op/s 2023-12-01T17:07:59.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:07:58 smithi190 ceph-mon[110460]: pgmap v183: 97 pgs: 97 active+clean; 130 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.6 MiB/s wr, 539 op/s 2023-12-01T17:07:59.256 INFO:teuthology.orchestra.run.smithi154.stdout: 5 7256 11.53 MB/sec warmup 25 sec latency 143.550 ms 2023-12-01T17:08:00.256 INFO:teuthology.orchestra.run.smithi154.stdout: 5 7436 11.26 MB/sec warmup 26 sec latency 120.509 ms 2023-12-01T17:08:00.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:00 smithi154 ceph-mon[107707]: pgmap v184: 97 pgs: 97 active+clean; 135 MiB data, 328 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.8 MiB/s wr, 510 op/s 2023-12-01T17:08:01.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:00 smithi190 ceph-mon[110460]: pgmap v184: 97 pgs: 97 active+clean; 135 MiB data, 328 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.8 MiB/s wr, 510 op/s 2023-12-01T17:08:01.256 INFO:teuthology.orchestra.run.smithi154.stdout: 5 7582 10.96 MB/sec warmup 27 sec latency 124.246 ms 2023-12-01T17:08:02.256 INFO:teuthology.orchestra.run.smithi154.stdout: 5 7787 10.65 MB/sec warmup 28 sec latency 152.737 ms 2023-12-01T17:08:02.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:02 smithi154 ceph-mon[107707]: pgmap v185: 97 pgs: 97 active+clean; 141 MiB data, 354 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-12-01T17:08:02.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:02 smithi190 ceph-mon[110460]: pgmap v185: 97 pgs: 97 active+clean; 141 MiB data, 354 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-12-01T17:08:03.257 INFO:teuthology.orchestra.run.smithi154.stdout: 5 8051 10.46 MB/sec warmup 29 sec latency 123.626 ms 2023-12-01T17:08:04.258 INFO:teuthology.orchestra.run.smithi154.stdout: 5 8313 10.23 MB/sec warmup 30 sec latency 120.742 ms 2023-12-01T17:08:04.875 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:04 smithi154 ceph-mon[107707]: pgmap v186: 97 pgs: 97 active+clean; 140 MiB data, 355 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 326 op/s 2023-12-01T17:08:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:04 smithi190 ceph-mon[110460]: pgmap v186: 97 pgs: 97 active+clean; 140 MiB data, 355 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 326 op/s 2023-12-01T17:08:05.257 INFO:teuthology.orchestra.run.smithi154.stdout: 5 8608 10.16 MB/sec warmup 31 sec latency 136.482 ms 2023-12-01T17:08:06.258 INFO:teuthology.orchestra.run.smithi154.stdout: 5 8870 10.03 MB/sec warmup 32 sec latency 129.838 ms 2023-12-01T17:08:06.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:06 smithi154 ceph-mon[107707]: pgmap v187: 97 pgs: 97 active+clean; 144 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.2 MiB/s wr, 426 op/s 2023-12-01T17:08:07.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:06 smithi190 ceph-mon[110460]: pgmap v187: 97 pgs: 97 active+clean; 144 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.2 MiB/s wr, 426 op/s 2023-12-01T17:08:07.257 INFO:teuthology.orchestra.run.smithi154.stdout: 5 9170 9.99 MB/sec warmup 33 sec latency 128.225 ms 2023-12-01T17:08:08.258 INFO:teuthology.orchestra.run.smithi154.stdout: 5 9480 9.82 MB/sec warmup 34 sec latency 127.195 ms 2023-12-01T17:08:08.742 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:08 smithi154 ceph-mon[107707]: pgmap v188: 97 pgs: 97 active+clean; 137 MiB data, 404 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-12-01T17:08:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:08 smithi190 ceph-mon[110460]: pgmap v188: 97 pgs: 97 active+clean; 137 MiB data, 404 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-12-01T17:08:09.258 INFO:teuthology.orchestra.run.smithi154.stdout: 5 9794 9.87 MB/sec warmup 35 sec latency 130.233 ms 2023-12-01T17:08:10.260 INFO:teuthology.orchestra.run.smithi154.stdout: 5 10101 9.89 MB/sec warmup 36 sec latency 134.332 ms 2023-12-01T17:08:10.779 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:10 smithi154 ceph-mon[107707]: pgmap v189: 97 pgs: 97 active+clean; 139 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-01T17:08:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:10 smithi190 ceph-mon[110460]: pgmap v189: 97 pgs: 97 active+clean; 139 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-01T17:08:11.268 INFO:teuthology.orchestra.run.smithi154.stdout: 5 10491 10.07 MB/sec warmup 37 sec latency 136.100 ms 2023-12-01T17:08:12.268 INFO:teuthology.orchestra.run.smithi154.stdout: 5 10775 10.15 MB/sec warmup 38 sec latency 123.769 ms 2023-12-01T17:08:12.818 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:12 smithi154 ceph-mon[107707]: pgmap v190: 97 pgs: 97 active+clean; 148 MiB data, 424 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-12-01T17:08:13.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:12 smithi190 ceph-mon[110460]: pgmap v190: 97 pgs: 97 active+clean; 148 MiB data, 424 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-12-01T17:08:13.269 INFO:teuthology.orchestra.run.smithi154.stdout: 5 10997 9.97 MB/sec warmup 39 sec latency 210.875 ms 2023-12-01T17:08:14.277 INFO:teuthology.orchestra.run.smithi154.stdout: 5 11153 9.81 MB/sec warmup 40 sec latency 157.194 ms 2023-12-01T17:08:14.878 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:14 smithi154 ceph-mon[107707]: pgmap v191: 97 pgs: 97 active+clean; 149 MiB data, 449 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 392 op/s 2023-12-01T17:08:15.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:14 smithi190 ceph-mon[110460]: pgmap v191: 97 pgs: 97 active+clean; 149 MiB data, 449 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 392 op/s 2023-12-01T17:08:15.276 INFO:teuthology.orchestra.run.smithi154.stdout: 5 11432 9.67 MB/sec warmup 41 sec latency 143.009 ms 2023-12-01T17:08:16.277 INFO:teuthology.orchestra.run.smithi154.stdout: 5 11641 9.49 MB/sec warmup 42 sec latency 126.720 ms 2023-12-01T17:08:16.931 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:16 smithi154 ceph-mon[107707]: pgmap v192: 97 pgs: 97 active+clean; 155 MiB data, 459 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.3 MiB/s wr, 450 op/s 2023-12-01T17:08:17.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:16 smithi190 ceph-mon[110460]: pgmap v192: 97 pgs: 97 active+clean; 155 MiB data, 459 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.3 MiB/s wr, 450 op/s 2023-12-01T17:08:17.277 INFO:teuthology.orchestra.run.smithi154.stdout: 5 11843 9.35 MB/sec warmup 43 sec latency 204.821 ms 2023-12-01T17:08:18.277 INFO:teuthology.orchestra.run.smithi154.stdout: 5 12029 9.27 MB/sec warmup 44 sec latency 132.219 ms 2023-12-01T17:08:18.719 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:18 smithi154 ceph-mon[107707]: pgmap v193: 97 pgs: 97 active+clean; 156 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.3 MiB/s wr, 389 op/s 2023-12-01T17:08:19.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:18 smithi190 ceph-mon[110460]: pgmap v193: 97 pgs: 97 active+clean; 156 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.3 MiB/s wr, 389 op/s 2023-12-01T17:08:19.277 INFO:teuthology.orchestra.run.smithi154.stdout: 5 12370 9.22 MB/sec warmup 45 sec latency 164.332 ms 2023-12-01T17:08:20.278 INFO:teuthology.orchestra.run.smithi154.stdout: 5 12652 9.13 MB/sec warmup 46 sec latency 140.065 ms 2023-12-01T17:08:20.731 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:20 smithi154 ceph-mon[107707]: pgmap v194: 97 pgs: 97 active+clean; 156 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-01T17:08:20.731 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:20 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:20.731 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:20 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:08:20.731 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:20 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:20.979 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:20 smithi190 ceph-mon[110460]: pgmap v194: 97 pgs: 97 active+clean; 156 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-01T17:08:20.979 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:20 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:20.979 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:20 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:08:20.979 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:20 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:21.278 INFO:teuthology.orchestra.run.smithi154.stdout: 5 12995 9.14 MB/sec warmup 47 sec latency 134.318 ms 2023-12-01T17:08:21.741 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:21 smithi154 ceph-mon[107707]: Upgrade: Target is version 18.0.0-7673-gb5f2d389 (unknown) 2023-12-01T17:08:21.741 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:21 smithi154 ceph-mon[107707]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb, digests ['quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb'] 2023-12-01T17:08:21.741 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:21 smithi154 ceph-mon[107707]: Upgrade: Need to upgrade myself (mgr.smithi154.evnvqt) 2023-12-01T17:08:22.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:21 smithi190 ceph-mon[110460]: Upgrade: Target is version 18.0.0-7673-gb5f2d389 (unknown) 2023-12-01T17:08:22.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:21 smithi190 ceph-mon[110460]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb, digests ['quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb'] 2023-12-01T17:08:22.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:21 smithi190 ceph-mon[110460]: Upgrade: Need to upgrade myself (mgr.smithi154.evnvqt) 2023-12-01T17:08:22.278 INFO:teuthology.orchestra.run.smithi154.stdout: 5 13419 9.23 MB/sec warmup 48 sec latency 123.449 ms 2023-12-01T17:08:22.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:22 smithi154 ceph-mon[107707]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb on smithi190 2023-12-01T17:08:22.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:22 smithi154 ceph-mon[107707]: pgmap v195: 97 pgs: 97 active+clean; 152 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 385 op/s 2023-12-01T17:08:23.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:22 smithi190 ceph-mon[110460]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb on smithi190 2023-12-01T17:08:23.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:22 smithi190 ceph-mon[110460]: pgmap v195: 97 pgs: 97 active+clean; 152 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 385 op/s 2023-12-01T17:08:23.223 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:08:23.278 INFO:teuthology.orchestra.run.smithi154.stdout: 5 13761 9.31 MB/sec warmup 49 sec latency 131.368 ms 2023-12-01T17:08:24.094 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:08:24.094 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 running (4m) 52s ago 5m 26.4M - ba2b418f427c 3771329c76a8 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (5m) 52s ago 5m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (4m) 53s ago 4m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 running (4m) 52s ago 4m 52.5M - 8.3.5 dad864ee21e9 236fd0a5c3b0 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (71s) 52s ago 71s 17.5M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (69s) 53s ago 69s 13.2M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (6m) 52s ago 6m 478M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (4m) 53s ago 4m 420M - 17.2.0 e1d6a67b021e 17bfc606bc6b 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (6m) 52s ago 6m 77.3M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (4m) 53s ago 4m 60.0M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (60s) 52s ago 60s 54.1M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (55s) 53s ago 55s 53.7M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 running (4m) 52s ago 4m 23.9M - 1dbe0e931976 d20ad5b94808 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 running (4m) 53s ago 4m 25.3M - 1dbe0e931976 4377829e3346 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (4m) 52s ago 4m 54.7M 3224M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:08:24.095 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (3m) 52s ago 3m 56.7M 3224M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:08:24.096 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (3m) 52s ago 3m 48.4M 3224M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:08:24.096 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (3m) 52s ago 3m 49.9M 3224M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:08:24.096 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (2m) 53s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:08:24.096 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (2m) 53s ago 2m 48.8M 3992M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:08:24.096 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (2m) 53s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:08:24.096 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (2m) 53s ago 2m 51.7M 3992M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:08:24.096 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 running (4m) 52s ago 4m 59.1M - 514e6a882f6e 7659838ee55f 2023-12-01T17:08:24.278 INFO:teuthology.orchestra.run.smithi154.stdout: 5 14125 9.43 MB/sec warmup 50 sec latency 120.119 ms 2023-12-01T17:08:24.583 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:08:24.583 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:08:24.583 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:08:24.584 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:08:24.808 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:24 smithi154 ceph-mon[107707]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:24.808 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:24 smithi154 ceph-mon[107707]: pgmap v196: 97 pgs: 97 active+clean; 153 MiB data, 507 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 292 op/s 2023-12-01T17:08:24.808 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:24 smithi154 ceph-mon[107707]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:24.808 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:24 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4214589903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:08:25.037 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:08:25.038 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:08:25.038 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:08:25.038 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:08:25.038 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "0/23 daemons upgraded", 2023-12-01T17:08:25.038 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb image on host smithi190" 2023-12-01T17:08:25.038 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:08:25.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:24 smithi190 ceph-mon[110460]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:24 smithi190 ceph-mon[110460]: pgmap v196: 97 pgs: 97 active+clean; 153 MiB data, 507 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 292 op/s 2023-12-01T17:08:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:24 smithi190 ceph-mon[110460]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:24 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/4214589903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:08:25.287 INFO:teuthology.orchestra.run.smithi154.stdout: 5 14468 9.48 MB/sec warmup 51 sec latency 124.015 ms 2023-12-01T17:08:25.553 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:08:25.828 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:25 smithi154 ceph-mon[107707]: from='client.24415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:25.828 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:25 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2614319730' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:08:26.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:25 smithi190 ceph-mon[110460]: from='client.24415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:26.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:25 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2614319730' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:08:26.292 INFO:teuthology.orchestra.run.smithi154.stdout: 5 14833 9.38 MB/sec warmup 52 sec latency 126.867 ms 2023-12-01T17:08:26.839 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:26 smithi154 ceph-mon[107707]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:26.839 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:26 smithi154 ceph-mon[107707]: pgmap v197: 97 pgs: 97 active+clean; 159 MiB data, 484 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.7 MiB/s wr, 347 op/s 2023-12-01T17:08:27.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:26 smithi190 ceph-mon[110460]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:27.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:26 smithi190 ceph-mon[110460]: pgmap v197: 97 pgs: 97 active+clean; 159 MiB data, 484 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.7 MiB/s wr, 347 op/s 2023-12-01T17:08:27.292 INFO:teuthology.orchestra.run.smithi154.stdout: 5 15054 9.27 MB/sec warmup 53 sec latency 129.765 ms 2023-12-01T17:08:28.292 INFO:teuthology.orchestra.run.smithi154.stdout: 5 15373 9.25 MB/sec warmup 54 sec latency 127.269 ms 2023-12-01T17:08:28.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:28 smithi154 ceph-mon[107707]: pgmap v198: 97 pgs: 97 active+clean; 167 MiB data, 547 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 407 op/s 2023-12-01T17:08:29.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:28 smithi190 ceph-mon[110460]: pgmap v198: 97 pgs: 97 active+clean; 167 MiB data, 547 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 407 op/s 2023-12-01T17:08:29.298 INFO:teuthology.orchestra.run.smithi154.stdout: 5 15718 9.20 MB/sec warmup 55 sec latency 189.715 ms 2023-12-01T17:08:30.298 INFO:teuthology.orchestra.run.smithi154.stdout: 5 16023 9.20 MB/sec warmup 56 sec latency 150.771 ms 2023-12-01T17:08:30.985 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:30 smithi154 ceph-mon[107707]: pgmap v199: 97 pgs: 97 active+clean; 168 MiB data, 573 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-12-01T17:08:31.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:30 smithi190 ceph-mon[110460]: pgmap v199: 97 pgs: 97 active+clean; 168 MiB data, 573 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-12-01T17:08:31.298 INFO:teuthology.orchestra.run.smithi154.stdout: 5 16386 9.16 MB/sec warmup 57 sec latency 161.812 ms 2023-12-01T17:08:32.303 INFO:teuthology.orchestra.run.smithi154.stdout: 5 16890 9.25 MB/sec warmup 58 sec latency 111.748 ms 2023-12-01T17:08:32.874 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:32 smithi154 ceph-mon[107707]: pgmap v200: 97 pgs: 97 active+clean; 167 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-12-01T17:08:33.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:32 smithi190 ceph-mon[110460]: pgmap v200: 97 pgs: 97 active+clean; 167 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-12-01T17:08:33.307 INFO:teuthology.orchestra.run.smithi154.stdout: 5 17169 9.24 MB/sec warmup 59 sec latency 204.917 ms 2023-12-01T17:08:34.307 INFO:teuthology.orchestra.run.smithi154.stdout: 5 17480 9.30 MB/sec warmup 60 sec latency 120.669 ms 2023-12-01T17:08:34.925 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:34 smithi154 ceph-mon[107707]: pgmap v201: 97 pgs: 97 active+clean; 167 MiB data, 588 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-12-01T17:08:35.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:34 smithi190 ceph-mon[110460]: pgmap v201: 97 pgs: 97 active+clean; 167 MiB data, 588 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-12-01T17:08:35.307 INFO:teuthology.orchestra.run.smithi154.stdout: 5 17922 9.41 MB/sec warmup 61 sec latency 118.725 ms 2023-12-01T17:08:36.307 INFO:teuthology.orchestra.run.smithi154.stdout: 5 18245 9.40 MB/sec warmup 62 sec latency 127.010 ms 2023-12-01T17:08:36.989 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:36 smithi154 ceph-mon[107707]: pgmap v202: 97 pgs: 97 active+clean; 170 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2023-12-01T17:08:37.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:36 smithi190 ceph-mon[110460]: pgmap v202: 97 pgs: 97 active+clean; 170 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2023-12-01T17:08:37.307 INFO:teuthology.orchestra.run.smithi154.stdout: 5 18509 9.39 MB/sec warmup 63 sec latency 142.031 ms 2023-12-01T17:08:37.996 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:08:37.996 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:37 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:08:38.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/trash_purge_schedule"}]: dispatch 2023-12-01T17:08:38.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:37 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.evnvqt/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:08:38.307 INFO:teuthology.orchestra.run.smithi154.stdout: 5 18959 9.28 MB/sec warmup 64 sec latency 127.125 ms 2023-12-01T17:08:39.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:38 smithi154 ceph-mon[107707]: pgmap v203: 97 pgs: 97 active+clean; 179 MiB data, 660 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-12-01T17:08:39.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:38 smithi190 ceph-mon[110460]: pgmap v203: 97 pgs: 97 active+clean; 179 MiB data, 660 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-12-01T17:08:39.316 INFO:teuthology.orchestra.run.smithi154.stdout: 5 19440 9.27 MB/sec warmup 65 sec latency 108.785 ms 2023-12-01T17:08:40.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:39 smithi154 ceph-mon[107707]: pgmap v204: 97 pgs: 97 active+clean; 179 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.6 MiB/s wr, 441 op/s 2023-12-01T17:08:40.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:39 smithi190 ceph-mon[110460]: pgmap v204: 97 pgs: 97 active+clean; 179 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.6 MiB/s wr, 441 op/s 2023-12-01T17:08:40.318 INFO:teuthology.orchestra.run.smithi154.stdout: 5 19894 9.41 MB/sec warmup 66 sec latency 191.958 ms 2023-12-01T17:08:41.318 INFO:teuthology.orchestra.run.smithi154.stdout: 5 20376 9.38 MB/sec warmup 67 sec latency 89.980 ms 2023-12-01T17:08:42.318 INFO:teuthology.orchestra.run.smithi154.stdout: 5 20755 9.47 MB/sec warmup 68 sec latency 126.773 ms 2023-12-01T17:08:42.835 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:42 smithi154 ceph-mon[107707]: pgmap v205: 97 pgs: 97 active+clean; 180 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.6 MiB/s wr, 576 op/s 2023-12-01T17:08:43.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:42 smithi190 ceph-mon[110460]: pgmap v205: 97 pgs: 97 active+clean; 180 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.6 MiB/s wr, 576 op/s 2023-12-01T17:08:43.318 INFO:teuthology.orchestra.run.smithi154.stdout: 5 21054 9.47 MB/sec warmup 69 sec latency 128.223 ms 2023-12-01T17:08:44.319 INFO:teuthology.orchestra.run.smithi154.stdout: 5 21338 9.50 MB/sec warmup 70 sec latency 130.123 ms 2023-12-01T17:08:44.854 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:44 smithi154 ceph-mon[107707]: pgmap v206: 97 pgs: 97 active+clean; 180 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-01T17:08:45.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:44 smithi190 ceph-mon[110460]: pgmap v206: 97 pgs: 97 active+clean; 180 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-01T17:08:45.319 INFO:teuthology.orchestra.run.smithi154.stdout: 5 21712 9.51 MB/sec warmup 71 sec latency 146.016 ms 2023-12-01T17:08:46.319 INFO:teuthology.orchestra.run.smithi154.stdout: 5 21954 9.43 MB/sec warmup 72 sec latency 120.511 ms 2023-12-01T17:08:46.951 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:46 smithi154 ceph-mon[107707]: pgmap v207: 97 pgs: 97 active+clean; 187 MiB data, 730 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-12-01T17:08:47.052 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:46 smithi190 ceph-mon[110460]: pgmap v207: 97 pgs: 97 active+clean; 187 MiB data, 730 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-12-01T17:08:47.319 INFO:teuthology.orchestra.run.smithi154.stdout: 5 22222 9.43 MB/sec warmup 73 sec latency 141.263 ms 2023-12-01T17:08:48.235 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:48 smithi154 ceph-mon[107707]: Upgrade: Updating mgr.smithi190.euqtie 2023-12-01T17:08:48.235 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:48.235 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.euqtie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:08:48.235 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:08:48.235 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:48 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:08:48.235 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:48 smithi154 ceph-mon[107707]: Deploying daemon mgr.smithi190.euqtie on smithi190 2023-12-01T17:08:48.235 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:48 smithi154 ceph-mon[107707]: pgmap v208: 97 pgs: 97 active+clean; 191 MiB data, 716 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.9 MiB/s wr, 515 op/s 2023-12-01T17:08:48.319 INFO:teuthology.orchestra.run.smithi154.stdout: 5 22509 9.34 MB/sec warmup 74 sec latency 148.928 ms 2023-12-01T17:08:48.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:48 smithi190 ceph-mon[110460]: Upgrade: Updating mgr.smithi190.euqtie 2023-12-01T17:08:48.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:48.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.euqtie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:08:48.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:08:48.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:48 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:08:48.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:48 smithi190 ceph-mon[110460]: Deploying daemon mgr.smithi190.euqtie on smithi190 2023-12-01T17:08:48.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:48 smithi190 ceph-mon[110460]: pgmap v208: 97 pgs: 97 active+clean; 191 MiB data, 716 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.9 MiB/s wr, 515 op/s 2023-12-01T17:08:49.319 INFO:teuthology.orchestra.run.smithi154.stdout: 5 22842 9.29 MB/sec warmup 75 sec latency 149.654 ms 2023-12-01T17:08:50.319 INFO:teuthology.orchestra.run.smithi154.stdout: 5 23107 9.26 MB/sec warmup 76 sec latency 126.323 ms 2023-12-01T17:08:50.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:50 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:50.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:50 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:08:50.541 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:50 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:08:50.541 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:50 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:08:50.541 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:50 smithi154 ceph-mon[107707]: pgmap v209: 97 pgs: 97 active+clean; 197 MiB data, 743 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.2 MiB/s wr, 558 op/s 2023-12-01T17:08:50.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:50 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:50.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:50 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:08:50.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:50 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:08:50.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:50 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:08:50.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:50 smithi190 ceph-mon[110460]: pgmap v209: 97 pgs: 97 active+clean; 197 MiB data, 743 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.2 MiB/s wr, 558 op/s 2023-12-01T17:08:51.327 INFO:teuthology.orchestra.run.smithi154.stdout: 5 23483 9.27 MB/sec warmup 77 sec latency 126.962 ms 2023-12-01T17:08:52.335 INFO:teuthology.orchestra.run.smithi154.stdout: 5 23823 9.26 MB/sec warmup 78 sec latency 140.284 ms 2023-12-01T17:08:52.884 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:52 smithi154 ceph-mon[107707]: pgmap v210: 97 pgs: 97 active+clean; 192 MiB data, 791 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.6 MiB/s wr, 581 op/s 2023-12-01T17:08:52.997 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:52 smithi190 ceph-mon[110460]: pgmap v210: 97 pgs: 97 active+clean; 192 MiB data, 791 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.6 MiB/s wr, 581 op/s 2023-12-01T17:08:53.336 INFO:teuthology.orchestra.run.smithi154.stdout: 5 24292 9.35 MB/sec warmup 79 sec latency 123.686 ms 2023-12-01T17:08:54.336 INFO:teuthology.orchestra.run.smithi154.stdout: 5 24715 9.43 MB/sec warmup 80 sec latency 135.978 ms 2023-12-01T17:08:54.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:54 smithi154 ceph-mon[107707]: pgmap v211: 97 pgs: 97 active+clean; 193 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.6 MiB/s wr, 476 op/s 2023-12-01T17:08:55.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:54 smithi190 ceph-mon[110460]: pgmap v211: 97 pgs: 97 active+clean; 193 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.6 MiB/s wr, 476 op/s 2023-12-01T17:08:55.335 INFO:teuthology.orchestra.run.smithi154.stdout: 5 25049 9.45 MB/sec warmup 81 sec latency 130.136 ms 2023-12-01T17:08:56.052 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:08:56.345 INFO:teuthology.orchestra.run.smithi154.stdout: 5 25394 9.39 MB/sec warmup 82 sec latency 138.392 ms 2023-12-01T17:08:56.922 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:08:56.922 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 running (4m) 85s ago 5m 26.4M - ba2b418f427c 3771329c76a8 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (5m) 85s ago 5m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (5m) 86s ago 5m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 running (4m) 85s ago 5m 52.5M - 8.3.5 dad864ee21e9 236fd0a5c3b0 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (104s) 85s ago 103s 17.5M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (102s) 86s ago 102s 13.2M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (6m) 85s ago 6m 478M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 starting - - - - 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (6m) 85s ago 6m 77.3M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (5m) 86s ago 5m 60.0M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (93s) 85s ago 92s 54.1M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (88s) 86s ago 88s 53.7M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 running (5m) 85s ago 5m 23.9M - 1dbe0e931976 d20ad5b94808 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 running (5m) 86s ago 5m 25.3M - 1dbe0e931976 4377829e3346 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (4m) 85s ago 4m 54.7M 3224M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (4m) 85s ago 4m 56.7M 3224M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:08:56.923 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (3m) 85s ago 3m 48.4M 3224M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:08:56.924 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (3m) 85s ago 3m 49.9M 3224M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:08:56.924 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (3m) 86s ago 3m 49.5M 3992M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:08:56.924 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (3m) 86s ago 3m 48.8M 3992M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:08:56.924 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (2m) 86s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:08:56.924 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (2m) 86s ago 2m 51.7M 3992M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:08:56.924 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 running (4m) 85s ago 4m 59.1M - 514e6a882f6e 7659838ee55f 2023-12-01T17:08:56.991 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:56 smithi154 ceph-mon[107707]: pgmap v212: 97 pgs: 97 active+clean; 196 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-12-01T17:08:57.057 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:56 smithi190 ceph-mon[110460]: pgmap v212: 97 pgs: 97 active+clean; 196 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-12-01T17:08:57.345 INFO:teuthology.orchestra.run.smithi154.stdout: 5 25783 9.39 MB/sec warmup 83 sec latency 129.164 ms 2023-12-01T17:08:57.415 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:08:57.415 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:08:57.415 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:08:57.416 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:08:57.416 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:08:57.416 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:08:57.416 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:08:57.416 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:08:57.416 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:08:57.416 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:08:57.417 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:08:57.417 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:08:57.417 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:08:57.417 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:08:57.417 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-01T17:08:57.417 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:08:57.417 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:08:57.828 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:08:57.828 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:08:57.828 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:08:57.828 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:08:57.828 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:08:57.828 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Currently upgrading mgr daemons" 2023-12-01T17:08:57.828 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.euqtie/crt"}]: dispatch 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.euqtie/key"}]: dispatch 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: Standby manager daemon smithi190.euqtie restarted 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: Standby manager daemon smithi190.euqtie started 2023-12-01T17:08:57.997 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1070793329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:08:57.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:57 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.euqtie/crt"}]: dispatch 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.euqtie/key"}]: dispatch 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: Standby manager daemon smithi190.euqtie restarted 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: Standby manager daemon smithi190.euqtie started 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1070793329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:08:58.082 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:57 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:58.330 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:08:58.354 INFO:teuthology.orchestra.run.smithi154.stdout: 5 26165 9.41 MB/sec warmup 84 sec latency 105.555 ms 2023-12-01T17:08:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:58 smithi154 ceph-mon[107707]: from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:58 smithi154 ceph-mon[107707]: pgmap v213: 97 pgs: 97 active+clean; 206 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.6 MiB/s wr, 509 op/s 2023-12-01T17:08:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:58 smithi154 ceph-mon[107707]: mgrmap e22: smithi154.evnvqt(active, since 5m), standbys: smithi190.euqtie 2023-12-01T17:08:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:58 smithi154 ceph-mon[107707]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:58 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1541723821' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:08:59.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:08:58 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:59.122 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:58 smithi190 ceph-mon[110460]: from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:59.122 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:58 smithi190 ceph-mon[110460]: pgmap v213: 97 pgs: 97 active+clean; 206 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.6 MiB/s wr, 509 op/s 2023-12-01T17:08:59.122 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:58 smithi190 ceph-mon[110460]: mgrmap e22: smithi154.evnvqt(active, since 5m), standbys: smithi190.euqtie 2023-12-01T17:08:59.122 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:58 smithi190 ceph-mon[110460]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:08:59.122 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:58 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1541723821' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:08:59.122 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:08:58 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:08:59.354 INFO:teuthology.orchestra.run.smithi154.stdout: 5 26722 9.39 MB/sec warmup 85 sec latency 105.564 ms 2023-12-01T17:09:00.354 INFO:teuthology.orchestra.run.smithi154.stdout: 5 27147 9.40 MB/sec warmup 86 sec latency 123.531 ms 2023-12-01T17:09:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:00 smithi190 ceph-mon[110460]: pgmap v214: 97 pgs: 97 active+clean; 205 MiB data, 868 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.9 MiB/s wr, 503 op/s 2023-12-01T17:09:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:00 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:09:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:00 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:09:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:00 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:09:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:00 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:09:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:00 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr fail", "who": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:09:00.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:00 smithi190 ceph-mon[110460]: osdmap e66: 8 total, 8 up, 8 in 2023-12-01T17:09:01.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:00 smithi154 ceph-mon[107707]: pgmap v214: 97 pgs: 97 active+clean; 205 MiB data, 868 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.9 MiB/s wr, 503 op/s 2023-12-01T17:09:01.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:00 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:09:01.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:00 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:09:01.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:00 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' 2023-12-01T17:09:01.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:00 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:09:01.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:00 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "mgr fail", "who": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:09:01.026 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:00 smithi154 ceph-mon[107707]: osdmap e66: 8 total, 8 up, 8 in 2023-12-01T17:09:01.354 INFO:teuthology.orchestra.run.smithi154.stdout: 5 27697 9.53 MB/sec warmup 87 sec latency 130.162 ms 2023-12-01T17:09:02.077 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: Upgrade: Need to upgrade myself (mgr.smithi154.evnvqt) 2023-12-01T17:09:02.077 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: Failing over to other MGR 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: Standby manager daemon smithi154.evnvqt started 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "mgr fail", "who": "smithi154.evnvqt"}]': finished 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: mgrmap e23: smithi190.euqtie(active, starting, since 1.02138s), standbys: smithi154.evnvqt 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi154.rzvpxi"}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.ftgqnc"}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mgr metadata", "who": "smithi190.euqtie", "id": "smithi190.euqtie"}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mgr metadata", "who": "smithi154.evnvqt", "id": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:09:02.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: Manager daemon smithi190.euqtie is now available 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.euqtie/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:09:02.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:01 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.euqtie/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:09:02.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: Upgrade: Need to upgrade myself (mgr.smithi154.evnvqt) 2023-12-01T17:09:02.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: Failing over to other MGR 2023-12-01T17:09:02.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: Standby manager daemon smithi154.evnvqt started 2023-12-01T17:09:02.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.14204 172.21.15.154:0/1581411505' entity='mgr.smithi154.evnvqt' cmd='[{"prefix": "mgr fail", "who": "smithi154.evnvqt"}]': finished 2023-12-01T17:09:02.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: mgrmap e23: smithi190.euqtie(active, starting, since 1.02138s), standbys: smithi154.evnvqt 2023-12-01T17:09:02.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi154.rzvpxi"}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.ftgqnc"}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mgr metadata", "who": "smithi190.euqtie", "id": "smithi190.euqtie"}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mgr metadata", "who": "smithi154.evnvqt", "id": "smithi154.evnvqt"}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T17:09:02.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T17:09:02.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T17:09:02.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: Manager daemon smithi190.euqtie is now available 2023-12-01T17:09:02.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:02.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:09:02.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:09:02.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:09:02.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.euqtie/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:09:02.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:01 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.euqtie/mirror_snapshot_schedule"}]: dispatch 2023-12-01T17:09:02.354 INFO:teuthology.orchestra.run.smithi154.stdout: 5 27989 9.52 MB/sec warmup 88 sec latency 138.682 ms 2023-12-01T17:09:02.860 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.euqtie/trash_purge_schedule"}]: dispatch 2023-12-01T17:09:02.860 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:02 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.euqtie/trash_purge_schedule"}]: dispatch 2023-12-01T17:09:02.860 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:02 smithi154 ceph-mon[107707]: Deploying cephadm binary to smithi190 2023-12-01T17:09:02.860 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:02 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:02.860 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:02 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:02.861 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:02 smithi154 ceph-mon[107707]: mgrmap e24: smithi190.euqtie(active, since 2s), standbys: smithi154.evnvqt 2023-12-01T17:09:03.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.euqtie/trash_purge_schedule"}]: dispatch 2023-12-01T17:09:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:02 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.euqtie/trash_purge_schedule"}]: dispatch 2023-12-01T17:09:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:02 smithi190 ceph-mon[110460]: Deploying cephadm binary to smithi190 2023-12-01T17:09:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:02 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:02 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:02 smithi190 ceph-mon[110460]: mgrmap e24: smithi190.euqtie(active, since 2s), standbys: smithi154.evnvqt 2023-12-01T17:09:03.354 INFO:teuthology.orchestra.run.smithi154.stdout: 5 28320 9.59 MB/sec warmup 89 sec latency 130.502 ms 2023-12-01T17:09:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:03 smithi190 ceph-mon[110460]: Deploying cephadm binary to smithi154 2023-12-01T17:09:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:03 smithi190 ceph-mon[110460]: pgmap v3: 97 pgs: 97 active+clean; 213 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T17:09:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:03 smithi190 ceph-mon[110460]: [01/Dec/2023:17:09:02] ENGINE Bus STARTING 2023-12-01T17:09:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:03 smithi190 ceph-mon[110460]: [01/Dec/2023:17:09:02] ENGINE Serving on https://172.21.15.190:7150 2023-12-01T17:09:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:03 smithi190 ceph-mon[110460]: [01/Dec/2023:17:09:03] ENGINE Serving on http://172.21.15.190:8765 2023-12-01T17:09:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:03 smithi190 ceph-mon[110460]: [01/Dec/2023:17:09:03] ENGINE Bus STARTED 2023-12-01T17:09:03.896 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:03 smithi154 ceph-mon[107707]: Deploying cephadm binary to smithi154 2023-12-01T17:09:03.896 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:03 smithi154 ceph-mon[107707]: pgmap v3: 97 pgs: 97 active+clean; 213 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T17:09:03.896 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:03 smithi154 ceph-mon[107707]: [01/Dec/2023:17:09:02] ENGINE Bus STARTING 2023-12-01T17:09:03.896 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:03 smithi154 ceph-mon[107707]: [01/Dec/2023:17:09:02] ENGINE Serving on https://172.21.15.190:7150 2023-12-01T17:09:03.896 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:03 smithi154 ceph-mon[107707]: [01/Dec/2023:17:09:03] ENGINE Serving on http://172.21.15.190:8765 2023-12-01T17:09:03.896 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:03 smithi154 ceph-mon[107707]: [01/Dec/2023:17:09:03] ENGINE Bus STARTED 2023-12-01T17:09:04.356 INFO:teuthology.orchestra.run.smithi154.stdout: 5 28570 9.57 MB/sec warmup 90 sec latency 143.565 ms 2023-12-01T17:09:04.883 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:04 smithi154 ceph-mon[107707]: pgmap v4: 97 pgs: 97 active+clean; 213 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T17:09:04.883 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:04 smithi154 ceph-mon[107707]: mgrmap e25: smithi190.euqtie(active, since 3s), standbys: smithi154.evnvqt 2023-12-01T17:09:05.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:04 smithi190 ceph-mon[110460]: pgmap v4: 97 pgs: 97 active+clean; 213 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T17:09:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:04 smithi190 ceph-mon[110460]: mgrmap e25: smithi190.euqtie(active, since 3s), standbys: smithi154.evnvqt 2023-12-01T17:09:05.366 INFO:teuthology.orchestra.run.smithi154.stdout: 5 28804 9.52 MB/sec warmup 91 sec latency 123.927 ms 2023-12-01T17:09:06.366 INFO:teuthology.orchestra.run.smithi154.stdout: 5 29082 9.45 MB/sec warmup 92 sec latency 129.748 ms 2023-12-01T17:09:06.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:06 smithi154 ceph-mon[107707]: pgmap v5: 97 pgs: 97 active+clean; 213 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T17:09:06.975 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:06 smithi154 ceph-mon[107707]: mgrmap e26: smithi190.euqtie(active, since 5s), standbys: smithi154.evnvqt 2023-12-01T17:09:07.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:06 smithi190 ceph-mon[110460]: pgmap v5: 97 pgs: 97 active+clean; 213 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T17:09:07.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:06 smithi190 ceph-mon[110460]: mgrmap e26: smithi190.euqtie(active, since 5s), standbys: smithi154.evnvqt 2023-12-01T17:09:07.366 INFO:teuthology.orchestra.run.smithi154.stdout: 5 29277 9.38 MB/sec warmup 93 sec latency 201.653 ms 2023-12-01T17:09:08.366 INFO:teuthology.orchestra.run.smithi154.stdout: 5 29540 9.38 MB/sec warmup 94 sec latency 130.004 ms 2023-12-01T17:09:08.746 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:08 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:08.746 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:08 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:08.747 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:08 smithi154 ceph-mon[107707]: pgmap v6: 97 pgs: 97 active+clean; 213 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T17:09:08.747 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:08 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:08.747 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:08 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:08.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:08 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:08.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:08 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:08.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:08 smithi190 ceph-mon[110460]: pgmap v6: 97 pgs: 97 active+clean; 213 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T17:09:08.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:08 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:08.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:08 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:09.368 INFO:teuthology.orchestra.run.smithi154.stdout: 5 29817 9.35 MB/sec warmup 95 sec latency 123.429 ms 2023-12-01T17:09:09.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:09 smithi154 ceph-mon[107707]: Standby manager daemon smithi154.evnvqt restarted 2023-12-01T17:09:09.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:09 smithi154 ceph-mon[107707]: Standby manager daemon smithi154.evnvqt started 2023-12-01T17:09:09.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:09 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.154:0/829585655' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.evnvqt/crt"}]: dispatch 2023-12-01T17:09:09.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:09 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.154:0/829585655' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T17:09:09.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:09 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.154:0/829585655' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.evnvqt/key"}]: dispatch 2023-12-01T17:09:09.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:09 smithi154 ceph-mon[107707]: from='mgr.? 172.21.15.154:0/829585655' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T17:09:09.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:09 smithi190 ceph-mon[110460]: Standby manager daemon smithi154.evnvqt restarted 2023-12-01T17:09:09.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:09 smithi190 ceph-mon[110460]: Standby manager daemon smithi154.evnvqt started 2023-12-01T17:09:09.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:09 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.154:0/829585655' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.evnvqt/crt"}]: dispatch 2023-12-01T17:09:09.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:09 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.154:0/829585655' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T17:09:09.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:09 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.154:0/829585655' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.evnvqt/key"}]: dispatch 2023-12-01T17:09:09.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:09 smithi190 ceph-mon[110460]: from='mgr.? 172.21.15.154:0/829585655' entity='mgr.smithi154.evnvqt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T17:09:10.366 INFO:teuthology.orchestra.run.smithi154.stdout: 5 30184 9.33 MB/sec warmup 96 sec latency 120.929 ms 2023-12-01T17:09:10.785 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:10 smithi154 ceph-mon[107707]: pgmap v7: 97 pgs: 97 active+clean; 223 MiB data, 958 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-12-01T17:09:10.785 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:10 smithi154 ceph-mon[107707]: mgrmap e27: smithi190.euqtie(active, since 9s), standbys: smithi154.evnvqt 2023-12-01T17:09:11.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:10 smithi190 ceph-mon[110460]: pgmap v7: 97 pgs: 97 active+clean; 223 MiB data, 958 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-12-01T17:09:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:10 smithi190 ceph-mon[110460]: mgrmap e27: smithi190.euqtie(active, since 9s), standbys: smithi154.evnvqt 2023-12-01T17:09:11.367 INFO:teuthology.orchestra.run.smithi154.stdout: 5 30614 9.28 MB/sec warmup 97 sec latency 126.818 ms 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi190 to 2712M 2023-12-01T17:09:12.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi190 to 2712M 2023-12-01T17:09:12.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:12.366 INFO:teuthology.orchestra.run.smithi154.stdout: 5 30861 9.24 MB/sec warmup 98 sec latency 128.097 ms 2023-12-01T17:09:13.356 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:13 smithi154 ceph-mon[107707]: pgmap v8: 97 pgs: 97 active+clean; 223 MiB data, 958 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.5 MiB/s wr, 237 op/s 2023-12-01T17:09:13.357 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:13 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:13.357 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:13 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:13.377 INFO:teuthology.orchestra.run.smithi154.stdout: 5 31233 9.32 MB/sec warmup 99 sec latency 136.296 ms 2023-12-01T17:09:13.464 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:13 smithi190 ceph-mon[110460]: pgmap v8: 97 pgs: 97 active+clean; 223 MiB data, 958 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.5 MiB/s wr, 237 op/s 2023-12-01T17:09:13.464 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:13 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:13.464 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:13 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:14.377 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: Adjusting osd_memory_target on smithi154 to 1944M 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:09:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-01T17:09:14.379 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:14 smithi154 ceph-mon[107707]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-01T17:09:14.379 INFO:teuthology.orchestra.run.smithi154.stdout: 5 31631 9.38 MB/sec warmup 100 sec latency 140.925 ms 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T17:09:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: Adjusting osd_memory_target on smithi154 to 1944M 2023-12-01T17:09:14.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:14.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:09:14.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:09:14.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: Updating smithi154:/etc/ceph/ceph.conf 2023-12-01T17:09:14.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:14 smithi190 ceph-mon[110460]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-01T17:09:15.377 INFO:teuthology.orchestra.run.smithi154.stdout: 5 31955 9.42 MB/sec warmup 101 sec latency 126.408 ms 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: Updating smithi190:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: Updating smithi154:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: pgmap v9: 97 pgs: 97 active+clean; 218 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.7 MiB/s wr, 407 op/s 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: Updating smithi190:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: Updating smithi154:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:15 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: Updating smithi190:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: Updating smithi154:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: pgmap v9: 97 pgs: 97 active+clean; 218 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.7 MiB/s wr, 407 op/s 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: Updating smithi190:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: Updating smithi154:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:15.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:15 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:16.377 INFO:teuthology.orchestra.run.smithi154.stdout: 5 32231 9.43 MB/sec warmup 102 sec latency 138.509 ms 2023-12-01T17:09:16.408 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:16 smithi154 ceph-mon[107707]: Reconfiguring alertmanager.smithi154 (dependencies changed)... 2023-12-01T17:09:16.408 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:16 smithi154 ceph-mon[107707]: Reconfiguring daemon alertmanager.smithi154 on smithi154 2023-12-01T17:09:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:16 smithi190 ceph-mon[110460]: Reconfiguring alertmanager.smithi154 (dependencies changed)... 2023-12-01T17:09:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:16 smithi190 ceph-mon[110460]: Reconfiguring daemon alertmanager.smithi154 on smithi154 2023-12-01T17:09:17.377 INFO:teuthology.orchestra.run.smithi154.stdout: 5 32536 9.37 MB/sec warmup 103 sec latency 132.951 ms 2023-12-01T17:09:17.417 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:17 smithi154 ceph-mon[107707]: pgmap v10: 97 pgs: 97 active+clean; 218 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.4 MiB/s wr, 371 op/s 2023-12-01T17:09:17.417 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:09:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:17 smithi190 ceph-mon[110460]: pgmap v10: 97 pgs: 97 active+clean; 218 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.4 MiB/s wr, 371 op/s 2023-12-01T17:09:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:09:18.377 INFO:teuthology.orchestra.run.smithi154.stdout: 5 32861 9.31 MB/sec warmup 104 sec latency 129.969 ms 2023-12-01T17:09:19.377 INFO:teuthology.orchestra.run.smithi154.stdout: 5 33151 9.32 MB/sec warmup 105 sec latency 126.745 ms 2023-12-01T17:09:19.461 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:19 smithi154 ceph-mon[107707]: pgmap v11: 97 pgs: 97 active+clean; 218 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.4 MiB/s wr, 371 op/s 2023-12-01T17:09:19.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:19 smithi190 ceph-mon[110460]: pgmap v11: 97 pgs: 97 active+clean; 218 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.4 MiB/s wr, 371 op/s 2023-12-01T17:09:20.378 INFO:teuthology.orchestra.run.smithi154.stdout: 5 33480 9.31 MB/sec warmup 106 sec latency 138.736 ms 2023-12-01T17:09:21.386 INFO:teuthology.orchestra.run.smithi154.stdout: 5 33932 9.28 MB/sec warmup 107 sec latency 87.062 ms 2023-12-01T17:09:21.513 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:21 smithi154 ceph-mon[107707]: pgmap v12: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-12-01T17:09:21.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:21 smithi190 ceph-mon[110460]: pgmap v12: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-12-01T17:09:22.386 INFO:teuthology.orchestra.run.smithi154.stdout: 5 34266 9.24 MB/sec warmup 108 sec latency 135.075 ms 2023-12-01T17:09:22.791 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:22 smithi154 ceph-mon[107707]: pgmap v13: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-01T17:09:23.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:22 smithi190 ceph-mon[110460]: pgmap v13: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-01T17:09:23.387 INFO:teuthology.orchestra.run.smithi154.stdout: 5 34688 9.29 MB/sec warmup 109 sec latency 208.281 ms 2023-12-01T17:09:24.394 INFO:teuthology.orchestra.run.smithi154.stdout: 5 35239 9.43 MB/sec warmup 110 sec latency 96.692 ms 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: pgmap v14: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 605 op/s 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: Reconfiguring grafana.smithi154 (dependencies changed)... 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T17:09:25.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:24 smithi154 ceph-mon[107707]: Reconfiguring daemon grafana.smithi154 on smithi154 2023-12-01T17:09:25.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: pgmap v14: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 605 op/s 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: Reconfiguring grafana.smithi154 (dependencies changed)... 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T17:09:25.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:24 smithi190 ceph-mon[110460]: Reconfiguring daemon grafana.smithi154 on smithi154 2023-12-01T17:09:25.394 INFO:teuthology.orchestra.run.smithi154.stdout: 5 35644 9.48 MB/sec warmup 111 sec latency 91.016 ms 2023-12-01T17:09:26.394 INFO:teuthology.orchestra.run.smithi154.stdout: 5 35910 9.46 MB/sec warmup 112 sec latency 130.302 ms 2023-12-01T17:09:26.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:26 smithi154 ceph-mon[107707]: pgmap v15: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 410 op/s 2023-12-01T17:09:27.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:26 smithi190 ceph-mon[110460]: pgmap v15: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 410 op/s 2023-12-01T17:09:27.394 INFO:teuthology.orchestra.run.smithi154.stdout: 5 36139 9.39 MB/sec warmup 113 sec latency 139.341 ms 2023-12-01T17:09:28.395 INFO:teuthology.orchestra.run.smithi154.stdout: 5 36401 9.33 MB/sec warmup 114 sec latency 130.122 ms 2023-12-01T17:09:28.903 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:09:28.925 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:28 smithi154 ceph-mon[107707]: pgmap v16: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 410 op/s 2023-12-01T17:09:29.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:28 smithi190 ceph-mon[110460]: pgmap v16: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 410 op/s 2023-12-01T17:09:29.402 INFO:teuthology.orchestra.run.smithi154.stdout: 5 36577 9.30 MB/sec warmup 115 sec latency 135.143 ms 2023-12-01T17:09:29.926 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 starting - - - - 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (6m) 17s ago 6m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (5m) 22s ago 5m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 running (5m) 17s ago 6m 59.3M - 8.3.5 dad864ee21e9 236fd0a5c3b0 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (2m) 17s ago 2m 37.3M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (2m) 22s ago 2m 13.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (7m) 17s ago 7m 361M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (41s) 22s ago 5m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (7m) 17s ago 7m 91.5M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (5m) 22s ago 5m 57.9M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (2m) 17s ago 2m 267M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (2m) 22s ago 2m 78.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:09:29.927 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 running (6m) 17s ago 6m 24.5M - 1.3.1 1dbe0e931976 d20ad5b94808 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 running (5m) 22s ago 5m 25.6M - 1.3.1 1dbe0e931976 4377829e3346 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (5m) 17s ago 5m 530M 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (4m) 17s ago 4m 358M 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (4m) 17s ago 4m 182M 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (4m) 17s ago 4m 515M 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (3m) 22s ago 3m 490M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (3m) 22s ago 3m 467M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (3m) 22s ago 3m 445M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (3m) 22s ago 3m 757M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:09:29.928 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 running (5m) 17s ago 5m 63.9M - 2.33.4 514e6a882f6e 7659838ee55f 2023-12-01T17:09:29.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:29 smithi154 ceph-mon[107707]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:09:30.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:29 smithi190 ceph-mon[110460]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:09:30.402 INFO:teuthology.orchestra.run.smithi154.stdout: 5 36794 9.28 MB/sec warmup 116 sec latency 116.419 ms 2023-12-01T17:09:30.619 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:09:30.619 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:09:30.619 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:09:30.620 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:09:30.621 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:09:31.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:30 smithi154 ceph-mon[107707]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:09:31.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:30 smithi154 ceph-mon[107707]: pgmap v17: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.8 MiB/s wr, 624 op/s 2023-12-01T17:09:31.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:30 smithi154 ceph-mon[107707]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:09:31.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:30 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4117605165' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:09:31.185 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:09:31.185 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:09:31.186 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:09:31.186 INFO:teuthology.orchestra.run.smithi154.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T17:09:31.186 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:09:31.186 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:09:31.186 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "", 2023-12-01T17:09:31.186 INFO:teuthology.orchestra.run.smithi154.stdout: "is_paused": false 2023-12-01T17:09:31.186 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:09:31.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:30 smithi190 ceph-mon[110460]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:09:31.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:30 smithi190 ceph-mon[110460]: pgmap v17: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.8 MiB/s wr, 624 op/s 2023-12-01T17:09:31.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:30 smithi190 ceph-mon[110460]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:09:31.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:30 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/4117605165' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:09:31.403 INFO:teuthology.orchestra.run.smithi154.stdout: 5 36970 9.22 MB/sec warmup 117 sec latency 103.004 ms 2023-12-01T17:09:31.799 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:09:32.043 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:31 smithi154 ceph-mon[107707]: from='client.24487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:09:32.043 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:31 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:09:32.043 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:31 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3027058041' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:09:32.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:31 smithi190 ceph-mon[110460]: from='client.24487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:09:32.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:31 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:09:32.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:31 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3027058041' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:09:32.404 INFO:teuthology.orchestra.run.smithi154.stdout: 5 37282 9.18 MB/sec warmup 118 sec latency 95.183 ms 2023-12-01T17:09:33.057 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:32 smithi154 ceph-mon[107707]: pgmap v18: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-01T17:09:33.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:32 smithi190 ceph-mon[110460]: pgmap v18: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-01T17:09:33.404 INFO:teuthology.orchestra.run.smithi154.stdout: 5 37566 9.17 MB/sec warmup 119 sec latency 123.573 ms 2023-12-01T17:09:35.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:34 smithi154 ceph-mon[107707]: pgmap v19: 97 pgs: 97 active+clean; 238 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.5 MiB/s wr, 579 op/s 2023-12-01T17:09:35.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:34 smithi190 ceph-mon[110460]: pgmap v19: 97 pgs: 97 active+clean; 238 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.5 MiB/s wr, 579 op/s 2023-12-01T17:09:35.404 INFO:teuthology.orchestra.run.smithi154.stdout: 5 38193 12.43 MB/sec execute 1 sec latency 135.246 ms 2023-12-01T17:09:36.404 INFO:teuthology.orchestra.run.smithi154.stdout: 5 38500 11.18 MB/sec execute 2 sec latency 124.056 ms 2023-12-01T17:09:37.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:36 smithi154 ceph-mon[107707]: pgmap v20: 97 pgs: 97 active+clean; 238 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-01T17:09:37.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:36 smithi190 ceph-mon[110460]: pgmap v20: 97 pgs: 97 active+clean; 238 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-01T17:09:37.404 INFO:teuthology.orchestra.run.smithi154.stdout: 5 38883 13.42 MB/sec execute 3 sec latency 127.789 ms 2023-12-01T17:09:38.404 INFO:teuthology.orchestra.run.smithi154.stdout: 5 39093 11.53 MB/sec execute 4 sec latency 132.782 ms 2023-12-01T17:09:39.204 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:38 smithi154 ceph-mon[107707]: pgmap v21: 97 pgs: 97 active+clean; 238 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-01T17:09:39.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:38 smithi190 ceph-mon[110460]: pgmap v21: 97 pgs: 97 active+clean; 238 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-01T17:09:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: 5 39432 10.37 MB/sec execute 5 sec latency 126.947 ms 2023-12-01T17:09:40.407 INFO:teuthology.orchestra.run.smithi154.stdout: 5 39709 9.92 MB/sec execute 6 sec latency 209.936 ms 2023-12-01T17:09:41.244 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:40 smithi154 ceph-mon[107707]: pgmap v22: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.0 MiB/s wr, 539 op/s 2023-12-01T17:09:41.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:40 smithi190 ceph-mon[110460]: pgmap v22: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.0 MiB/s wr, 539 op/s 2023-12-01T17:09:41.406 INFO:teuthology.orchestra.run.smithi154.stdout: 5 39941 9.47 MB/sec execute 7 sec latency 208.619 ms 2023-12-01T17:09:42.406 INFO:teuthology.orchestra.run.smithi154.stdout: 5 40193 9.12 MB/sec execute 8 sec latency 120.972 ms 2023-12-01T17:09:42.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:42 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:42.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:42 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:42.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:42 smithi154 ceph-mon[107707]: Reconfiguring node-exporter.smithi154 (dependencies changed)... 2023-12-01T17:09:42.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:42 smithi154 ceph-mon[107707]: Reconfiguring daemon node-exporter.smithi154 on smithi154 2023-12-01T17:09:42.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:42 smithi154 ceph-mon[107707]: pgmap v23: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-01T17:09:42.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:42 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:42.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:42 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:42.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:42 smithi190 ceph-mon[110460]: Reconfiguring node-exporter.smithi154 (dependencies changed)... 2023-12-01T17:09:42.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:42 smithi190 ceph-mon[110460]: Reconfiguring daemon node-exporter.smithi154 on smithi154 2023-12-01T17:09:42.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:42 smithi190 ceph-mon[110460]: pgmap v23: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-01T17:09:43.414 INFO:teuthology.orchestra.run.smithi154.stdout: 5 40475 8.27 MB/sec execute 9 sec latency 120.760 ms 2023-12-01T17:09:44.414 INFO:teuthology.orchestra.run.smithi154.stdout: 5 40713 7.80 MB/sec execute 10 sec latency 121.250 ms 2023-12-01T17:09:44.811 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:44 smithi154 ceph-mon[107707]: pgmap v24: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.9 MiB/s wr, 495 op/s 2023-12-01T17:09:45.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:44 smithi190 ceph-mon[110460]: pgmap v24: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.9 MiB/s wr, 495 op/s 2023-12-01T17:09:45.414 INFO:teuthology.orchestra.run.smithi154.stdout: 5 40888 7.40 MB/sec execute 11 sec latency 131.326 ms 2023-12-01T17:09:46.416 INFO:teuthology.orchestra.run.smithi154.stdout: 5 41304 8.16 MB/sec execute 12 sec latency 131.558 ms 2023-12-01T17:09:46.853 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:46 smithi154 ceph-mon[107707]: pgmap v25: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-01T17:09:46.853 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:46 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:46.853 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:46 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:47.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:46 smithi190 ceph-mon[110460]: pgmap v25: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-01T17:09:47.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:46 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:47.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:46 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:09:47.414 INFO:teuthology.orchestra.run.smithi154.stdout: 5 41625 8.30 MB/sec execute 13 sec latency 164.929 ms 2023-12-01T17:09:47.869 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:47 smithi154 ceph-mon[107707]: Reconfiguring prometheus.smithi154 (dependencies changed)... 2023-12-01T17:09:47.869 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:47 smithi154 ceph-mon[107707]: Reconfiguring daemon prometheus.smithi154 on smithi154 2023-12-01T17:09:47.869 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:09:48.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:47 smithi190 ceph-mon[110460]: Reconfiguring prometheus.smithi154 (dependencies changed)... 2023-12-01T17:09:48.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:47 smithi190 ceph-mon[110460]: Reconfiguring daemon prometheus.smithi154 on smithi154 2023-12-01T17:09:48.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:09:48.420 INFO:teuthology.orchestra.run.smithi154.stdout: 5 42020 8.50 MB/sec execute 14 sec latency 123.755 ms 2023-12-01T17:09:48.886 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:48 smithi154 ceph-mon[107707]: pgmap v26: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-01T17:09:49.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:48 smithi190 ceph-mon[110460]: pgmap v26: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-01T17:09:49.420 INFO:teuthology.orchestra.run.smithi154.stdout: 5 42387 8.71 MB/sec execute 15 sec latency 141.636 ms 2023-12-01T17:09:50.420 INFO:teuthology.orchestra.run.smithi154.stdout: 5 42591 8.43 MB/sec execute 16 sec latency 127.677 ms 2023-12-01T17:09:50.939 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:50 smithi154 ceph-mon[107707]: pgmap v27: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.5 MiB/s wr, 522 op/s 2023-12-01T17:09:51.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:50 smithi190 ceph-mon[110460]: pgmap v27: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.5 MiB/s wr, 522 op/s 2023-12-01T17:09:51.421 INFO:teuthology.orchestra.run.smithi154.stdout: 5 42785 8.19 MB/sec execute 17 sec latency 123.950 ms 2023-12-01T17:09:52.423 INFO:teuthology.orchestra.run.smithi154.stdout: 5 43143 8.39 MB/sec execute 18 sec latency 156.234 ms 2023-12-01T17:09:52.725 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:52 smithi154 ceph-mon[107707]: pgmap v28: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 342 op/s 2023-12-01T17:09:53.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:52 smithi190 ceph-mon[110460]: pgmap v28: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 342 op/s 2023-12-01T17:09:53.424 INFO:teuthology.orchestra.run.smithi154.stdout: 5 43427 8.36 MB/sec execute 19 sec latency 126.794 ms 2023-12-01T17:09:54.426 INFO:teuthology.orchestra.run.smithi154.stdout: 5 43760 8.34 MB/sec execute 20 sec latency 94.390 ms 2023-12-01T17:09:54.742 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:54 smithi154 ceph-mon[107707]: pgmap v29: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-01T17:09:55.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:54 smithi190 ceph-mon[110460]: pgmap v29: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-01T17:09:55.426 INFO:teuthology.orchestra.run.smithi154.stdout: 5 44097 8.22 MB/sec execute 21 sec latency 127.280 ms 2023-12-01T17:09:56.430 INFO:teuthology.orchestra.run.smithi154.stdout: 5 44369 8.21 MB/sec execute 22 sec latency 146.147 ms 2023-12-01T17:09:56.805 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:56 smithi154 ceph-mon[107707]: pgmap v30: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-01T17:09:57.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:56 smithi190 ceph-mon[110460]: pgmap v30: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-01T17:09:57.430 INFO:teuthology.orchestra.run.smithi154.stdout: 5 44757 8.32 MB/sec execute 23 sec latency 128.299 ms 2023-12-01T17:09:58.430 INFO:teuthology.orchestra.run.smithi154.stdout: 5 45117 8.44 MB/sec execute 24 sec latency 126.862 ms 2023-12-01T17:09:58.823 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:09:58 smithi154 ceph-mon[107707]: pgmap v31: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-01T17:09:59.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:09:58 smithi190 ceph-mon[110460]: pgmap v31: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-01T17:09:59.430 INFO:teuthology.orchestra.run.smithi154.stdout: 5 45453 8.54 MB/sec execute 25 sec latency 129.089 ms 2023-12-01T17:10:00.431 INFO:teuthology.orchestra.run.smithi154.stdout: 5 45771 8.42 MB/sec execute 26 sec latency 130.696 ms 2023-12-01T17:10:00.857 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:00 smithi154 ceph-mon[107707]: pgmap v32: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-12-01T17:10:00.857 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:00 smithi154 ceph-mon[107707]: overall HEALTH_OK 2023-12-01T17:10:01.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:00 smithi190 ceph-mon[110460]: pgmap v32: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-12-01T17:10:01.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:00 smithi190 ceph-mon[110460]: overall HEALTH_OK 2023-12-01T17:10:01.430 INFO:teuthology.orchestra.run.smithi154.stdout: 5 46187 8.54 MB/sec execute 27 sec latency 126.492 ms 2023-12-01T17:10:02.317 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:10:02.431 INFO:teuthology.orchestra.run.smithi154.stdout: 5 46534 8.60 MB/sec execute 28 sec latency 130.473 ms 2023-12-01T17:10:02.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:02 smithi154 ceph-mon[107707]: pgmap v33: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-01T17:10:02.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:10:02.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:02 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:02.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:02 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:02.906 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:02 smithi154 ceph-mon[107707]: Reconfiguring node-exporter.smithi190 (dependencies changed)... 2023-12-01T17:10:02.906 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:02 smithi154 ceph-mon[107707]: Reconfiguring daemon node-exporter.smithi190 on smithi190 2023-12-01T17:10:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:02 smithi190 ceph-mon[110460]: pgmap v33: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-01T17:10:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:10:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:02 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:02 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:02 smithi190 ceph-mon[110460]: Reconfiguring node-exporter.smithi190 (dependencies changed)... 2023-12-01T17:10:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:02 smithi190 ceph-mon[110460]: Reconfiguring daemon node-exporter.smithi190 on smithi190 2023-12-01T17:10:03.267 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:10:03.267 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 starting - - - - 2023-12-01T17:10:03.267 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (6m) 51s ago 6m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:10:03.267 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (6m) 55s ago 6m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:10:03.267 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 starting - - - - 2023-12-01T17:10:03.267 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (2m) 51s ago 2m 37.3M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (2m) 55s ago 2m 13.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (7m) 51s ago 7m 361M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (74s) 55s ago 6m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (7m) 51s ago 7m 91.5M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (6m) 55s ago 6m 57.9M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (2m) 51s ago 2m 267M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (2m) 55s ago 2m 78.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 running (6m) 55s ago 6m 25.6M - 1.3.1 1dbe0e931976 4377829e3346 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (5m) 51s ago 5m 530M 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (5m) 51s ago 5m 358M 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (5m) 51s ago 5m 182M 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (4m) 51s ago 4m 515M 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (4m) 55s ago 4m 490M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:10:03.268 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (4m) 55s ago 4m 467M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:10:03.269 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (3m) 55s ago 3m 445M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:10:03.269 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (3m) 55s ago 3m 757M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:10:03.269 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 starting - - - - 2023-12-01T17:10:03.431 INFO:teuthology.orchestra.run.smithi154.stdout: 5 46926 8.74 MB/sec execute 29 sec latency 124.396 ms 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi154.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T17:10:03.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi154.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T17:10:03.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.879 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:03 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:10:03.932 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:10:03.932 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:10:03.932 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:10:03.933 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:10:03.934 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:10:03.934 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:10:03.934 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:03.934 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:03.934 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:03.934 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.934 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.934 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T17:10:03.934 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T17:10:03.935 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.935 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T17:10:03.935 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi154.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T17:10:03.935 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.935 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T17:10:03.935 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi154.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T17:10:03.935 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:03.935 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:03 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:10:04.432 INFO:teuthology.orchestra.run.smithi154.stdout: 5 47194 8.69 MB/sec execute 30 sec latency 138.554 ms 2023-12-01T17:10:04.458 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:10:04.459 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:10:04.459 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:10:04.459 INFO:teuthology.orchestra.run.smithi154.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T17:10:04.459 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:10:04.459 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:10:04.459 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T17:10:04.459 INFO:teuthology.orchestra.run.smithi154.stdout: "is_paused": false 2023-12-01T17:10:04.459 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi154.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi154.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: Upgrade: Need to upgrade myself (mgr.smithi190.euqtie) 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: Upgrade: Need to upgrade myself (mgr.smithi190.euqtie) 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: pgmap v34: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.3 MiB/s wr, 592 op/s 2023-12-01T17:10:04.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:04 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/120783100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:10:05.051 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi154.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi154.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: Upgrade: Need to upgrade myself (mgr.smithi190.euqtie) 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: Upgrade: Need to upgrade myself (mgr.smithi190.euqtie) 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: pgmap v34: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.3 MiB/s wr, 592 op/s 2023-12-01T17:10:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:04 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/120783100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:10:05.432 INFO:teuthology.orchestra.run.smithi154.stdout: 5 47515 8.59 MB/sec execute 31 sec latency 129.981 ms 2023-12-01T17:10:05.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:05 smithi154 ceph-mon[107707]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:05.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:05 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3489172446' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:10:05.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:05 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:05.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:05 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.evnvqt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:10:05.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:05 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.evnvqt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:10:05.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:05 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:10:05.972 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:05 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:10:06.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:05 smithi190 ceph-mon[110460]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:06.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:05 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3489172446' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:10:06.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:05 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:10:06.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:05 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.evnvqt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:10:06.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:05 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.evnvqt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T17:10:06.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:05 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T17:10:06.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:05 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:10:06.445 INFO:teuthology.orchestra.run.smithi154.stdout: 5 47844 8.53 MB/sec execute 32 sec latency 123.906 ms 2023-12-01T17:10:06.984 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:06 smithi154 ceph-mon[107707]: Upgrade: Updating mgr.smithi154.evnvqt 2023-12-01T17:10:06.984 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:06 smithi154 ceph-mon[107707]: Deploying daemon mgr.smithi154.evnvqt on smithi154 2023-12-01T17:10:06.984 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:06 smithi154 ceph-mon[107707]: pgmap v35: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-01T17:10:07.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:06 smithi190 ceph-mon[110460]: Upgrade: Updating mgr.smithi154.evnvqt 2023-12-01T17:10:07.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:06 smithi190 ceph-mon[110460]: Deploying daemon mgr.smithi154.evnvqt on smithi154 2023-12-01T17:10:07.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:06 smithi190 ceph-mon[110460]: pgmap v35: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-01T17:10:07.450 INFO:teuthology.orchestra.run.smithi154.stdout: 5 48260 8.61 MB/sec execute 33 sec latency 124.532 ms 2023-12-01T17:10:08.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 48752 8.88 MB/sec execute 34 sec latency 130.830 ms 2023-12-01T17:10:08.779 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:08 smithi154 ceph-mon[107707]: pgmap v36: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-01T17:10:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:08 smithi190 ceph-mon[110460]: pgmap v36: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-01T17:10:09.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 49133 8.88 MB/sec execute 35 sec latency 120.945 ms 2023-12-01T17:10:10.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 49504 8.84 MB/sec execute 36 sec latency 119.283 ms 2023-12-01T17:10:10.828 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:10 smithi154 ceph-mon[107707]: pgmap v37: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 623 op/s 2023-12-01T17:10:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:10 smithi190 ceph-mon[110460]: pgmap v37: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 623 op/s 2023-12-01T17:10:11.457 INFO:teuthology.orchestra.run.smithi154.stdout: 5 49770 8.83 MB/sec execute 37 sec latency 138.446 ms 2023-12-01T17:10:12.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 50112 8.91 MB/sec execute 38 sec latency 134.707 ms 2023-12-01T17:10:12.876 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:12 smithi154 ceph-mon[107707]: pgmap v38: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 423 op/s 2023-12-01T17:10:13.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:12 smithi190 ceph-mon[110460]: pgmap v38: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 423 op/s 2023-12-01T17:10:13.457 INFO:teuthology.orchestra.run.smithi154.stdout: 5 50470 8.96 MB/sec execute 39 sec latency 210.583 ms 2023-12-01T17:10:14.459 INFO:teuthology.orchestra.run.smithi154.stdout: 5 50814 8.89 MB/sec execute 40 sec latency 132.606 ms 2023-12-01T17:10:14.928 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:14 smithi154 ceph-mon[107707]: pgmap v39: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 644 op/s 2023-12-01T17:10:15.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:14 smithi190 ceph-mon[110460]: pgmap v39: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 644 op/s 2023-12-01T17:10:15.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 51171 8.85 MB/sec execute 41 sec latency 130.988 ms 2023-12-01T17:10:16.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 51539 8.93 MB/sec execute 42 sec latency 123.826 ms 2023-12-01T17:10:16.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:16 smithi154 ceph-mon[107707]: pgmap v40: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-01T17:10:16.970 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:16 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:10:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:16 smithi190 ceph-mon[110460]: pgmap v40: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-01T17:10:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:16 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:10:17.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 52042 9.04 MB/sec execute 43 sec latency 137.644 ms 2023-12-01T17:10:18.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 52436 9.10 MB/sec execute 44 sec latency 139.500 ms 2023-12-01T17:10:19.050 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:18 smithi154 ceph-mon[107707]: pgmap v41: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-01T17:10:19.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:18 smithi190 ceph-mon[110460]: pgmap v41: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-01T17:10:19.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 52698 9.07 MB/sec execute 45 sec latency 133.437 ms 2023-12-01T17:10:20.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 53024 9.06 MB/sec execute 46 sec latency 128.744 ms 2023-12-01T17:10:21.045 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:20 smithi154 ceph-mon[107707]: pgmap v42: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 662 op/s 2023-12-01T17:10:21.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:20 smithi190 ceph-mon[110460]: pgmap v42: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 662 op/s 2023-12-01T17:10:21.454 INFO:teuthology.orchestra.run.smithi154.stdout: 5 53312 8.97 MB/sec execute 47 sec latency 126.495 ms 2023-12-01T17:10:22.460 INFO:teuthology.orchestra.run.smithi154.stdout: 5 53595 8.97 MB/sec execute 48 sec latency 132.216 ms 2023-12-01T17:10:22.834 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:22 smithi154 ceph-mon[107707]: pgmap v43: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-12-01T17:10:23.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:22 smithi190 ceph-mon[110460]: pgmap v43: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-12-01T17:10:23.460 INFO:teuthology.orchestra.run.smithi154.stdout: 5 53902 9.02 MB/sec execute 49 sec latency 126.498 ms 2023-12-01T17:10:24.460 INFO:teuthology.orchestra.run.smithi154.stdout: 5 54215 8.93 MB/sec execute 50 sec latency 129.594 ms 2023-12-01T17:10:24.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:24 smithi154 ceph-mon[107707]: pgmap v44: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.5 MiB/s wr, 639 op/s 2023-12-01T17:10:25.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:24 smithi190 ceph-mon[110460]: pgmap v44: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.5 MiB/s wr, 639 op/s 2023-12-01T17:10:25.461 INFO:teuthology.orchestra.run.smithi154.stdout: 5 54507 8.88 MB/sec execute 51 sec latency 137.498 ms 2023-12-01T17:10:26.460 INFO:teuthology.orchestra.run.smithi154.stdout: 5 54808 8.86 MB/sec execute 52 sec latency 133.318 ms 2023-12-01T17:10:26.740 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:26 smithi154 ceph-mon[107707]: pgmap v45: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-12-01T17:10:27.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:26 smithi190 ceph-mon[110460]: pgmap v45: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-12-01T17:10:27.461 INFO:teuthology.orchestra.run.smithi154.stdout: 5 55215 8.93 MB/sec execute 53 sec latency 108.867 ms 2023-12-01T17:10:28.461 INFO:teuthology.orchestra.run.smithi154.stdout: 5 55597 9.03 MB/sec execute 54 sec latency 123.326 ms 2023-12-01T17:10:28.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:28 smithi154 ceph-mon[107707]: pgmap v46: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-12-01T17:10:29.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:28 smithi190 ceph-mon[110460]: pgmap v46: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-12-01T17:10:29.468 INFO:teuthology.orchestra.run.smithi154.stdout: 5 55824 8.98 MB/sec execute 55 sec latency 126.578 ms 2023-12-01T17:10:30.468 INFO:teuthology.orchestra.run.smithi154.stdout: 5 56096 8.90 MB/sec execute 56 sec latency 129.181 ms 2023-12-01T17:10:30.794 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:30 smithi154 ceph-mon[107707]: pgmap v47: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.3 MiB/s wr, 611 op/s 2023-12-01T17:10:31.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:30 smithi190 ceph-mon[110460]: pgmap v47: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.3 MiB/s wr, 611 op/s 2023-12-01T17:10:31.468 INFO:teuthology.orchestra.run.smithi154.stdout: 5 56466 8.91 MB/sec execute 57 sec latency 129.633 ms 2023-12-01T17:10:32.468 INFO:teuthology.orchestra.run.smithi154.stdout: 5 56746 8.88 MB/sec execute 58 sec latency 125.066 ms 2023-12-01T17:10:32.846 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:32 smithi154 ceph-mon[107707]: pgmap v48: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-01T17:10:32.846 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:10:33.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:32 smithi190 ceph-mon[110460]: pgmap v48: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-01T17:10:33.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:10:33.468 INFO:teuthology.orchestra.run.smithi154.stdout: 5 57010 8.85 MB/sec execute 59 sec latency 134.783 ms 2023-12-01T17:10:34.468 INFO:teuthology.orchestra.run.smithi154.stdout: 5 57377 8.87 MB/sec execute 60 sec latency 142.304 ms 2023-12-01T17:10:34.929 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:34 smithi154 ceph-mon[107707]: pgmap v49: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-12-01T17:10:34.929 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:34 smithi154 ceph-mon[107707]: mgrmap e28: smithi190.euqtie(active, since 93s), standbys: smithi154.evnvqt 2023-12-01T17:10:35.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:34 smithi190 ceph-mon[110460]: pgmap v49: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-12-01T17:10:35.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:34 smithi190 ceph-mon[110460]: mgrmap e28: smithi190.euqtie(active, since 93s), standbys: smithi154.evnvqt 2023-12-01T17:10:35.472 INFO:teuthology.orchestra.run.smithi154.stdout: 5 57660 8.85 MB/sec execute 61 sec latency 125.068 ms 2023-12-01T17:10:35.552 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:10:36.417 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 starting - - - - 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (7m) 84s ago 7m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (6m) 88s ago 6m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 starting - - - - 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (3m) 84s ago 3m 37.3M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (3m) 88s ago 3m 13.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (8m) 84s ago 8m 361M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (107s) 88s ago 6m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (8m) 84s ago 8m 91.5M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (6m) 88s ago 6m 57.9M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (3m) 84s ago 3m 267M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (3m) 88s ago 3m 78.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:10:36.418 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (6m) 84s ago 6m 530M 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (5m) 84s ago 5m 358M 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (5m) 84s ago 5m 182M 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (5m) 84s ago 5m 515M 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (5m) 88s ago 5m 490M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (4m) 88s ago 4m 467M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (4m) 88s ago 4m 445M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (4m) 88s ago 4m 757M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:10:36.419 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 starting - - - - 2023-12-01T17:10:36.474 INFO:teuthology.orchestra.run.smithi154.stdout: 5 57957 8.83 MB/sec execute 62 sec latency 120.680 ms 2023-12-01T17:10:36.972 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:10:36.972 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:10:36.972 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:10:36.972 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:10:36.972 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:10:36.972 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:10:36.973 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:10:37.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:36 smithi154 ceph-mon[107707]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:37.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:36 smithi154 ceph-mon[107707]: pgmap v50: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-01T17:10:37.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:36 smithi154 ceph-mon[107707]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:37.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:36 smithi190 ceph-mon[110460]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:37.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:36 smithi190 ceph-mon[110460]: pgmap v50: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-01T17:10:37.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:36 smithi190 ceph-mon[110460]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:37.474 INFO:teuthology.orchestra.run.smithi154.stdout: 5 58267 8.84 MB/sec execute 63 sec latency 126.701 ms 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout: "is_paused": false 2023-12-01T17:10:37.506 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:10:38.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:37 smithi154 ceph-mon[107707]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:38.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:37 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3519944987' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:10:38.104 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:10:38.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:37 smithi190 ceph-mon[110460]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:38.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:37 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3519944987' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:10:38.474 INFO:teuthology.orchestra.run.smithi154.stdout: 5 58593 8.83 MB/sec execute 64 sec latency 132.692 ms 2023-12-01T17:10:38.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:38 smithi154 ceph-mon[107707]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:38.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:38 smithi154 ceph-mon[107707]: pgmap v51: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-01T17:10:38.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:38 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/239208321' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:10:39.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:38 smithi190 ceph-mon[110460]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:10:39.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:38 smithi190 ceph-mon[110460]: pgmap v51: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-01T17:10:39.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:38 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/239208321' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:10:39.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 58825 8.78 MB/sec execute 65 sec latency 134.891 ms 2023-12-01T17:10:40.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 59310 8.88 MB/sec execute 66 sec latency 133.523 ms 2023-12-01T17:10:40.811 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:40 smithi154 ceph-mon[107707]: pgmap v52: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 561 op/s 2023-12-01T17:10:41.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:40 smithi190 ceph-mon[110460]: pgmap v52: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 561 op/s 2023-12-01T17:10:41.484 INFO:teuthology.orchestra.run.smithi154.stdout: 5 59685 8.97 MB/sec execute 67 sec latency 133.943 ms 2023-12-01T17:10:42.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 60115 8.88 MB/sec execute 68 sec latency 130.920 ms 2023-12-01T17:10:42.845 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:42 smithi154 ceph-mon[107707]: pgmap v53: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-01T17:10:43.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:42 smithi190 ceph-mon[110460]: pgmap v53: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-01T17:10:43.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 60387 8.84 MB/sec execute 69 sec latency 129.745 ms 2023-12-01T17:10:44.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 60686 8.86 MB/sec execute 70 sec latency 165.827 ms 2023-12-01T17:10:44.911 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:44 smithi154 ceph-mon[107707]: pgmap v54: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 586 op/s 2023-12-01T17:10:45.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:44 smithi190 ceph-mon[110460]: pgmap v54: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 586 op/s 2023-12-01T17:10:45.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 61075 8.91 MB/sec execute 71 sec latency 134.370 ms 2023-12-01T17:10:46.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 61452 8.91 MB/sec execute 72 sec latency 125.873 ms 2023-12-01T17:10:46.976 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:46 smithi154 ceph-mon[107707]: pgmap v55: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-01T17:10:47.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:46 smithi190 ceph-mon[110460]: pgmap v55: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-01T17:10:47.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 61801 8.88 MB/sec execute 73 sec latency 129.812 ms 2023-12-01T17:10:47.995 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:10:48.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:10:48.484 INFO:teuthology.orchestra.run.smithi154.stdout: 5 62150 8.90 MB/sec execute 74 sec latency 120.110 ms 2023-12-01T17:10:49.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:48 smithi154 ceph-mon[107707]: pgmap v56: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-01T17:10:49.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:48 smithi190 ceph-mon[110460]: pgmap v56: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-01T17:10:49.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 62518 8.98 MB/sec execute 75 sec latency 136.171 ms 2023-12-01T17:10:50.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 62909 9.00 MB/sec execute 76 sec latency 126.580 ms 2023-12-01T17:10:51.060 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:50 smithi154 ceph-mon[107707]: pgmap v57: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 612 op/s 2023-12-01T17:10:51.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:50 smithi190 ceph-mon[110460]: pgmap v57: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 612 op/s 2023-12-01T17:10:51.483 INFO:teuthology.orchestra.run.smithi154.stdout: 5 63274 9.01 MB/sec execute 77 sec latency 123.567 ms 2023-12-01T17:10:52.487 INFO:teuthology.orchestra.run.smithi154.stdout: 5 63546 8.97 MB/sec execute 78 sec latency 138.327 ms 2023-12-01T17:10:52.840 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:52 smithi154 ceph-mon[107707]: pgmap v58: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-12-01T17:10:53.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:52 smithi190 ceph-mon[110460]: pgmap v58: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-12-01T17:10:53.487 INFO:teuthology.orchestra.run.smithi154.stdout: 5 63781 8.90 MB/sec execute 79 sec latency 126.599 ms 2023-12-01T17:10:54.487 INFO:teuthology.orchestra.run.smithi154.stdout: 5 64086 8.88 MB/sec execute 80 sec latency 130.422 ms 2023-12-01T17:10:54.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:54 smithi154 ceph-mon[107707]: pgmap v59: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 637 op/s 2023-12-01T17:10:55.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:54 smithi190 ceph-mon[110460]: pgmap v59: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 637 op/s 2023-12-01T17:10:55.487 INFO:teuthology.orchestra.run.smithi154.stdout: 5 64348 8.86 MB/sec execute 81 sec latency 127.241 ms 2023-12-01T17:10:56.489 INFO:teuthology.orchestra.run.smithi154.stdout: 5 64731 8.92 MB/sec execute 82 sec latency 128.110 ms 2023-12-01T17:10:56.952 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:56 smithi154 ceph-mon[107707]: pgmap v60: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-01T17:10:57.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:56 smithi190 ceph-mon[110460]: pgmap v60: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-01T17:10:57.487 INFO:teuthology.orchestra.run.smithi154.stdout: 5 65107 8.94 MB/sec execute 83 sec latency 129.320 ms 2023-12-01T17:10:58.488 INFO:teuthology.orchestra.run.smithi154.stdout: 5 65443 8.92 MB/sec execute 84 sec latency 129.453 ms 2023-12-01T17:10:59.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:10:58 smithi154 ceph-mon[107707]: pgmap v61: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-01T17:10:59.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:10:58 smithi190 ceph-mon[110460]: pgmap v61: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-01T17:10:59.487 INFO:teuthology.orchestra.run.smithi154.stdout: 5 65783 8.90 MB/sec execute 85 sec latency 126.741 ms 2023-12-01T17:11:00.490 INFO:teuthology.orchestra.run.smithi154.stdout: 5 66108 8.90 MB/sec execute 86 sec latency 126.697 ms 2023-12-01T17:11:01.048 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:00 smithi154 ceph-mon[107707]: pgmap v62: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 663 op/s 2023-12-01T17:11:01.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:00 smithi190 ceph-mon[110460]: pgmap v62: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 663 op/s 2023-12-01T17:11:01.490 INFO:teuthology.orchestra.run.smithi154.stdout: 5 66538 8.95 MB/sec execute 87 sec latency 121.991 ms 2023-12-01T17:11:02.490 INFO:teuthology.orchestra.run.smithi154.stdout: 5 66865 8.98 MB/sec execute 88 sec latency 141.509 ms 2023-12-01T17:11:02.813 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:02 smithi154 ceph-mon[107707]: pgmap v63: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 456 op/s 2023-12-01T17:11:02.814 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:11:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:02 smithi190 ceph-mon[110460]: pgmap v63: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 456 op/s 2023-12-01T17:11:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:11:03.490 INFO:teuthology.orchestra.run.smithi154.stdout: 5 67220 9.00 MB/sec execute 89 sec latency 192.821 ms 2023-12-01T17:11:04.490 INFO:teuthology.orchestra.run.smithi154.stdout: 5 67624 8.99 MB/sec execute 90 sec latency 143.332 ms 2023-12-01T17:11:04.845 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:04 smithi154 ceph-mon[107707]: pgmap v64: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 682 op/s 2023-12-01T17:11:05.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:04 smithi190 ceph-mon[110460]: pgmap v64: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 682 op/s 2023-12-01T17:11:05.500 INFO:teuthology.orchestra.run.smithi154.stdout: 5 67948 8.98 MB/sec execute 91 sec latency 138.458 ms 2023-12-01T17:11:06.501 INFO:teuthology.orchestra.run.smithi154.stdout: 5 68377 9.00 MB/sec execute 92 sec latency 106.022 ms 2023-12-01T17:11:06.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:06 smithi154 ceph-mon[107707]: 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, 471 op/s 2023-12-01T17:11:07.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:06 smithi190 ceph-mon[110460]: 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, 471 op/s 2023-12-01T17:11:07.509 INFO:teuthology.orchestra.run.smithi154.stdout: 5 68782 8.99 MB/sec execute 93 sec latency 108.289 ms 2023-12-01T17:11:08.509 INFO:teuthology.orchestra.run.smithi154.stdout: 5 69106 9.00 MB/sec execute 94 sec latency 130.163 ms 2023-12-01T17:11:08.599 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:11:08.929 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:08 smithi154 ceph-mon[107707]: 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, 471 op/s 2023-12-01T17:11:09.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:08 smithi190 ceph-mon[110460]: 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, 471 op/s 2023-12-01T17:11:09.511 INFO:teuthology.orchestra.run.smithi154.stdout: 5 69496 9.01 MB/sec execute 95 sec latency 130.577 ms 2023-12-01T17:11:09.588 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:11:09.588 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 starting - - - - 2023-12-01T17:11:09.588 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (7m) 117s ago 7m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:11:09.588 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (7m) 2m ago 7m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:11:09.588 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 starting - - - - 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (3m) 117s ago 3m 37.3M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (3m) 2m ago 3m 13.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (8m) 117s ago 8m 361M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (2m) 2m ago 7m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (8m) 117s ago 9m 91.5M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (7m) 2m ago 7m 57.9M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (3m) 117s ago 3m 267M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (3m) 2m ago 3m 78.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (6m) 117s ago 6m 530M 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (6m) 117s ago 6m 358M 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (6m) 117s ago 6m 182M 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:11:09.589 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (5m) 117s ago 5m 515M 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:11:09.590 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (5m) 2m ago 5m 490M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:11:09.590 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (5m) 2m ago 5m 467M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:11:09.590 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (5m) 2m ago 5m 445M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:11:09.590 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (4m) 2m ago 4m 757M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:11:09.590 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 starting - - - - 2023-12-01T17:11:09.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:09 smithi154 ceph-mon[107707]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:09.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:09 smithi154 ceph-mon[107707]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:09 smithi190 ceph-mon[110460]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:10.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:09 smithi190 ceph-mon[110460]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:11:10.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:11:10.188 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:11:10.511 INFO:teuthology.orchestra.run.smithi154.stdout: 5 69894 9.04 MB/sec execute 96 sec latency 134.618 ms 2023-12-01T17:11:10.714 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:11:10.714 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:11:10.714 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:11:10.714 INFO:teuthology.orchestra.run.smithi154.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T17:11:10.714 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:11:10.715 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:11:10.715 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T17:11:10.715 INFO:teuthology.orchestra.run.smithi154.stdout: "is_paused": false 2023-12-01T17:11:10.715 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:11:10.963 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:10 smithi154 ceph-mon[107707]: from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:10.963 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:10 smithi154 ceph-mon[107707]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 706 op/s 2023-12-01T17:11:10.963 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:10 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1608107850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:11:11.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:10 smithi190 ceph-mon[110460]: from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:10 smithi190 ceph-mon[110460]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 706 op/s 2023-12-01T17:11:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:10 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1608107850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:11:11.321 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:11:11.511 INFO:teuthology.orchestra.run.smithi154.stdout: 5 70237 9.08 MB/sec execute 97 sec latency 108.126 ms 2023-12-01T17:11:11.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:11 smithi154 ceph-mon[107707]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:11.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:11 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3909652434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:11:12.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:11 smithi190 ceph-mon[110460]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:12.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:11 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3909652434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:11:12.511 INFO:teuthology.orchestra.run.smithi154.stdout: 5 70575 9.13 MB/sec execute 98 sec latency 132.961 ms 2023-12-01T17:11:12.990 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:12 smithi154 ceph-mon[107707]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 460 op/s 2023-12-01T17:11:13.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:12 smithi190 ceph-mon[110460]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 460 op/s 2023-12-01T17:11:13.511 INFO:teuthology.orchestra.run.smithi154.stdout: 5 70890 9.08 MB/sec execute 99 sec latency 136.579 ms 2023-12-01T17:11:14.519 INFO:teuthology.orchestra.run.smithi154.stdout: 5 71179 9.05 MB/sec execute 100 sec latency 137.084 ms 2023-12-01T17:11:15.060 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:14 smithi154 ceph-mon[107707]: pgmap v69: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.9 MiB/s wr, 674 op/s 2023-12-01T17:11:15.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:14 smithi190 ceph-mon[110460]: pgmap v69: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.9 MiB/s wr, 674 op/s 2023-12-01T17:11:15.519 INFO:teuthology.orchestra.run.smithi154.stdout: 5 71419 9.03 MB/sec execute 101 sec latency 131.455 ms 2023-12-01T17:11:16.525 INFO:teuthology.orchestra.run.smithi154.stdout: 5 71785 9.03 MB/sec execute 102 sec latency 141.656 ms 2023-12-01T17:11:17.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:16 smithi154 ceph-mon[107707]: pgmap v70: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-12-01T17:11:17.094 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:16 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:11:17.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:16 smithi190 ceph-mon[110460]: pgmap v70: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-12-01T17:11:17.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:16 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:11:17.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 72109 8.99 MB/sec execute 103 sec latency 132.250 ms 2023-12-01T17:11:18.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 72486 9.00 MB/sec execute 104 sec latency 126.672 ms 2023-12-01T17:11:18.890 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:18 smithi154 ceph-mon[107707]: pgmap v71: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-12-01T17:11:19.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:18 smithi190 ceph-mon[110460]: pgmap v71: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-12-01T17:11:19.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 72859 9.01 MB/sec execute 105 sec latency 138.678 ms 2023-12-01T17:11:20.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 73219 9.02 MB/sec execute 106 sec latency 132.823 ms 2023-12-01T17:11:20.953 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:20 smithi154 ceph-mon[107707]: pgmap v72: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.4 MiB/s wr, 640 op/s 2023-12-01T17:11:21.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:20 smithi190 ceph-mon[110460]: pgmap v72: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.4 MiB/s wr, 640 op/s 2023-12-01T17:11:21.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 73524 9.01 MB/sec execute 107 sec latency 131.659 ms 2023-12-01T17:11:22.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 73728 9.00 MB/sec execute 108 sec latency 120.479 ms 2023-12-01T17:11:22.977 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:22 smithi154 ceph-mon[107707]: pgmap v73: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-12-01T17:11:23.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:22 smithi190 ceph-mon[110460]: pgmap v73: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-12-01T17:11:23.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 74089 9.05 MB/sec execute 109 sec latency 126.575 ms 2023-12-01T17:11:24.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 74453 9.03 MB/sec execute 110 sec latency 105.771 ms 2023-12-01T17:11:25.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:24 smithi154 ceph-mon[107707]: pgmap v74: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.3 MiB/s wr, 601 op/s 2023-12-01T17:11:25.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:24 smithi190 ceph-mon[110460]: pgmap v74: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.3 MiB/s wr, 601 op/s 2023-12-01T17:11:25.527 INFO:teuthology.orchestra.run.smithi154.stdout: 5 74735 9.03 MB/sec execute 111 sec latency 126.845 ms 2023-12-01T17:11:26.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 75030 8.99 MB/sec execute 112 sec latency 213.187 ms 2023-12-01T17:11:27.030 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:26 smithi154 ceph-mon[107707]: pgmap v75: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T17:11:27.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:26 smithi190 ceph-mon[110460]: pgmap v75: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T17:11:27.526 INFO:teuthology.orchestra.run.smithi154.stdout: 5 75361 8.98 MB/sec execute 113 sec latency 126.495 ms 2023-12-01T17:11:28.527 INFO:teuthology.orchestra.run.smithi154.stdout: 5 75713 8.97 MB/sec execute 114 sec latency 129.758 ms 2023-12-01T17:11:29.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:28 smithi154 ceph-mon[107707]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T17:11:29.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:28 smithi190 ceph-mon[110460]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T17:11:29.531 INFO:teuthology.orchestra.run.smithi154.stdout: 5 76073 9.00 MB/sec execute 115 sec latency 126.934 ms 2023-12-01T17:11:30.531 INFO:teuthology.orchestra.run.smithi154.stdout: 5 76346 8.95 MB/sec execute 116 sec latency 129.881 ms 2023-12-01T17:11:31.137 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:30 smithi154 ceph-mon[107707]: pgmap v77: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 586 op/s 2023-12-01T17:11:31.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:30 smithi190 ceph-mon[110460]: pgmap v77: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 586 op/s 2023-12-01T17:11:31.531 INFO:teuthology.orchestra.run.smithi154.stdout: 5 76610 8.94 MB/sec execute 117 sec latency 139.688 ms 2023-12-01T17:11:32.531 INFO:teuthology.orchestra.run.smithi154.stdout: 5 76965 8.97 MB/sec execute 118 sec latency 129.811 ms 2023-12-01T17:11:32.938 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:32 smithi154 ceph-mon[107707]: pgmap v78: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-01T17:11:32.939 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:11:33.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:32 smithi190 ceph-mon[110460]: pgmap v78: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-01T17:11:33.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:11:33.532 INFO:teuthology.orchestra.run.smithi154.stdout: 5 77257 8.96 MB/sec execute 119 sec latency 126.808 ms 2023-12-01T17:11:34.531 INFO:teuthology.orchestra.run.smithi154.stdout: 5 77575 8.99 MB/sec execute 120 sec latency 130.115 ms 2023-12-01T17:11:34.983 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:34 smithi154 ceph-mon[107707]: pgmap v79: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-12-01T17:11:35.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:34 smithi190 ceph-mon[110460]: pgmap v79: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-12-01T17:11:35.537 INFO:teuthology.orchestra.run.smithi154.stdout: 5 77913 8.99 MB/sec execute 121 sec latency 103.039 ms 2023-12-01T17:11:36.537 INFO:teuthology.orchestra.run.smithi154.stdout: 5 78185 8.97 MB/sec execute 122 sec latency 123.969 ms 2023-12-01T17:11:37.022 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:36 smithi154 ceph-mon[107707]: pgmap v80: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T17:11:37.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:36 smithi190 ceph-mon[110460]: pgmap v80: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T17:11:37.537 INFO:teuthology.orchestra.run.smithi154.stdout: 5 78476 8.95 MB/sec execute 123 sec latency 127.398 ms 2023-12-01T17:11:38.542 INFO:teuthology.orchestra.run.smithi154.stdout: 5 78806 8.94 MB/sec execute 124 sec latency 123.591 ms 2023-12-01T17:11:38.804 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:38 smithi154 ceph-mon[107707]: pgmap v81: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T17:11:39.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:38 smithi190 ceph-mon[110460]: pgmap v81: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T17:11:39.544 INFO:teuthology.orchestra.run.smithi154.stdout: 5 79128 8.93 MB/sec execute 125 sec latency 129.529 ms 2023-12-01T17:11:40.542 INFO:teuthology.orchestra.run.smithi154.stdout: 5 79543 8.95 MB/sec execute 126 sec latency 108.635 ms 2023-12-01T17:11:40.834 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:40 smithi154 ceph-mon[107707]: pgmap v82: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 568 op/s 2023-12-01T17:11:41.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:40 smithi190 ceph-mon[110460]: pgmap v82: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 568 op/s 2023-12-01T17:11:41.542 INFO:teuthology.orchestra.run.smithi154.stdout: 5 79907 8.96 MB/sec execute 127 sec latency 129.953 ms 2023-12-01T17:11:41.836 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:11:42.562 INFO:teuthology.orchestra.run.smithi154.stdout: 5 80282 8.96 MB/sec execute 128 sec latency 126.611 ms 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 starting - - - - 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (8m) 2m ago 8m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (7m) 2m ago 7m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 starting - - - - 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (4m) 2m ago 4m 37.3M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (4m) 2m ago 4m 13.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (9m) 2m ago 9m 361M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (2m) 2m ago 7m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:11:42.809 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (9m) 2m ago 9m 91.5M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (7m) 2m ago 7m 57.9M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (4m) 2m ago 4m 267M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (4m) 2m ago 4m 78.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (7m) 2m ago 7m 530M 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (7m) 2m ago 7m 358M 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (6m) 2m ago 6m 182M 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (6m) 2m ago 6m 515M 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (6m) 2m ago 6m 490M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (5m) 2m ago 5m 467M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (5m) 2m ago 5m 445M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:11:42.810 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (5m) 2m ago 5m 757M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:11:42.811 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 starting - - - - 2023-12-01T17:11:42.862 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:42 smithi154 ceph-mon[107707]: pgmap v83: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-01T17:11:42.862 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:42 smithi154 ceph-mon[107707]: from='client.24537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:43.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:42 smithi190 ceph-mon[110460]: pgmap v83: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-01T17:11:43.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:42 smithi190 ceph-mon[110460]: from='client.24537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:43.348 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:11:43.348 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:11:43.348 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:11:43.348 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:11:43.348 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:11:43.348 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:11:43.348 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:11:43.349 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:11:43.560 INFO:teuthology.orchestra.run.smithi154.stdout: 5 80555 8.95 MB/sec execute 129 sec latency 134.554 ms 2023-12-01T17:11:43.767 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:11:43.768 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:11:43.768 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:11:43.768 INFO:teuthology.orchestra.run.smithi154.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T17:11:43.768 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:11:43.768 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:11:43.768 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T17:11:43.768 INFO:teuthology.orchestra.run.smithi154.stdout: "is_paused": false 2023-12-01T17:11:43.768 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:11:43.887 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:43 smithi154 ceph-mon[107707]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:43.887 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:43 smithi154 ceph-mon[107707]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:43.887 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:43 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/689684681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:11:44.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:43 smithi190 ceph-mon[110460]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:44.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:43 smithi190 ceph-mon[110460]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:44.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:43 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/689684681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:11:44.280 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:11:44.567 INFO:teuthology.orchestra.run.smithi154.stdout: 5 80868 8.96 MB/sec execute 130 sec latency 122.428 ms 2023-12-01T17:11:44.936 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:44 smithi154 ceph-mon[107707]: pgmap v84: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 585 op/s 2023-12-01T17:11:44.937 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:44 smithi154 ceph-mon[107707]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:44.937 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:44 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/763697750' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:11:45.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:44 smithi190 ceph-mon[110460]: pgmap v84: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 585 op/s 2023-12-01T17:11:45.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:44 smithi190 ceph-mon[110460]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:11:45.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:44 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/763697750' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:11:45.574 INFO:teuthology.orchestra.run.smithi154.stdout: 5 81126 8.95 MB/sec execute 131 sec latency 126.685 ms 2023-12-01T17:11:46.584 INFO:teuthology.orchestra.run.smithi154.stdout: 5 81519 8.94 MB/sec execute 132 sec latency 128.849 ms 2023-12-01T17:11:46.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:46 smithi154 ceph-mon[107707]: pgmap v85: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-01T17:11:46.981 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:46 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:11:47.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:46 smithi190 ceph-mon[110460]: pgmap v85: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-01T17:11:47.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:46 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:11:47.592 INFO:teuthology.orchestra.run.smithi154.stdout: 5 81781 8.94 MB/sec execute 133 sec latency 132.794 ms 2023-12-01T17:11:48.592 INFO:teuthology.orchestra.run.smithi154.stdout: 5 82037 8.94 MB/sec execute 134 sec latency 207.256 ms 2023-12-01T17:11:49.027 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:48 smithi154 ceph-mon[107707]: pgmap v86: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-01T17:11:49.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:48 smithi190 ceph-mon[110460]: pgmap v86: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-01T17:11:49.592 INFO:teuthology.orchestra.run.smithi154.stdout: 5 82320 8.94 MB/sec execute 135 sec latency 210.477 ms 2023-12-01T17:11:50.592 INFO:teuthology.orchestra.run.smithi154.stdout: 5 82720 8.92 MB/sec execute 136 sec latency 129.751 ms 2023-12-01T17:11:51.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:50 smithi154 ceph-mon[107707]: pgmap v87: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 583 op/s 2023-12-01T17:11:51.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:50 smithi190 ceph-mon[110460]: pgmap v87: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 583 op/s 2023-12-01T17:11:51.598 INFO:teuthology.orchestra.run.smithi154.stdout: 5 83040 8.90 MB/sec execute 137 sec latency 145.676 ms 2023-12-01T17:11:52.598 INFO:teuthology.orchestra.run.smithi154.stdout: 5 83377 8.90 MB/sec execute 138 sec latency 127.031 ms 2023-12-01T17:11:53.076 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:52 smithi154 ceph-mon[107707]: pgmap v88: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-01T17:11:53.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:52 smithi190 ceph-mon[110460]: pgmap v88: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-01T17:11:53.598 INFO:teuthology.orchestra.run.smithi154.stdout: 5 83761 8.91 MB/sec execute 139 sec latency 119.548 ms 2023-12-01T17:11:54.607 INFO:teuthology.orchestra.run.smithi154.stdout: 5 84175 8.94 MB/sec execute 140 sec latency 132.558 ms 2023-12-01T17:11:54.874 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:54 smithi154 ceph-mon[107707]: pgmap v89: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 595 op/s 2023-12-01T17:11:55.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:54 smithi190 ceph-mon[110460]: pgmap v89: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 595 op/s 2023-12-01T17:11:55.607 INFO:teuthology.orchestra.run.smithi154.stdout: 5 84469 8.94 MB/sec execute 141 sec latency 136.430 ms 2023-12-01T17:11:56.607 INFO:teuthology.orchestra.run.smithi154.stdout: 5 84916 8.97 MB/sec execute 142 sec latency 129.618 ms 2023-12-01T17:11:56.918 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:56 smithi154 ceph-mon[107707]: pgmap v90: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T17:11:57.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:56 smithi190 ceph-mon[110460]: pgmap v90: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T17:11:57.607 INFO:teuthology.orchestra.run.smithi154.stdout: 5 85169 8.96 MB/sec execute 143 sec latency 210.249 ms 2023-12-01T17:11:58.607 INFO:teuthology.orchestra.run.smithi154.stdout: 5 85515 8.98 MB/sec execute 144 sec latency 128.702 ms 2023-12-01T17:11:58.965 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:11:58 smithi154 ceph-mon[107707]: pgmap v91: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T17:11:59.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:11:58 smithi190 ceph-mon[110460]: pgmap v91: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T17:11:59.607 INFO:teuthology.orchestra.run.smithi154.stdout: 5 85745 8.95 MB/sec execute 145 sec latency 126.710 ms 2023-12-01T17:12:00.608 INFO:teuthology.orchestra.run.smithi154.stdout: 5 86110 8.97 MB/sec execute 146 sec latency 129.816 ms 2023-12-01T17:12:01.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:00 smithi154 ceph-mon[107707]: pgmap v92: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 586 op/s 2023-12-01T17:12:01.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:00 smithi190 ceph-mon[110460]: pgmap v92: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 586 op/s 2023-12-01T17:12:01.607 INFO:teuthology.orchestra.run.smithi154.stdout: 5 86400 8.93 MB/sec execute 147 sec latency 129.725 ms 2023-12-01T17:12:02.609 INFO:teuthology.orchestra.run.smithi154.stdout: 5 86749 8.91 MB/sec execute 148 sec latency 133.123 ms 2023-12-01T17:12:02.798 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:02 smithi154 ceph-mon[107707]: pgmap v93: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-12-01T17:12:02.799 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:12:03.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:02 smithi190 ceph-mon[110460]: pgmap v93: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-12-01T17:12:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:12:03.610 INFO:teuthology.orchestra.run.smithi154.stdout: 5 87029 8.89 MB/sec execute 149 sec latency 129.724 ms 2023-12-01T17:12:04.614 INFO:teuthology.orchestra.run.smithi154.stdout: 5 87418 8.91 MB/sec execute 150 sec latency 120.523 ms 2023-12-01T17:12:04.861 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:04 smithi154 ceph-mon[107707]: pgmap v94: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.9 MiB/s wr, 601 op/s 2023-12-01T17:12:05.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:04 smithi190 ceph-mon[110460]: pgmap v94: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.9 MiB/s wr, 601 op/s 2023-12-01T17:12:05.614 INFO:teuthology.orchestra.run.smithi154.stdout: 5 87777 8.92 MB/sec execute 151 sec latency 123.598 ms 2023-12-01T17:12:06.615 INFO:teuthology.orchestra.run.smithi154.stdout: 5 88140 8.96 MB/sec execute 152 sec latency 123.689 ms 2023-12-01T17:12:06.906 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:06 smithi154 ceph-mon[107707]: pgmap v95: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-01T17:12:07.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:06 smithi190 ceph-mon[110460]: pgmap v95: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-01T17:12:07.622 INFO:teuthology.orchestra.run.smithi154.stdout: 5 88453 8.95 MB/sec execute 153 sec latency 156.122 ms 2023-12-01T17:12:08.622 INFO:teuthology.orchestra.run.smithi154.stdout: 5 88772 8.96 MB/sec execute 154 sec latency 127.593 ms 2023-12-01T17:12:08.936 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:08 smithi154 ceph-mon[107707]: pgmap v96: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-01T17:12:09.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:08 smithi190 ceph-mon[110460]: pgmap v96: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-01T17:12:09.626 INFO:teuthology.orchestra.run.smithi154.stdout: 5 89014 8.95 MB/sec execute 155 sec latency 120.435 ms 2023-12-01T17:12:10.626 INFO:teuthology.orchestra.run.smithi154.stdout: 5 89218 8.92 MB/sec execute 156 sec latency 125.001 ms 2023-12-01T17:12:11.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:10 smithi154 ceph-mon[107707]: pgmap v97: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-01T17:12:11.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:10 smithi190 ceph-mon[110460]: pgmap v97: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-01T17:12:11.626 INFO:teuthology.orchestra.run.smithi154.stdout: 5 89484 8.92 MB/sec execute 157 sec latency 123.788 ms 2023-12-01T17:12:12.626 INFO:teuthology.orchestra.run.smithi154.stdout: 5 89789 8.90 MB/sec execute 158 sec latency 123.800 ms 2023-12-01T17:12:12.994 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:12 smithi154 ceph-mon[107707]: pgmap v98: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-01T17:12:13.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:12 smithi190 ceph-mon[110460]: pgmap v98: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-01T17:12:13.627 INFO:teuthology.orchestra.run.smithi154.stdout: 5 90048 8.86 MB/sec execute 159 sec latency 124.750 ms 2023-12-01T17:12:14.627 INFO:teuthology.orchestra.run.smithi154.stdout: 5 90310 8.85 MB/sec execute 160 sec latency 120.907 ms 2023-12-01T17:12:14.732 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:12:15.062 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:14 smithi154 ceph-mon[107707]: pgmap v99: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-01T17:12:15.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:14 smithi190 ceph-mon[110460]: pgmap v99: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 starting - - - - 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (8m) 3m ago 8m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (8m) 3m ago 8m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 starting - - - - 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (5m) 3m ago 5m 37.3M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (5m) 3m ago 5m 13.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (10m) 3m ago 10m 361M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:12:15.615 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (3m) 3m ago 8m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (10m) 3m ago 10m 91.5M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (8m) 3m ago 8m 57.9M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (4m) 3m ago 4m 267M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (4m) 3m ago 4m 78.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (7m) 3m ago 7m 530M 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (7m) 3m ago 7m 358M 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (7m) 3m ago 7m 182M 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (7m) 3m ago 7m 515M 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (6m) 3m ago 6m 490M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (6m) 3m ago 6m 467M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:12:15.616 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (6m) 3m ago 6m 445M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:12:15.617 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (5m) 3m ago 5m 757M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:12:15.617 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 starting - - - - 2023-12-01T17:12:15.627 INFO:teuthology.orchestra.run.smithi154.stdout: 5 90521 8.82 MB/sec execute 161 sec latency 124.018 ms 2023-12-01T17:12:16.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:15 smithi154 ceph-mon[107707]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:16.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:15 smithi154 ceph-mon[107707]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:16.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:15 smithi190 ceph-mon[110460]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:16.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:15 smithi190 ceph-mon[110460]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:16.186 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:12:16.187 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:12:16.188 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:12:16.188 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:12:16.188 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:12:16.188 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:12:16.188 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:12:16.612 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:12:16.612 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:12:16.612 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:12:16.612 INFO:teuthology.orchestra.run.smithi154.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T17:12:16.612 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:12:16.613 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:12:16.613 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T17:12:16.613 INFO:teuthology.orchestra.run.smithi154.stdout: "is_paused": false 2023-12-01T17:12:16.613 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:12:16.627 INFO:teuthology.orchestra.run.smithi154.stdout: 5 90833 8.83 MB/sec execute 162 sec latency 129.115 ms 2023-12-01T17:12:17.100 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:16 smithi154 ceph-mon[107707]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:17.101 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:16 smithi154 ceph-mon[107707]: pgmap v100: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-12-01T17:12:17.101 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:16 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2319256434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:12:17.101 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:16 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:12:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:16 smithi190 ceph-mon[110460]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:16 smithi190 ceph-mon[110460]: pgmap v100: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-12-01T17:12:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:16 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2319256434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:12:17.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:16 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:12:17.143 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:12:17.627 INFO:teuthology.orchestra.run.smithi154.stdout: 5 91157 8.81 MB/sec execute 163 sec latency 115.014 ms 2023-12-01T17:12:18.112 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:17 smithi154 ceph-mon[107707]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:18.112 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:17 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/15723462' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:12:18.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:17 smithi190 ceph-mon[110460]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:18.379 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:17 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/15723462' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:12:18.628 INFO:teuthology.orchestra.run.smithi154.stdout: 5 91425 8.83 MB/sec execute 164 sec latency 131.404 ms 2023-12-01T17:12:19.134 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:18 smithi154 ceph-mon[107707]: pgmap v101: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-12-01T17:12:19.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:18 smithi190 ceph-mon[110460]: pgmap v101: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-12-01T17:12:19.632 INFO:teuthology.orchestra.run.smithi154.stdout: 5 91668 8.83 MB/sec execute 165 sec latency 129.893 ms 2023-12-01T17:12:20.636 INFO:teuthology.orchestra.run.smithi154.stdout: 5 91980 8.80 MB/sec execute 166 sec latency 129.783 ms 2023-12-01T17:12:20.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:20 smithi154 ceph-mon[107707]: pgmap v102: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-12-01T17:12:21.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:20 smithi190 ceph-mon[110460]: pgmap v102: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-12-01T17:12:21.632 INFO:teuthology.orchestra.run.smithi154.stdout: 5 92301 8.82 MB/sec execute 167 sec latency 129.313 ms 2023-12-01T17:12:22.632 INFO:teuthology.orchestra.run.smithi154.stdout: 5 92592 8.82 MB/sec execute 168 sec latency 129.572 ms 2023-12-01T17:12:22.989 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:22 smithi154 ceph-mon[107707]: pgmap v103: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-12-01T17:12:23.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:22 smithi190 ceph-mon[110460]: pgmap v103: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-12-01T17:12:23.632 INFO:teuthology.orchestra.run.smithi154.stdout: 5 92893 8.82 MB/sec execute 169 sec latency 215.575 ms 2023-12-01T17:12:24.632 INFO:teuthology.orchestra.run.smithi154.stdout: 5 93244 8.82 MB/sec execute 170 sec latency 133.860 ms 2023-12-01T17:12:25.059 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:24 smithi154 ceph-mon[107707]: pgmap v104: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-01T17:12:25.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:24 smithi190 ceph-mon[110460]: pgmap v104: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-01T17:12:25.635 INFO:teuthology.orchestra.run.smithi154.stdout: 5 93487 8.79 MB/sec execute 171 sec latency 169.562 ms 2023-12-01T17:12:26.637 INFO:teuthology.orchestra.run.smithi154.stdout: 5 93757 8.78 MB/sec execute 172 sec latency 123.538 ms 2023-12-01T17:12:27.106 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:26 smithi154 ceph-mon[107707]: pgmap v105: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-01T17:12:27.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:26 smithi190 ceph-mon[110460]: pgmap v105: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-01T17:12:27.638 INFO:teuthology.orchestra.run.smithi154.stdout: 5 94025 8.77 MB/sec execute 173 sec latency 138.344 ms 2023-12-01T17:12:28.638 INFO:teuthology.orchestra.run.smithi154.stdout: 5 94369 8.78 MB/sec execute 174 sec latency 207.512 ms 2023-12-01T17:12:28.901 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:28 smithi154 ceph-mon[107707]: pgmap v106: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-01T17:12:29.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:28 smithi190 ceph-mon[110460]: pgmap v106: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-01T17:12:29.638 INFO:teuthology.orchestra.run.smithi154.stdout: 5 94708 8.78 MB/sec execute 175 sec latency 140.092 ms 2023-12-01T17:12:30.638 INFO:teuthology.orchestra.run.smithi154.stdout: 5 94991 8.77 MB/sec execute 176 sec latency 118.462 ms 2023-12-01T17:12:30.963 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:30 smithi154 ceph-mon[107707]: pgmap v107: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-12-01T17:12:31.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:30 smithi190 ceph-mon[110460]: pgmap v107: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-12-01T17:12:31.644 INFO:teuthology.orchestra.run.smithi154.stdout: 5 95290 8.77 MB/sec execute 177 sec latency 143.548 ms 2023-12-01T17:12:32.645 INFO:teuthology.orchestra.run.smithi154.stdout: 5 95568 8.76 MB/sec execute 178 sec latency 146.051 ms 2023-12-01T17:12:33.020 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:32 smithi154 ceph-mon[107707]: pgmap v108: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-12-01T17:12:33.021 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:12:33.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:32 smithi190 ceph-mon[110460]: pgmap v108: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-12-01T17:12:33.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:12:33.645 INFO:teuthology.orchestra.run.smithi154.stdout: 5 95819 8.75 MB/sec execute 179 sec latency 144.247 ms 2023-12-01T17:12:34.646 INFO:teuthology.orchestra.run.smithi154.stdout: 5 96026 8.73 MB/sec execute 180 sec latency 137.245 ms 2023-12-01T17:12:34.825 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:34 smithi154 ceph-mon[107707]: pgmap v109: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-01T17:12:35.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:34 smithi190 ceph-mon[110460]: pgmap v109: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-01T17:12:35.644 INFO:teuthology.orchestra.run.smithi154.stdout: 5 96308 8.75 MB/sec execute 181 sec latency 170.614 ms 2023-12-01T17:12:36.644 INFO:teuthology.orchestra.run.smithi154.stdout: 5 96551 8.73 MB/sec execute 182 sec latency 148.560 ms 2023-12-01T17:12:36.862 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:36 smithi154 ceph-mon[107707]: pgmap v110: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-12-01T17:12:37.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:36 smithi190 ceph-mon[110460]: pgmap v110: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-12-01T17:12:37.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 96824 8.72 MB/sec execute 183 sec latency 129.897 ms 2023-12-01T17:12:38.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 97038 8.69 MB/sec execute 184 sec latency 140.574 ms 2023-12-01T17:12:38.907 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:38 smithi154 ceph-mon[107707]: pgmap v111: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-01T17:12:39.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:38 smithi190 ceph-mon[110460]: pgmap v111: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-01T17:12:39.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 97314 8.69 MB/sec execute 185 sec latency 123.714 ms 2023-12-01T17:12:40.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 97630 8.66 MB/sec execute 186 sec latency 123.992 ms 2023-12-01T17:12:40.951 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:40 smithi154 ceph-mon[107707]: pgmap v112: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-12-01T17:12:41.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:40 smithi190 ceph-mon[110460]: pgmap v112: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-12-01T17:12:41.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 97908 8.66 MB/sec execute 187 sec latency 135.088 ms 2023-12-01T17:12:42.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 98181 8.67 MB/sec execute 188 sec latency 120.921 ms 2023-12-01T17:12:42.990 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:42 smithi154 ceph-mon[107707]: pgmap v113: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-12-01T17:12:43.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:42 smithi190 ceph-mon[110460]: pgmap v113: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-12-01T17:12:43.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 98568 8.68 MB/sec execute 189 sec latency 127.021 ms 2023-12-01T17:12:44.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 98894 8.68 MB/sec execute 190 sec latency 132.875 ms 2023-12-01T17:12:44.978 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:44 smithi154 ceph-mon[107707]: pgmap v114: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-12-01T17:12:45.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:44 smithi190 ceph-mon[110460]: pgmap v114: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-12-01T17:12:45.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 99174 8.67 MB/sec execute 191 sec latency 142.896 ms 2023-12-01T17:12:46.652 INFO:teuthology.orchestra.run.smithi154.stdout: 5 99434 8.67 MB/sec execute 192 sec latency 193.730 ms 2023-12-01T17:12:46.860 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:46 smithi154 ceph-mon[107707]: pgmap v115: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 326 op/s 2023-12-01T17:12:46.861 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:46 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:12:47.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:46 smithi190 ceph-mon[110460]: pgmap v115: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 326 op/s 2023-12-01T17:12:47.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:46 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:12:47.653 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:12:47.667 INFO:teuthology.orchestra.run.smithi154.stdout: 5 99743 8.68 MB/sec execute 193 sec latency 129.811 ms 2023-12-01T17:12:48.593 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:12:48.593 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 starting - - - - 2023-12-01T17:12:48.593 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (9m) 3m ago 9m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (9m) 3m ago 9m 7142k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 starting - - - - 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (5m) 3m ago 5m 37.3M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (5m) 3m ago 5m 13.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (10m) 3m ago 10m 361M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (3m) 3m ago 9m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (10m) 3m ago 10m 91.5M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (9m) 3m ago 9m 57.9M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (5m) 3m ago 5m 267M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (5m) 3m ago 5m 78.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (8m) 3m ago 8m 530M 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:12:48.594 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (8m) 3m ago 8m 358M 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:12:48.595 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (7m) 3m ago 7m 182M 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:12:48.595 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (7m) 3m ago 7m 515M 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:12:48.595 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (7m) 3m ago 7m 490M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:12:48.595 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (7m) 3m ago 7m 467M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:12:48.595 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (6m) 3m ago 6m 445M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:12:48.595 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (6m) 3m ago 6m 757M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:12:48.595 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 starting - - - - 2023-12-01T17:12:48.669 INFO:teuthology.orchestra.run.smithi154.stdout: 5 100025 8.67 MB/sec execute 194 sec latency 126.571 ms 2023-12-01T17:12:48.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:48 smithi154 ceph-mon[107707]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:48.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:48 smithi154 ceph-mon[107707]: pgmap v116: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-01T17:12:48.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:48 smithi154 ceph-mon[107707]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:49.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:48 smithi190 ceph-mon[110460]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:49.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:48 smithi190 ceph-mon[110460]: pgmap v116: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-01T17:12:49.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:48 smithi190 ceph-mon[110460]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:49.178 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:12:49.178 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:12:49.178 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:12:49.178 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:12:49.178 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:12:49.178 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:12:49.178 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:12:49.178 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:12:49.179 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:12:49.669 INFO:teuthology.orchestra.run.smithi154.stdout: 5 100235 8.65 MB/sec execute 195 sec latency 129.843 ms 2023-12-01T17:12:49.676 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:12:49.676 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:12:49.676 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:12:49.676 INFO:teuthology.orchestra.run.smithi154.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T17:12:49.676 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:12:49.676 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:12:49.676 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T17:12:49.677 INFO:teuthology.orchestra.run.smithi154.stdout: "is_paused": false 2023-12-01T17:12:49.677 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:12:49.924 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:49 smithi154 ceph-mon[107707]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:49.925 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:49 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/3544976501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:12:50.244 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_OK 2023-12-01T17:12:50.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:49 smithi190 ceph-mon[110460]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:50.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:49 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/3544976501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:12:50.669 INFO:teuthology.orchestra.run.smithi154.stdout: 5 100431 8.63 MB/sec execute 196 sec latency 136.911 ms 2023-12-01T17:12:50.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:50 smithi154 ceph-mon[107707]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:50.944 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:50 smithi154 ceph-mon[107707]: pgmap v117: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-12-01T17:12:50.944 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:50 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/2966212818' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:12:51.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:50 smithi190 ceph-mon[110460]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:12:51.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:50 smithi190 ceph-mon[110460]: pgmap v117: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-12-01T17:12:51.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:50 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/2966212818' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:12:51.670 INFO:teuthology.orchestra.run.smithi154.stdout: 5 100735 8.64 MB/sec execute 197 sec latency 207.461 ms 2023-12-01T17:12:52.670 INFO:teuthology.orchestra.run.smithi154.stdout: 5 101026 8.62 MB/sec execute 198 sec latency 116.579 ms 2023-12-01T17:12:52.993 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:52 smithi154 ceph-mon[107707]: pgmap v118: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-01T17:12:53.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:52 smithi190 ceph-mon[110460]: pgmap v118: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-01T17:12:53.670 INFO:teuthology.orchestra.run.smithi154.stdout: 5 101337 8.61 MB/sec execute 199 sec latency 148.892 ms 2023-12-01T17:12:54.677 INFO:teuthology.orchestra.run.smithi154.stdout: 5 101553 8.60 MB/sec execute 200 sec latency 130.754 ms 2023-12-01T17:12:55.040 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:54 smithi154 ceph-mon[107707]: pgmap v119: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-01T17:12:55.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:54 smithi190 ceph-mon[110460]: pgmap v119: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-01T17:12:55.677 INFO:teuthology.orchestra.run.smithi154.stdout: 5 101824 8.58 MB/sec execute 201 sec latency 131.390 ms 2023-12-01T17:12:56.677 INFO:teuthology.orchestra.run.smithi154.stdout: 5 102285 8.61 MB/sec execute 202 sec latency 142.175 ms 2023-12-01T17:12:57.089 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:56 smithi154 ceph-mon[107707]: pgmap v120: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-12-01T17:12:57.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:56 smithi190 ceph-mon[110460]: pgmap v120: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-12-01T17:12:57.684 INFO:teuthology.orchestra.run.smithi154.stdout: 5 102630 8.62 MB/sec execute 203 sec latency 139.913 ms 2023-12-01T17:12:58.684 INFO:teuthology.orchestra.run.smithi154.stdout: 5 102931 8.62 MB/sec execute 204 sec latency 126.281 ms 2023-12-01T17:12:59.174 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:12:58 smithi154 ceph-mon[107707]: pgmap v121: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-12-01T17:12:59.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:12:58 smithi190 ceph-mon[110460]: pgmap v121: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-12-01T17:12:59.684 INFO:teuthology.orchestra.run.smithi154.stdout: 5 103230 8.63 MB/sec execute 205 sec latency 129.632 ms 2023-12-01T17:13:00.687 INFO:teuthology.orchestra.run.smithi154.stdout: 5 103650 8.63 MB/sec execute 206 sec latency 129.564 ms 2023-12-01T17:13:00.974 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:00 smithi154 ceph-mon[107707]: pgmap v122: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-12-01T17:13:01.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:00 smithi190 ceph-mon[110460]: pgmap v122: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-12-01T17:13:01.687 INFO:teuthology.orchestra.run.smithi154.stdout: 5 103934 8.63 MB/sec execute 207 sec latency 127.062 ms 2023-12-01T17:13:02.687 INFO:teuthology.orchestra.run.smithi154.stdout: 5 104265 8.65 MB/sec execute 208 sec latency 126.720 ms 2023-12-01T17:13:03.037 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:02 smithi154 ceph-mon[107707]: pgmap v123: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-01T17:13:03.037 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:13:03.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:02 smithi190 ceph-mon[110460]: pgmap v123: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-01T17:13:03.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:13:03.687 INFO:teuthology.orchestra.run.smithi154.stdout: 5 104638 8.63 MB/sec execute 209 sec latency 130.076 ms 2023-12-01T17:13:04.687 INFO:teuthology.orchestra.run.smithi154.stdout: 5 104954 8.62 MB/sec execute 210 sec latency 126.583 ms 2023-12-01T17:13:04.845 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:04 smithi154 ceph-mon[107707]: pgmap v124: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 554 op/s 2023-12-01T17:13:05.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:04 smithi190 ceph-mon[110460]: pgmap v124: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 554 op/s 2023-12-01T17:13:05.687 INFO:teuthology.orchestra.run.smithi154.stdout: 5 105204 8.63 MB/sec execute 211 sec latency 126.461 ms 2023-12-01T17:13:06.687 INFO:teuthology.orchestra.run.smithi154.stdout: 5 105547 8.62 MB/sec execute 212 sec latency 147.989 ms 2023-12-01T17:13:06.886 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:06 smithi154 ceph-mon[107707]: pgmap v125: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-12-01T17:13:07.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:06 smithi190 ceph-mon[110460]: pgmap v125: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-12-01T17:13:07.691 INFO:teuthology.orchestra.run.smithi154.stdout: 5 105870 8.63 MB/sec execute 213 sec latency 131.917 ms 2023-12-01T17:13:08.185 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:08 smithi190 ceph-mon[110460]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. 2023-12-01T17:13:08.185 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:08 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:13:08.185 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:08 smithi190 ceph-mon[110460]: pgmap v126: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-01T17:13:08.185 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:08 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:13:08.431 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:08 smithi154 ceph-mon[107707]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. 2023-12-01T17:13:08.431 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:08 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:13:08.431 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:08 smithi154 ceph-mon[107707]: pgmap v126: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-01T17:13:08.431 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:08 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:13:08.691 INFO:teuthology.orchestra.run.smithi154.stdout: 5 106105 8.61 MB/sec execute 214 sec latency 131.916 ms 2023-12-01T17:13:09.196 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:09 smithi154 ceph-mon[107707]: Health check failed: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-01T17:13:09.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:09 smithi190 ceph-mon[110460]: Health check failed: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-01T17:13:09.691 INFO:teuthology.orchestra.run.smithi154.stdout: 5 106372 8.61 MB/sec execute 215 sec latency 139.650 ms 2023-12-01T17:13:10.223 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:10 smithi154 ceph-mon[107707]: pgmap v127: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 593 op/s 2023-12-01T17:13:10.223 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:10 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:13:10.223 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:10 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:13:10.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:10 smithi190 ceph-mon[110460]: pgmap v127: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 593 op/s 2023-12-01T17:13:10.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:10 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:13:10.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:10 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:13:10.691 INFO:teuthology.orchestra.run.smithi154.stdout: 5 106619 8.60 MB/sec execute 216 sec latency 132.038 ms 2023-12-01T17:13:11.691 INFO:teuthology.orchestra.run.smithi154.stdout: 5 106865 8.58 MB/sec execute 217 sec latency 131.110 ms 2023-12-01T17:13:12.303 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:12 smithi154 ceph-mon[107707]: pgmap v128: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-12-01T17:13:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:12 smithi190 ceph-mon[110460]: pgmap v128: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-12-01T17:13:12.691 INFO:teuthology.orchestra.run.smithi154.stdout: 5 107144 8.59 MB/sec execute 218 sec latency 125.361 ms 2023-12-01T17:13:13.691 INFO:teuthology.orchestra.run.smithi154.stdout: 5 107377 8.57 MB/sec execute 219 sec latency 130.275 ms 2023-12-01T17:13:14.380 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:14 smithi154 ceph-mon[107707]: pgmap v129: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 569 op/s 2023-12-01T17:13:14.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:14 smithi190 ceph-mon[110460]: pgmap v129: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 569 op/s 2023-12-01T17:13:14.695 INFO:teuthology.orchestra.run.smithi154.stdout: 5 107711 8.60 MB/sec execute 220 sec latency 129.546 ms 2023-12-01T17:13:15.695 INFO:teuthology.orchestra.run.smithi154.stdout: 5 108012 8.58 MB/sec execute 221 sec latency 123.820 ms 2023-12-01T17:13:16.359 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:16 smithi154 ceph-mon[107707]: pgmap v130: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-01T17:13:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:16 smithi190 ceph-mon[110460]: pgmap v130: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-01T17:13:16.698 INFO:teuthology.orchestra.run.smithi154.stdout: 5 108316 8.57 MB/sec execute 222 sec latency 129.303 ms 2023-12-01T17:13:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: 5 108533 8.55 MB/sec execute 223 sec latency 131.071 ms 2023-12-01T17:13:17.897 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:17 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:13:17.897 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:13:17.897 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:17 smithi154 ceph-mon[107707]: pgmap v131: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-01T17:13:18.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:17 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:13:18.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:13:18.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:17 smithi190 ceph-mon[110460]: pgmap v131: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-01T17:13:18.696 INFO:teuthology.orchestra.run.smithi154.stdout: 5 108833 8.55 MB/sec execute 224 sec latency 147.751 ms 2023-12-01T17:13:19.695 INFO:teuthology.orchestra.run.smithi154.stdout: 5 109122 8.56 MB/sec execute 225 sec latency 136.042 ms 2023-12-01T17:13:20.480 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:20 smithi154 ceph-mon[107707]: pgmap v132: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-01T17:13:20.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:20 smithi190 ceph-mon[110460]: pgmap v132: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-01T17:13:20.704 INFO:teuthology.orchestra.run.smithi154.stdout: 5 109470 8.56 MB/sec execute 226 sec latency 126.836 ms 2023-12-01T17:13:20.750 INFO:teuthology.orchestra.run.smithi154.stdout:true 2023-12-01T17:13:21.237 INFO:teuthology.orchestra.run.smithi154.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed." 2023-12-01T17:13:21.704 INFO:teuthology.orchestra.run.smithi154.stdout: 5 109709 8.56 MB/sec execute 227 sec latency 140.530 ms 2023-12-01T17:13:22.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:22 smithi154 ceph-mon[107707]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:13:22.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:22 smithi154 ceph-mon[107707]: pgmap v133: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-01T17:13:22.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:22 smithi154 ceph-mon[107707]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:13:22.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:22 smithi190 ceph-mon[110460]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:13:22.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:22 smithi190 ceph-mon[110460]: pgmap v133: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-01T17:13:22.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:22 smithi190 ceph-mon[110460]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:13:22.704 INFO:teuthology.orchestra.run.smithi154.stdout: 5 109969 8.56 MB/sec execute 228 sec latency 126.765 ms 2023-12-01T17:13:23.704 INFO:teuthology.orchestra.run.smithi154.stdout: 5 110300 8.54 MB/sec execute 229 sec latency 123.979 ms 2023-12-01T17:13:24.338 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:24 smithi154 ceph-mon[107707]: pgmap v134: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-01T17:13:24.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:24 smithi190 ceph-mon[110460]: pgmap v134: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-01T17:13:24.704 INFO:teuthology.orchestra.run.smithi154.stdout: 5 110577 8.53 MB/sec execute 230 sec latency 127.614 ms 2023-12-01T17:13:25.710 INFO:teuthology.orchestra.run.smithi154.stdout: 5 110787 8.52 MB/sec execute 231 sec latency 133.295 ms 2023-12-01T17:13:26.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:26 smithi154 ceph-mon[107707]: pgmap v135: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-01T17:13:26.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:26 smithi190 ceph-mon[110460]: pgmap v135: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-01T17:13:26.710 INFO:teuthology.orchestra.run.smithi154.stdout: 5 111120 8.54 MB/sec execute 232 sec latency 138.472 ms 2023-12-01T17:13:27.710 INFO:teuthology.orchestra.run.smithi154.stdout: 5 111547 8.56 MB/sec execute 233 sec latency 125.934 ms 2023-12-01T17:13:27.893 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:27 smithi154 ceph-mon[107707]: pgmap v136: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-01T17:13:28.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:27 smithi190 ceph-mon[110460]: pgmap v136: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-01T17:13:28.719 INFO:teuthology.orchestra.run.smithi154.stdout: 5 111850 8.54 MB/sec execute 234 sec latency 127.074 ms 2023-12-01T17:13:29.719 INFO:teuthology.orchestra.run.smithi154.stdout: 5 112115 8.53 MB/sec execute 235 sec latency 105.716 ms 2023-12-01T17:13:30.458 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:30 smithi154 ceph-mon[107707]: pgmap v137: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-12-01T17:13:30.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:30 smithi190 ceph-mon[110460]: pgmap v137: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-12-01T17:13:30.719 INFO:teuthology.orchestra.run.smithi154.stdout: 5 112452 8.54 MB/sec execute 236 sec latency 126.432 ms 2023-12-01T17:13:31.720 INFO:teuthology.orchestra.run.smithi154.stdout: 5 112779 8.54 MB/sec execute 237 sec latency 129.442 ms 2023-12-01T17:13:32.432 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:32 smithi154 ceph-mon[107707]: pgmap v138: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-01T17:13:32.432 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:13:32.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:32 smithi190 ceph-mon[110460]: pgmap v138: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-01T17:13:32.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:13:32.729 INFO:teuthology.orchestra.run.smithi154.stdout: 5 113066 8.55 MB/sec execute 238 sec latency 141.791 ms 2023-12-01T17:13:33.729 INFO:teuthology.orchestra.run.smithi154.stdout: 5 113350 8.54 MB/sec execute 239 sec latency 133.062 ms 2023-12-01T17:13:34.314 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:34 smithi154 ceph-mon[107707]: pgmap v139: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-12-01T17:13:34.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:34 smithi190 ceph-mon[110460]: pgmap v139: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-12-01T17:13:34.739 INFO:teuthology.orchestra.run.smithi154.stdout: 5 113608 8.52 MB/sec execute 240 sec latency 153.522 ms 2023-12-01T17:13:35.739 INFO:teuthology.orchestra.run.smithi154.stdout: 5 113901 8.51 MB/sec execute 241 sec latency 135.067 ms 2023-12-01T17:13:36.357 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:36 smithi154 ceph-mon[107707]: pgmap v140: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-01T17:13:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:36 smithi190 ceph-mon[110460]: pgmap v140: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-01T17:13:36.739 INFO:teuthology.orchestra.run.smithi154.stdout: 5 114205 8.51 MB/sec execute 242 sec latency 131.902 ms 2023-12-01T17:13:37.739 INFO:teuthology.orchestra.run.smithi154.stdout: 5 114496 8.52 MB/sec execute 243 sec latency 132.505 ms 2023-12-01T17:13:37.899 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:37 smithi154 ceph-mon[107707]: pgmap v141: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-01T17:13:38.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:37 smithi190 ceph-mon[110460]: pgmap v141: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-01T17:13:38.742 INFO:teuthology.orchestra.run.smithi154.stdout: 5 114879 8.53 MB/sec execute 244 sec latency 129.075 ms 2023-12-01T17:13:39.743 INFO:teuthology.orchestra.run.smithi154.stdout: 5 115193 8.53 MB/sec execute 245 sec latency 123.832 ms 2023-12-01T17:13:40.444 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:40 smithi154 ceph-mon[107707]: pgmap v142: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 553 op/s 2023-12-01T17:13:40.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:40 smithi190 ceph-mon[110460]: pgmap v142: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 553 op/s 2023-12-01T17:13:40.743 INFO:teuthology.orchestra.run.smithi154.stdout: 5 115508 8.53 MB/sec execute 246 sec latency 126.870 ms 2023-12-01T17:13:41.746 INFO:teuthology.orchestra.run.smithi154.stdout: 5 115787 8.52 MB/sec execute 247 sec latency 143.188 ms 2023-12-01T17:13:42.523 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:42 smithi154 ceph-mon[107707]: pgmap v143: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-12-01T17:13:42.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:42 smithi190 ceph-mon[110460]: pgmap v143: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-12-01T17:13:42.746 INFO:teuthology.orchestra.run.smithi154.stdout: 5 116074 8.52 MB/sec execute 248 sec latency 144.992 ms 2023-12-01T17:13:43.746 INFO:teuthology.orchestra.run.smithi154.stdout: 5 116358 8.50 MB/sec execute 249 sec latency 131.528 ms 2023-12-01T17:13:44.320 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:44 smithi154 ceph-mon[107707]: pgmap v144: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-12-01T17:13:44.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:44 smithi190 ceph-mon[110460]: pgmap v144: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-12-01T17:13:44.754 INFO:teuthology.orchestra.run.smithi154.stdout: 5 116761 8.52 MB/sec execute 250 sec latency 126.383 ms 2023-12-01T17:13:45.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 117074 8.52 MB/sec execute 251 sec latency 126.781 ms 2023-12-01T17:13:46.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:46 smithi154 ceph-mon[107707]: pgmap v145: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-12-01T17:13:46.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:46 smithi190 ceph-mon[110460]: pgmap v145: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-12-01T17:13:46.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 117429 8.52 MB/sec execute 252 sec latency 126.503 ms 2023-12-01T17:13:47.430 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:13:47.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:13:47.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 117736 8.51 MB/sec execute 253 sec latency 145.841 ms 2023-12-01T17:13:48.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:48 smithi154 ceph-mon[107707]: pgmap v146: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-12-01T17:13:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:48 smithi190 ceph-mon[110460]: pgmap v146: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-12-01T17:13:48.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 118044 8.51 MB/sec execute 254 sec latency 126.740 ms 2023-12-01T17:13:49.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:49 smithi154 ceph-mon[107707]: pgmap v147: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 567 op/s 2023-12-01T17:13:49.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:49 smithi190 ceph-mon[110460]: pgmap v147: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 567 op/s 2023-12-01T17:13:49.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 118272 8.51 MB/sec execute 255 sec latency 130.277 ms 2023-12-01T17:13:50.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 118484 8.50 MB/sec execute 256 sec latency 183.580 ms 2023-12-01T17:13:51.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 118795 8.52 MB/sec execute 257 sec latency 124.729 ms 2023-12-01T17:13:52.298 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:52 smithi154 ceph-mon[107707]: pgmap v148: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-12-01T17:13:52.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:52 smithi190 ceph-mon[110460]: pgmap v148: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-12-01T17:13:52.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 119106 8.52 MB/sec execute 258 sec latency 127.899 ms 2023-12-01T17:13:53.754 INFO:teuthology.orchestra.run.smithi154.stdout: 5 119364 8.52 MB/sec execute 259 sec latency 137.979 ms 2023-12-01T17:13:54.355 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:54 smithi154 ceph-mon[107707]: pgmap v149: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-12-01T17:13:54.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:54 smithi190 ceph-mon[110460]: pgmap v149: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-12-01T17:13:54.753 INFO:teuthology.orchestra.run.smithi154.stdout: 5 119639 8.49 MB/sec execute 260 sec latency 120.989 ms 2023-12-01T17:13:55.755 INFO:teuthology.orchestra.run.smithi154.stdout: 5 119941 8.48 MB/sec execute 261 sec latency 149.188 ms 2023-12-01T17:13:56.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:56 smithi154 ceph-mon[107707]: pgmap v150: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-01T17:13:56.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:56 smithi190 ceph-mon[110460]: pgmap v150: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-01T17:13:56.762 INFO:teuthology.orchestra.run.smithi154.stdout: 5 120265 8.49 MB/sec execute 262 sec latency 126.807 ms 2023-12-01T17:13:57.762 INFO:teuthology.orchestra.run.smithi154.stdout: 5 120661 8.50 MB/sec execute 263 sec latency 210.808 ms 2023-12-01T17:13:57.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:13:57 smithi154 ceph-mon[107707]: pgmap v151: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-01T17:13:58.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:13:57 smithi190 ceph-mon[110460]: pgmap v151: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-01T17:13:58.762 INFO:teuthology.orchestra.run.smithi154.stdout: 5 120980 8.50 MB/sec execute 264 sec latency 123.820 ms 2023-12-01T17:13:59.762 INFO:teuthology.orchestra.run.smithi154.stdout: 5 121267 8.50 MB/sec execute 265 sec latency 126.818 ms 2023-12-01T17:14:00.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:00 smithi154 ceph-mon[107707]: pgmap v152: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 562 op/s 2023-12-01T17:14:00.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:00 smithi190 ceph-mon[110460]: pgmap v152: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 562 op/s 2023-12-01T17:14:00.762 INFO:teuthology.orchestra.run.smithi154.stdout: 5 121513 8.50 MB/sec execute 266 sec latency 126.469 ms 2023-12-01T17:14:01.762 INFO:teuthology.orchestra.run.smithi154.stdout: 5 121870 8.50 MB/sec execute 267 sec latency 126.831 ms 2023-12-01T17:14:02.317 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:02 smithi154 ceph-mon[107707]: pgmap v153: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-01T17:14:02.317 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:14:02.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:02 smithi190 ceph-mon[110460]: pgmap v153: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-01T17:14:02.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:14:02.762 INFO:teuthology.orchestra.run.smithi154.stdout: 5 122146 8.49 MB/sec execute 268 sec latency 204.615 ms 2023-12-01T17:14:03.778 INFO:teuthology.orchestra.run.smithi154.stdout: 5 122333 8.48 MB/sec execute 269 sec latency 129.575 ms 2023-12-01T17:14:04.376 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:04 smithi154 ceph-mon[107707]: pgmap v154: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-12-01T17:14:04.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:04 smithi190 ceph-mon[110460]: pgmap v154: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-12-01T17:14:04.781 INFO:teuthology.orchestra.run.smithi154.stdout: 5 122521 8.47 MB/sec execute 270 sec latency 198.376 ms 2023-12-01T17:14:05.781 INFO:teuthology.orchestra.run.smithi154.stdout: 5 122786 8.47 MB/sec execute 271 sec latency 138.589 ms 2023-12-01T17:14:06.288 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:06 smithi154 ceph-mon[107707]: pgmap v155: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-12-01T17:14:06.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:06 smithi190 ceph-mon[110460]: pgmap v155: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-12-01T17:14:06.781 INFO:teuthology.orchestra.run.smithi154.stdout: 5 123052 8.45 MB/sec execute 272 sec latency 146.350 ms 2023-12-01T17:14:07.781 INFO:teuthology.orchestra.run.smithi154.stdout: 5 123338 8.45 MB/sec execute 273 sec latency 123.321 ms 2023-12-01T17:14:07.959 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:07 smithi154 ceph-mon[107707]: pgmap v156: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-12-01T17:14:08.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:07 smithi190 ceph-mon[110460]: pgmap v156: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-12-01T17:14:08.781 INFO:teuthology.orchestra.run.smithi154.stdout: 5 123579 8.44 MB/sec execute 274 sec latency 130.028 ms 2023-12-01T17:14:09.781 INFO:teuthology.orchestra.run.smithi154.stdout: 5 123829 8.44 MB/sec execute 275 sec latency 148.249 ms 2023-12-01T17:14:10.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:10 smithi154 ceph-mon[107707]: pgmap v157: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 520 op/s 2023-12-01T17:14:10.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:10 smithi190 ceph-mon[110460]: pgmap v157: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 520 op/s 2023-12-01T17:14:10.781 INFO:teuthology.orchestra.run.smithi154.stdout: 5 124187 8.45 MB/sec execute 276 sec latency 105.298 ms 2023-12-01T17:14:11.782 INFO:teuthology.orchestra.run.smithi154.stdout: 5 124533 8.44 MB/sec execute 277 sec latency 129.883 ms 2023-12-01T17:14:12.289 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:12 smithi154 ceph-mon[107707]: pgmap v158: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-01T17:14:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:12 smithi190 ceph-mon[110460]: pgmap v158: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-01T17:14:12.784 INFO:teuthology.orchestra.run.smithi154.stdout: 5 124788 8.43 MB/sec execute 278 sec latency 128.497 ms 2023-12-01T17:14:13.784 INFO:teuthology.orchestra.run.smithi154.stdout: 5 125083 8.44 MB/sec execute 279 sec latency 126.759 ms 2023-12-01T17:14:14.335 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:14 smithi154 ceph-mon[107707]: pgmap v159: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-12-01T17:14:14.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:14 smithi190 ceph-mon[110460]: pgmap v159: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-12-01T17:14:14.791 INFO:teuthology.orchestra.run.smithi154.stdout: 5 125367 8.44 MB/sec execute 280 sec latency 126.826 ms 2023-12-01T17:14:15.791 INFO:teuthology.orchestra.run.smithi154.stdout: 5 125658 8.43 MB/sec execute 281 sec latency 143.200 ms 2023-12-01T17:14:16.426 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:16 smithi154 ceph-mon[107707]: pgmap v160: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-12-01T17:14:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:16 smithi190 ceph-mon[110460]: pgmap v160: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-12-01T17:14:16.791 INFO:teuthology.orchestra.run.smithi154.stdout: 5 125888 8.43 MB/sec execute 282 sec latency 139.688 ms 2023-12-01T17:14:17.461 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:14:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:14:17.791 INFO:teuthology.orchestra.run.smithi154.stdout: 5 126194 8.44 MB/sec execute 283 sec latency 141.871 ms 2023-12-01T17:14:18.436 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:18 smithi154 ceph-mon[107707]: pgmap v161: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-12-01T17:14:18.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:18 smithi190 ceph-mon[110460]: pgmap v161: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-12-01T17:14:18.791 INFO:teuthology.orchestra.run.smithi154.stdout: 5 126457 8.44 MB/sec execute 284 sec latency 150.228 ms 2023-12-01T17:14:19.793 INFO:teuthology.orchestra.run.smithi154.stdout: 5 126697 8.42 MB/sec execute 285 sec latency 121.417 ms 2023-12-01T17:14:20.475 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:20 smithi154 ceph-mon[107707]: pgmap v162: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-01T17:14:20.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:20 smithi190 ceph-mon[110460]: pgmap v162: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-01T17:14:20.804 INFO:teuthology.orchestra.run.smithi154.stdout: 5 126899 8.40 MB/sec execute 286 sec latency 148.075 ms 2023-12-01T17:14:21.804 INFO:teuthology.orchestra.run.smithi154.stdout: 5 127161 8.39 MB/sec execute 287 sec latency 207.247 ms 2023-12-01T17:14:22.531 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:22 smithi154 ceph-mon[107707]: pgmap v163: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-01T17:14:22.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:22 smithi190 ceph-mon[110460]: pgmap v163: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-01T17:14:22.804 INFO:teuthology.orchestra.run.smithi154.stdout: 5 127411 8.39 MB/sec execute 288 sec latency 132.629 ms 2023-12-01T17:14:23.809 INFO:teuthology.orchestra.run.smithi154.stdout: 5 127748 8.39 MB/sec execute 289 sec latency 145.222 ms 2023-12-01T17:14:24.339 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:24 smithi154 ceph-mon[107707]: pgmap v164: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-01T17:14:24.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:24 smithi190 ceph-mon[110460]: pgmap v164: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-01T17:14:24.818 INFO:teuthology.orchestra.run.smithi154.stdout: 5 128055 8.40 MB/sec execute 290 sec latency 134.395 ms 2023-12-01T17:14:25.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 128353 8.41 MB/sec execute 291 sec latency 143.024 ms 2023-12-01T17:14:26.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:26 smithi154 ceph-mon[107707]: pgmap v165: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-01T17:14:26.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:26 smithi190 ceph-mon[110460]: pgmap v165: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-01T17:14:26.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 128654 8.39 MB/sec execute 292 sec latency 137.101 ms 2023-12-01T17:14:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 128890 8.38 MB/sec execute 293 sec latency 129.644 ms 2023-12-01T17:14:27.920 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:27 smithi154 ceph-mon[107707]: pgmap v166: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-01T17:14:28.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:27 smithi190 ceph-mon[110460]: pgmap v166: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-01T17:14:28.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 129096 8.37 MB/sec execute 294 sec latency 146.832 ms 2023-12-01T17:14:29.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 129365 8.37 MB/sec execute 295 sec latency 148.899 ms 2023-12-01T17:14:30.494 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:30 smithi154 ceph-mon[107707]: pgmap v167: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-12-01T17:14:30.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:30 smithi190 ceph-mon[110460]: pgmap v167: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-12-01T17:14:30.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 129618 8.37 MB/sec execute 296 sec latency 148.470 ms 2023-12-01T17:14:31.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 129845 8.36 MB/sec execute 297 sec latency 129.714 ms 2023-12-01T17:14:32.302 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:32 smithi154 ceph-mon[107707]: pgmap v168: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-01T17:14:32.303 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:14:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:32 smithi190 ceph-mon[110460]: pgmap v168: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-01T17:14:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:14:32.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 130198 8.38 MB/sec execute 298 sec latency 133.433 ms 2023-12-01T17:14:33.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 130474 8.37 MB/sec execute 299 sec latency 119.916 ms 2023-12-01T17:14:34.329 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:34 smithi154 ceph-mon[107707]: pgmap v169: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 481 op/s 2023-12-01T17:14:34.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:34 smithi190 ceph-mon[110460]: pgmap v169: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 481 op/s 2023-12-01T17:14:34.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 130706 8.36 MB/sec execute 300 sec latency 142.419 ms 2023-12-01T17:14:35.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 130921 8.35 MB/sec execute 301 sec latency 135.379 ms 2023-12-01T17:14:36.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:36 smithi154 ceph-mon[107707]: pgmap v170: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-12-01T17:14:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:36 smithi190 ceph-mon[110460]: pgmap v170: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-12-01T17:14:36.823 INFO:teuthology.orchestra.run.smithi154.stdout: 5 131197 8.34 MB/sec execute 302 sec latency 114.365 ms 2023-12-01T17:14:37.829 INFO:teuthology.orchestra.run.smithi154.stdout: 5 131420 8.33 MB/sec execute 303 sec latency 126.564 ms 2023-12-01T17:14:37.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:37 smithi154 ceph-mon[107707]: pgmap v171: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-12-01T17:14:38.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:37 smithi190 ceph-mon[110460]: pgmap v171: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-12-01T17:14:38.829 INFO:teuthology.orchestra.run.smithi154.stdout: 5 131673 8.32 MB/sec execute 304 sec latency 123.641 ms 2023-12-01T17:14:39.830 INFO:teuthology.orchestra.run.smithi154.stdout: 5 131953 8.33 MB/sec execute 305 sec latency 131.497 ms 2023-12-01T17:14:40.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:40 smithi154 ceph-mon[107707]: pgmap v172: 97 pgs: 97 active+clean; 363 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-12-01T17:14:40.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:40 smithi190 ceph-mon[110460]: pgmap v172: 97 pgs: 97 active+clean; 363 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-12-01T17:14:40.835 INFO:teuthology.orchestra.run.smithi154.stdout: 5 132241 8.32 MB/sec execute 306 sec latency 144.497 ms 2023-12-01T17:14:41.835 INFO:teuthology.orchestra.run.smithi154.stdout: 5 132476 8.31 MB/sec execute 307 sec latency 136.935 ms 2023-12-01T17:14:42.299 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:42 smithi154 ceph-mon[107707]: pgmap v173: 97 pgs: 97 active+clean; 363 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-12-01T17:14:42.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:42 smithi190 ceph-mon[110460]: pgmap v173: 97 pgs: 97 active+clean; 363 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-12-01T17:14:42.835 INFO:teuthology.orchestra.run.smithi154.stdout: 5 132771 8.31 MB/sec execute 308 sec latency 156.667 ms 2023-12-01T17:14:43.835 INFO:teuthology.orchestra.run.smithi154.stdout: 5 133006 8.31 MB/sec execute 309 sec latency 129.494 ms 2023-12-01T17:14:44.348 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:44 smithi154 ceph-mon[107707]: pgmap v174: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-12-01T17:14:44.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:44 smithi190 ceph-mon[110460]: pgmap v174: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-12-01T17:14:44.837 INFO:teuthology.orchestra.run.smithi154.stdout: 5 133356 8.32 MB/sec execute 310 sec latency 138.829 ms 2023-12-01T17:14:45.837 INFO:teuthology.orchestra.run.smithi154.stdout: 5 133748 8.33 MB/sec execute 311 sec latency 101.572 ms 2023-12-01T17:14:46.375 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:46 smithi154 ceph-mon[107707]: pgmap v175: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-01T17:14:46.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:46 smithi190 ceph-mon[110460]: pgmap v175: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-01T17:14:46.837 INFO:teuthology.orchestra.run.smithi154.stdout: 5 134066 8.33 MB/sec execute 312 sec latency 142.576 ms 2023-12-01T17:14:47.413 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:14:47.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:14:47.837 INFO:teuthology.orchestra.run.smithi154.stdout: 5 134386 8.33 MB/sec execute 313 sec latency 126.859 ms 2023-12-01T17:14:48.450 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:48 smithi154 ceph-mon[107707]: pgmap v176: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-01T17:14:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:48 smithi190 ceph-mon[110460]: pgmap v176: 97 pgs: 97 active+clean; 361 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-01T17:14:48.837 INFO:teuthology.orchestra.run.smithi154.stdout: 5 134671 8.33 MB/sec execute 314 sec latency 135.688 ms 2023-12-01T17:14:49.837 INFO:teuthology.orchestra.run.smithi154.stdout: 5 134953 8.33 MB/sec execute 315 sec latency 126.658 ms 2023-12-01T17:14:50.492 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:50 smithi154 ceph-mon[107707]: pgmap v177: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-12-01T17:14:50.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:50 smithi190 ceph-mon[110460]: pgmap v177: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-12-01T17:14:50.837 INFO:teuthology.orchestra.run.smithi154.stdout: 5 135267 8.32 MB/sec execute 316 sec latency 116.687 ms 2023-12-01T17:14:51.840 INFO:teuthology.orchestra.run.smithi154.stdout: 5 135557 8.31 MB/sec execute 317 sec latency 213.176 ms 2023-12-01T17:14:52.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:52 smithi154 ceph-mon[107707]: pgmap v178: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-01T17:14:52.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:52 smithi190 ceph-mon[110460]: pgmap v178: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-01T17:14:52.841 INFO:teuthology.orchestra.run.smithi154.stdout: 5 135924 8.32 MB/sec execute 318 sec latency 133.060 ms 2023-12-01T17:14:53.847 INFO:teuthology.orchestra.run.smithi154.stdout: 5 136306 8.32 MB/sec execute 319 sec latency 120.559 ms 2023-12-01T17:14:54.573 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:54 smithi154 ceph-mon[107707]: pgmap v179: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-12-01T17:14:54.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:54 smithi190 ceph-mon[110460]: pgmap v179: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-12-01T17:14:54.847 INFO:teuthology.orchestra.run.smithi154.stdout: 5 136658 8.33 MB/sec execute 320 sec latency 150.458 ms 2023-12-01T17:14:55.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:55 smithi154 ceph-mon[107707]: pgmap v180: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T17:14:55.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:55 smithi190 ceph-mon[110460]: pgmap v180: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T17:14:55.847 INFO:teuthology.orchestra.run.smithi154.stdout: 5 136937 8.34 MB/sec execute 321 sec latency 136.523 ms 2023-12-01T17:14:56.857 INFO:teuthology.orchestra.run.smithi154.stdout: 5 137295 8.34 MB/sec execute 322 sec latency 173.455 ms 2023-12-01T17:14:57.860 INFO:teuthology.orchestra.run.smithi154.stdout: 5 137626 8.35 MB/sec execute 323 sec latency 142.855 ms 2023-12-01T17:14:57.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:14:57 smithi154 ceph-mon[107707]: pgmap v181: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T17:14:58.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:14:57 smithi190 ceph-mon[110460]: pgmap v181: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T17:14:58.864 INFO:teuthology.orchestra.run.smithi154.stdout: 5 137854 8.34 MB/sec execute 324 sec latency 155.019 ms 2023-12-01T17:14:59.864 INFO:teuthology.orchestra.run.smithi154.stdout: 5 138097 8.33 MB/sec execute 325 sec latency 129.259 ms 2023-12-01T17:15:00.448 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:00 smithi154 ceph-mon[107707]: pgmap v182: 97 pgs: 97 active+clean; 366 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 579 op/s 2023-12-01T17:15:00.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:00 smithi190 ceph-mon[110460]: pgmap v182: 97 pgs: 97 active+clean; 366 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 579 op/s 2023-12-01T17:15:00.864 INFO:teuthology.orchestra.run.smithi154.stdout: 5 138443 8.33 MB/sec execute 326 sec latency 127.119 ms 2023-12-01T17:15:01.864 INFO:teuthology.orchestra.run.smithi154.stdout: 5 138701 8.33 MB/sec execute 327 sec latency 140.115 ms 2023-12-01T17:15:02.488 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:02 smithi154 ceph-mon[107707]: pgmap v183: 97 pgs: 97 active+clean; 366 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-01T17:15:02.488 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:15:02.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:02 smithi190 ceph-mon[110460]: pgmap v183: 97 pgs: 97 active+clean; 366 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-01T17:15:02.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:15:02.869 INFO:teuthology.orchestra.run.smithi154.stdout: 5 138998 8.31 MB/sec execute 328 sec latency 126.088 ms 2023-12-01T17:15:03.869 INFO:teuthology.orchestra.run.smithi154.stdout: 5 139331 8.31 MB/sec execute 329 sec latency 129.763 ms 2023-12-01T17:15:04.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:04 smithi154 ceph-mon[107707]: pgmap v184: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-12-01T17:15:04.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:04 smithi190 ceph-mon[110460]: pgmap v184: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-12-01T17:15:04.869 INFO:teuthology.orchestra.run.smithi154.stdout: 5 139652 8.31 MB/sec execute 330 sec latency 135.933 ms 2023-12-01T17:15:05.869 INFO:teuthology.orchestra.run.smithi154.stdout: 5 139957 8.31 MB/sec execute 331 sec latency 119.523 ms 2023-12-01T17:15:06.337 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:06 smithi154 ceph-mon[107707]: pgmap v185: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-01T17:15:06.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:06 smithi190 ceph-mon[110460]: pgmap v185: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-01T17:15:06.869 INFO:teuthology.orchestra.run.smithi154.stdout: 5 140303 8.33 MB/sec execute 332 sec latency 123.976 ms 2023-12-01T17:15:07.861 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:07 smithi154 ceph-mon[107707]: pgmap v186: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-01T17:15:07.869 INFO:teuthology.orchestra.run.smithi154.stdout: 5 140643 8.33 MB/sec execute 333 sec latency 130.494 ms 2023-12-01T17:15:08.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:07 smithi190 ceph-mon[110460]: pgmap v186: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-01T17:15:08.869 INFO:teuthology.orchestra.run.smithi154.stdout: 5 140972 8.34 MB/sec execute 334 sec latency 138.680 ms 2023-12-01T17:15:09.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 141177 8.34 MB/sec execute 335 sec latency 126.671 ms 2023-12-01T17:15:10.420 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:10 smithi154 ceph-mon[107707]: pgmap v187: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 568 op/s 2023-12-01T17:15:10.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:10 smithi190 ceph-mon[110460]: pgmap v187: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 568 op/s 2023-12-01T17:15:10.869 INFO:teuthology.orchestra.run.smithi154.stdout: 5 141410 8.33 MB/sec execute 336 sec latency 129.934 ms 2023-12-01T17:15:11.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 141578 8.31 MB/sec execute 337 sec latency 136.746 ms 2023-12-01T17:15:12.514 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:12 smithi154 ceph-mon[107707]: pgmap v188: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-01T17:15:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:12 smithi190 ceph-mon[110460]: pgmap v188: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-01T17:15:12.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 141791 8.30 MB/sec execute 338 sec latency 137.717 ms 2023-12-01T17:15:13.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 142066 8.30 MB/sec execute 339 sec latency 135.473 ms 2023-12-01T17:15:14.304 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:14 smithi154 ceph-mon[107707]: pgmap v189: 97 pgs: 97 active+clean; 366 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2023-12-01T17:15:14.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:14 smithi190 ceph-mon[110460]: pgmap v189: 97 pgs: 97 active+clean; 366 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2023-12-01T17:15:14.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 142341 8.30 MB/sec execute 340 sec latency 88.615 ms 2023-12-01T17:15:15.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 142741 8.29 MB/sec execute 341 sec latency 88.602 ms 2023-12-01T17:15:16.332 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:16 smithi154 ceph-mon[107707]: pgmap v190: 97 pgs: 97 active+clean; 366 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 332 op/s 2023-12-01T17:15:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:16 smithi190 ceph-mon[110460]: pgmap v190: 97 pgs: 97 active+clean; 366 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 332 op/s 2023-12-01T17:15:16.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 143063 8.29 MB/sec execute 342 sec latency 129.807 ms 2023-12-01T17:15:17.353 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:15:17.353 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:17 smithi154 ceph-mon[107707]: pgmap v191: 97 pgs: 97 active+clean; 366 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 332 op/s 2023-12-01T17:15:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:15:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:17 smithi190 ceph-mon[110460]: pgmap v191: 97 pgs: 97 active+clean; 366 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 332 op/s 2023-12-01T17:15:17.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 143441 8.29 MB/sec execute 343 sec latency 86.896 ms 2023-12-01T17:15:18.871 INFO:teuthology.orchestra.run.smithi154.stdout: 5 143751 8.30 MB/sec execute 344 sec latency 146.326 ms 2023-12-01T17:15:19.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 144143 8.31 MB/sec execute 345 sec latency 129.625 ms 2023-12-01T17:15:20.437 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:20 smithi154 ceph-mon[107707]: pgmap v192: 97 pgs: 97 active+clean; 364 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 537 op/s 2023-12-01T17:15:20.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:20 smithi190 ceph-mon[110460]: pgmap v192: 97 pgs: 97 active+clean; 364 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 537 op/s 2023-12-01T17:15:20.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 144396 8.32 MB/sec execute 346 sec latency 205.557 ms 2023-12-01T17:15:21.870 INFO:teuthology.orchestra.run.smithi154.stdout: 5 144594 8.30 MB/sec execute 347 sec latency 143.092 ms 2023-12-01T17:15:22.279 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:22 smithi154 ceph-mon[107707]: pgmap v193: 97 pgs: 97 active+clean; 364 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-12-01T17:15:22.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:22 smithi190 ceph-mon[110460]: pgmap v193: 97 pgs: 97 active+clean; 364 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-12-01T17:15:22.879 INFO:teuthology.orchestra.run.smithi154.stdout: 5 144843 8.30 MB/sec execute 348 sec latency 129.608 ms 2023-12-01T17:15:23.881 INFO:teuthology.orchestra.run.smithi154.stdout: 5 145060 8.30 MB/sec execute 349 sec latency 217.173 ms 2023-12-01T17:15:24.332 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:24 smithi154 ceph-mon[107707]: pgmap v194: 97 pgs: 97 active+clean; 369 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-12-01T17:15:24.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:24 smithi190 ceph-mon[110460]: pgmap v194: 97 pgs: 97 active+clean; 369 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-12-01T17:15:24.886 INFO:teuthology.orchestra.run.smithi154.stdout: 5 145245 8.29 MB/sec execute 350 sec latency 132.759 ms 2023-12-01T17:15:25.886 INFO:teuthology.orchestra.run.smithi154.stdout: 5 145455 8.28 MB/sec execute 351 sec latency 126.706 ms 2023-12-01T17:15:26.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:26 smithi154 ceph-mon[107707]: pgmap v195: 97 pgs: 97 active+clean; 369 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-12-01T17:15:26.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:26 smithi190 ceph-mon[110460]: pgmap v195: 97 pgs: 97 active+clean; 369 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-12-01T17:15:26.886 INFO:teuthology.orchestra.run.smithi154.stdout: 5 145747 8.28 MB/sec execute 352 sec latency 136.978 ms 2023-12-01T17:15:27.886 INFO:teuthology.orchestra.run.smithi154.stdout: 5 145959 8.26 MB/sec execute 353 sec latency 122.526 ms 2023-12-01T17:15:27.921 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:27 smithi154 ceph-mon[107707]: pgmap v196: 97 pgs: 97 active+clean; 369 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-12-01T17:15:28.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:27 smithi190 ceph-mon[110460]: pgmap v196: 97 pgs: 97 active+clean; 369 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-12-01T17:15:28.886 INFO:teuthology.orchestra.run.smithi154.stdout: 5 146188 8.25 MB/sec execute 354 sec latency 138.556 ms 2023-12-01T17:15:29.886 INFO:teuthology.orchestra.run.smithi154.stdout: 5 146478 8.25 MB/sec execute 355 sec latency 134.112 ms 2023-12-01T17:15:30.484 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:30 smithi154 ceph-mon[107707]: pgmap v197: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 506 op/s 2023-12-01T17:15:30.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:30 smithi190 ceph-mon[110460]: pgmap v197: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 506 op/s 2023-12-01T17:15:30.886 INFO:teuthology.orchestra.run.smithi154.stdout: 5 146870 8.26 MB/sec execute 356 sec latency 126.831 ms 2023-12-01T17:15:31.886 INFO:teuthology.orchestra.run.smithi154.stdout: 5 147174 8.26 MB/sec execute 357 sec latency 146.596 ms 2023-12-01T17:15:32.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:32 smithi154 ceph-mon[107707]: pgmap v198: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 301 op/s 2023-12-01T17:15:32.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:15:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:32 smithi190 ceph-mon[110460]: pgmap v198: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 301 op/s 2023-12-01T17:15:32.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:15:32.895 INFO:teuthology.orchestra.run.smithi154.stdout: 5 147505 8.27 MB/sec execute 358 sec latency 129.944 ms 2023-12-01T17:15:33.895 INFO:teuthology.orchestra.run.smithi154.stdout: 5 147895 8.27 MB/sec execute 359 sec latency 128.684 ms 2023-12-01T17:15:34.568 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:34 smithi154 ceph-mon[107707]: pgmap v199: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 491 op/s 2023-12-01T17:15:34.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:34 smithi190 ceph-mon[110460]: pgmap v199: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 491 op/s 2023-12-01T17:15:34.898 INFO:teuthology.orchestra.run.smithi154.stdout: 5 148292 8.27 MB/sec execute 360 sec latency 124.286 ms 2023-12-01T17:15:35.898 INFO:teuthology.orchestra.run.smithi154.stdout: 5 148592 8.28 MB/sec execute 361 sec latency 153.456 ms 2023-12-01T17:15:36.371 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:36 smithi154 ceph-mon[107707]: pgmap v200: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 332 op/s 2023-12-01T17:15:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:36 smithi190 ceph-mon[110460]: pgmap v200: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 332 op/s 2023-12-01T17:15:36.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 148863 8.28 MB/sec execute 363 sec latency 126.615 ms 2023-12-01T17:15:37.892 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:37 smithi154 ceph-mon[107707]: pgmap v201: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 332 op/s 2023-12-01T17:15:37.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 149182 8.28 MB/sec execute 364 sec latency 108.199 ms 2023-12-01T17:15:38.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:37 smithi190 ceph-mon[110460]: pgmap v201: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 332 op/s 2023-12-01T17:15:38.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 149489 8.27 MB/sec execute 365 sec latency 111.737 ms 2023-12-01T17:15:39.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 149716 8.26 MB/sec execute 366 sec latency 129.675 ms 2023-12-01T17:15:40.463 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:40 smithi154 ceph-mon[107707]: pgmap v202: 97 pgs: 97 active+clean; 370 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-12-01T17:15:40.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:40 smithi190 ceph-mon[110460]: pgmap v202: 97 pgs: 97 active+clean; 370 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-12-01T17:15:40.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 149975 8.26 MB/sec execute 367 sec latency 126.992 ms 2023-12-01T17:15:41.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 150376 8.27 MB/sec execute 368 sec latency 126.747 ms 2023-12-01T17:15:42.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:42 smithi154 ceph-mon[107707]: pgmap v203: 97 pgs: 97 active+clean; 370 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-01T17:15:42.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:42 smithi190 ceph-mon[110460]: pgmap v203: 97 pgs: 97 active+clean; 370 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-01T17:15:42.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 150706 8.27 MB/sec execute 369 sec latency 129.689 ms 2023-12-01T17:15:43.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 150978 8.27 MB/sec execute 370 sec latency 136.809 ms 2023-12-01T17:15:44.341 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:44 smithi154 ceph-mon[107707]: pgmap v204: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-12-01T17:15:44.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:44 smithi190 ceph-mon[110460]: pgmap v204: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-12-01T17:15:44.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 151157 8.26 MB/sec execute 371 sec latency 139.217 ms 2023-12-01T17:15:45.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 151406 8.26 MB/sec execute 372 sec latency 129.878 ms 2023-12-01T17:15:46.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:46 smithi154 ceph-mon[107707]: pgmap v205: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T17:15:46.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:46 smithi190 ceph-mon[110460]: pgmap v205: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T17:15:46.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 151661 8.25 MB/sec execute 373 sec latency 124.039 ms 2023-12-01T17:15:47.435 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:15:47.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:15:47.904 INFO:teuthology.orchestra.run.smithi154.stdout: 5 151890 8.24 MB/sec execute 374 sec latency 123.643 ms 2023-12-01T17:15:48.473 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:48 smithi154 ceph-mon[107707]: pgmap v206: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T17:15:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:48 smithi190 ceph-mon[110460]: pgmap v206: 97 pgs: 97 active+clean; 367 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T17:15:48.907 INFO:teuthology.orchestra.run.smithi154.stdout: 5 152124 8.24 MB/sec execute 375 sec latency 126.451 ms 2023-12-01T17:15:49.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:49 smithi154 ceph-mon[107707]: pgmap v207: 97 pgs: 97 active+clean; 365 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-12-01T17:15:49.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:49 smithi190 ceph-mon[110460]: pgmap v207: 97 pgs: 97 active+clean; 365 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-12-01T17:15:49.911 INFO:teuthology.orchestra.run.smithi154.stdout: 5 152379 8.25 MB/sec execute 376 sec latency 126.616 ms 2023-12-01T17:15:50.913 INFO:teuthology.orchestra.run.smithi154.stdout: 5 152657 8.24 MB/sec execute 377 sec latency 135.960 ms 2023-12-01T17:15:51.913 INFO:teuthology.orchestra.run.smithi154.stdout: 5 153023 8.23 MB/sec execute 378 sec latency 130.000 ms 2023-12-01T17:15:52.312 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:52 smithi154 ceph-mon[107707]: pgmap v208: 97 pgs: 97 active+clean; 365 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-01T17:15:52.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:52 smithi190 ceph-mon[110460]: pgmap v208: 97 pgs: 97 active+clean; 365 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-01T17:15:52.914 INFO:teuthology.orchestra.run.smithi154.stdout: 5 153240 8.23 MB/sec execute 379 sec latency 136.871 ms 2023-12-01T17:15:53.914 INFO:teuthology.orchestra.run.smithi154.stdout: 5 153506 8.24 MB/sec execute 380 sec latency 138.108 ms 2023-12-01T17:15:54.357 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:54 smithi154 ceph-mon[107707]: pgmap v209: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-01T17:15:54.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:54 smithi190 ceph-mon[110460]: pgmap v209: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-01T17:15:54.914 INFO:teuthology.orchestra.run.smithi154.stdout: 5 153853 8.25 MB/sec execute 381 sec latency 129.910 ms 2023-12-01T17:15:55.914 INFO:teuthology.orchestra.run.smithi154.stdout: 5 154162 8.24 MB/sec execute 382 sec latency 126.530 ms 2023-12-01T17:15:56.376 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:56 smithi154 ceph-mon[107707]: pgmap v210: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-12-01T17:15:56.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:56 smithi190 ceph-mon[110460]: pgmap v210: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-12-01T17:15:56.914 INFO:teuthology.orchestra.run.smithi154.stdout: 5 154485 8.23 MB/sec execute 383 sec latency 129.579 ms 2023-12-01T17:15:57.911 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:15:57 smithi154 ceph-mon[107707]: pgmap v211: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-12-01T17:15:57.913 INFO:teuthology.orchestra.run.smithi154.stdout: 5 154662 8.22 MB/sec execute 384 sec latency 133.671 ms 2023-12-01T17:15:58.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:15:57 smithi190 ceph-mon[110460]: pgmap v211: 97 pgs: 97 active+clean; 366 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-12-01T17:15:58.914 INFO:teuthology.orchestra.run.smithi154.stdout: 5 154998 8.23 MB/sec execute 385 sec latency 142.706 ms 2023-12-01T17:15:59.914 INFO:teuthology.orchestra.run.smithi154.stdout: 5 155288 8.23 MB/sec execute 386 sec latency 138.463 ms 2023-12-01T17:16:00.481 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:00 smithi154 ceph-mon[107707]: pgmap v212: 97 pgs: 97 active+clean; 365 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-12-01T17:16:00.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:00 smithi190 ceph-mon[110460]: pgmap v212: 97 pgs: 97 active+clean; 365 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-12-01T17:16:00.919 INFO:teuthology.orchestra.run.smithi154.stdout: 5 155588 8.24 MB/sec execute 387 sec latency 129.887 ms 2023-12-01T17:16:01.926 INFO:teuthology.orchestra.run.smithi154.stdout: 5 155866 8.23 MB/sec execute 388 sec latency 126.592 ms 2023-12-01T17:16:02.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:02 smithi154 ceph-mon[107707]: pgmap v213: 97 pgs: 97 active+clean; 365 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-01T17:16:02.529 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:16:02.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:02 smithi190 ceph-mon[110460]: pgmap v213: 97 pgs: 97 active+clean; 365 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-01T17:16:02.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:16:02.926 INFO:teuthology.orchestra.run.smithi154.stdout: 5 156081 8.22 MB/sec execute 389 sec latency 129.599 ms 2023-12-01T17:16:03.927 INFO:teuthology.orchestra.run.smithi154.stdout: 5 156381 8.22 MB/sec execute 390 sec latency 133.865 ms 2023-12-01T17:16:04.565 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:04 smithi154 ceph-mon[107707]: pgmap v214: 97 pgs: 97 active+clean; 365 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-01T17:16:04.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:04 smithi190 ceph-mon[110460]: pgmap v214: 97 pgs: 97 active+clean; 365 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-01T17:16:04.926 INFO:teuthology.orchestra.run.smithi154.stdout: 5 156619 8.21 MB/sec execute 391 sec latency 126.958 ms 2023-12-01T17:16:05.927 INFO:teuthology.orchestra.run.smithi154.stdout: 5 156922 8.22 MB/sec execute 392 sec latency 129.608 ms 2023-12-01T17:16:06.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:06 smithi154 ceph-mon[107707]: pgmap v215: 97 pgs: 97 active+clean; 365 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-01T17:16:06.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:06 smithi190 ceph-mon[110460]: pgmap v215: 97 pgs: 97 active+clean; 365 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-01T17:16:06.927 INFO:teuthology.orchestra.run.smithi154.stdout: 5 157141 8.21 MB/sec execute 393 sec latency 141.482 ms 2023-12-01T17:16:07.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:07 smithi154 ceph-mon[107707]: pgmap v216: 97 pgs: 97 active+clean; 365 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-01T17:16:07.926 INFO:teuthology.orchestra.run.smithi154.stdout: 5 157419 8.22 MB/sec execute 394 sec latency 127.034 ms 2023-12-01T17:16:08.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:07 smithi190 ceph-mon[110460]: pgmap v216: 97 pgs: 97 active+clean; 365 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-01T17:16:08.928 INFO:teuthology.orchestra.run.smithi154.stdout: 5 157713 8.21 MB/sec execute 395 sec latency 93.321 ms 2023-12-01T17:16:09.928 INFO:teuthology.orchestra.run.smithi154.stdout: 5 157916 8.20 MB/sec execute 396 sec latency 141.311 ms 2023-12-01T17:16:10.461 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:10 smithi154 ceph-mon[107707]: pgmap v217: 97 pgs: 97 active+clean; 369 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 504 op/s 2023-12-01T17:16:10.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:10 smithi190 ceph-mon[110460]: pgmap v217: 97 pgs: 97 active+clean; 369 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 504 op/s 2023-12-01T17:16:10.928 INFO:teuthology.orchestra.run.smithi154.stdout: 5 158316 8.20 MB/sec execute 397 sec latency 145.534 ms 2023-12-01T17:16:11.928 INFO:teuthology.orchestra.run.smithi154.stdout: 5 158539 8.19 MB/sec execute 398 sec latency 114.621 ms 2023-12-01T17:16:12.497 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:12 smithi154 ceph-mon[107707]: pgmap v218: 97 pgs: 97 active+clean; 369 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-12-01T17:16:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:12 smithi190 ceph-mon[110460]: pgmap v218: 97 pgs: 97 active+clean; 369 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-12-01T17:16:12.929 INFO:teuthology.orchestra.run.smithi154.stdout: 5 158813 8.19 MB/sec execute 399 sec latency 186.528 ms 2023-12-01T17:16:13.929 INFO:teuthology.orchestra.run.smithi154.stdout: 5 159140 8.20 MB/sec execute 400 sec latency 141.683 ms 2023-12-01T17:16:14.518 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:14 smithi154 ceph-mon[107707]: pgmap v219: 97 pgs: 97 active+clean; 363 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-12-01T17:16:14.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:14 smithi190 ceph-mon[110460]: pgmap v219: 97 pgs: 97 active+clean; 363 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-12-01T17:16:14.929 INFO:teuthology.orchestra.run.smithi154.stdout: 5 159492 8.20 MB/sec execute 401 sec latency 140.711 ms 2023-12-01T17:16:15.929 INFO:teuthology.orchestra.run.smithi154.stdout: 5 159802 8.21 MB/sec execute 402 sec latency 131.551 ms 2023-12-01T17:16:16.558 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:16 smithi154 ceph-mon[107707]: pgmap v220: 97 pgs: 97 active+clean; 363 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-01T17:16:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:16 smithi190 ceph-mon[110460]: pgmap v220: 97 pgs: 97 active+clean; 363 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-01T17:16:16.929 INFO:teuthology.orchestra.run.smithi154.stdout: 5 160088 8.20 MB/sec execute 403 sec latency 128.264 ms 2023-12-01T17:16:17.565 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:16:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:16:17.929 INFO:teuthology.orchestra.run.smithi154.stdout: 5 160377 8.21 MB/sec execute 404 sec latency 210.626 ms 2023-12-01T17:16:18.364 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:18 smithi154 ceph-mon[107707]: pgmap v221: 97 pgs: 97 active+clean; 363 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-01T17:16:18.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:18 smithi190 ceph-mon[110460]: pgmap v221: 97 pgs: 97 active+clean; 363 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-01T17:16:18.930 INFO:teuthology.orchestra.run.smithi154.stdout: 5 160647 8.20 MB/sec execute 405 sec latency 125.307 ms 2023-12-01T17:16:19.930 INFO:teuthology.orchestra.run.smithi154.stdout: 5 160925 8.21 MB/sec execute 406 sec latency 129.680 ms 2023-12-01T17:16:20.415 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:20 smithi154 ceph-mon[107707]: pgmap v222: 97 pgs: 97 active+clean; 367 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-01T17:16:20.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:20 smithi190 ceph-mon[110460]: pgmap v222: 97 pgs: 97 active+clean; 367 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-01T17:16:20.941 INFO:teuthology.orchestra.run.smithi154.stdout: 5 161127 8.20 MB/sec execute 407 sec latency 120.651 ms 2023-12-01T17:16:21.941 INFO:teuthology.orchestra.run.smithi154.stdout: 5 161352 8.19 MB/sec execute 408 sec latency 135.889 ms 2023-12-01T17:16:22.488 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:22 smithi154 ceph-mon[107707]: pgmap v223: 97 pgs: 97 active+clean; 367 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-12-01T17:16:22.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:22 smithi190 ceph-mon[110460]: pgmap v223: 97 pgs: 97 active+clean; 367 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-12-01T17:16:22.941 INFO:teuthology.orchestra.run.smithi154.stdout: 5 161584 8.18 MB/sec execute 409 sec latency 126.057 ms 2023-12-01T17:16:23.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:23 smithi154 ceph-mon[107707]: pgmap v224: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-12-01T17:16:23.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:23 smithi190 ceph-mon[110460]: pgmap v224: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-12-01T17:16:23.941 INFO:teuthology.orchestra.run.smithi154.stdout: 5 161817 8.17 MB/sec execute 410 sec latency 132.270 ms 2023-12-01T17:16:24.951 INFO:teuthology.orchestra.run.smithi154.stdout: 5 162046 8.16 MB/sec execute 411 sec latency 111.184 ms 2023-12-01T17:16:25.960 INFO:teuthology.orchestra.run.smithi154.stdout: 5 162265 8.15 MB/sec execute 412 sec latency 136.679 ms 2023-12-01T17:16:26.354 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:26 smithi154 ceph-mon[107707]: pgmap v225: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-01T17:16:26.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:26 smithi190 ceph-mon[110460]: pgmap v225: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-01T17:16:26.961 INFO:teuthology.orchestra.run.smithi154.stdout: 5 162572 8.16 MB/sec execute 413 sec latency 126.997 ms 2023-12-01T17:16:27.923 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:27 smithi154 ceph-mon[107707]: pgmap v226: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-01T17:16:27.961 INFO:teuthology.orchestra.run.smithi154.stdout: 5 162849 8.17 MB/sec execute 414 sec latency 129.479 ms 2023-12-01T17:16:28.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:27 smithi190 ceph-mon[110460]: pgmap v226: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-01T17:16:28.967 INFO:teuthology.orchestra.run.smithi154.stdout: 5 163167 8.17 MB/sec execute 415 sec latency 126.814 ms 2023-12-01T17:16:29.967 INFO:teuthology.orchestra.run.smithi154.stdout: 5 163428 8.16 MB/sec execute 416 sec latency 137.597 ms 2023-12-01T17:16:30.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:30 smithi154 ceph-mon[107707]: pgmap v227: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-01T17:16:30.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:30 smithi190 ceph-mon[110460]: pgmap v227: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-01T17:16:30.967 INFO:teuthology.orchestra.run.smithi154.stdout: 5 163583 8.15 MB/sec execute 417 sec latency 128.246 ms 2023-12-01T17:16:31.974 INFO:teuthology.orchestra.run.smithi154.stdout: 5 163854 8.16 MB/sec execute 418 sec latency 133.530 ms 2023-12-01T17:16:32.546 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:32 smithi154 ceph-mon[107707]: pgmap v228: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 311 op/s 2023-12-01T17:16:32.546 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:16:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:32 smithi190 ceph-mon[110460]: pgmap v228: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 311 op/s 2023-12-01T17:16:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:16:32.973 INFO:teuthology.orchestra.run.smithi154.stdout: 5 164086 8.15 MB/sec execute 419 sec latency 120.508 ms 2023-12-01T17:16:33.973 INFO:teuthology.orchestra.run.smithi154.stdout: 5 164249 8.14 MB/sec execute 420 sec latency 155.963 ms 2023-12-01T17:16:34.319 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:34 smithi154 ceph-mon[107707]: pgmap v229: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-12-01T17:16:34.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:34 smithi190 ceph-mon[110460]: pgmap v229: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-12-01T17:16:34.973 INFO:teuthology.orchestra.run.smithi154.stdout: 5 164456 8.14 MB/sec execute 421 sec latency 132.384 ms 2023-12-01T17:16:35.973 INFO:teuthology.orchestra.run.smithi154.stdout: 5 164661 8.13 MB/sec execute 422 sec latency 142.115 ms 2023-12-01T17:16:36.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:36 smithi154 ceph-mon[107707]: pgmap v230: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 294 op/s 2023-12-01T17:16:36.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:36 smithi190 ceph-mon[110460]: pgmap v230: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 294 op/s 2023-12-01T17:16:36.973 INFO:teuthology.orchestra.run.smithi154.stdout: 5 164790 8.12 MB/sec execute 423 sec latency 173.768 ms 2023-12-01T17:16:37.973 INFO:teuthology.orchestra.run.smithi154.stdout: 5 165040 8.11 MB/sec execute 424 sec latency 192.782 ms 2023-12-01T17:16:38.153 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:37 smithi154 ceph-mon[107707]: pgmap v231: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 294 op/s 2023-12-01T17:16:38.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:37 smithi190 ceph-mon[110460]: pgmap v231: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 294 op/s 2023-12-01T17:16:38.984 INFO:teuthology.orchestra.run.smithi154.stdout: 5 165262 8.10 MB/sec execute 425 sec latency 117.479 ms 2023-12-01T17:16:39.984 INFO:teuthology.orchestra.run.smithi154.stdout: 5 165478 8.09 MB/sec execute 426 sec latency 155.607 ms 2023-12-01T17:16:40.498 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:40 smithi154 ceph-mon[107707]: pgmap v232: 97 pgs: 97 active+clean; 364 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-01T17:16:40.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:40 smithi190 ceph-mon[110460]: pgmap v232: 97 pgs: 97 active+clean; 364 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-01T17:16:40.984 INFO:teuthology.orchestra.run.smithi154.stdout: 5 165691 8.08 MB/sec execute 427 sec latency 135.025 ms 2023-12-01T17:16:41.984 INFO:teuthology.orchestra.run.smithi154.stdout: 5 165902 8.07 MB/sec execute 428 sec latency 128.074 ms 2023-12-01T17:16:42.326 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:42 smithi154 ceph-mon[107707]: pgmap v233: 97 pgs: 97 active+clean; 364 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 266 op/s 2023-12-01T17:16:42.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:42 smithi190 ceph-mon[110460]: pgmap v233: 97 pgs: 97 active+clean; 364 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 266 op/s 2023-12-01T17:16:42.984 INFO:teuthology.orchestra.run.smithi154.stdout: 5 166162 8.07 MB/sec execute 429 sec latency 122.268 ms 2023-12-01T17:16:43.984 INFO:teuthology.orchestra.run.smithi154.stdout: 5 166435 8.07 MB/sec execute 430 sec latency 135.164 ms 2023-12-01T17:16:44.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:44 smithi154 ceph-mon[107707]: pgmap v234: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.0 MiB/s wr, 408 op/s 2023-12-01T17:16:44.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:44 smithi190 ceph-mon[110460]: pgmap v234: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.0 MiB/s wr, 408 op/s 2023-12-01T17:16:44.984 INFO:teuthology.orchestra.run.smithi154.stdout: 5 166687 8.08 MB/sec execute 431 sec latency 118.272 ms 2023-12-01T17:16:45.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:45 smithi154 ceph-mon[107707]: pgmap v235: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.3 MiB/s wr, 268 op/s 2023-12-01T17:16:45.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:45 smithi190 ceph-mon[110460]: pgmap v235: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.3 MiB/s wr, 268 op/s 2023-12-01T17:16:45.993 INFO:teuthology.orchestra.run.smithi154.stdout: 5 166893 8.07 MB/sec execute 432 sec latency 127.031 ms 2023-12-01T17:16:46.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:46 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:16:46.998 INFO:teuthology.orchestra.run.smithi154.stdout: 5 167227 8.09 MB/sec execute 433 sec latency 112.725 ms 2023-12-01T17:16:47.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:46 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:16:47.979 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:47 smithi154 ceph-mon[107707]: pgmap v236: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.3 MiB/s wr, 268 op/s 2023-12-01T17:16:47.998 INFO:teuthology.orchestra.run.smithi154.stdout: 5 167496 8.09 MB/sec execute 434 sec latency 137.489 ms 2023-12-01T17:16:48.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:47 smithi190 ceph-mon[110460]: pgmap v236: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.3 MiB/s wr, 268 op/s 2023-12-01T17:16:48.998 INFO:teuthology.orchestra.run.smithi154.stdout: 5 167768 8.09 MB/sec execute 435 sec latency 136.460 ms 2023-12-01T17:16:49.998 INFO:teuthology.orchestra.run.smithi154.stdout: 5 167954 8.08 MB/sec execute 436 sec latency 135.692 ms 2023-12-01T17:16:50.523 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:50 smithi154 ceph-mon[107707]: pgmap v237: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-01T17:16:50.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:50 smithi190 ceph-mon[110460]: pgmap v237: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-01T17:16:51.004 INFO:teuthology.orchestra.run.smithi154.stdout: 5 168115 8.07 MB/sec execute 437 sec latency 148.860 ms 2023-12-01T17:16:52.004 INFO:teuthology.orchestra.run.smithi154.stdout: 5 168344 8.06 MB/sec execute 438 sec latency 120.537 ms 2023-12-01T17:16:52.313 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:52 smithi154 ceph-mon[107707]: pgmap v238: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-12-01T17:16:52.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:52 smithi190 ceph-mon[110460]: pgmap v238: 97 pgs: 97 active+clean; 367 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-12-01T17:16:53.004 INFO:teuthology.orchestra.run.smithi154.stdout: 5 168566 8.05 MB/sec execute 439 sec latency 128.103 ms 2023-12-01T17:16:54.004 INFO:teuthology.orchestra.run.smithi154.stdout: 5 168785 8.04 MB/sec execute 440 sec latency 134.571 ms 2023-12-01T17:16:54.365 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:54 smithi154 ceph-mon[107707]: pgmap v239: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-12-01T17:16:54.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:54 smithi190 ceph-mon[110460]: pgmap v239: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-12-01T17:16:55.004 INFO:teuthology.orchestra.run.smithi154.stdout: 5 169059 8.03 MB/sec execute 441 sec latency 125.477 ms 2023-12-01T17:16:56.004 INFO:teuthology.orchestra.run.smithi154.stdout: 5 169330 8.03 MB/sec execute 442 sec latency 131.182 ms 2023-12-01T17:16:56.428 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:56 smithi154 ceph-mon[107707]: pgmap v240: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 290 op/s 2023-12-01T17:16:56.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:56 smithi190 ceph-mon[110460]: pgmap v240: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 290 op/s 2023-12-01T17:16:57.004 INFO:teuthology.orchestra.run.smithi154.stdout: 5 169615 8.03 MB/sec execute 443 sec latency 127.152 ms 2023-12-01T17:16:57.980 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:16:57 smithi154 ceph-mon[107707]: pgmap v241: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 290 op/s 2023-12-01T17:16:58.004 INFO:teuthology.orchestra.run.smithi154.stdout: 5 169877 8.02 MB/sec execute 444 sec latency 201.953 ms 2023-12-01T17:16:58.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:16:57 smithi190 ceph-mon[110460]: pgmap v241: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 290 op/s 2023-12-01T17:16:59.014 INFO:teuthology.orchestra.run.smithi154.stdout: 5 170196 8.03 MB/sec execute 445 sec latency 133.809 ms 2023-12-01T17:17:00.018 INFO:teuthology.orchestra.run.smithi154.stdout: 5 170509 8.04 MB/sec execute 446 sec latency 213.960 ms 2023-12-01T17:17:00.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:00 smithi154 ceph-mon[107707]: pgmap v242: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 450 op/s 2023-12-01T17:17:00.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:00 smithi190 ceph-mon[110460]: pgmap v242: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 450 op/s 2023-12-01T17:17:01.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 170855 8.06 MB/sec execute 447 sec latency 132.100 ms 2023-12-01T17:17:02.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 171143 8.05 MB/sec execute 448 sec latency 141.636 ms 2023-12-01T17:17:02.318 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:02 smithi154 ceph-mon[107707]: pgmap v243: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 300 op/s 2023-12-01T17:17:02.318 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:17:02.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:02 smithi190 ceph-mon[110460]: pgmap v243: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 300 op/s 2023-12-01T17:17:02.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:17:03.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 171373 8.05 MB/sec execute 449 sec latency 124.029 ms 2023-12-01T17:17:04.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 171581 8.04 MB/sec execute 450 sec latency 182.712 ms 2023-12-01T17:17:04.366 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:04 smithi154 ceph-mon[107707]: pgmap v244: 97 pgs: 97 active+clean; 370 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-12-01T17:17:04.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:04 smithi190 ceph-mon[110460]: pgmap v244: 97 pgs: 97 active+clean; 370 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-12-01T17:17:05.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 171803 8.04 MB/sec execute 451 sec latency 204.929 ms 2023-12-01T17:17:06.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 172132 8.03 MB/sec execute 452 sec latency 126.254 ms 2023-12-01T17:17:06.431 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:06 smithi154 ceph-mon[107707]: pgmap v245: 97 pgs: 97 active+clean; 370 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-01T17:17:06.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:06 smithi190 ceph-mon[110460]: pgmap v245: 97 pgs: 97 active+clean; 370 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-01T17:17:07.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 172441 8.02 MB/sec execute 453 sec latency 133.991 ms 2023-12-01T17:17:07.985 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:07 smithi154 ceph-mon[107707]: pgmap v246: 97 pgs: 97 active+clean; 370 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-01T17:17:08.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 172728 8.03 MB/sec execute 454 sec latency 136.275 ms 2023-12-01T17:17:08.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:07 smithi190 ceph-mon[110460]: pgmap v246: 97 pgs: 97 active+clean; 370 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-01T17:17:09.016 INFO:teuthology.orchestra.run.smithi154.stdout: 5 173015 8.02 MB/sec execute 455 sec latency 151.322 ms 2023-12-01T17:17:10.023 INFO:teuthology.orchestra.run.smithi154.stdout: 5 173444 8.03 MB/sec execute 456 sec latency 121.459 ms 2023-12-01T17:17:10.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:10 smithi154 ceph-mon[107707]: pgmap v247: 97 pgs: 97 active+clean; 364 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-12-01T17:17:10.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:10 smithi190 ceph-mon[110460]: pgmap v247: 97 pgs: 97 active+clean; 364 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-12-01T17:17:11.023 INFO:teuthology.orchestra.run.smithi154.stdout: 5 173782 8.03 MB/sec execute 457 sec latency 125.306 ms 2023-12-01T17:17:12.030 INFO:teuthology.orchestra.run.smithi154.stdout: 5 174136 8.05 MB/sec execute 458 sec latency 129.972 ms 2023-12-01T17:17:12.302 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:12 smithi154 ceph-mon[107707]: pgmap v248: 97 pgs: 97 active+clean; 364 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-12-01T17:17:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:12 smithi190 ceph-mon[110460]: pgmap v248: 97 pgs: 97 active+clean; 364 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-12-01T17:17:13.030 INFO:teuthology.orchestra.run.smithi154.stdout: 5 174404 8.04 MB/sec execute 459 sec latency 137.512 ms 2023-12-01T17:17:14.030 INFO:teuthology.orchestra.run.smithi154.stdout: 5 174696 8.05 MB/sec execute 460 sec latency 132.349 ms 2023-12-01T17:17:14.350 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:14 smithi154 ceph-mon[107707]: pgmap v249: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.9 MiB/s wr, 545 op/s 2023-12-01T17:17:14.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:14 smithi190 ceph-mon[110460]: pgmap v249: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.9 MiB/s wr, 545 op/s 2023-12-01T17:17:15.041 INFO:teuthology.orchestra.run.smithi154.stdout: 5 174907 8.05 MB/sec execute 461 sec latency 128.683 ms 2023-12-01T17:17:16.037 INFO:teuthology.orchestra.run.smithi154.stdout: 5 175154 8.05 MB/sec execute 462 sec latency 128.435 ms 2023-12-01T17:17:16.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:16 smithi154 ceph-mon[107707]: pgmap v250: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-12-01T17:17:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:16 smithi190 ceph-mon[110460]: pgmap v250: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-12-01T17:17:17.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 175404 8.03 MB/sec execute 463 sec latency 151.231 ms 2023-12-01T17:17:17.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:17:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:17:18.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 175609 8.02 MB/sec execute 464 sec latency 143.118 ms 2023-12-01T17:17:18.425 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:18 smithi154 ceph-mon[107707]: pgmap v251: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-12-01T17:17:18.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:18 smithi190 ceph-mon[110460]: pgmap v251: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-12-01T17:17:19.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 175826 8.02 MB/sec execute 465 sec latency 126.884 ms 2023-12-01T17:17:20.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 176039 8.01 MB/sec execute 466 sec latency 128.415 ms 2023-12-01T17:17:20.489 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:20 smithi154 ceph-mon[107707]: pgmap v252: 97 pgs: 97 active+clean; 365 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 525 op/s 2023-12-01T17:17:20.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:20 smithi190 ceph-mon[110460]: pgmap v252: 97 pgs: 97 active+clean; 365 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 525 op/s 2023-12-01T17:17:21.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 176366 8.01 MB/sec execute 467 sec latency 192.751 ms 2023-12-01T17:17:21.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:21 smithi154 ceph-mon[107707]: pgmap v253: 97 pgs: 97 active+clean; 365 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-12-01T17:17:21.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:21 smithi190 ceph-mon[110460]: pgmap v253: 97 pgs: 97 active+clean; 365 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-12-01T17:17:22.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 176672 8.01 MB/sec execute 468 sec latency 98.175 ms 2023-12-01T17:17:23.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 177023 8.01 MB/sec execute 469 sec latency 122.290 ms 2023-12-01T17:17:24.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 177296 8.01 MB/sec execute 470 sec latency 132.381 ms 2023-12-01T17:17:24.328 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:24 smithi154 ceph-mon[107707]: pgmap v254: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 516 op/s 2023-12-01T17:17:24.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:24 smithi190 ceph-mon[110460]: pgmap v254: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 516 op/s 2023-12-01T17:17:25.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 177709 8.03 MB/sec execute 471 sec latency 133.306 ms 2023-12-01T17:17:26.039 INFO:teuthology.orchestra.run.smithi154.stdout: 5 177973 8.02 MB/sec execute 472 sec latency 146.793 ms 2023-12-01T17:17:26.377 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:26 smithi154 ceph-mon[107707]: pgmap v255: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 322 op/s 2023-12-01T17:17:26.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:26 smithi190 ceph-mon[110460]: pgmap v255: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 322 op/s 2023-12-01T17:17:27.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 178200 8.03 MB/sec execute 473 sec latency 129.903 ms 2023-12-01T17:17:28.038 INFO:teuthology.orchestra.run.smithi154.stdout: 5 178462 8.03 MB/sec execute 474 sec latency 146.122 ms 2023-12-01T17:17:28.179 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:27 smithi154 ceph-mon[107707]: pgmap v256: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 322 op/s 2023-12-01T17:17:28.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:27 smithi190 ceph-mon[110460]: pgmap v256: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 322 op/s 2023-12-01T17:17:29.044 INFO:teuthology.orchestra.run.smithi154.stdout: 5 178647 8.03 MB/sec execute 475 sec latency 140.811 ms 2023-12-01T17:17:30.045 INFO:teuthology.orchestra.run.smithi154.stdout: 5 178834 8.01 MB/sec execute 476 sec latency 124.030 ms 2023-12-01T17:17:30.518 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:30 smithi154 ceph-mon[107707]: pgmap v257: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-12-01T17:17:30.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:30 smithi190 ceph-mon[110460]: pgmap v257: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-12-01T17:17:31.044 INFO:teuthology.orchestra.run.smithi154.stdout: 5 179064 8.00 MB/sec execute 477 sec latency 129.393 ms 2023-12-01T17:17:31.567 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:31 smithi154 ceph-mon[107707]: pgmap v258: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-01T17:17:31.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:31 smithi190 ceph-mon[110460]: pgmap v258: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-01T17:17:32.047 INFO:teuthology.orchestra.run.smithi154.stdout: 5 179357 8.00 MB/sec execute 478 sec latency 129.800 ms 2023-12-01T17:17:32.576 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:17:32.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:17:33.047 INFO:teuthology.orchestra.run.smithi154.stdout: 5 179645 8.00 MB/sec execute 479 sec latency 131.318 ms 2023-12-01T17:17:33.601 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:33 smithi154 ceph-mon[107707]: pgmap v259: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 496 op/s 2023-12-01T17:17:33.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:33 smithi190 ceph-mon[110460]: pgmap v259: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 496 op/s 2023-12-01T17:17:34.047 INFO:teuthology.orchestra.run.smithi154.stdout: 5 179980 8.00 MB/sec execute 480 sec latency 213.521 ms 2023-12-01T17:17:35.048 INFO:teuthology.orchestra.run.smithi154.stdout: 5 180299 8.00 MB/sec execute 481 sec latency 124.268 ms 2023-12-01T17:17:36.048 INFO:teuthology.orchestra.run.smithi154.stdout: 5 180585 7.99 MB/sec execute 482 sec latency 146.333 ms 2023-12-01T17:17:36.377 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:36 smithi154 ceph-mon[107707]: pgmap v260: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-01T17:17:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:36 smithi190 ceph-mon[110460]: pgmap v260: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-01T17:17:37.048 INFO:teuthology.orchestra.run.smithi154.stdout: 5 180795 7.98 MB/sec execute 483 sec latency 142.412 ms 2023-12-01T17:17:38.048 INFO:teuthology.orchestra.run.smithi154.stdout: 5 181004 7.98 MB/sec execute 484 sec latency 128.412 ms 2023-12-01T17:17:38.213 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:37 smithi154 ceph-mon[107707]: pgmap v261: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-01T17:17:38.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:37 smithi190 ceph-mon[110460]: pgmap v261: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-01T17:17:39.048 INFO:teuthology.orchestra.run.smithi154.stdout: 5 181370 8.00 MB/sec execute 485 sec latency 145.516 ms 2023-12-01T17:17:40.048 INFO:teuthology.orchestra.run.smithi154.stdout: 5 181703 8.00 MB/sec execute 486 sec latency 143.614 ms 2023-12-01T17:17:40.374 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:40 smithi154 ceph-mon[107707]: pgmap v262: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-01T17:17:40.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:40 smithi190 ceph-mon[110460]: pgmap v262: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-01T17:17:41.049 INFO:teuthology.orchestra.run.smithi154.stdout: 5 181999 8.02 MB/sec execute 487 sec latency 126.464 ms 2023-12-01T17:17:42.048 INFO:teuthology.orchestra.run.smithi154.stdout: 5 182230 8.01 MB/sec execute 488 sec latency 127.301 ms 2023-12-01T17:17:42.412 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:42 smithi154 ceph-mon[107707]: pgmap v263: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 324 op/s 2023-12-01T17:17:42.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:42 smithi190 ceph-mon[110460]: pgmap v263: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 324 op/s 2023-12-01T17:17:43.049 INFO:teuthology.orchestra.run.smithi154.stdout: 5 182471 8.00 MB/sec execute 489 sec latency 126.611 ms 2023-12-01T17:17:44.048 INFO:teuthology.orchestra.run.smithi154.stdout: 5 182748 7.99 MB/sec execute 490 sec latency 144.303 ms 2023-12-01T17:17:44.465 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:44 smithi154 ceph-mon[107707]: pgmap v264: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-01T17:17:44.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:44 smithi190 ceph-mon[110460]: pgmap v264: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-01T17:17:45.067 INFO:teuthology.orchestra.run.smithi154.stdout: 5 183004 7.99 MB/sec execute 491 sec latency 132.367 ms 2023-12-01T17:17:46.065 INFO:teuthology.orchestra.run.smithi154.stdout: 5 183276 7.99 MB/sec execute 492 sec latency 130.886 ms 2023-12-01T17:17:46.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:46 smithi154 ceph-mon[107707]: pgmap v265: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-12-01T17:17:46.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:46 smithi190 ceph-mon[110460]: pgmap v265: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-12-01T17:17:47.065 INFO:teuthology.orchestra.run.smithi154.stdout: 5 183622 7.99 MB/sec execute 493 sec latency 103.715 ms 2023-12-01T17:17:47.515 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:17:47.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:17:48.065 INFO:teuthology.orchestra.run.smithi154.stdout: 5 184013 7.99 MB/sec execute 494 sec latency 130.216 ms 2023-12-01T17:17:48.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:48 smithi154 ceph-mon[107707]: pgmap v266: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-12-01T17:17:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:48 smithi190 ceph-mon[110460]: pgmap v266: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-12-01T17:17:49.073 INFO:teuthology.orchestra.run.smithi154.stdout: 5 184274 7.98 MB/sec execute 495 sec latency 126.858 ms 2023-12-01T17:17:49.549 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:49 smithi154 ceph-mon[107707]: pgmap v267: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-12-01T17:17:49.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:49 smithi190 ceph-mon[110460]: pgmap v267: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-12-01T17:17:50.075 INFO:teuthology.orchestra.run.smithi154.stdout: 5 184556 7.98 MB/sec execute 496 sec latency 125.223 ms 2023-12-01T17:17:51.077 INFO:teuthology.orchestra.run.smithi154.stdout: 5 184795 7.99 MB/sec execute 497 sec latency 141.025 ms 2023-12-01T17:17:52.077 INFO:teuthology.orchestra.run.smithi154.stdout: 5 184985 7.98 MB/sec execute 498 sec latency 154.328 ms 2023-12-01T17:17:52.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:52 smithi154 ceph-mon[107707]: pgmap v268: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-01T17:17:52.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:52 smithi190 ceph-mon[110460]: pgmap v268: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-01T17:17:53.085 INFO:teuthology.orchestra.run.smithi154.stdout: 5 185292 7.99 MB/sec execute 499 sec latency 129.568 ms 2023-12-01T17:17:54.094 INFO:teuthology.orchestra.run.smithi154.stdout: 5 185450 7.99 MB/sec execute 500 sec latency 120.599 ms 2023-12-01T17:17:54.429 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:54 smithi154 ceph-mon[107707]: pgmap v269: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-12-01T17:17:54.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:54 smithi190 ceph-mon[110460]: pgmap v269: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-12-01T17:17:55.094 INFO:teuthology.orchestra.run.smithi154.stdout: 5 185659 7.98 MB/sec execute 501 sec latency 129.247 ms 2023-12-01T17:17:56.095 INFO:teuthology.orchestra.run.smithi154.stdout: 5 185864 7.97 MB/sec execute 502 sec latency 117.565 ms 2023-12-01T17:17:56.490 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:56 smithi154 ceph-mon[107707]: pgmap v270: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-01T17:17:56.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:56 smithi190 ceph-mon[110460]: pgmap v270: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-01T17:17:57.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 186069 7.97 MB/sec execute 503 sec latency 96.413 ms 2023-12-01T17:17:57.956 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:17:57 smithi154 ceph-mon[107707]: pgmap v271: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-01T17:17:58.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 186225 7.95 MB/sec execute 504 sec latency 135.491 ms 2023-12-01T17:17:58.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:17:57 smithi190 ceph-mon[110460]: pgmap v271: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-01T17:17:59.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 186440 7.95 MB/sec execute 505 sec latency 109.683 ms 2023-12-01T17:18:00.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 186660 7.95 MB/sec execute 506 sec latency 125.639 ms 2023-12-01T17:18:00.376 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:00 smithi154 ceph-mon[107707]: pgmap v272: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-12-01T17:18:00.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:00 smithi190 ceph-mon[110460]: pgmap v272: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-12-01T17:18:01.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 186986 7.95 MB/sec execute 507 sec latency 123.734 ms 2023-12-01T17:18:02.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 187320 7.95 MB/sec execute 508 sec latency 90.341 ms 2023-12-01T17:18:02.429 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:02 smithi154 ceph-mon[107707]: pgmap v273: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 278 op/s 2023-12-01T17:18:02.429 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:18:02.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:02 smithi190 ceph-mon[110460]: pgmap v273: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 278 op/s 2023-12-01T17:18:02.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:18:03.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 187593 7.94 MB/sec execute 509 sec latency 111.980 ms 2023-12-01T17:18:04.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 187916 7.94 MB/sec execute 510 sec latency 127.881 ms 2023-12-01T17:18:04.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:04 smithi154 ceph-mon[107707]: pgmap v274: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-01T17:18:04.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:04 smithi190 ceph-mon[110460]: pgmap v274: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-01T17:18:05.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 188235 7.94 MB/sec execute 511 sec latency 129.354 ms 2023-12-01T17:18:06.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 188509 7.95 MB/sec execute 512 sec latency 129.508 ms 2023-12-01T17:18:06.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:06 smithi154 ceph-mon[107707]: pgmap v275: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2023-12-01T17:18:06.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:06 smithi190 ceph-mon[110460]: pgmap v275: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2023-12-01T17:18:07.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 188763 7.96 MB/sec execute 513 sec latency 139.234 ms 2023-12-01T17:18:08.092 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:07 smithi154 ceph-mon[107707]: pgmap v276: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2023-12-01T17:18:08.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 189027 7.96 MB/sec execute 514 sec latency 186.123 ms 2023-12-01T17:18:08.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:07 smithi190 ceph-mon[110460]: pgmap v276: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2023-12-01T17:18:09.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 189315 7.96 MB/sec execute 515 sec latency 141.309 ms 2023-12-01T17:18:10.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 189566 7.95 MB/sec execute 516 sec latency 149.252 ms 2023-12-01T17:18:10.380 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:10 smithi154 ceph-mon[107707]: pgmap v277: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-12-01T17:18:10.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:10 smithi190 ceph-mon[110460]: pgmap v277: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-12-01T17:18:11.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 189833 7.94 MB/sec execute 517 sec latency 159.188 ms 2023-12-01T17:18:12.101 INFO:teuthology.orchestra.run.smithi154.stdout: 5 190079 7.94 MB/sec execute 518 sec latency 180.340 ms 2023-12-01T17:18:12.425 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:12 smithi154 ceph-mon[107707]: pgmap v278: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-12-01T17:18:12.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:12 smithi190 ceph-mon[110460]: pgmap v278: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-12-01T17:18:13.110 INFO:teuthology.orchestra.run.smithi154.stdout: 5 190436 7.94 MB/sec execute 519 sec latency 129.784 ms 2023-12-01T17:18:14.114 INFO:teuthology.orchestra.run.smithi154.stdout: 5 190742 7.94 MB/sec execute 520 sec latency 126.469 ms 2023-12-01T17:18:14.463 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:14 smithi154 ceph-mon[107707]: pgmap v279: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-01T17:18:14.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:14 smithi190 ceph-mon[110460]: pgmap v279: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-01T17:18:15.122 INFO:teuthology.orchestra.run.smithi154.stdout: 5 191077 7.94 MB/sec execute 521 sec latency 120.713 ms 2023-12-01T17:18:16.123 INFO:teuthology.orchestra.run.smithi154.stdout: 5 191345 7.94 MB/sec execute 522 sec latency 95.001 ms 2023-12-01T17:18:16.516 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:16 smithi154 ceph-mon[107707]: pgmap v280: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-12-01T17:18:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:16 smithi190 ceph-mon[110460]: pgmap v280: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-12-01T17:18:17.122 INFO:teuthology.orchestra.run.smithi154.stdout: 5 191654 7.94 MB/sec execute 523 sec latency 126.932 ms 2023-12-01T17:18:17.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:18:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:18:18.122 INFO:teuthology.orchestra.run.smithi154.stdout: 5 191997 7.95 MB/sec execute 524 sec latency 147.549 ms 2023-12-01T17:18:18.337 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:18 smithi154 ceph-mon[107707]: pgmap v281: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-12-01T17:18:18.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:18 smithi190 ceph-mon[110460]: pgmap v281: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-12-01T17:18:19.127 INFO:teuthology.orchestra.run.smithi154.stdout: 5 192245 7.95 MB/sec execute 525 sec latency 132.672 ms 2023-12-01T17:18:20.127 INFO:teuthology.orchestra.run.smithi154.stdout: 5 192515 7.95 MB/sec execute 526 sec latency 155.266 ms 2023-12-01T17:18:20.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:20 smithi154 ceph-mon[107707]: pgmap v282: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-12-01T17:18:20.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:20 smithi190 ceph-mon[110460]: pgmap v282: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-12-01T17:18:21.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 192716 7.95 MB/sec execute 527 sec latency 142.573 ms 2023-12-01T17:18:22.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 192951 7.94 MB/sec execute 528 sec latency 132.892 ms 2023-12-01T17:18:22.455 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:22 smithi154 ceph-mon[107707]: pgmap v283: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 357 op/s 2023-12-01T17:18:22.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:22 smithi190 ceph-mon[110460]: pgmap v283: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 357 op/s 2023-12-01T17:18:23.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 193175 7.93 MB/sec execute 529 sec latency 143.249 ms 2023-12-01T17:18:23.473 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:23 smithi154 ceph-mon[107707]: pgmap v284: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-12-01T17:18:23.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:23 smithi190 ceph-mon[110460]: pgmap v284: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-12-01T17:18:24.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 193334 7.92 MB/sec execute 530 sec latency 136.915 ms 2023-12-01T17:18:25.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 193513 7.91 MB/sec execute 531 sec latency 144.060 ms 2023-12-01T17:18:26.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 193704 7.91 MB/sec execute 532 sec latency 137.268 ms 2023-12-01T17:18:26.318 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:26 smithi154 ceph-mon[107707]: pgmap v285: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-12-01T17:18:26.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:26 smithi190 ceph-mon[110460]: pgmap v285: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-12-01T17:18:27.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 193872 7.91 MB/sec execute 533 sec latency 125.733 ms 2023-12-01T17:18:28.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 194130 7.90 MB/sec execute 534 sec latency 137.530 ms 2023-12-01T17:18:28.152 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:27 smithi154 ceph-mon[107707]: pgmap v286: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-12-01T17:18:28.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:27 smithi190 ceph-mon[110460]: pgmap v286: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-12-01T17:18:29.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 194398 7.91 MB/sec execute 535 sec latency 139.850 ms 2023-12-01T17:18:30.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 194614 7.90 MB/sec execute 536 sec latency 120.804 ms 2023-12-01T17:18:30.484 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:30 smithi154 ceph-mon[107707]: pgmap v287: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 463 op/s 2023-12-01T17:18:30.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:30 smithi190 ceph-mon[110460]: pgmap v287: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 463 op/s 2023-12-01T17:18:31.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 194886 7.89 MB/sec execute 537 sec latency 116.328 ms 2023-12-01T17:18:32.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 195109 7.89 MB/sec execute 538 sec latency 123.541 ms 2023-12-01T17:18:32.547 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:32 smithi154 ceph-mon[107707]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-12-01T17:18:32.548 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:18:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:32 smithi190 ceph-mon[110460]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-12-01T17:18:32.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:18:33.135 INFO:teuthology.orchestra.run.smithi154.stdout: 5 195353 7.89 MB/sec execute 539 sec latency 142.440 ms 2023-12-01T17:18:34.143 INFO:teuthology.orchestra.run.smithi154.stdout: 5 195617 7.90 MB/sec execute 540 sec latency 124.869 ms 2023-12-01T17:18:34.346 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:34 smithi154 ceph-mon[107707]: pgmap v289: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-01T17:18:34.631 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:34 smithi190 ceph-mon[110460]: pgmap v289: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-01T17:18:35.145 INFO:teuthology.orchestra.run.smithi154.stdout: 5 195894 7.90 MB/sec execute 541 sec latency 144.329 ms 2023-12-01T17:18:36.143 INFO:teuthology.orchestra.run.smithi154.stdout: 5 196152 7.90 MB/sec execute 542 sec latency 127.007 ms 2023-12-01T17:18:36.418 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:36 smithi154 ceph-mon[107707]: pgmap v290: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 272 op/s 2023-12-01T17:18:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:36 smithi190 ceph-mon[110460]: pgmap v290: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 272 op/s 2023-12-01T17:18:37.143 INFO:teuthology.orchestra.run.smithi154.stdout: 5 196433 7.90 MB/sec execute 543 sec latency 119.661 ms 2023-12-01T17:18:38.143 INFO:teuthology.orchestra.run.smithi154.stdout: 5 196641 7.89 MB/sec execute 544 sec latency 126.502 ms 2023-12-01T17:18:38.217 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:37 smithi154 ceph-mon[107707]: pgmap v291: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 272 op/s 2023-12-01T17:18:38.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:37 smithi190 ceph-mon[110460]: pgmap v291: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 272 op/s 2023-12-01T17:18:39.143 INFO:teuthology.orchestra.run.smithi154.stdout: 5 196927 7.88 MB/sec execute 545 sec latency 131.611 ms 2023-12-01T17:18:40.143 INFO:teuthology.orchestra.run.smithi154.stdout: 5 197165 7.88 MB/sec execute 546 sec latency 123.746 ms 2023-12-01T17:18:40.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:40 smithi154 ceph-mon[107707]: pgmap v292: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-01T17:18:40.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:40 smithi190 ceph-mon[110460]: pgmap v292: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-01T17:18:41.147 INFO:teuthology.orchestra.run.smithi154.stdout: 5 197490 7.89 MB/sec execute 547 sec latency 120.452 ms 2023-12-01T17:18:42.151 INFO:teuthology.orchestra.run.smithi154.stdout: 5 197792 7.88 MB/sec execute 548 sec latency 126.690 ms 2023-12-01T17:18:42.555 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:42 smithi154 ceph-mon[107707]: pgmap v293: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.1 MiB/s wr, 295 op/s 2023-12-01T17:18:42.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:42 smithi190 ceph-mon[110460]: pgmap v293: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.1 MiB/s wr, 295 op/s 2023-12-01T17:18:43.151 INFO:teuthology.orchestra.run.smithi154.stdout: 5 198152 7.88 MB/sec execute 549 sec latency 111.823 ms 2023-12-01T17:18:44.151 INFO:teuthology.orchestra.run.smithi154.stdout: 5 198423 7.88 MB/sec execute 550 sec latency 133.221 ms 2023-12-01T17:18:44.342 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:44 smithi154 ceph-mon[107707]: pgmap v294: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 481 op/s 2023-12-01T17:18:44.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:44 smithi190 ceph-mon[110460]: pgmap v294: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 481 op/s 2023-12-01T17:18:45.151 INFO:teuthology.orchestra.run.smithi154.stdout: 5 198672 7.87 MB/sec execute 551 sec latency 125.017 ms 2023-12-01T17:18:46.151 INFO:teuthology.orchestra.run.smithi154.stdout: 5 198992 7.88 MB/sec execute 552 sec latency 120.740 ms 2023-12-01T17:18:46.427 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:46 smithi154 ceph-mon[107707]: pgmap v295: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 343 op/s 2023-12-01T17:18:46.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:46 smithi190 ceph-mon[110460]: pgmap v295: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 343 op/s 2023-12-01T17:18:47.153 INFO:teuthology.orchestra.run.smithi154.stdout: 5 199274 7.88 MB/sec execute 553 sec latency 198.639 ms 2023-12-01T17:18:47.469 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:18:47.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:18:48.153 INFO:teuthology.orchestra.run.smithi154.stdout: 5 199504 7.89 MB/sec execute 554 sec latency 150.782 ms 2023-12-01T17:18:48.368 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:48 smithi154 ceph-mon[107707]: pgmap v296: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-12-01T17:18:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:48 smithi190 ceph-mon[110460]: pgmap v296: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-12-01T17:18:49.153 INFO:teuthology.orchestra.run.smithi154.stdout: 5 199757 7.89 MB/sec execute 555 sec latency 145.500 ms 2023-12-01T17:18:49.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:49 smithi154 ceph-mon[107707]: pgmap v297: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-12-01T17:18:49.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:49 smithi190 ceph-mon[110460]: pgmap v297: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-12-01T17:18:50.153 INFO:teuthology.orchestra.run.smithi154.stdout: 5 199992 7.89 MB/sec execute 556 sec latency 134.983 ms 2023-12-01T17:18:51.153 INFO:teuthology.orchestra.run.smithi154.stdout: 5 200234 7.88 MB/sec execute 557 sec latency 135.643 ms 2023-12-01T17:18:52.156 INFO:teuthology.orchestra.run.smithi154.stdout: 5 200461 7.87 MB/sec execute 558 sec latency 136.746 ms 2023-12-01T17:18:52.442 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:52 smithi154 ceph-mon[107707]: pgmap v298: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-01T17:18:52.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:52 smithi190 ceph-mon[110460]: pgmap v298: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-01T17:18:53.156 INFO:teuthology.orchestra.run.smithi154.stdout: 5 200697 7.86 MB/sec execute 559 sec latency 124.723 ms 2023-12-01T17:18:54.162 INFO:teuthology.orchestra.run.smithi154.stdout: 5 200903 7.86 MB/sec execute 560 sec latency 136.411 ms 2023-12-01T17:18:54.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:54 smithi154 ceph-mon[107707]: pgmap v299: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-12-01T17:18:54.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:54 smithi190 ceph-mon[110460]: pgmap v299: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-12-01T17:18:55.162 INFO:teuthology.orchestra.run.smithi154.stdout: 5 201232 7.86 MB/sec execute 561 sec latency 124.699 ms 2023-12-01T17:18:56.167 INFO:teuthology.orchestra.run.smithi154.stdout: 5 201564 7.86 MB/sec execute 562 sec latency 133.784 ms 2023-12-01T17:18:56.605 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:56 smithi154 ceph-mon[107707]: pgmap v300: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2023-12-01T17:18:56.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:56 smithi190 ceph-mon[110460]: pgmap v300: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2023-12-01T17:18:57.166 INFO:teuthology.orchestra.run.smithi154.stdout: 5 201831 7.86 MB/sec execute 563 sec latency 146.156 ms 2023-12-01T17:18:58.131 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:18:57 smithi154 ceph-mon[107707]: pgmap v301: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2023-12-01T17:18:58.167 INFO:teuthology.orchestra.run.smithi154.stdout: 5 202138 7.86 MB/sec execute 564 sec latency 213.969 ms 2023-12-01T17:18:58.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:18:57 smithi190 ceph-mon[110460]: pgmap v301: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2023-12-01T17:18:59.172 INFO:teuthology.orchestra.run.smithi154.stdout: 5 202473 7.87 MB/sec execute 565 sec latency 129.591 ms 2023-12-01T17:19:00.172 INFO:teuthology.orchestra.run.smithi154.stdout: 5 202727 7.87 MB/sec execute 566 sec latency 135.684 ms 2023-12-01T17:19:00.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:00 smithi154 ceph-mon[107707]: pgmap v302: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-01T17:19:00.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:00 smithi190 ceph-mon[110460]: pgmap v302: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-01T17:19:01.172 INFO:teuthology.orchestra.run.smithi154.stdout: 5 202898 7.87 MB/sec execute 567 sec latency 123.674 ms 2023-12-01T17:19:02.172 INFO:teuthology.orchestra.run.smithi154.stdout: 5 203096 7.87 MB/sec execute 568 sec latency 129.282 ms 2023-12-01T17:19:02.527 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:02 smithi154 ceph-mon[107707]: pgmap v303: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.0 MiB/s wr, 326 op/s 2023-12-01T17:19:02.528 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:19:02.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:02 smithi190 ceph-mon[110460]: pgmap v303: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.0 MiB/s wr, 326 op/s 2023-12-01T17:19:02.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:19:03.172 INFO:teuthology.orchestra.run.smithi154.stdout: 5 203290 7.86 MB/sec execute 569 sec latency 132.909 ms 2023-12-01T17:19:04.172 INFO:teuthology.orchestra.run.smithi154.stdout: 5 203499 7.85 MB/sec execute 570 sec latency 131.139 ms 2023-12-01T17:19:04.578 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:04 smithi154 ceph-mon[107707]: pgmap v304: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2023-12-01T17:19:04.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:04 smithi190 ceph-mon[110460]: pgmap v304: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2023-12-01T17:19:05.173 INFO:teuthology.orchestra.run.smithi154.stdout: 5 203745 7.85 MB/sec execute 571 sec latency 132.044 ms 2023-12-01T17:19:05.598 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:05 smithi154 ceph-mon[107707]: pgmap v305: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-12-01T17:19:05.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:05 smithi190 ceph-mon[110460]: pgmap v305: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-12-01T17:19:06.173 INFO:teuthology.orchestra.run.smithi154.stdout: 5 203908 7.84 MB/sec execute 572 sec latency 167.176 ms 2023-12-01T17:19:07.175 INFO:teuthology.orchestra.run.smithi154.stdout: 5 204049 7.83 MB/sec execute 573 sec latency 105.929 ms 2023-12-01T17:19:08.144 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:07 smithi154 ceph-mon[107707]: pgmap v306: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-12-01T17:19:08.175 INFO:teuthology.orchestra.run.smithi154.stdout: 5 204257 7.83 MB/sec execute 574 sec latency 149.317 ms 2023-12-01T17:19:08.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:07 smithi190 ceph-mon[110460]: pgmap v306: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-12-01T17:19:09.175 INFO:teuthology.orchestra.run.smithi154.stdout: 5 204543 7.83 MB/sec execute 575 sec latency 123.675 ms 2023-12-01T17:19:10.175 INFO:teuthology.orchestra.run.smithi154.stdout: 5 204824 7.83 MB/sec execute 576 sec latency 126.841 ms 2023-12-01T17:19:10.445 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:10 smithi154 ceph-mon[107707]: pgmap v307: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-01T17:19:10.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:10 smithi190 ceph-mon[110460]: pgmap v307: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-01T17:19:11.175 INFO:teuthology.orchestra.run.smithi154.stdout: 5 205157 7.83 MB/sec execute 577 sec latency 129.860 ms 2023-12-01T17:19:12.175 INFO:teuthology.orchestra.run.smithi154.stdout: 5 205388 7.82 MB/sec execute 578 sec latency 129.874 ms 2023-12-01T17:19:12.486 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:12 smithi154 ceph-mon[107707]: pgmap v308: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 273 op/s 2023-12-01T17:19:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:12 smithi190 ceph-mon[110460]: pgmap v308: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 273 op/s 2023-12-01T17:19:13.175 INFO:teuthology.orchestra.run.smithi154.stdout: 5 205661 7.83 MB/sec execute 579 sec latency 129.467 ms 2023-12-01T17:19:13.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:13 smithi154 ceph-mon[107707]: pgmap v309: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-12-01T17:19:13.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:13 smithi190 ceph-mon[110460]: pgmap v309: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-12-01T17:19:14.175 INFO:teuthology.orchestra.run.smithi154.stdout: 5 205894 7.82 MB/sec execute 580 sec latency 120.823 ms 2023-12-01T17:19:15.176 INFO:teuthology.orchestra.run.smithi154.stdout: 5 206128 7.82 MB/sec execute 581 sec latency 123.854 ms 2023-12-01T17:19:16.176 INFO:teuthology.orchestra.run.smithi154.stdout: 5 206322 7.82 MB/sec execute 582 sec latency 136.345 ms 2023-12-01T17:19:16.349 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:16 smithi154 ceph-mon[107707]: pgmap v310: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.6 MiB/s wr, 291 op/s 2023-12-01T17:19:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:16 smithi190 ceph-mon[110460]: pgmap v310: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.6 MiB/s wr, 291 op/s 2023-12-01T17:19:17.183 INFO:teuthology.orchestra.run.smithi154.stdout: 5 206546 7.82 MB/sec execute 583 sec latency 127.563 ms 2023-12-01T17:19:17.370 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:19:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:19:18.183 INFO:teuthology.orchestra.run.smithi154.stdout: 5 206741 7.82 MB/sec execute 584 sec latency 148.187 ms 2023-12-01T17:19:18.406 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:18 smithi154 ceph-mon[107707]: pgmap v311: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.6 MiB/s wr, 291 op/s 2023-12-01T17:19:18.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:18 smithi190 ceph-mon[110460]: pgmap v311: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.6 MiB/s wr, 291 op/s 2023-12-01T17:19:19.183 INFO:teuthology.orchestra.run.smithi154.stdout: 5 206905 7.82 MB/sec execute 585 sec latency 134.827 ms 2023-12-01T17:19:20.183 INFO:teuthology.orchestra.run.smithi154.stdout: 5 207120 7.81 MB/sec execute 586 sec latency 129.336 ms 2023-12-01T17:19:20.469 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:20 smithi154 ceph-mon[107707]: pgmap v312: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-12-01T17:19:20.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:20 smithi190 ceph-mon[110460]: pgmap v312: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-12-01T17:19:21.185 INFO:teuthology.orchestra.run.smithi154.stdout: 5 207362 7.80 MB/sec execute 587 sec latency 129.890 ms 2023-12-01T17:19:21.493 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:21 smithi154 ceph-mon[107707]: pgmap v313: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 288 op/s 2023-12-01T17:19:21.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:21 smithi190 ceph-mon[110460]: pgmap v313: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 288 op/s 2023-12-01T17:19:22.185 INFO:teuthology.orchestra.run.smithi154.stdout: 5 207523 7.79 MB/sec execute 588 sec latency 137.207 ms 2023-12-01T17:19:23.186 INFO:teuthology.orchestra.run.smithi154.stdout: 5 207778 7.79 MB/sec execute 589 sec latency 130.355 ms 2023-12-01T17:19:24.186 INFO:teuthology.orchestra.run.smithi154.stdout: 5 208014 7.79 MB/sec execute 590 sec latency 137.049 ms 2023-12-01T17:19:24.542 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:24 smithi154 ceph-mon[107707]: pgmap v314: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-12-01T17:19:24.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:24 smithi190 ceph-mon[110460]: pgmap v314: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-12-01T17:19:25.187 INFO:teuthology.orchestra.run.smithi154.stdout: 5 208361 7.79 MB/sec execute 591 sec latency 132.254 ms 2023-12-01T17:19:26.186 INFO:teuthology.orchestra.run.smithi154.stdout: 5 208686 7.79 MB/sec execute 592 sec latency 132.780 ms 2023-12-01T17:19:26.578 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:26 smithi154 ceph-mon[107707]: pgmap v315: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 262 op/s 2023-12-01T17:19:26.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:26 smithi190 ceph-mon[110460]: pgmap v315: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 262 op/s 2023-12-01T17:19:27.186 INFO:teuthology.orchestra.run.smithi154.stdout: 5 208948 7.78 MB/sec execute 593 sec latency 137.797 ms 2023-12-01T17:19:28.144 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:27 smithi154 ceph-mon[107707]: pgmap v316: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 262 op/s 2023-12-01T17:19:28.191 INFO:teuthology.orchestra.run.smithi154.stdout: 5 209178 7.78 MB/sec execute 594 sec latency 120.177 ms 2023-12-01T17:19:28.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:27 smithi190 ceph-mon[110460]: pgmap v316: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 262 op/s 2023-12-01T17:19:29.191 INFO:teuthology.orchestra.run.smithi154.stdout: 5 209456 7.79 MB/sec execute 595 sec latency 171.052 ms 2023-12-01T17:19:30.191 INFO:teuthology.orchestra.run.smithi154.stdout: 5 209739 7.79 MB/sec execute 596 sec latency 141.759 ms 2023-12-01T17:19:30.446 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:30 smithi154 ceph-mon[107707]: pgmap v317: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-01T17:19:30.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:30 smithi190 ceph-mon[110460]: pgmap v317: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-01T17:19:31.201 INFO:teuthology.orchestra.run.smithi154.stdout: 5 210064 7.79 MB/sec execute 597 sec latency 214.097 ms 2023-12-01T17:19:32.201 INFO:teuthology.orchestra.run.smithi154.stdout: 5 210252 7.79 MB/sec execute 598 sec latency 132.431 ms 2023-12-01T17:19:32.494 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:32 smithi154 ceph-mon[107707]: pgmap v318: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 303 op/s 2023-12-01T17:19:32.494 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:19:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:32 smithi190 ceph-mon[110460]: pgmap v318: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 303 op/s 2023-12-01T17:19:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:19:33.201 INFO:teuthology.orchestra.run.smithi154.stdout: 5 210499 7.79 MB/sec execute 599 sec latency 126.923 ms 2023-12-01T17:19:33.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:33 smithi154 ceph-mon[107707]: pgmap v319: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-01T17:19:33.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:33 smithi190 ceph-mon[110460]: pgmap v319: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-01T17:19:34.202 INFO:teuthology.orchestra.run.smithi154.stdout: 5 210817 7.79 MB/sec execute 600 sec latency 129.683 ms 2023-12-01T17:19:35.211 INFO:teuthology.orchestra.run.smithi154.stdout: 5 cleanup 601 sec 2023-12-01T17:19:36.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 602 sec 2023-12-01T17:19:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:36 smithi190 ceph-mon[110460]: pgmap v320: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-01T17:19:36.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:36 smithi154 ceph-mon[107707]: pgmap v320: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-01T17:19:37.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 603 sec 2023-12-01T17:19:38.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 604 sec 2023-12-01T17:19:38.278 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:37 smithi154 ceph-mon[107707]: pgmap v321: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-01T17:19:38.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:37 smithi190 ceph-mon[110460]: pgmap v321: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-01T17:19:39.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 605 sec 2023-12-01T17:19:40.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 606 sec 2023-12-01T17:19:40.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:40 smithi190 ceph-mon[110460]: pgmap v322: 97 pgs: 97 active+clean; 312 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.2 MiB/s wr, 429 op/s 2023-12-01T17:19:40.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:40 smithi154 ceph-mon[107707]: pgmap v322: 97 pgs: 97 active+clean; 312 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.2 MiB/s wr, 429 op/s 2023-12-01T17:19:41.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 607 sec 2023-12-01T17:19:42.212 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 608 sec 2023-12-01T17:19:42.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:42 smithi190 ceph-mon[110460]: pgmap v323: 97 pgs: 97 active+clean; 312 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 2.8 MiB/s wr, 259 op/s 2023-12-01T17:19:42.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:42 smithi154 ceph-mon[107707]: pgmap v323: 97 pgs: 97 active+clean; 312 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 2.8 MiB/s wr, 259 op/s 2023-12-01T17:19:43.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 609 sec 2023-12-01T17:19:44.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 610 sec 2023-12-01T17:19:44.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:44 smithi190 ceph-mon[110460]: pgmap v324: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 2.8 MiB/s wr, 276 op/s 2023-12-01T17:19:44.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:44 smithi154 ceph-mon[107707]: pgmap v324: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 2.8 MiB/s wr, 276 op/s 2023-12-01T17:19:45.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 611 sec 2023-12-01T17:19:46.212 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 612 sec 2023-12-01T17:19:46.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:46 smithi190 ceph-mon[110460]: pgmap v325: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 860 KiB/s wr, 115 op/s 2023-12-01T17:19:46.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:46 smithi154 ceph-mon[107707]: pgmap v325: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 860 KiB/s wr, 115 op/s 2023-12-01T17:19:47.212 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 613 sec 2023-12-01T17:19:47.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:19:47.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:19:48.211 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 614 sec 2023-12-01T17:19:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:48 smithi190 ceph-mon[110460]: pgmap v326: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 860 KiB/s wr, 115 op/s 2023-12-01T17:19:48.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:48 smithi154 ceph-mon[107707]: pgmap v326: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 860 KiB/s wr, 115 op/s 2023-12-01T17:19:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 615 sec 2023-12-01T17:19:49.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:49 smithi190 ceph-mon[110460]: pgmap v327: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 863 KiB/s wr, 117 op/s 2023-12-01T17:19:49.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:49 smithi154 ceph-mon[107707]: pgmap v327: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 863 KiB/s wr, 117 op/s 2023-12-01T17:19:50.212 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 616 sec 2023-12-01T17:19:51.212 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 617 sec 2023-12-01T17:19:52.212 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 618 sec 2023-12-01T17:19:52.364 INFO:teuthology.orchestra.run.smithi154.stdout: 0 cleanup 618 sec 2023-12-01T17:19:52.364 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:19:52.364 INFO:teuthology.orchestra.run.smithi154.stdout: Operation Count AvgLat MaxLat 2023-12-01T17:19:52.364 INFO:teuthology.orchestra.run.smithi154.stdout: ---------------------------------------- 2023-12-01T17:19:52.364 INFO:teuthology.orchestra.run.smithi154.stdout: NTCreateX 149644 7.048 156.119 2023-12-01T17:19:52.364 INFO:teuthology.orchestra.run.smithi154.stdout: Close 109794 0.123 14.075 2023-12-01T17:19:52.364 INFO:teuthology.orchestra.run.smithi154.stdout: Rename 6341 11.542 217.166 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: Unlink 30332 7.082 109.593 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: Qpathinfo 135718 2.847 102.757 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: Qfileinfo 23651 0.087 9.566 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: Qfsinfo 24950 1.444 57.998 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: Sfileinfo 12152 10.846 124.603 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: Find 52499 5.296 150.097 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: WriteX 73978 10.926 87.886 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: ReadX 235263 0.009 4.655 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: LockX 492 0.404 11.474 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: UnlockX 492 0.291 3.254 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: Flush 10496 0.002 0.018 2023-12-01T17:19:52.365 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:19:52.366 INFO:teuthology.orchestra.run.smithi154.stdout:Throughput 7.78793 MB/sec 5 clients 5 procs max_latency=217.173 ms 2023-12-01T17:19:52.367 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-01T17:19:52.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:52 smithi190 ceph-mon[110460]: pgmap v328: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 32 KiB/s wr, 18 op/s 2023-12-01T17:19:52.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:52 smithi154 ceph-mon[107707]: pgmap v328: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 32 KiB/s wr, 18 op/s 2023-12-01T17:19:54.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:54 smithi190 ceph-mon[110460]: pgmap v329: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 32 KiB/s wr, 18 op/s 2023-12-01T17:19:54.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:54 smithi154 ceph-mon[107707]: pgmap v329: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 32 KiB/s wr, 18 op/s 2023-12-01T17:19:56.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:56 smithi190 ceph-mon[110460]: pgmap v330: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-12-01T17:19:56.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:56 smithi154 ceph-mon[107707]: pgmap v330: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-12-01T17:19:58.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:19:57 smithi154 ceph-mon[107707]: pgmap v331: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-12-01T17:19:58.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:19:57 smithi190 ceph-mon[110460]: pgmap v331: 97 pgs: 97 active+clean; 246 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-12-01T17:20:00.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: pgmap v332: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.2 KiB/s wr, 2 op/s 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: Upgrade daemon: mgr.smithi154.evnvqt: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi154.evnvqt ... 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: Traceback (most recent call last): 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: "__main__", mod_spec) 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: exec(code, run_globals) 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-01T17:20:00.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-01T17:20:00.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-01T17:20:00.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-01T17:20:00.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-01T17:20:00.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-01T17:20:00.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-01T17:20:00.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-01T17:20:00.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:00 smithi190 ceph-mon[110460]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-01T17:20:00.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: pgmap v332: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.2 KiB/s wr, 2 op/s 2023-12-01T17:20:00.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. 2023-12-01T17:20:00.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: Upgrade daemon: mgr.smithi154.evnvqt: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi154.evnvqt ... 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: Traceback (most recent call last): 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: "__main__", mod_spec) 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: exec(code, run_globals) 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-01T17:20:00.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-01T17:20:00.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-01T17:20:00.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-01T17:20:00.776 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:00 smithi154 ceph-mon[107707]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-01T17:20:02.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:02 smithi190 ceph-mon[110460]: pgmap v333: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-01T17:20:02.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:20:02.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:02 smithi154 ceph-mon[107707]: pgmap v333: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-01T17:20:02.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:20:04.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:04 smithi190 ceph-mon[110460]: pgmap v334: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-01T17:20:04.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:04 smithi154 ceph-mon[107707]: pgmap v334: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-01T17:20:06.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:06 smithi190 ceph-mon[110460]: pgmap v335: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-01T17:20:06.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:06 smithi154 ceph-mon[107707]: pgmap v335: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-01T17:20:08.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:07 smithi154 ceph-mon[107707]: pgmap v336: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-01T17:20:08.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:07 smithi190 ceph-mon[110460]: pgmap v336: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-01T17:20:10.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:10 smithi190 ceph-mon[110460]: pgmap v337: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-01T17:20:10.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:10 smithi154 ceph-mon[107707]: pgmap v337: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-01T17:20:12.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:12 smithi190 ceph-mon[110460]: pgmap v338: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-01T17:20:12.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:12 smithi154 ceph-mon[107707]: pgmap v338: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-01T17:20:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:14 smithi190 ceph-mon[110460]: pgmap v339: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-01T17:20:14.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:14 smithi154 ceph-mon[107707]: pgmap v339: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-01T17:20:16.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:16 smithi190 ceph-mon[110460]: pgmap v340: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:16.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:16 smithi154 ceph-mon[107707]: pgmap v340: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:20:17.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:20:18.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:18 smithi190 ceph-mon[110460]: pgmap v341: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:18.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:18 smithi154 ceph-mon[107707]: pgmap v341: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:20.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:20 smithi190 ceph-mon[110460]: pgmap v342: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:20.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:20 smithi154 ceph-mon[107707]: pgmap v342: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:22.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:22 smithi190 ceph-mon[110460]: pgmap v343: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:22.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:22 smithi154 ceph-mon[107707]: pgmap v343: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:23.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:23 smithi154 ceph-mon[107707]: pgmap v344: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:20:23.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:23 smithi190 ceph-mon[110460]: pgmap v344: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:20:26.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:26 smithi190 ceph-mon[110460]: pgmap v345: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:26.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:26 smithi154 ceph-mon[107707]: pgmap v345: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:28.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:28 smithi154 ceph-mon[107707]: pgmap v346: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:28.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:28 smithi190 ceph-mon[110460]: pgmap v346: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:29.778 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:29 smithi154 ceph-mon[107707]: pgmap v347: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:29.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:29 smithi190 ceph-mon[110460]: pgmap v347: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:32 smithi190 ceph-mon[110460]: pgmap v348: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:32.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:20:32.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:32 smithi154 ceph-mon[107707]: pgmap v348: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:32.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:20:34.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:34 smithi190 ceph-mon[110460]: pgmap v349: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:20:34.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:34 smithi154 ceph-mon[107707]: pgmap v349: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:20:36.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:36 smithi190 ceph-mon[110460]: pgmap v350: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:36.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:36 smithi154 ceph-mon[107707]: pgmap v350: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:38.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:38 smithi154 ceph-mon[107707]: pgmap v351: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:38.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:38 smithi190 ceph-mon[110460]: pgmap v351: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:40.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:40 smithi190 ceph-mon[110460]: pgmap v352: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:40.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:40 smithi154 ceph-mon[107707]: pgmap v352: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:42.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:42 smithi190 ceph-mon[110460]: pgmap v353: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:42.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:42 smithi154 ceph-mon[107707]: pgmap v353: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:44.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:44 smithi190 ceph-mon[110460]: pgmap v354: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:20:44.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:44 smithi154 ceph-mon[107707]: pgmap v354: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:20:46.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:46 smithi190 ceph-mon[110460]: pgmap v355: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:46.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:46 smithi154 ceph-mon[107707]: pgmap v355: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:47.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:20:47.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:20:48.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:48 smithi190 ceph-mon[110460]: pgmap v356: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:48.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:48 smithi154 ceph-mon[107707]: pgmap v356: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:50.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:50 smithi190 ceph-mon[110460]: pgmap v357: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:50.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:50 smithi154 ceph-mon[107707]: pgmap v357: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:52.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:52 smithi190 ceph-mon[110460]: pgmap v358: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:52.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:52 smithi154 ceph-mon[107707]: pgmap v358: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:53.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:53 smithi154 ceph-mon[107707]: pgmap v359: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:20:53.878 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:53 smithi190 ceph-mon[110460]: pgmap v359: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:20:56.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:56 smithi154 ceph-mon[107707]: pgmap v360: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:56.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:56 smithi190 ceph-mon[110460]: pgmap v360: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:58.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:20:58 smithi190 ceph-mon[110460]: pgmap v361: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:20:58.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:20:58 smithi154 ceph-mon[107707]: pgmap v361: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:00.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:00 smithi154 ceph-mon[107707]: pgmap v362: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:00.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:00 smithi190 ceph-mon[110460]: pgmap v362: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:01.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:01 smithi154 ceph-mon[107707]: pgmap v363: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:01.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:01 smithi190 ceph-mon[110460]: pgmap v363: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:02.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:21:02.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:21:03.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:03 smithi154 ceph-mon[107707]: pgmap v364: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:21:03.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:03 smithi190 ceph-mon[110460]: pgmap v364: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:21:06.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:06 smithi154 ceph-mon[107707]: pgmap v365: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:06.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:06 smithi190 ceph-mon[110460]: pgmap v365: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:08.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:08 smithi190 ceph-mon[110460]: pgmap v366: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:08.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:08 smithi154 ceph-mon[107707]: pgmap v366: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:10.081 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-01T17:21:10.174 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-01T17:21:10.234 INFO:teuthology.orchestra.run.smithi154.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-01T17:21:10.234 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:21:10.234 INFO:teuthology.orchestra.run.smithi154.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-01T17:21:10.235 INFO:teuthology.orchestra.run.smithi154.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-01T17:21:10.335 INFO:teuthology.orchestra.run.smithi154.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-01T17:21:10.335 INFO:teuthology.orchestra.run.smithi154.stdout:releasing clients 2023-12-01T17:21:10.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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch ps' 2023-12-01T17:21:10.580 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:10 smithi154 ceph-mon[107707]: pgmap v367: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:10.580 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:10 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:10.580 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:10 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:10.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:10 smithi190 ceph-mon[110460]: pgmap v367: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:10.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:10 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:10.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:10 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:12.335 INFO:teuthology.orchestra.run.smithi154.stdout: 5 288 16.65 MB/sec execute 1 sec latency 186.086 ms 2023-12-01T17:21:12.465 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:12 smithi154 ceph-mon[107707]: pgmap v368: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:12 smithi190 ceph-mon[110460]: pgmap v368: 97 pgs: 97 active+clean; 241 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 starting - - - - 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (17m) 12m ago 17m 7029k - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (17m) 8m ago 17m 7147k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 starting - - - - 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (14m) 12m ago 13m 37.3M - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (13m) 8m ago 13m 14.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:9283 running (18m) 12m ago 18m 361M - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (12m) 8m ago 17m 514M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (19m) 12m ago 19m 91.5M 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:21:12.685 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (17m) 8m ago 17m 65.4M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (13m) 12m ago 13m 267M - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (13m) 8m ago 13m 84.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 starting - - - - 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 running (11m) 8m ago 17m 21.7M - 1.3.1 1dbe0e931976 366ac2c783a2 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (16m) 12m ago 16m 530M 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (16m) 12m ago 16m 358M 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (16m) 12m ago 16m 182M 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (15m) 12m ago 15m 515M 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (15m) 8m ago 15m 1399M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (15m) 8m ago 15m 1652M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (15m) 8m ago 15m 1307M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (14m) 8m ago 14m 2068M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:21:12.686 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 starting - - - - 2023-12-01T17:21:13.335 INFO:teuthology.orchestra.run.smithi154.stdout: 5 404 17.56 MB/sec execute 2 sec latency 124.214 ms 2023-12-01T17:21:13.436 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions' 2023-12-01T17:21:13.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:13 smithi154 ceph-mon[107707]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:21:13.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:13 smithi154 ceph-mon[107707]: pgmap v369: 97 pgs: 97 active+clean; 302 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.2 MiB/s wr, 71 op/s 2023-12-01T17:21:13.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:13 smithi190 ceph-mon[110460]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:21:13.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:13 smithi190 ceph-mon[110460]: pgmap v369: 97 pgs: 97 active+clean; 302 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.2 MiB/s wr, 71 op/s 2023-12-01T17:21:14.336 INFO:teuthology.orchestra.run.smithi154.stdout: 5 536 18.42 MB/sec execute 3 sec latency 123.438 ms 2023-12-01T17:21:15.335 INFO:teuthology.orchestra.run.smithi154.stdout: 5 743 17.51 MB/sec execute 4 sec latency 164.318 ms 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:21:15.698 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:21:15.699 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:21:15.699 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:21:15.699 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:21:15.699 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:21:15.699 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:21:15.699 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:21:15.699 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:21:16.251 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-01T17:21:16.335 INFO:teuthology.orchestra.run.smithi154.stdout: 5 cleanup 5 sec 2023-12-01T17:21:16.421 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:16 smithi154 ceph-mon[107707]: pgmap v370: 97 pgs: 97 active+clean; 302 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.2 MiB/s wr, 70 op/s 2023-12-01T17:21:16.422 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:16 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:16.422 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:16 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:16.422 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:16 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1998989822' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:21:16.422 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:16 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:21:16.422 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:16 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:21:16.422 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:16 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:16.422 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:16 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:16 smithi190 ceph-mon[110460]: pgmap v370: 97 pgs: 97 active+clean; 302 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.2 MiB/s wr, 70 op/s 2023-12-01T17:21:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:16 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:16 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:16 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1998989822' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:21:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:16 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:21:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:16 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:21:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:16 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:16 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:17.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 6 sec 2023-12-01T17:21:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:17 smithi190 ceph-mon[110460]: pgmap v371: 97 pgs: 97 active+clean; 302 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 187 B/s rd, 5.7 MiB/s wr, 77 op/s 2023-12-01T17:21:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:21:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:17 smithi190 ceph-mon[110460]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-01T17:21:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:17 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:17 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:17 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:17.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:21:17.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:17 smithi154 ceph-mon[107707]: pgmap v371: 97 pgs: 97 active+clean; 302 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 187 B/s rd, 5.7 MiB/s wr, 77 op/s 2023-12-01T17:21:17.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:21:17.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:17 smithi154 ceph-mon[107707]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-01T17:21:17.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:17 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:17.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:17 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:17.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:17 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:21:17.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:21:18.335 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 7 sec 2023-12-01T17:21:19.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 8 sec 2023-12-01T17:21:19.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:19 smithi154 ceph-mon[107707]: pgmap v372: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 562 B/s rd, 10 MiB/s wr, 209 op/s 2023-12-01T17:21:19.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:19 smithi190 ceph-mon[110460]: pgmap v372: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 562 B/s rd, 10 MiB/s wr, 209 op/s 2023-12-01T17:21:20.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 9 sec 2023-12-01T17:21:20.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:20 smithi154 ceph-mon[107707]: pgmap v373: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 562 B/s rd, 10 MiB/s wr, 209 op/s 2023-12-01T17:21:20.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:20 smithi190 ceph-mon[110460]: pgmap v373: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 562 B/s rd, 10 MiB/s wr, 209 op/s 2023-12-01T17:21:21.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 10 sec 2023-12-01T17:21:22.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 11 sec 2023-12-01T17:21:23.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:23 smithi154 ceph-mon[107707]: pgmap v374: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 562 B/s rd, 10 MiB/s wr, 209 op/s 2023-12-01T17:21:23.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 12 sec 2023-12-01T17:21:23.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:23 smithi190 ceph-mon[110460]: pgmap v374: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 562 B/s rd, 10 MiB/s wr, 209 op/s 2023-12-01T17:21:24.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 13 sec 2023-12-01T17:21:25.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 14 sec 2023-12-01T17:21:25.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:25 smithi190 ceph-mon[110460]: pgmap v375: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 4.7 MiB/s wr, 163 op/s 2023-12-01T17:21:25.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:25 smithi154 ceph-mon[107707]: pgmap v375: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 4.7 MiB/s wr, 163 op/s 2023-12-01T17:21:26.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 15 sec 2023-12-01T17:21:27.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 16 sec 2023-12-01T17:21:27.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:27 smithi190 ceph-mon[110460]: pgmap v376: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 4.7 MiB/s wr, 163 op/s 2023-12-01T17:21:27.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:27 smithi154 ceph-mon[107707]: pgmap v376: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 4.7 MiB/s wr, 163 op/s 2023-12-01T17:21:28.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 17 sec 2023-12-01T17:21:29.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 18 sec 2023-12-01T17:21:29.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:29 smithi190 ceph-mon[110460]: pgmap v377: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 4.3 MiB/s wr, 149 op/s 2023-12-01T17:21:29.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:29 smithi154 ceph-mon[107707]: pgmap v377: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 4.3 MiB/s wr, 149 op/s 2023-12-01T17:21:30.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 19 sec 2023-12-01T17:21:31.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 20 sec 2023-12-01T17:21:31.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:31 smithi190 ceph-mon[110460]: pgmap v378: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 30 KiB/s wr, 28 op/s 2023-12-01T17:21:31.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:31 smithi154 ceph-mon[107707]: pgmap v378: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 30 KiB/s wr, 28 op/s 2023-12-01T17:21:32.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 21 sec 2023-12-01T17:21:32.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:21:32.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:21:33.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 22 sec 2023-12-01T17:21:33.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:33 smithi190 ceph-mon[110460]: pgmap v379: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 30 KiB/s wr, 28 op/s 2023-12-01T17:21:33.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:33 smithi154 ceph-mon[107707]: pgmap v379: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 30 KiB/s wr, 28 op/s 2023-12-01T17:21:34.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 23 sec 2023-12-01T17:21:35.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 24 sec 2023-12-01T17:21:35.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:35 smithi190 ceph-mon[110460]: pgmap v380: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 30 KiB/s wr, 29 op/s 2023-12-01T17:21:35.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:35 smithi154 ceph-mon[107707]: pgmap v380: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 30 KiB/s wr, 29 op/s 2023-12-01T17:21:36.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 25 sec 2023-12-01T17:21:37.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 26 sec 2023-12-01T17:21:37.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:37 smithi190 ceph-mon[110460]: pgmap v381: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-12-01T17:21:37.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:37 smithi154 ceph-mon[107707]: pgmap v381: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-12-01T17:21:38.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 27 sec 2023-12-01T17:21:39.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 28 sec 2023-12-01T17:21:39.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:39 smithi190 ceph-mon[110460]: pgmap v382: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-12-01T17:21:39.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:39 smithi154 ceph-mon[107707]: pgmap v382: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-12-01T17:21:40.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 29 sec 2023-12-01T17:21:41.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 30 sec 2023-12-01T17:21:41.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:41 smithi190 ceph-mon[110460]: pgmap v383: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-12-01T17:21:41.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:41 smithi154 ceph-mon[107707]: pgmap v383: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-12-01T17:21:42.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 31 sec 2023-12-01T17:21:43.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:43 smithi154 ceph-mon[107707]: pgmap v384: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-12-01T17:21:43.336 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 32 sec 2023-12-01T17:21:43.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:43 smithi190 ceph-mon[110460]: pgmap v384: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-12-01T17:21:44.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 33 sec 2023-12-01T17:21:45.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 34 sec 2023-12-01T17:21:45.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:45 smithi190 ceph-mon[110460]: pgmap v385: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-12-01T17:21:45.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:45 smithi154 ceph-mon[107707]: pgmap v385: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-12-01T17:21:46.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 35 sec 2023-12-01T17:21:47.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 36 sec 2023-12-01T17:21:47.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:47 smithi190 ceph-mon[110460]: pgmap v386: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:47.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:21:47.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:47 smithi154 ceph-mon[107707]: pgmap v386: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:47.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:21:48.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 37 sec 2023-12-01T17:21:49.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 38 sec 2023-12-01T17:21:49.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:49 smithi190 ceph-mon[110460]: pgmap v387: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:49.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:49 smithi154 ceph-mon[107707]: pgmap v387: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:50.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 39 sec 2023-12-01T17:21:51.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 40 sec 2023-12-01T17:21:51.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:51 smithi190 ceph-mon[110460]: pgmap v388: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:51.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:51 smithi154 ceph-mon[107707]: pgmap v388: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:52.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 41 sec 2023-12-01T17:21:53.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 42 sec 2023-12-01T17:21:53.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:53 smithi190 ceph-mon[110460]: pgmap v389: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:53.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:53 smithi154 ceph-mon[107707]: pgmap v389: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:54.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 43 sec 2023-12-01T17:21:55.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 44 sec 2023-12-01T17:21:55.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:55 smithi190 ceph-mon[110460]: pgmap v390: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:21:55.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:55 smithi154 ceph-mon[107707]: pgmap v390: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:21:56.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 45 sec 2023-12-01T17:21:57.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 46 sec 2023-12-01T17:21:57.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:57 smithi190 ceph-mon[110460]: pgmap v391: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:57.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:57 smithi154 ceph-mon[107707]: pgmap v391: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:58.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 47 sec 2023-12-01T17:21:59.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 48 sec 2023-12-01T17:21:59.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:21:59 smithi154 ceph-mon[107707]: pgmap v392: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:21:59.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:21:59 smithi190 ceph-mon[110460]: pgmap v392: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:00.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 49 sec 2023-12-01T17:22:00.779 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:00 smithi154 ceph-mon[107707]: pgmap v393: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:00.877 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:00 smithi190 ceph-mon[110460]: pgmap v393: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:01.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 50 sec 2023-12-01T17:22:02.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:01 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:22:02.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:01 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:22:02.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 51 sec 2023-12-01T17:22:03.338 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 52 sec 2023-12-01T17:22:03.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:03 smithi190 ceph-mon[110460]: pgmap v394: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:03.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:03 smithi154 ceph-mon[107707]: pgmap v394: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:04.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 53 sec 2023-12-01T17:22:05.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 54 sec 2023-12-01T17:22:05.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:05 smithi190 ceph-mon[110460]: pgmap v395: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:22:05.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:05 smithi154 ceph-mon[107707]: pgmap v395: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:22:06.337 INFO:teuthology.orchestra.run.smithi154.stdout: 1 cleanup 55 sec 2023-12-01T17:22:06.872 INFO:teuthology.orchestra.run.smithi154.stdout: 0 cleanup 56 sec 2023-12-01T17:22:06.872 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:22:06.872 INFO:teuthology.orchestra.run.smithi154.stdout: Operation Count AvgLat MaxLat 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: ---------------------------------------- 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: NTCreateX 589 20.831 186.083 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Close 547 7.942 80.200 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Rename 23 12.776 51.261 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Unlink 47 4.906 62.810 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Qpathinfo 191 2.911 53.498 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Qfileinfo 328 12.943 88.590 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Qfsinfo 104 1.621 25.189 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Sfileinfo 87 14.422 70.840 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Find 123 4.952 94.135 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: WriteX 1604 0.025 0.058 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: ReadX 451 0.023 1.740 2023-12-01T17:22:06.873 INFO:teuthology.orchestra.run.smithi154.stdout: Flush 111 10.240 25.207 2023-12-01T17:22:06.874 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T17:22:06.874 INFO:teuthology.orchestra.run.smithi154.stdout:Throughput 17.5111 MB/sec 5 clients 5 procs max_latency=186.086 ms 2023-12-01T17:22:06.875 DEBUG:teuthology.parallel:result is None 2023-12-01T17:22:07.486 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:07 smithi154 ceph-mon[107707]: pgmap v396: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:07.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:07 smithi190 ceph-mon[110460]: pgmap v396: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:07.772 INFO:teuthology.orchestra.run.smithi154.stdout:wait for servicemap items w/ changing names to refresh 2023-12-01T17:22:08.524 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'sleep 60' 2023-12-01T17:22:09.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:09 smithi190 ceph-mon[110460]: pgmap v397: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:09.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:09 smithi154 ceph-mon[107707]: pgmap v397: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:11.629 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:11 smithi190 ceph-mon[110460]: pgmap v398: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:11.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:11.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:11.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:11 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:22:11.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:11 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:22:11.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:11.630 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:11 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:11.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:11 smithi154 ceph-mon[107707]: pgmap v398: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:11.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:11.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:11.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:11 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:22:11.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:11 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:22:11.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:11.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:11 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:12 smithi190 ceph-mon[110460]: pgmap v399: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-01T17:22:12.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:12 smithi190 ceph-mon[110460]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-01T17:22:12.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:12 smithi154 ceph-mon[107707]: pgmap v399: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-01T17:22:12.775 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:12 smithi154 ceph-mon[107707]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-01T17:22:14.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:14 smithi190 ceph-mon[110460]: pgmap v400: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-01T17:22:14.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:14 smithi154 ceph-mon[107707]: pgmap v400: 97 pgs: 97 active+clean; 244 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-01T17:22:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:16 smithi190 ceph-mon[110460]: pgmap v401: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 389 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-01T17:22:16.774 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:16 smithi154 ceph-mon[107707]: pgmap v401: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 389 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-01T17:22:18.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:17 smithi190 ceph-mon[110460]: pgmap v402: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 389 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-01T17:22:18.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:17 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:18.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:22:18.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:17 smithi154 ceph-mon[107707]: pgmap v402: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 389 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-01T17:22:18.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:17 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:22:18.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:22:20.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:19 smithi190 ceph-mon[110460]: pgmap v403: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 389 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-01T17:22:20.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:19 smithi154 ceph-mon[107707]: pgmap v403: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 389 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-01T17:22:22.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:21 smithi190 ceph-mon[110460]: pgmap v404: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 389 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-01T17:22:22.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:21 smithi154 ceph-mon[107707]: pgmap v404: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 389 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-01T17:22:24.274 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:24 smithi154 ceph-mon[107707]: pgmap v405: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.5 KiB/s wr, 2 op/s 2023-12-01T17:22:24.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:24 smithi190 ceph-mon[110460]: pgmap v405: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.5 KiB/s wr, 2 op/s 2023-12-01T17:22:26.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:26 smithi190 ceph-mon[110460]: pgmap v406: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.5 KiB/s wr, 2 op/s 2023-12-01T17:22:26.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:26 smithi154 ceph-mon[107707]: pgmap v406: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.5 KiB/s wr, 2 op/s 2023-12-01T17:22:28.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:28 smithi190 ceph-mon[110460]: pgmap v407: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-01T17:22:28.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:28 smithi154 ceph-mon[107707]: pgmap v407: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-01T17:22:30.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:30 smithi190 ceph-mon[110460]: pgmap v408: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-01T17:22:30.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:30 smithi154 ceph-mon[107707]: pgmap v408: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-01T17:22:32.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:32 smithi190 ceph-mon[110460]: pgmap v409: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:32.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:32 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:22:32.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:32 smithi154 ceph-mon[107707]: pgmap v409: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:32.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:32 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:22:34.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:34 smithi190 ceph-mon[110460]: pgmap v410: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:34.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:34 smithi154 ceph-mon[107707]: pgmap v410: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:36.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:36 smithi190 ceph-mon[110460]: pgmap v411: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:22:36.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:36 smithi154 ceph-mon[107707]: pgmap v411: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:22:38.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:38 smithi190 ceph-mon[110460]: pgmap v412: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:38.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:38 smithi154 ceph-mon[107707]: pgmap v412: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:40.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:40 smithi190 ceph-mon[110460]: pgmap v413: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:40.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:40 smithi154 ceph-mon[107707]: pgmap v413: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:42.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:42 smithi190 ceph-mon[110460]: pgmap v414: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:42.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:42 smithi154 ceph-mon[107707]: pgmap v414: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:44.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:44 smithi190 ceph-mon[110460]: pgmap v415: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:44.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:44 smithi154 ceph-mon[107707]: pgmap v415: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:46.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:46 smithi190 ceph-mon[110460]: pgmap v416: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:22:46.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:46 smithi154 ceph-mon[107707]: pgmap v416: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:22:47.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:47 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:22:47.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:47 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:22:48.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:48 smithi190 ceph-mon[110460]: pgmap v417: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:48.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:48 smithi154 ceph-mon[107707]: pgmap v417: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:50.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:50 smithi190 ceph-mon[110460]: pgmap v418: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:50.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:50 smithi154 ceph-mon[107707]: pgmap v418: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:52.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:52 smithi190 ceph-mon[110460]: pgmap v419: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:52.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:52 smithi154 ceph-mon[107707]: pgmap v419: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:54.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:54 smithi190 ceph-mon[110460]: pgmap v420: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:54.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:54 smithi154 ceph-mon[107707]: pgmap v420: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:56.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:56 smithi190 ceph-mon[110460]: pgmap v421: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:22:56.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:56 smithi154 ceph-mon[107707]: pgmap v421: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:22:58.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:22:58 smithi190 ceph-mon[110460]: pgmap v422: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:22:58.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:22:58 smithi154 ceph-mon[107707]: pgmap v422: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:00.378 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:00 smithi190 ceph-mon[110460]: pgmap v423: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:00.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:00 smithi154 ceph-mon[107707]: pgmap v423: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:02.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:02 smithi190 ceph-mon[110460]: pgmap v424: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:02.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:02 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:23:02.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:02 smithi154 ceph-mon[107707]: pgmap v424: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:02.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:02 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:23:04.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:04 smithi190 ceph-mon[110460]: pgmap v425: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:04.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:04 smithi154 ceph-mon[107707]: pgmap v425: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:06.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:06 smithi190 ceph-mon[110460]: pgmap v426: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:23:06.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:06 smithi154 ceph-mon[107707]: pgmap v426: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:23:08.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:08 smithi190 ceph-mon[110460]: pgmap v427: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:08.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:08 smithi154 ceph-mon[107707]: pgmap v427: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:10.275 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:10 smithi154 ceph-mon[107707]: pgmap v428: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:10.278 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch ps' 2023-12-01T17:23:10.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:10 smithi190 ceph-mon[110460]: pgmap v428: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:11.203 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:11 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:23:11.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:11 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:alertmanager.smithi154 smithi154 *:9093,9094 running (13m) 60s ago 19m - - 0.23.0 ba2b418f427c 7a0fea6d9815 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi154 smithi154 running (19m) 60s ago 19m - - 17.2.0 e1d6a67b021e 3caa306ad860 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:crash.smithi190 smithi190 running (19m) 10m ago 19m 7147k - 17.2.0 e1d6a67b021e 9cf33a7e0c00 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:grafana.smithi154 smithi154 *:3000 running (13m) 60s ago 19m - - 8.3.5 dad864ee21e9 d66efc61918d 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi154.rzvpxi smithi154 running (15m) 60s ago 15m - - 17.2.0 e1d6a67b021e 84bfbaf00dad 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:mds.foofs.smithi190.ftgqnc smithi190 running (15m) 10m ago 15m 14.9M - 17.2.0 e1d6a67b021e 6d11653e60a5 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi154.evnvqt smithi154 *:8443,9283,8765 running (20m) 60s ago 20m - - 17.2.0 e1d6a67b021e 3b8dcef87cd0 2023-12-01T17:23:11.641 INFO:teuthology.orchestra.run.smithi154.stdout:mgr.smithi190.euqtie smithi190 *:8443,9283 running (14m) 10m ago 19m 514M - 18.0.0-7673-gb5f2d389 ad35153e00f8 953144f24cc1 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi154 smithi154 running (21m) 60s ago 21m - 2048M 17.2.0 e1d6a67b021e 386ef78caac5 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:mon.smithi190 smithi190 running (19m) 10m ago 19m 65.4M 2048M 17.2.0 e1d6a67b021e fe10e8868e66 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.0.0.smithi154.ordlyt smithi154 *:2049 running (15m) 60s ago 15m - - 4.0 e1d6a67b021e 4307178452c6 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:nfs.foo.1.0.smithi190.goxudp smithi190 *:2049 running (15m) 10m ago 15m 84.5M - 4.0 e1d6a67b021e 79224708e73d 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi154 smithi154 *:9100 running (13m) 60s ago 19m - - 1.3.1 1dbe0e931976 30bb10057c06 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:node-exporter.smithi190 smithi190 *:9100 running (13m) 10m ago 19m 21.7M - 1.3.1 1dbe0e931976 366ac2c783a2 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:osd.0 smithi154 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e c3b51e7da5b1 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:osd.1 smithi154 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e 67a1a651e70d 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:osd.2 smithi154 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e 55ff5c94b994 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:osd.3 smithi154 running (17m) 60s ago 17m - 1944M 17.2.0 e1d6a67b021e dac0cdb2433f 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:osd.4 smithi190 running (17m) 10m ago 17m 1399M 2712M 17.2.0 e1d6a67b021e a5a576e14aba 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:osd.5 smithi190 running (17m) 10m ago 17m 1652M 2712M 17.2.0 e1d6a67b021e e1a21624e7b9 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:osd.6 smithi190 running (17m) 10m ago 17m 1307M 2712M 17.2.0 e1d6a67b021e b52b13c20f23 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:osd.7 smithi190 running (16m) 10m ago 16m 2068M 2712M 17.2.0 e1d6a67b021e 57180adee4f1 2023-12-01T17:23:11.642 INFO:teuthology.orchestra.run.smithi154.stdout:prometheus.smithi154 smithi154 *:9095 running (13m) 60s ago 19m - - 2.33.4 514e6a882f6e 84988f331cf5 2023-12-01T17:23:12.053 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch upgrade status' 2023-12-01T17:23:12.316 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:12 smithi154 ceph-mon[107707]: pgmap v429: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:12.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:12 smithi190 ceph-mon[110460]: pgmap v429: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:13.172 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:13 smithi154 ceph-mon[107707]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:23:13.377 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:13 smithi190 ceph-mon[110460]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout: "in_progress": true, 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout: "services_complete": [], 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed.", 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout: "is_paused": true 2023-12-01T17:23:13.926 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:23:14.378 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph health detail' 2023-12-01T17:23:14.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:14 smithi154 ceph-mon[107707]: pgmap v430: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:14.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:14.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:14 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:14 smithi190 ceph-mon[110460]: pgmap v430: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:14.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:14 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:15.524 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:15 smithi154 ceph-mon[107707]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:23:15.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:15 smithi190 ceph-mon[110460]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T17:23:16.085 INFO:teuthology.orchestra.run.smithi154.stdout:HEALTH_WARN Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi154.evnvqt on host smithi154 failed. 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrade daemon: mgr.smithi154.evnvqt: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi154.evnvqt ... 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout:Traceback (most recent call last): 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout: "__main__", mod_spec) 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout: exec(code, run_globals) 2023-12-01T17:23:16.086 INFO:teuthology.orchestra.run.smithi154.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-01T17:23:16.087 INFO:teuthology.orchestra.run.smithi154.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-01T17:23:16.087 INFO:teuthology.orchestra.run.smithi154.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-01T17:23:16.087 INFO:teuthology.orchestra.run.smithi154.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-01T17:23:16.087 INFO:teuthology.orchestra.run.smithi154.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-01T17:23:16.087 INFO:teuthology.orchestra.run.smithi154.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-01T17:23:16.087 INFO:teuthology.orchestra.run.smithi154.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-01T17:23:16.087 INFO:teuthology.orchestra.run.smithi154.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-01T17:23:16.087 INFO:teuthology.orchestra.run.smithi154.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-01T17:23:16.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:16 smithi154 ceph-mon[107707]: pgmap v431: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:23:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:16 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:16 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:16 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:23:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:16 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:23:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:16 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:16 smithi154 ceph-mon[107707]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:16 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/4288785673' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:23:16.474 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions' 2023-12-01T17:23:16.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:16 smithi190 ceph-mon[110460]: pgmap v431: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T17:23:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:16 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:16 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:16 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T17:23:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:16 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T17:23:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:16 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:16 smithi190 ceph-mon[110460]: from='mgr.24431 ' entity='mgr.smithi190.euqtie' 2023-12-01T17:23:16.628 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:16 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/4288785673' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T17:23:17.461 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:17 smithi154 ceph-mon[107707]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:23:17.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:17 smithi190 ceph-mon[110460]: from='mgr.24431 172.21.15.190:0/344759854' entity='mgr.smithi190.euqtie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: "mon": { 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: "mgr": { 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: "osd": { 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T17:23:17.912 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:23:17.913 INFO:teuthology.orchestra.run.smithi154.stdout: "mds": { 2023-12-01T17:23:17.913 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T17:23:17.913 INFO:teuthology.orchestra.run.smithi154.stdout: }, 2023-12-01T17:23:17.913 INFO:teuthology.orchestra.run.smithi154.stdout: "overall": { 2023-12-01T17:23:17.913 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T17:23:17.913 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T17:23:17.913 INFO:teuthology.orchestra.run.smithi154.stdout: } 2023-12-01T17:23:17.913 INFO:teuthology.orchestra.run.smithi154.stdout:} 2023-12-01T17:23:18.230 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-01T17:23:18.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:18 smithi154 ceph-mon[107707]: pgmap v432: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:18.526 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:18 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1907620849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:23:18.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:18 smithi190 ceph-mon[110460]: pgmap v432: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:18.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:18 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1907620849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:23:19.649 INFO:teuthology.orchestra.run.smithi154.stdout:false 2023-12-01T17:23:20.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:23:20.007 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_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 39, 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 smithi154 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-01T17:23:20.111 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=35f421dd38ef41e6bd473edf1d76c9e9 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_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 39, 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 smithi154 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-01T17:23:20.115 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T17:23:20.132 INFO:tasks.cephadm:Teardown begin 2023-12-01T17:23:20.133 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T17:23:20.177 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T17:23:20.215 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-01T17:23:20.215 DEBUG:teuthology.orchestra.run.smithi154:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-01T17:23:20.235 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-01T17:23:20.275 INFO:tasks.cephadm:Stopping all daemons... 2023-12-01T17:23:20.275 INFO:tasks.cephadm.mon.smithi154:Stopping mon.smithi154... 2023-12-01T17:23:20.276 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi154 2023-12-01T17:23:20.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:20 smithi154 ceph-mon[107707]: pgmap v433: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:20.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:20 smithi154 ceph-mon[107707]: from='client.? 172.21.15.154:0/1395892773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:23:20.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:20 smithi154 systemd[1]: Stopping Ceph mon.smithi154 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:23:20.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:20 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon-smithi154[107684]: 2023-12-01T17:23:20.364+0000 7ff496ca7700 -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-01T17:23:20.525 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Dec 01 17:23:20 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon-smithi154[107684]: 2023-12-01T17:23:20.364+0000 7ff496ca7700 -1 mon.smithi154@0(leader) e2 *** Got Signal Terminated *** 2023-12-01T17:23:20.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:20 smithi190 ceph-mon[110460]: pgmap v433: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T17:23:20.627 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:20 smithi190 ceph-mon[110460]: from='client.? 172.21.15.154:0/1395892773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T17:23:20.774 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi154.service' 2023-12-01T17:23:20.830 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:23:20.830 INFO:tasks.cephadm.mon.smithi154:Stopped mon.smithi154 2023-12-01T17:23:20.831 INFO:tasks.cephadm.mon.smithi190:Stopping mon.smithi190... 2023-12-01T17:23:20.831 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi190 2023-12-01T17:23:21.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:20 smithi190 systemd[1]: Stopping Ceph mon.smithi190 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:23:21.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:20 smithi190 bash[136173]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon.smithi190" found: no such container 2023-12-01T17:23:21.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:20 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon-smithi190[110437]: 2023-12-01T17:23:20.975+0000 7fe7f560c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi190 -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-01T17:23:21.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 01 17:23:20 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-mon-smithi190[110437]: 2023-12-01T17:23:20.975+0000 7fe7f560c700 -1 mon.smithi190@1(peon) e2 *** Got Signal Terminated *** 2023-12-01T17:23:21.384 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@mon.smithi190.service' 2023-12-01T17:23:21.442 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:23:21.443 INFO:tasks.cephadm.mon.smithi190:Stopped mon.smithi190 2023-12-01T17:23:21.443 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-01T17:23:21.443 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.0 2023-12-01T17:23:21.774 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:23:21 smithi154 systemd[1]: Stopping Ceph osd.0 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:23:21.775 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:23:21 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-0[120480]: 2023-12-01T17:23:21.567+0000 7f1d4ef2c700 -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-01T17:23:21.775 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:23:21 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-0[120480]: 2023-12-01T17:23:21.567+0000 7f1d4ef2c700 -1 osd.0 66 *** Got signal Terminated *** 2023-12-01T17:23:21.775 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:23:21 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-0[120480]: 2023-12-01T17:23:21.567+0000 7f1d4ef2c700 -1 osd.0 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T17:23:27.591 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:23:27 smithi154 bash[158099]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-0 2023-12-01T17:23:27.591 INFO:journalctl@ceph.osd.0.smithi154.stdout:Dec 01 17:23:27 smithi154 bash[158143]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-12-01T17:23:28.301 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.0.service' 2023-12-01T17:23:28.341 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:23:28.342 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-01T17:23:28.342 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-01T17:23:28.342 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.1 2023-12-01T17:23:28.774 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:23:28 smithi154 systemd[1]: Stopping Ceph osd.1 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:23:28.775 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:23:28 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-1[125162]: 2023-12-01T17:23:28.480+0000 7f26013b3700 -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-01T17:23:28.775 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:23:28 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-1[125162]: 2023-12-01T17:23:28.480+0000 7f26013b3700 -1 osd.1 66 *** Got signal Terminated *** 2023-12-01T17:23:28.775 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:23:28 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-1[125162]: 2023-12-01T17:23:28.480+0000 7f26013b3700 -1 osd.1 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T17:23:34.508 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:23:34 smithi154 bash[158318]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-1 2023-12-01T17:23:34.508 INFO:journalctl@ceph.osd.1.smithi154.stdout:Dec 01 17:23:34 smithi154 bash[158362]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-12-01T17:23:35.251 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.1.service' 2023-12-01T17:23:35.290 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:23:35.291 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-01T17:23:35.291 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-01T17:23:35.291 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.2 2023-12-01T17:23:35.524 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:23:35 smithi154 systemd[1]: Stopping Ceph osd.2 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:23:35.525 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:23:35 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-2[129511]: 2023-12-01T17:23:35.429+0000 7fe77ed25700 -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-01T17:23:35.525 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:23:35 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-2[129511]: 2023-12-01T17:23:35.429+0000 7fe77ed25700 -1 osd.2 66 *** Got signal Terminated *** 2023-12-01T17:23:35.525 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:23:35 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-2[129511]: 2023-12-01T17:23:35.429+0000 7fe77ed25700 -1 osd.2 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T17:23:41.525 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:23:41 smithi154 bash[158538]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-2 2023-12-01T17:23:41.526 INFO:journalctl@ceph.osd.2.smithi154.stdout:Dec 01 17:23:41 smithi154 bash[158618]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-12-01T17:23:42.274 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.2.service' 2023-12-01T17:23:42.313 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:23:42.313 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-01T17:23:42.313 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-01T17:23:42.314 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.3 2023-12-01T17:23:42.524 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:23:42 smithi154 systemd[1]: Stopping Ceph osd.3 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:23:42.525 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:23:42 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-3[133276]: 2023-12-01T17:23:42.444+0000 7fa4592b9700 -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-01T17:23:42.525 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:23:42 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-3[133276]: 2023-12-01T17:23:42.444+0000 7fa4592b9700 -1 osd.3 66 *** Got signal Terminated *** 2023-12-01T17:23:42.525 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:23:42 smithi154 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-3[133276]: 2023-12-01T17:23:42.444+0000 7fa4592b9700 -1 osd.3 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T17:23:48.388 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:23:48 smithi154 bash[158797]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-3 2023-12-01T17:23:48.389 INFO:journalctl@ceph.osd.3.smithi154.stdout:Dec 01 17:23:48 smithi154 bash[158848]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-12-01T17:23:49.072 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.3.service' 2023-12-01T17:23:49.113 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:23:49.113 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-01T17:23:49.113 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-01T17:23:49.113 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.4 2023-12-01T17:23:49.127 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:48 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:48.694+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:49.628 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:49 smithi190 systemd[1]: Stopping Ceph osd.4 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:23:49.628 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:49 smithi190 bash[136329]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-01T17:23:49.628 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:49 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:23:49.245+0000 7f109d783700 -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-01T17:23:49.628 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:49 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:23:49.245+0000 7f109d783700 -1 osd.4 66 *** Got signal Terminated *** 2023-12-01T17:23:49.628 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:49 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:23:49.245+0000 7f109d783700 -1 osd.4 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T17:23:50.127 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:49 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:49.707+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:51.127 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:50 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:50.713+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:51.627 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:51 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:23:51.340+0000 7f1096917700 -1 osd.4 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:21.846341+0000 front 2023-12-01T17:23:21.846258+0000 (oldest deadline 2023-12-01T17:23:50.646636+0000) 2023-12-01T17:23:52.128 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:51 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:51.722+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:52.628 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:52 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:23:52.373+0000 7f1096917700 -1 osd.4 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:21.846341+0000 front 2023-12-01T17:23:21.846258+0000 (oldest deadline 2023-12-01T17:23:50.646636+0000) 2023-12-01T17:23:53.010 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:52 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:52.682+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:53.370 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:53 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:53.010+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:23:53.627 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:53 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4[115314]: 2023-12-01T17:23:53.370+0000 7f1096917700 -1 osd.4 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:21.846341+0000 front 2023-12-01T17:23:21.846258+0000 (oldest deadline 2023-12-01T17:23:50.646636+0000) 2023-12-01T17:23:53.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:53 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:53.378+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:23:53.982 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:53 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:53.728+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:54.333 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:53 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:53.982+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:23:54.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:54 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:54.333+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:23:54.971 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:54 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:54.702+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:55.347 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:54 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:54.989+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:23:55.348 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:55 smithi190 bash[136342]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-4 2023-12-01T17:23:55.348 INFO:journalctl@ceph.osd.4.smithi190.stdout:Dec 01 17:23:55 smithi190 bash[136393]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-01T17:23:55.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:55 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:55.346+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:23:55.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:55 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:55.346+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:23:56.039 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:55 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:55.670+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:56.040 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:55 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:55.670+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:33.218777+0000 front 2023-12-01T17:23:33.218869+0000 (oldest deadline 2023-12-01T17:23:55.518845+0000) 2023-12-01T17:23:56.078 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.4.service' 2023-12-01T17:23:56.159 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:23:56.159 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-01T17:23:56.160 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-01T17:23:56.160 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.5 2023-12-01T17:23:56.304 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:56 smithi190 systemd[1]: Stopping Ceph osd.5 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:23:56.304 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:56 smithi190 bash[136573]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-01T17:23:56.304 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:56.040+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:23:56.305 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:56.040+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:23:56.627 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:56.383+0000 7f415ad7e700 -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-01T17:23:56.628 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:56.383+0000 7f415ad7e700 -1 osd.5 66 *** Got signal Terminated *** 2023-12-01T17:23:56.628 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:56.383+0000 7f415ad7e700 -1 osd.5 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T17:23:56.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:56.303+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:23:56.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:56.303+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:23:57.047 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:56.642+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:57.047 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:56 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:56.642+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:33.218777+0000 front 2023-12-01T17:23:33.218869+0000 (oldest deadline 2023-12-01T17:23:55.518845+0000) 2023-12-01T17:23:57.330 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:57 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:57.046+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:23:57.330 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:57 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:57.046+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:23:57.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:57 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:57.330+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:23:57.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:57 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:57.330+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:23:58.016 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:57 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:57.681+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:58.016 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:57 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:57.681+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:33.218777+0000 front 2023-12-01T17:23:33.218869+0000 (oldest deadline 2023-12-01T17:23:55.518845+0000) 2023-12-01T17:23:58.297 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:58 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:58.016+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:23:58.298 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:58 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:58.016+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:23:58.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:58 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:58.298+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:23:58.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:58 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:58.298+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:23:59.051 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:58 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:58.719+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:23:59.051 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:58 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:58.719+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:33.218777+0000 front 2023-12-01T17:23:33.218869+0000 (oldest deadline 2023-12-01T17:23:55.518845+0000) 2023-12-01T17:23:59.304 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:59 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:59.051+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:23:59.304 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:23:59 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:23:59.051+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:23:59.630 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:59 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:59.305+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:23:59.630 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:23:59 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:23:59.305+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:00.035 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:59 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:59.754+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:24:00.035 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:23:59 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:23:59.754+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:33.218777+0000 front 2023-12-01T17:23:33.218869+0000 (oldest deadline 2023-12-01T17:23:55.518845+0000) 2023-12-01T17:24:00.315 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:00 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:00.035+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:00.315 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:00 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:00.035+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:00.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:00 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:00.316+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:24:00.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:00 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:00.316+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:01.061 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:24:00 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:24:00.762+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.216671+0000 front 2023-12-01T17:23:25.216742+0000 (oldest deadline 2023-12-01T17:23:48.116624+0000) 2023-12-01T17:24:01.061 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:24:00 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5[118763]: 2023-12-01T17:24:00.762+0000 7f4156717700 -1 osd.5 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:33.218777+0000 front 2023-12-01T17:23:33.218869+0000 (oldest deadline 2023-12-01T17:23:55.518845+0000) 2023-12-01T17:24:01.319 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:01 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:01.060+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:01.319 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:01 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:01.060+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:01.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:01 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:01.319+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:24:01.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:01 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:01.319+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:02.338 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:24:02 smithi190 bash[136586]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-5 2023-12-01T17:24:02.338 INFO:journalctl@ceph.osd.5.smithi190.stdout:Dec 01 17:24:02 smithi190 bash[136663]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-01T17:24:02.338 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:02 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:02.052+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:02.339 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:02 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:02.052+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:02.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:02 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:02.337+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:24:02.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:02 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:02.337+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:02.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:02 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:02.337+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:36.898214+0000 front 2023-12-01T17:23:36.898247+0000 (oldest deadline 2023-12-01T17:24:01.598162+0000) 2023-12-01T17:24:03.103 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.5.service' 2023-12-01T17:24:03.144 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:24:03.145 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-01T17:24:03.145 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-01T17:24:03.145 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.6 2023-12-01T17:24:03.345 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:03 smithi190 systemd[1]: Stopping Ceph osd.6 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:24:03.345 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:03 smithi190 bash[136837]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-01T17:24:03.345 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:03 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:03.067+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:03.345 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:03 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:03.067+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:03.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:03 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:03.344+0000 7f52cc7f8700 -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-01T17:24:03.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:03 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:03.344+0000 7f52cc7f8700 -1 osd.6 66 *** Got signal Terminated *** 2023-12-01T17:24:03.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:03 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:03.344+0000 7f52cc7f8700 -1 osd.6 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T17:24:03.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:03 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:03.359+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:24:03.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:03 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:03.359+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:03.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:03 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:03.359+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:36.898214+0000 front 2023-12-01T17:23:36.898247+0000 (oldest deadline 2023-12-01T17:24:01.598162+0000) 2023-12-01T17:24:04.331 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:04 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:04.059+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:04.331 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:04 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:04.059+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:04.627 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:04 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:04.331+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:24:04.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:04 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:04.331+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:04.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:04 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:04.331+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:36.898214+0000 front 2023-12-01T17:23:36.898247+0000 (oldest deadline 2023-12-01T17:24:01.598162+0000) 2023-12-01T17:24:05.349 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:05 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:05.076+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:05.349 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:05 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:05.076+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:05.349 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:05 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:05.076+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:05.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:05 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:05.349+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:24:05.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:05 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:05.349+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:05.628 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:05 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:05.349+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:36.898214+0000 front 2023-12-01T17:23:36.898247+0000 (oldest deadline 2023-12-01T17:24:01.598162+0000) 2023-12-01T17:24:06.377 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:06 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:06.115+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:06.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:06 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:06.115+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:06.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:06 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:06.115+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:06.877 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:06 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:06.386+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:24:06.878 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:06 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:06.386+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:06.878 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:06 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:06.386+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:36.898214+0000 front 2023-12-01T17:23:36.898247+0000 (oldest deadline 2023-12-01T17:24:01.598162+0000) 2023-12-01T17:24:07.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:07 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:07.083+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:07.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:07 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:07.083+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:07.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:07 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:07.083+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:07.877 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:07 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:07.404+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:25.896186+0000 front 2023-12-01T17:23:25.895998+0000 (oldest deadline 2023-12-01T17:23:52.896575+0000) 2023-12-01T17:24:07.878 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:07 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:07.404+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.897265+0000 front 2023-12-01T17:23:32.897213+0000 (oldest deadline 2023-12-01T17:23:54.597168+0000) 2023-12-01T17:24:07.878 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:07 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6[122294]: 2023-12-01T17:24:07.404+0000 7f52c598c700 -1 osd.6 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:36.898214+0000 front 2023-12-01T17:23:36.898247+0000 (oldest deadline 2023-12-01T17:24:01.598162+0000) 2023-12-01T17:24:08.377 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:08 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:08.100+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:08.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:08 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:08.100+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:08.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:08 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:08.100+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:09.378 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:09 smithi190 bash[136849]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-6 2023-12-01T17:24:09.378 INFO:journalctl@ceph.osd.6.smithi190.stdout:Dec 01 17:24:09 smithi190 bash[136893]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-01T17:24:09.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:09 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:09.116+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:09.378 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:09 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:09.116+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:09.379 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:09 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:09.116+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:10.153 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.6.service' 2023-12-01T17:24:10.192 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:24:10.193 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-01T17:24:10.193 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-01T17:24:10.193 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.7 2023-12-01T17:24:10.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:10 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:10.155+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:10.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:10 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:10.155+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:10.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:10 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:10.155+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:10.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:10 smithi190 systemd[1]: Stopping Ceph osd.7 for 48a53fa0-906b-11ee-95a2-87774f69a715... 2023-12-01T17:24:10.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:10 smithi190 bash[137072]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-01T17:24:10.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:10 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:10.356+0000 7f88f0577700 -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-01T17:24:10.629 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:10 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:10.356+0000 7f88f0577700 -1 osd.7 66 *** Got signal Terminated *** 2023-12-01T17:24:10.629 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:10 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:10.356+0000 7f88f0577700 -1 osd.7 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T17:24:11.627 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:11 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:11.192+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:11.627 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:11 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:11.192+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:11.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:11 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:11.192+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:12.627 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:12 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:12.180+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:12.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:12 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:12.180+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:12.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:12 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:12.180+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:13.627 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:13 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:13.203+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:13.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:13 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:13.203+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:13.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:13 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:13.203+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:13.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:13 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:13.203+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6830 osd.3 since back 2023-12-01T17:23:44.133788+0000 front 2023-12-01T17:23:44.133821+0000 (oldest deadline 2023-12-01T17:24:12.934400+0000) 2023-12-01T17:24:14.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:14 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:14.190+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:14.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:14 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:14.190+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:14.629 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:14 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:14.190+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:14.629 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:14 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:14.190+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6830 osd.3 since back 2023-12-01T17:23:44.133788+0000 front 2023-12-01T17:23:44.133821+0000 (oldest deadline 2023-12-01T17:24:12.934400+0000) 2023-12-01T17:24:15.627 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:15 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:15.195+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6806 osd.0 since back 2023-12-01T17:23:26.531451+0000 front 2023-12-01T17:23:26.531392+0000 (oldest deadline 2023-12-01T17:23:52.431537+0000) 2023-12-01T17:24:15.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:15 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:15.195+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6814 osd.1 since back 2023-12-01T17:23:32.432169+0000 front 2023-12-01T17:23:32.432182+0000 (oldest deadline 2023-12-01T17:23:55.932171+0000) 2023-12-01T17:24:15.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:15 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:15.195+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6822 osd.2 since back 2023-12-01T17:23:38.233447+0000 front 2023-12-01T17:23:38.233378+0000 (oldest deadline 2023-12-01T17:24:04.133294+0000) 2023-12-01T17:24:15.628 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:15 smithi190 ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7[125775]: 2023-12-01T17:24:15.195+0000 7f88eb70f700 -1 osd.7 66 heartbeat_check: no reply from 172.21.15.154:6830 osd.3 since back 2023-12-01T17:23:44.133788+0000 front 2023-12-01T17:23:44.133821+0000 (oldest deadline 2023-12-01T17:24:12.934400+0000) 2023-12-01T17:24:16.090 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:15 smithi190 bash[137084]: ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd-7 2023-12-01T17:24:16.090 INFO:journalctl@ceph.osd.7.smithi190.stdout:Dec 01 17:24:16 smithi190 bash[137128]: Error: no container with name or ID "ceph-48a53fa0-906b-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-01T17:24:16.985 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-48a53fa0-906b-11ee-95a2-87774f69a715@osd.7.service' 2023-12-01T17:24:17.024 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:24:17.024 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-01T17:24:17.025 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-01T17:24:36.050 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-01T17:24:53.514 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T17:24:53.552 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T17:24:53.583 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T17:24:53.585 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244/remote/smithi154/crash 2023-12-01T17:24:53.585 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/crash -- . 2023-12-01T17:24:53.637 INFO:teuthology.orchestra.run.smithi154.stderr:tar: /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T17:24:53.638 INFO:teuthology.orchestra.run.smithi154.stderr:tar: Error is not recoverable: exiting now 2023-12-01T17:24:53.640 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244/remote/smithi190/crash 2023-12-01T17:24:53.641 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/crash -- . 2023-12-01T17:24:53.692 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T17:24:53.693 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2023-12-01T17:24:53.693 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T17:24:53.694 DEBUG:teuthology.orchestra.run.smithi154:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T17:24:53.724 INFO:teuthology.orchestra.run.smithi154.stderr:grep: /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T17:24:53.725 INFO:tasks.cephadm:Compressing logs... 2023-12-01T17:24:53.726 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-01T17:24:53.768 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T17:24:53.795 INFO:teuthology.orchestra.run.smithi190.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-01T17:24:53.795 INFO:teuthology.orchestra.run.smithi190.stderr:: No such file or directory 2023-12-01T17:24:53.795 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-01T17:24:53.796 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-01T17:24:53.796 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mgr.smithi190.euqtie.log 2023-12-01T17:24:53.796 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-01T17:24:53.796 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mgr.smithi190.euqtie.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mon.smithi190.log 2023-12-01T17:24:53.797 INFO:teuthology.orchestra.run.smithi154.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-01T17:24:53.798 INFO:teuthology.orchestra.run.smithi154.stderr:: No such file or directory 2023-12-01T17:24:53.798 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mon.smithi154.log 2023-12-01T17:24:53.798 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-01T17:24:53.798 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mon.smithi154.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-01T17:24:53.798 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-01T17:24:53.799 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-01T17:24:53.800 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi154.rzvpxi.log 2023-12-01T17:24:53.800 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mon.smithi190.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-01T17:24:53.802 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-01T17:24:53.803 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-01T17:24:53.803 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.4.log: /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-01T17:24:53.803 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi190.ftgqnc.log 2023-12-01T17:24:53.803 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi190.ftgqnc.log: 63.5% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi190.ftgqnc.log.gz 2023-12-01T17:24:53.804 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi154.rzvpxi.log: 80.6% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi154.rzvpxi.log.gz 2023-12-01T17:24:53.804 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mgr.smithi154.evnvqt.log 2023-12-01T17:24:53.804 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mgr.smithi154.evnvqt.log: 90.8% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-01T17:24:53.804 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-01T17:24:53.809 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.1.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-01T17:24:53.889 INFO:teuthology.orchestra.run.smithi154.stderr: 88.5% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mgr.smithi154.evnvqt.log.gz 2023-12-01T17:24:53.937 INFO:teuthology.orchestra.run.smithi190.stderr: 90.2% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mgr.smithi190.euqtie.log.gz 2023-12-01T17:24:54.097 INFO:teuthology.orchestra.run.smithi190.stderr: 92.3% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mon.smithi190.log.gz 2023-12-01T17:24:54.804 INFO:teuthology.orchestra.run.smithi154.stderr: 91.6% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-mon.smithi154.log.gz 2023-12-01T17:25:01.627 INFO:teuthology.orchestra.run.smithi154.stderr: 94.5% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-01T17:25:03.840 INFO:teuthology.orchestra.run.smithi190.stderr: 94.0% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-01T17:25:04.739 INFO:teuthology.orchestra.run.smithi190.stderr: 94.3% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-01T17:25:05.127 INFO:teuthology.orchestra.run.smithi154.stderr: 94.1% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-01T17:25:06.502 INFO:teuthology.orchestra.run.smithi154.stderr: 94.3% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-01T17:25:06.661 INFO:teuthology.orchestra.run.smithi154.stderr: 94.1% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-01T17:25:06.663 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T17:25:06.663 INFO:teuthology.orchestra.run.smithi154.stderr:real 0m12.879s 2023-12-01T17:25:06.663 INFO:teuthology.orchestra.run.smithi154.stderr:user 0m43.930s 2023-12-01T17:25:06.663 INFO:teuthology.orchestra.run.smithi154.stderr:sys 0m1.874s 2023-12-01T17:25:08.073 INFO:teuthology.orchestra.run.smithi190.stderr: 94.3% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-01T17:25:11.106 INFO:teuthology.orchestra.run.smithi190.stderr: 94.2% -- replaced with /var/log/ceph/48a53fa0-906b-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-01T17:25:11.108 INFO:teuthology.orchestra.run.smithi190.stderr: 2023-12-01T17:25:11.108 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m17.323s 2023-12-01T17:25:11.108 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m50.876s 2023-12-01T17:25:11.108 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m2.078s 2023-12-01T17:25:11.109 INFO:tasks.cephadm:Archiving logs... 2023-12-01T17:25:11.109 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244/remote/smithi154/log 2023-12-01T17:25:11.111 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T17:25:17.399 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244/remote/smithi190/log 2023-12-01T17:25:17.400 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T17:25:24.722 INFO:tasks.cephadm:Removing cluster... 2023-12-01T17:25:24.723 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 --force 2023-12-01T17:25:25.098 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 48a53fa0-906b-11ee-95a2-87774f69a715 --force 2023-12-01T17:25:25.484 INFO:tasks.cephadm:Removing cephadm ... 2023-12-01T17:25:25.485 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-01T17:25:25.504 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-01T17:25:25.521 INFO:tasks.cephadm:Teardown complete 2023-12-01T17:25:25.522 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T17:25:25.532 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T17:25:25.533 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:25:25.546 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:25:25.561 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-12-01T17:25:25.566 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:25:25.566 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-12-01T17:25:25.566 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 24 +1880us[+1880us] +/- 77ms 2023-12-01T17:25:25.566 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -103us[ -92us] +/- 60ms 2023-12-01T17:25:25.566 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 -1452us[-1441us] +/- 74ms 2023-12-01T17:25:25.566 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:25:25.578 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-12-01T17:25:25.583 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:25:25.583 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-12-01T17:25:25.584 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 +1835us[+1876us] +/- 77ms 2023-12-01T17:25:25.584 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -166us[ -124us] +/- 60ms 2023-12-01T17:25:25.584 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 27 -1503us[-1462us] +/- 74ms 2023-12-01T17:25:25.584 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:25:25.584 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T17:25:25.632 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T17:25:25.632 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T17:25:25.728 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-01T17:25:25.823 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T17:25:25.914 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-01T17:25:25.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:25:25.947 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T17:25:25.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:25:25.980 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T17:25:25.990 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T17:25:26.024 INFO:teuthology.task.internal:Duration was 1910.196256 seconds 2023-12-01T17:25:26.024 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T17:25:26.102 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T17:25:26.102 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:25:26.105 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:25:26.148 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:25:26.151 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:25:26.640 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T17:25:26.640 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T17:25:26.640 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-01T17:25:26.666 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2023-12-01T17:25:26.667 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T17:25:26.691 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T17:25:26.691 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:25:26.709 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:25:26.784 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T17:25:26.810 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:25:26.814 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:25:34.946 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T17:25:34.959 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T17:25:34.960 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:25:34.987 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:25:35.021 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T17:25:35.047 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-01T17:25:35.051 DEBUG:teuthology.orchestra.run.smithi190:> 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-01T17:25:35.076 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2023-12-01T17:25:35.091 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2023-12-01T17:25:35.140 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:25:35.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:25:35.164 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:25:35.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:25:35.200 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T17:25:35.210 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T17:25:35.211 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244/remote/smithi154 2023-12-01T17:25:35.211 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:25:35.275 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244/remote/smithi190 2023-12-01T17:25:35.275 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:25:35.316 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T17:25:35.316 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:25:35.319 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:25:35.369 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T17:25:35.380 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T17:25:35.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T17:25:35.391 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T17:25:35.391 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:25:35.393 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:25:35.409 INFO:teuthology.orchestra.run.smithi154.stdout: 525658 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:25 /home/ubuntu/cephtest 2023-12-01T17:25:35.426 INFO:teuthology.orchestra.run.smithi190.stdout: 525564 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:25 /home/ubuntu/cephtest 2023-12-01T17:25:35.428 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T17:25:35.482 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T17:25:35.673 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T17:25:35.701 DEBUG:teuthology.nuke:shortname: smithi154 2023-12-01T17:25:35.701 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:25:35.728 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244', '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-01 16:44:50.339932', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEEZ5yGDdhzgF72cVycoojjyFmp49T72D/f5MLkY0SGdH2ng2CW9u5bCfLcvABUmWXncr6Ti63u94GlupV6QPKY='} 2023-12-01T17:25:35.731 DEBUG:teuthology.nuke:shortname: smithi190 2023-12-01T17:25:35.732 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:25:35.753 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474244', '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-01 16:44:50.341774', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBONSjxjTA+fM7Mk4b2LSrGEqWToGbHHi+ETfhxcatGIOeTHwfGHLHGQCkTlB/4YsytCZMibG0EyH7Ku/gU8Zyf0='} 2023-12-01T17:25:35.790 INFO:teuthology.orchestra.console.smithi154:Power off 2023-12-01T17:25:35.790 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:25:35.815 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2023-12-01T17:25:35.816 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:25:35.833 INFO:teuthology.orchestra.console.smithi190:Power off 2023-12-01T17:25:35.833 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:25:35.842 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-01T17:25:35.855 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2023-12-01T17:25:35.855 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:25:35.880 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-12-01T17:25:39.843 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:25:39.881 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:25:39.955 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-01T17:25:39.993 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-12-01T17:25:43.960 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:25:43.994 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:25:44.074 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-01T17:25:44.107 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2023-12-01T17:25:44.207 INFO:teuthology.orchestra.console.smithi190:Power off completed 2023-12-01T17:25:48.078 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:25:48.189 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2023-12-01T17:25:48.289 INFO:teuthology.orchestra.console.smithi154:Power off completed 2023-12-01T17:25:48.394 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: 1910.196256160736 failure_reason: 'Command failed on smithi154 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 48a53fa0-906b-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=35f421dd38ef41e6bd473edf1d76c9e9 status: fail success: false 2023-12-01T17:25:48.395 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T17:25:48.472 INFO:teuthology.run:FAIL