2023-12-06T20:21:47.104 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T20:21:47.104 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687 --owner scheduled_phlogistonjohn@teuthology --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --name phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi -- /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687/orig.config.yaml 2023-12-06T20:21:47.141 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T20:21:47.219 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687 branch: wip-phlogistonjohn-testing-2023-12-06-1007 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: jmulligan@redhat.com first_in_suite: false job_id: '7480687' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-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-phlogistonjohn-testing-2023-12-06-1007 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: 583a8f423152326ab01a6e95dd560ab68ea88e77 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2023-12-06-1007 sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 owner: scheduled_phlogistonjohn@teuthology priority: 99 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: 5320 sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-12-06-1007 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_583a8f423152326ab01a6e95dd560ab68ea88e77/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 targets: smithi125.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNIb7OB8hp9oDkkTUoVGGOKpgazc2K8Lw02MlUal0f7iu/vK4PowWFt2jDSEkg/oYy6xRivUbXYbfPXN7EoXDIE= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGa8XMy4/5b4QRDw7ShcUSD/itEjQGfH2h80Zmg1yh7mlcOHDnDrtvwtk+eLLG2OMal2D92tfAYluFnjhhzj3Tw= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-06_20:07:47 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: phlogistonjohn 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-06T20:21:47.219 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_583a8f423152326ab01a6e95dd560ab68ea88e77/qa; will attempt to use it 2023-12-06T20:21:47.220 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_583a8f423152326ab01a6e95dd560ab68ea88e77/qa/tasks 2023-12-06T20:21:47.220 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T20:21:47.221 INFO:teuthology.task.internal:Checking packages... 2023-12-06T20:21:47.244 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '583a8f423152326ab01a6e95dd560ab68ea88e77' 2023-12-06T20:21:47.244 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T20:21:47.244 INFO:teuthology.packaging:ref: None 2023-12-06T20:21:47.244 INFO:teuthology.packaging:tag: None 2023-12-06T20:21:47.244 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-12-06-1007 2023-12-06T20:21:47.244 INFO:teuthology.packaging:sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 2023-12-06T20:21:47.244 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-12-06-1007 2023-12-06T20:21:47.384 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-69.g583a8f42 2023-12-06T20:21:47.385 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T20:21:47.390 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T20:21:47.390 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T20:21:47.438 INFO:teuthology.task.internal:Saving configuration 2023-12-06T20:21:47.453 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T20:21:47.458 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T20:21:47.475 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 20:15:26.535205', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNIb7OB8hp9oDkkTUoVGGOKpgazc2K8Lw02MlUal0f7iu/vK4PowWFt2jDSEkg/oYy6xRivUbXYbfPXN7EoXDIE='} 2023-12-06T20:21:47.491 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 20:15:26.536669', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGa8XMy4/5b4QRDw7ShcUSD/itEjQGfH2h80Zmg1yh7mlcOHDnDrtvwtk+eLLG2OMal2D92tfAYluFnjhhzj3Tw='} 2023-12-06T20:21:47.491 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T20:21:47.497 INFO:teuthology.task.internal:roles: ubuntu@smithi125.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-06T20:21:47.497 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-06T20:21:47.497 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T20:21:47.565 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0f4a227ee0>, signals=[15]) 2023-12-06T20:21:47.565 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T20:21:47.572 INFO:teuthology.task.internal:Opening connections... 2023-12-06T20:21:47.572 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:21:47.574 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:21:47.641 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2023-12-06T20:21:47.642 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:21:47.711 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T20:21:47.719 DEBUG:teuthology.orchestra.run.smithi125:> uname -m 2023-12-06T20:21:47.742 INFO:teuthology.orchestra.run.smithi125.stdout:x86_64 2023-12-06T20:21:47.742 DEBUG:teuthology.orchestra.run.smithi125:> cat /etc/os-release 2023-12-06T20:21:47.803 INFO:teuthology.orchestra.run.smithi125.stdout:NAME="CentOS Stream" 2023-12-06T20:21:47.803 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION="8" 2023-12-06T20:21:47.803 INFO:teuthology.orchestra.run.smithi125.stdout:ID="centos" 2023-12-06T20:21:47.803 INFO:teuthology.orchestra.run.smithi125.stdout:ID_LIKE="rhel fedora" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION_ID="8" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:PLATFORM_ID="platform:el8" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:ANSI_COLOR="0;31" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:HOME_URL="https://centos.org/" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T20:21:47.804 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-06T20:21:47.805 INFO:teuthology.lock.ops:Updating smithi125.front.sepia.ceph.com on lock server 2023-12-06T20:21:47.828 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2023-12-06T20:21:47.851 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2023-12-06T20:21:47.851 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="CentOS Stream" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="8" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:ID="centos" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE="rhel fedora" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="8" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:PLATFORM_ID="platform:el8" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:ANSI_COLOR="0;31" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://centos.org/" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T20:21:47.912 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-06T20:21:47.913 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2023-12-06T20:21:47.945 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T20:21:47.953 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T20:21:47.958 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T20:21:47.958 DEBUG:teuthology.orchestra.run.smithi125:> test '!' -e /home/ubuntu/cephtest 2023-12-06T20:21:47.961 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2023-12-06T20:21:47.980 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T20:21:47.986 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T20:21:47.986 DEBUG:teuthology.orchestra.run.smithi125:> test -z $(ls -A /var/lib/ceph) 2023-12-06T20:21:48.022 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2023-12-06T20:21:48.052 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T20:21:48.105 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T20:21:48.119 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T20:21:48.119 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T20:21:48.119 DEBUG:teuthology.orchestra.run.smithi125:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T20:21:48.120 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T20:21:48.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T20:21:48.139 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2023-12-06T20:21:48.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T20:21:48.140 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-06T20:21:48.200 INFO:teuthology.orchestra.run.smithi167.stdout:4.18.0-489.el8.x86_64 2023-12-06T20:21:48.200 INFO:teuthology.task.kernel:Running kernel on smithi167: 4.18.0-489.el8.x86_64 2023-12-06T20:21:48.200 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum install -y kernel 2023-12-06T20:21:48.202 INFO:teuthology.orchestra.run.smithi125.stdout:4.18.0-489.el8.x86_64 2023-12-06T20:21:48.202 INFO:teuthology.task.kernel:Running kernel on smithi125: 4.18.0-489.el8.x86_64 2023-12-06T20:21:48.202 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum install -y kernel 2023-12-06T20:21:54.352 INFO:teuthology.orchestra.run.smithi125.stdout:CentOS Stream 8 - AppStream 9.5 MB/s | 34 MB 00:03 2023-12-06T20:21:54.653 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 8 - AppStream 8.8 MB/s | 34 MB 00:03 2023-12-06T20:22:03.270 INFO:teuthology.orchestra.run.smithi125.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 55 MB 00:02 2023-12-06T20:22:03.895 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 55 MB 00:02 2023-12-06T20:22:11.518 INFO:teuthology.orchestra.run.smithi125.stdout:CentOS Stream 8 - Extras 42 kB/s | 18 kB 00:00 2023-12-06T20:22:12.002 INFO:teuthology.orchestra.run.smithi125.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-12-06T20:22:12.019 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 8 - Extras 60 kB/s | 18 kB 00:00 2023-12-06T20:22:12.345 INFO:teuthology.orchestra.run.smithi125.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-06T20:22:12.353 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 8 - Extras common packages 44 kB/s | 6.9 kB 00:00 2023-12-06T20:22:12.680 INFO:teuthology.orchestra.run.smithi167.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-06T20:22:14.137 INFO:teuthology.orchestra.run.smithi125.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-12-06T20:22:14.574 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 9.1 MB/s | 16 MB 00:01 2023-12-06T20:22:17.904 INFO:teuthology.orchestra.run.smithi125.stdout:lab-extras 491 kB/s | 24 kB 00:00 2023-12-06T20:22:18.398 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 354 kB/s | 24 kB 00:00 2023-12-06T20:22:21.428 INFO:teuthology.orchestra.run.smithi125.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-06T20:22:21.428 INFO:teuthology.orchestra.run.smithi125.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-06T20:22:21.726 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout: Package Architecture Version Repository Size 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout:Installing: 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout:Installing dependencies: 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:22:21.727 INFO:teuthology.orchestra.run.smithi125.stdout:Install 3 Packages 2023-12-06T20:22:21.728 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:22:21.728 INFO:teuthology.orchestra.run.smithi125.stdout:Total download size: 90 M 2023-12-06T20:22:21.728 INFO:teuthology.orchestra.run.smithi125.stdout:Installed size: 96 M 2023-12-06T20:22:21.728 INFO:teuthology.orchestra.run.smithi125.stdout:Downloading Packages: 2023-12-06T20:22:22.030 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-06T20:22:22.030 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-06T20:22:22.316 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-06T20:22:22.316 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:22:22.316 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2023-12-06T20:22:22.316 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout:Install 3 Packages 2023-12-06T20:22:22.317 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:22:22.318 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 90 M 2023-12-06T20:22:22.318 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 96 M 2023-12-06T20:22:22.318 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2023-12-06T20:22:23.230 INFO:teuthology.orchestra.run.smithi125.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 7.7 MB/s | 10 MB 00:01 2023-12-06T20:22:23.866 INFO:teuthology.orchestra.run.smithi167.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 6.7 MB/s | 10 MB 00:01 2023-12-06T20:22:24.439 INFO:teuthology.orchestra.run.smithi125.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-12-06T20:22:25.016 INFO:teuthology.orchestra.run.smithi167.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-12-06T20:22:25.147 INFO:teuthology.orchestra.run.smithi125.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-12-06T20:22:25.147 INFO:teuthology.orchestra.run.smithi125.stdout:-------------------------------------------------------------------------------- 2023-12-06T20:22:25.147 INFO:teuthology.orchestra.run.smithi125.stdout:Total 26 MB/s | 90 MB 00:03 2023-12-06T20:22:25.500 INFO:teuthology.orchestra.run.smithi167.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-12-06T20:22:25.500 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2023-12-06T20:22:25.500 INFO:teuthology.orchestra.run.smithi167.stdout:Total 28 MB/s | 90 MB 00:03 2023-12-06T20:22:25.821 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction check 2023-12-06T20:22:26.182 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2023-12-06T20:22:26.237 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction check succeeded. 2023-12-06T20:22:26.237 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction test 2023-12-06T20:22:26.601 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2023-12-06T20:22:26.601 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2023-12-06T20:22:27.472 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction test succeeded. 2023-12-06T20:22:27.498 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction 2023-12-06T20:22:27.830 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2023-12-06T20:22:27.850 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2023-12-06T20:22:30.248 INFO:teuthology.orchestra.run.smithi125.stdout: Preparing : 1/1 2023-12-06T20:22:30.620 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2023-12-06T20:22:30.774 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T20:22:31.189 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T20:22:34.370 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T20:22:34.784 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T20:22:34.807 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T20:22:35.172 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T20:22:38.226 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T20:22:38.503 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:22:38.654 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T20:22:38.918 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:00.382 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:00.406 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:00.748 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:00.748 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-06T20:23:00.748 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-06T20:23:00.874 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:00.897 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:01.244 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:01.244 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-06T20:23:01.244 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-06T20:23:01.528 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:01.528 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:23:01.528 INFO:teuthology.orchestra.run.smithi125.stdout:Installed: 2023-12-06T20:23:01.528 INFO:teuthology.orchestra.run.smithi125.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-06T20:23:01.528 INFO:teuthology.orchestra.run.smithi125.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-06T20:23:01.528 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:23:01.528 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-06T20:23:01.677 DEBUG:teuthology.orchestra.run.smithi125:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T20:23:01.894 INFO:teuthology.orchestra.run.smithi125.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T20:23:01.894 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T20:23:01.894 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-06T20:23:01.895 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T20:23:01.895 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T20:23:01.895 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-06T20:23:01.895 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi125.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T20:23:01.895 DEBUG:teuthology.orchestra.run.smithi125:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T20:23:02.046 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T20:23:02.047 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:23:02.047 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2023-12-06T20:23:02.047 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-06T20:23:02.047 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-06T20:23:02.047 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:23:02.047 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-06T20:23:02.103 INFO:teuthology.orchestra.run.smithi125.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T20:23:02.103 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T20:23:02.103 DEBUG:teuthology.orchestra.run.smithi125:> sudo rpm -qi grub2-tools 2023-12-06T20:23:02.137 INFO:teuthology.orchestra.run.smithi125.stdout:Name : grub2-tools 2023-12-06T20:23:02.137 INFO:teuthology.orchestra.run.smithi125.stdout:Epoch : 1 2023-12-06T20:23:02.137 INFO:teuthology.orchestra.run.smithi125.stdout:Version : 2.02 2023-12-06T20:23:02.137 INFO:teuthology.orchestra.run.smithi125.stdout:Release : 129.el8 2023-12-06T20:23:02.137 INFO:teuthology.orchestra.run.smithi125.stdout:Architecture: x86_64 2023-12-06T20:23:02.137 INFO:teuthology.orchestra.run.smithi125.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Group : System Environment/Base 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Size : 9265586 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:License : GPLv3+ 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Relocations : (not relocatable) 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Packager : CentOS BuildSystem 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Vendor : CentOS 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Summary : Support tools for GRUB. 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:Description : 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:23:02.138 INFO:teuthology.orchestra.run.smithi125.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T20:23:02.139 INFO:teuthology.orchestra.run.smithi125.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T20:23:02.139 INFO:teuthology.orchestra.run.smithi125.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T20:23:02.139 INFO:teuthology.orchestra.run.smithi125.stdout:hardware devices. 2023-12-06T20:23:02.139 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:23:02.139 INFO:teuthology.orchestra.run.smithi125.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T20:23:02.140 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T20:23:02.140 INFO:teuthology.task.kernel:Updating grub on smithi125 to boot 4.18.0-526.el8.x86_64 2023-12-06T20:23:02.140 DEBUG:teuthology.orchestra.run.smithi125:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T20:23:02.192 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T20:23:02.408 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T20:23:02.409 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T20:23:02.409 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-06T20:23:02.409 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T20:23:02.409 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T20:23:02.409 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-06T20:23:02.409 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi167.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T20:23:02.409 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T20:23:02.619 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T20:23:02.619 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T20:23:02.619 DEBUG:teuthology.orchestra.run.smithi167:> sudo rpm -qi grub2-tools 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Name : grub2-tools 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Epoch : 1 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Version : 2.02 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Release : 129.el8 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: x86_64 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Group : System Environment/Base 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Size : 9265586 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:License : GPLv3+ 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-06T20:23:02.653 INFO:teuthology.orchestra.run.smithi167.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:Relocations : (not relocatable) 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:Packager : CentOS BuildSystem 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:Vendor : CentOS 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:Summary : Support tools for GRUB. 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:Description : 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:hardware devices. 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:23:02.654 INFO:teuthology.orchestra.run.smithi167.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T20:23:02.657 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T20:23:02.657 INFO:teuthology.task.kernel:Updating grub on smithi167 to boot 4.18.0-526.el8.x86_64 2023-12-06T20:23:02.658 DEBUG:teuthology.orchestra.run.smithi167:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T20:23:03.912 INFO:teuthology.orchestra.run.smithi125.stderr:Generating grub configuration file ... 2023-12-06T20:23:04.151 INFO:teuthology.orchestra.run.smithi167.stderr:Generating grub configuration file ... 2023-12-06T20:23:06.431 INFO:teuthology.orchestra.run.smithi167.stderr:done 2023-12-06T20:23:06.433 DEBUG:teuthology.orchestra.run.smithi167:> mktemp 2023-12-06T20:23:06.465 INFO:teuthology.orchestra.run.smithi167.stdout:/tmp/tmp.fv0mHFuSNJ 2023-12-06T20:23:06.465 DEBUG:teuthology.orchestra.run.smithi167:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.fv0mHFuSNJ 2023-12-06T20:23:06.546 INFO:teuthology.orchestra.run.smithi125.stderr:done 2023-12-06T20:23:06.548 DEBUG:teuthology.orchestra.run.smithi125:> mktemp 2023-12-06T20:23:06.549 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0666 /tmp/tmp.fv0mHFuSNJ 2023-12-06T20:23:06.594 INFO:teuthology.orchestra.run.smithi125.stdout:/tmp/tmp.qkw9LMyWQG 2023-12-06T20:23:06.594 DEBUG:teuthology.orchestra.run.smithi125:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qkw9LMyWQG 2023-12-06T20:23:06.628 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 0666 /tmp/tmp.qkw9LMyWQG 2023-12-06T20:23:06.651 DEBUG:teuthology.orchestra.remote:smithi167:/tmp/tmp.fv0mHFuSNJ is 6KB 2023-12-06T20:23:06.700 DEBUG:teuthology.orchestra.run.smithi167:> rm -fr /tmp/tmp.fv0mHFuSNJ 2023-12-06T20:23:06.718 DEBUG:teuthology.orchestra.run.smithi167:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T20:23:06.771 DEBUG:teuthology.orchestra.remote:smithi125:/tmp/tmp.qkw9LMyWQG is 6KB 2023-12-06T20:23:06.790 INFO:teuthology.orchestra.run.smithi167.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-06T20:23:06.790 INFO:teuthology.orchestra.run.smithi167.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-06T20:23:06.790 INFO:teuthology.orchestra.run.smithi167.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-06T20:23:06.790 INFO:teuthology.orchestra.run.smithi167.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-06T20:23:06.791 DEBUG:teuthology.orchestra.run.smithi167:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-06T20:23:06.819 DEBUG:teuthology.orchestra.run.smithi125:> rm -fr /tmp/tmp.qkw9LMyWQG 2023-12-06T20:23:06.836 DEBUG:teuthology.orchestra.run.smithi125:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T20:23:06.904 INFO:teuthology.orchestra.run.smithi125.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-06T20:23:06.904 INFO:teuthology.orchestra.run.smithi125.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-06T20:23:06.904 INFO:teuthology.orchestra.run.smithi125.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-06T20:23:06.904 INFO:teuthology.orchestra.run.smithi125.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-06T20:23:06.905 DEBUG:teuthology.orchestra.run.smithi125:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-06T20:23:06.971 DEBUG:teuthology.orchestra.run.smithi167:> sudo shutdown -r now 2023-12-06T20:23:07.072 DEBUG:teuthology.orchestra.run.smithi125:> sudo shutdown -r now 2023-12-06T20:23:37.002 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-06T20:23:37.003 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-06T20:23:37.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:23:37.074 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-06T20:23:37.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-06T20:23:37.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:23:55.491 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2023-12-06T20:23:55.491 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.125 2023-12-06T20:24:04.500 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-06T20:24:04.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:24:04.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-06T20:24:04.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:24:07.554 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2023-12-06T20:24:07.554 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.125 2023-12-06T20:24:19.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-06T20:24:19.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:24:19.568 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-06T20:24:19.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:24:37.987 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2023-12-06T20:24:37.987 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.125 2023-12-06T20:24:53.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-06T20:24:53.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:24:53.005 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-06T20:24:53.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:24:53.298 DEBUG:teuthology.orchestra.run.smithi125:> true 2023-12-06T20:24:53.449 DEBUG:teuthology.orchestra.run.smithi167:> true 2023-12-06T20:24:53.605 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-06T20:24:53.605 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-06T20:24:53.606 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-06T20:24:53.623 INFO:teuthology.orchestra.run.smithi125.stdout:4.18.0-526.el8.x86_64 2023-12-06T20:24:53.623 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-06T20:24:53.623 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T20:24:53.623 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-06T20:24:53.727 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-06T20:24:53.727 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-06T20:24:53.727 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2023-12-06T20:24:53.744 INFO:teuthology.orchestra.run.smithi167.stdout:4.18.0-526.el8.x86_64 2023-12-06T20:24:53.744 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-06T20:24:53.744 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T20:24:53.744 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-06T20:24:54.624 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T20:24:54.624 DEBUG:teuthology.orchestra.run.smithi125:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T20:24:54.745 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-06T20:24:54.745 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T20:24:54.819 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2023-12-06T20:24:54.831 DEBUG:teuthology.parallel:result is None 2023-12-06T20:24:55.053 INFO:teuthology.orchestra.run.smithi125.stdout:ttyS1 2023-12-06T20:24:55.083 DEBUG:teuthology.parallel:result is None 2023-12-06T20:24:55.084 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T20:24:55.090 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T20:24:55.090 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T20:24:55.139 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T20:24:55.535 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T20:24:55.543 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T20:24:55.562 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T20:24:55.562 DEBUG:teuthology.orchestra.run.smithi125:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T20:24:55.583 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T20:24:55.723 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T20:24:55.730 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T20:24:55.730 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T20:24:55.773 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T20:24:55.810 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T20:24:55.820 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T20:24:56.012 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T20:24:56.041 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T20:24:56.045 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T20:24:56.053 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T20:24:56.053 DEBUG:teuthology.orchestra.run.smithi125:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T20:24:56.055 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T20:24:56.082 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T20:24:56.091 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T20:24:56.091 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T20:24:56.119 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T20:24:56.136 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T20:24:56.222 DEBUG:teuthology.orchestra.run.smithi125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T20:24:56.323 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T20:24:56.368 DEBUG:teuthology.orchestra.run.smithi125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T20:24:56.409 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:24:56.409 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T20:24:56.476 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T20:24:56.521 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T20:24:56.559 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T20:24:56.643 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T20:24:56.680 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-06T20:24:56.680 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T20:24:56.744 DEBUG:teuthology.orchestra.run.smithi125:> sudo service rsyslog restart 2023-12-06T20:24:56.747 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2023-12-06T20:24:56.801 INFO:teuthology.orchestra.run.smithi125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T20:24:56.852 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T20:24:57.079 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T20:24:57.087 INFO:teuthology.task.internal:Starting timer... 2023-12-06T20:24:57.087 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T20:24:57.097 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T20:24:57.104 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-06T20:24:57.105 DEBUG:teuthology.orchestra.run.smithi125:> sudo service auditd rotate 2023-12-06T20:24:57.217 INFO:teuthology.orchestra.run.smithi125.stdout:Rotating logs: 2023-12-06T20:24:57.218 DEBUG:teuthology.orchestra.run.smithi167:> sudo service auditd rotate 2023-12-06T20:24:57.291 INFO:teuthology.orchestra.run.smithi167.stdout:Rotating logs: 2023-12-06T20:24:57.292 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T20:24:57.292 DEBUG:teuthology.orchestra.run.smithi125:> /usr/sbin/getenforce 2023-12-06T20:24:57.341 INFO:teuthology.orchestra.run.smithi125.stdout:Permissive 2023-12-06T20:24:57.341 DEBUG:teuthology.orchestra.run.smithi167:> /usr/sbin/getenforce 2023-12-06T20:24:57.367 INFO:teuthology.orchestra.run.smithi167.stdout:Permissive 2023-12-06T20:24:57.367 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi125.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi167.front.sepia.ceph.com': 'permissive'} 2023-12-06T20:24:57.368 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T20:24:57.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T20:24:57.395 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T20:24:57.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T20:24:57.431 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T20:24:57.431 DEBUG:teuthology.orchestra.run.smithi125:> sudo /usr/sbin/setenforce permissive 2023-12-06T20:24:57.462 DEBUG:teuthology.orchestra.run.smithi167:> sudo /usr/sbin/setenforce permissive 2023-12-06T20:24:57.499 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T20:24:57.508 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-06T20:24:57.508 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T20:24:57.525 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-06T20:24:57.526 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi125.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T20:40:35.562 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi125.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2023-12-06T20:40:35.564 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-06T20:40:35.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:40:35.633 DEBUG:teuthology.orchestra.run.smithi125:> true 2023-12-06T20:40:35.700 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-06T20:40:35.700 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-06T20:40:35.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T20:40:35.772 DEBUG:teuthology.orchestra.run.smithi167:> true 2023-12-06T20:40:35.846 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-06T20:40:35.847 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T20:40:35.863 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T20:40:35.864 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T20:40:35.864 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T20:40:35.867 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T20:40:35.868 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T20:40:35.897 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T20:40:35.911 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T20:40:35.920 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T20:40:35.934 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T20:40:35.971 INFO:teuthology.orchestra.run.smithi125.stderr:sudo: ntpd: command not found 2023-12-06T20:40:35.983 INFO:teuthology.orchestra.run.smithi125.stdout:506 Cannot talk to daemon 2023-12-06T20:40:35.997 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T20:40:36.004 INFO:teuthology.orchestra.run.smithi167.stderr:sudo: ntpd: command not found 2023-12-06T20:40:36.010 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T20:40:36.015 INFO:teuthology.orchestra.run.smithi167.stdout:506 Cannot talk to daemon 2023-12-06T20:40:36.030 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T20:40:36.043 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T20:40:36.084 INFO:teuthology.orchestra.run.smithi125.stderr:bash: ntpq: command not found 2023-12-06T20:40:36.087 INFO:teuthology.orchestra.run.smithi125.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T20:40:36.087 INFO:teuthology.orchestra.run.smithi125.stdout:=============================================================================== 2023-12-06T20:40:36.087 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T20:40:36.087 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T20:40:36.087 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T20:40:36.087 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T20:40:36.107 INFO:teuthology.orchestra.run.smithi167.stderr:bash: ntpq: command not found 2023-12-06T20:40:36.111 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T20:40:36.111 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2023-12-06T20:40:36.111 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T20:40:36.111 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T20:40:36.111 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T20:40:36.111 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T20:40:36.112 INFO:teuthology.run_tasks:Running task pexec... 2023-12-06T20:40:36.123 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-06T20:40:36.123 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:40:36.123 DEBUG:teuthology.orchestra.run.smithi125:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T20:40:36.124 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi167.front.sepia.ceph.com 2023-12-06T20:40:36.124 DEBUG:teuthology.orchestra.run.smithi167:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T20:40:37.003 INFO:teuthology.orchestra.run.smithi125.stdout:Last metadata expiration check: 0:01:39 ago on Wed 06 Dec 2023 08:38:57 PM UTC. 2023-12-06T20:40:37.034 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:39 ago on Wed 06 Dec 2023 08:38:57 PM UTC. 2023-12-06T20:40:39.120 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-06T20:40:39.121 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:40:39.121 INFO:teuthology.orchestra.run.smithi125.stdout: Package Architecture Version Repository Size 2023-12-06T20:40:39.121 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:40:39.121 INFO:teuthology.orchestra.run.smithi125.stdout:Resetting modules: 2023-12-06T20:40:39.121 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools 2023-12-06T20:40:39.121 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:40:39.122 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-06T20:40:39.122 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:40:39.122 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:40:39.179 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-06T20:40:39.180 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:40:39.180 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2023-12-06T20:40:39.180 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:40:39.181 INFO:teuthology.orchestra.run.smithi167.stdout:Resetting modules: 2023-12-06T20:40:39.181 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools 2023-12-06T20:40:39.181 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:40:39.181 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-06T20:40:39.181 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:40:39.181 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:40:39.369 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-06T20:40:39.431 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-06T20:40:40.338 INFO:teuthology.orchestra.run.smithi125.stdout:Last metadata expiration check: 0:01:43 ago on Wed 06 Dec 2023 08:38:57 PM UTC. 2023-12-06T20:40:40.364 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:43 ago on Wed 06 Dec 2023 08:38:57 PM UTC. 2023-12-06T20:40:42.466 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-06T20:40:42.489 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-06T20:40:42.649 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:40:42.649 INFO:teuthology.orchestra.run.smithi125.stdout: Package Arch Version Repository Size 2023-12-06T20:40:42.649 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:40:42.649 INFO:teuthology.orchestra.run.smithi125.stdout:Installing group/module packages: 2023-12-06T20:40:42.649 INFO:teuthology.orchestra.run.smithi125.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-06T20:40:42.649 INFO:teuthology.orchestra.run.smithi125.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout:Installing dependencies: 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout:Installing weak dependencies: 2023-12-06T20:40:42.650 INFO:teuthology.orchestra.run.smithi125.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout:Installing module profiles: 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools/common 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout:Enabling module streams: 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools rhel8 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout:Install 13 Packages 2023-12-06T20:40:42.651 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:40:42.652 INFO:teuthology.orchestra.run.smithi125.stdout:Total download size: 27 M 2023-12-06T20:40:42.652 INFO:teuthology.orchestra.run.smithi125.stdout:Installed size: 89 M 2023-12-06T20:40:42.652 INFO:teuthology.orchestra.run.smithi125.stdout:Downloading Packages: 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout:Installing group/module packages: 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-06T20:40:42.672 INFO:teuthology.orchestra.run.smithi167.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout:Installing weak dependencies: 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout:Installing module profiles: 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools/common 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout:Enabling module streams: 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools rhel8 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout:Install 13 Packages 2023-12-06T20:40:42.673 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:40:42.674 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 27 M 2023-12-06T20:40:42.674 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 89 M 2023-12-06T20:40:42.674 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2023-12-06T20:40:42.975 INFO:teuthology.orchestra.run.smithi125.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2023-12-06T20:40:43.009 INFO:teuthology.orchestra.run.smithi125.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2023-12-06T20:40:43.034 INFO:teuthology.orchestra.run.smithi125.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 646 kB/s | 38 kB 00:00 2023-12-06T20:40:43.076 INFO:teuthology.orchestra.run.smithi125.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-12-06T20:40:43.151 INFO:teuthology.orchestra.run.smithi125.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-12-06T20:40:43.176 INFO:teuthology.orchestra.run.smithi167.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.3 MB/s | 750 kB 00:00 2023-12-06T20:40:43.201 INFO:teuthology.orchestra.run.smithi167.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.9 MB/s | 1.0 MB 00:00 2023-12-06T20:40:43.218 INFO:teuthology.orchestra.run.smithi125.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-12-06T20:40:43.235 INFO:teuthology.orchestra.run.smithi167.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2023-12-06T20:40:43.260 INFO:teuthology.orchestra.run.smithi167.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-12-06T20:40:43.277 INFO:teuthology.orchestra.run.smithi125.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-12-06T20:40:43.319 INFO:teuthology.orchestra.run.smithi167.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-12-06T20:40:43.378 INFO:teuthology.orchestra.run.smithi167.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2023-12-06T20:40:43.428 INFO:teuthology.orchestra.run.smithi167.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-12-06T20:40:43.452 INFO:teuthology.orchestra.run.smithi125.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.4 MB/s | 3.9 MB 00:00 2023-12-06T20:40:43.711 INFO:teuthology.orchestra.run.smithi125.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 9.8 MB/s | 2.5 MB 00:00 2023-12-06T20:40:43.761 INFO:teuthology.orchestra.run.smithi125.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-12-06T20:40:43.812 INFO:teuthology.orchestra.run.smithi167.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.8 MB/s | 3.9 MB 00:00 2023-12-06T20:40:43.820 INFO:teuthology.orchestra.run.smithi125.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 700 kB/s | 41 kB 00:00 2023-12-06T20:40:43.995 INFO:teuthology.orchestra.run.smithi167.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.5 MB/s | 9.6 MB 00:01 2023-12-06T20:40:44.028 INFO:teuthology.orchestra.run.smithi125.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 7.2 MB/s | 9.6 MB 00:01 2023-12-06T20:40:44.045 INFO:teuthology.orchestra.run.smithi167.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-12-06T20:40:44.096 INFO:teuthology.orchestra.run.smithi167.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 814 kB/s | 41 kB 00:00 2023-12-06T20:40:44.238 INFO:teuthology.orchestra.run.smithi167.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 5.9 MB/s | 2.5 MB 00:00 2023-12-06T20:40:44.295 INFO:teuthology.orchestra.run.smithi125.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 8.0 MB/s | 8.1 MB 00:01 2023-12-06T20:40:44.296 INFO:teuthology.orchestra.run.smithi125.stdout:-------------------------------------------------------------------------------- 2023-12-06T20:40:44.296 INFO:teuthology.orchestra.run.smithi125.stdout:Total 16 MB/s | 27 MB 00:01 2023-12-06T20:40:44.560 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction check 2023-12-06T20:40:44.581 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction check succeeded. 2023-12-06T20:40:44.581 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction test 2023-12-06T20:40:44.622 INFO:teuthology.orchestra.run.smithi167.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 6.8 MB/s | 8.1 MB 00:01 2023-12-06T20:40:44.622 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2023-12-06T20:40:44.622 INFO:teuthology.orchestra.run.smithi167.stdout:Total 14 MB/s | 27 MB 00:01 2023-12-06T20:40:44.834 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction test succeeded. 2023-12-06T20:40:44.837 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction 2023-12-06T20:40:44.890 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2023-12-06T20:40:44.911 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2023-12-06T20:40:44.911 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2023-12-06T20:40:45.179 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2023-12-06T20:40:45.182 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2023-12-06T20:40:45.526 INFO:teuthology.orchestra.run.smithi125.stdout: Preparing : 1/1 2023-12-06T20:40:45.736 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-06T20:40:45.886 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2023-12-06T20:40:45.897 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-06T20:40:46.131 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-06T20:40:46.174 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-06T20:40:46.353 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-06T20:40:46.362 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T20:40:46.532 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-06T20:40:46.780 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T20:40:46.925 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-06T20:40:47.308 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-06T20:40:47.886 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T20:40:48.134 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-06T20:40:48.283 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T20:40:48.330 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-06T20:40:48.557 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-06T20:40:48.585 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-06T20:40:48.746 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-06T20:40:48.987 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-06T20:40:49.040 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-06T20:40:49.422 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-06T20:40:49.880 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T20:40:50.133 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-06T20:40:50.330 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T20:40:50.330 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T20:40:50.532 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-06T20:40:50.752 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T20:40:50.771 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T20:40:50.772 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-06T20:40:51.173 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-06T20:40:51.174 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-06T20:40:51.174 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-06T20:40:51.174 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T20:40:51.174 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-06T20:40:52.054 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout:Installed: 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.055 INFO:teuthology.orchestra.run.smithi125.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-06T20:40:52.056 INFO:teuthology.orchestra.run.smithi125.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-06T20:40:52.056 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:40:52.056 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-06T20:40:52.338 DEBUG:teuthology.parallel:result is None 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.422 INFO:teuthology.orchestra.run.smithi167.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:40:52.423 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-06T20:40:52.686 DEBUG:teuthology.parallel:result is None 2023-12-06T20:40:52.686 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T20:40:52.769 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': '583a8f423152326ab01a6e95dd560ab68ea88e77'} 2023-12-06T20:40:52.769 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-06T20:40:52.770 INFO:tasks.cephadm:Cluster fsid is bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:40:52.770 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T20:40:52.770 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-06T20:40:52.770 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi125': '172.21.15.125', 'mon.smithi167': '172.21.15.167'} 2023-12-06T20:40:52.770 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T20:40:52.770 DEBUG:teuthology.orchestra.run.smithi125:> sudo hostname $(hostname -s) 2023-12-06T20:40:52.800 DEBUG:teuthology.orchestra.run.smithi167:> sudo hostname $(hostname -s) 2023-12-06T20:40:52.827 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-06T20:40:52.828 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T20:40:53.075 INFO:teuthology.orchestra.run.smithi125.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 6 20:40 /home/ubuntu/cephtest/cephadm 2023-12-06T20:40:53.076 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T20:40:53.225 INFO:teuthology.orchestra.run.smithi167.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 6 20:40 /home/ubuntu/cephtest/cephadm 2023-12-06T20:40:53.225 DEBUG:teuthology.orchestra.run.smithi125:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T20:40:53.247 DEBUG:teuthology.orchestra.run.smithi167:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T20:40:53.274 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-06T20:40:53.275 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T20:40:53.289 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T20:40:54.842 INFO:teuthology.orchestra.run.smithi125.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T20:40:54.932 INFO:teuthology.orchestra.run.smithi167.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T20:41:09.656 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:41:09.656 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T20:41:09.657 INFO:teuthology.orchestra.run.smithi125.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T20:41:09.657 INFO:teuthology.orchestra.run.smithi125.stdout: "repo_digests": [ 2023-12-06T20:41:09.657 INFO:teuthology.orchestra.run.smithi125.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-06T20:41:09.657 INFO:teuthology.orchestra.run.smithi125.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-06T20:41:09.657 INFO:teuthology.orchestra.run.smithi125.stdout: ] 2023-12-06T20:41:09.657 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:41:09.969 INFO:teuthology.orchestra.run.smithi167.stdout:{ 2023-12-06T20:41:09.969 INFO:teuthology.orchestra.run.smithi167.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T20:41:09.970 INFO:teuthology.orchestra.run.smithi167.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T20:41:09.970 INFO:teuthology.orchestra.run.smithi167.stdout: "repo_digests": [ 2023-12-06T20:41:09.970 INFO:teuthology.orchestra.run.smithi167.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-06T20:41:09.970 INFO:teuthology.orchestra.run.smithi167.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-06T20:41:09.970 INFO:teuthology.orchestra.run.smithi167.stdout: ] 2023-12-06T20:41:09.970 INFO:teuthology.orchestra.run.smithi167.stdout:} 2023-12-06T20:41:09.988 DEBUG:teuthology.orchestra.run.smithi125:> sudo mkdir -p /etc/ceph 2023-12-06T20:41:10.018 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /etc/ceph 2023-12-06T20:41:10.049 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 777 /etc/ceph 2023-12-06T20:41:10.086 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 777 /etc/ceph 2023-12-06T20:41:10.117 INFO:tasks.cephadm:Writing seed config... 2023-12-06T20:41:10.118 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T20:41:10.118 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T20:41:10.118 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T20:41:10.118 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T20:41:10.118 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T20:41:10.118 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T20:41:10.118 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T20:41:10.119 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-06T20:41:10.119 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:41:10.119 DEBUG:teuthology.orchestra.run.smithi125:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T20:41:10.143 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 = bf5e28f4-9477-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-06T20:41:10.144 DEBUG:teuthology.orchestra.run.smithi125:mon.smithi125> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi125.service 2023-12-06T20:41:10.186 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T20:41:10.186 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid bf5e28f4-9477-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.125 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T20:41:10.212 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:-- Logs begin at Wed 2023-12-06 20:24:33 UTC. -- 2023-12-06T20:41:10.377 INFO:teuthology.orchestra.run.smithi125.stderr:-------------------------------------------------------------------------------- 2023-12-06T20:41:10.378 INFO:teuthology.orchestra.run.smithi125.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'bf5e28f4-9477-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.125', '--skip-admin-label'] 2023-12-06T20:41:10.398 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: 4.6.1 2023-12-06T20:41:10.412 INFO:teuthology.orchestra.run.smithi125.stderr:Verifying podman|docker is present... 2023-12-06T20:41:10.432 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: 4.6.1 2023-12-06T20:41:10.444 INFO:teuthology.orchestra.run.smithi125.stderr:Verifying lvm2 is present... 2023-12-06T20:41:10.444 INFO:teuthology.orchestra.run.smithi125.stderr:Verifying time synchronization is in place... 2023-12-06T20:41:10.450 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T20:41:10.457 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: inactive 2023-12-06T20:41:10.462 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: enabled 2023-12-06T20:41:10.467 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: active 2023-12-06T20:41:10.467 INFO:teuthology.orchestra.run.smithi125.stderr:Unit chronyd.service is enabled and running 2023-12-06T20:41:10.467 INFO:teuthology.orchestra.run.smithi125.stderr:Repeating the final host check... 2023-12-06T20:41:10.486 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: 4.6.1 2023-12-06T20:41:10.498 INFO:teuthology.orchestra.run.smithi125.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-06T20:41:10.498 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl is present 2023-12-06T20:41:10.498 INFO:teuthology.orchestra.run.smithi125.stderr:lvcreate is present 2023-12-06T20:41:10.504 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T20:41:10.509 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: inactive 2023-12-06T20:41:10.515 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: enabled 2023-12-06T20:41:10.520 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: active 2023-12-06T20:41:10.521 INFO:teuthology.orchestra.run.smithi125.stderr:Unit chronyd.service is enabled and running 2023-12-06T20:41:10.521 INFO:teuthology.orchestra.run.smithi125.stderr:Host looks OK 2023-12-06T20:41:10.521 INFO:teuthology.orchestra.run.smithi125.stderr:Cluster fsid: bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:10.521 INFO:teuthology.orchestra.run.smithi125.stderr:Acquiring lock 139782489587840 on /run/cephadm/bf5e28f4-9477-11ee-95a2-87774f69a715.lock 2023-12-06T20:41:10.521 INFO:teuthology.orchestra.run.smithi125.stderr:Lock 139782489587840 acquired on /run/cephadm/bf5e28f4-9477-11ee-95a2-87774f69a715.lock 2023-12-06T20:41:10.522 INFO:teuthology.orchestra.run.smithi125.stderr:Verifying IP 172.21.15.125 port 3300 ... 2023-12-06T20:41:10.522 INFO:teuthology.orchestra.run.smithi125.stderr:Verifying IP 172.21.15.125 port 6789 ... 2023-12-06T20:41:10.522 INFO:teuthology.orchestra.run.smithi125.stderr:Base mon IP is 172.21.15.125, final addrv is [v2:172.21.15.125:3300,v1:172.21.15.125:6789] 2023-12-06T20:41:10.524 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.125 metric 100 2023-12-06T20:41:10.524 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.125 metric 100 2023-12-06T20:41:10.527 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T20:41:10.527 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-06T20:41:10.527 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1747sec hoplimit 64 pref medium 2023-12-06T20:41:10.530 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T20:41:10.530 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-06T20:41:10.530 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T20:41:10.530 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-06T20:41:10.530 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d739/64 scope link 2023-12-06T20:41:10.530 INFO:teuthology.orchestra.run.smithi125.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T20:41:10.531 INFO:teuthology.orchestra.run.smithi125.stderr:Mon IP `172.21.15.125` is in CIDR network `172.21.0.0/20` 2023-12-06T20:41:10.531 INFO:teuthology.orchestra.run.smithi125.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T20:41:10.532 INFO:teuthology.orchestra.run.smithi125.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T20:41:10.609 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-06T20:41:11.001 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Getting image source signatures 2023-12-06T20:41:11.001 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-06T20:41:11.001 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-06T20:41:11.001 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-06T20:41:11.001 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-06T20:41:11.001 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-06T20:41:11.002 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-06T20:41:11.090 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: Writing manifest to image destination 2023-12-06T20:41:11.248 INFO:teuthology.orchestra.run.smithi125.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-06T20:41:11.597 INFO:teuthology.orchestra.run.smithi125.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T20:41:11.928 INFO:teuthology.orchestra.run.smithi125.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T20:41:11.929 INFO:teuthology.orchestra.run.smithi125.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T20:41:12.228 INFO:teuthology.orchestra.run.smithi125.stderr:stat: 167 167 2023-12-06T20:41:12.539 INFO:teuthology.orchestra.run.smithi125.stderr:Creating initial keys... 2023-12-06T20:41:12.803 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph-authtool: AQBo3HBl01ULLxAAW62aTvhUGAFhKhPbLnMn5Q== 2023-12-06T20:41:13.394 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph-authtool: AQBp3HBlWheCFhAABN4kQjxWP0c04+sOuTuhag== 2023-12-06T20:41:13.952 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph-authtool: AQBp3HBlSMnGNxAA+vB+NoLDJ2bdNStGHjs2kQ== 2023-12-06T20:41:14.311 INFO:teuthology.orchestra.run.smithi125.stderr:Creating initial monmap... 2023-12-06T20:41:14.595 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T20:41:14.596 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-06T20:41:14.596 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:14.596 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T20:41:14.931 INFO:teuthology.orchestra.run.smithi125.stderr:monmaptool for smithi125 [v2:172.21.15.125:3300,v1:172.21.15.125:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T20:41:14.931 INFO:teuthology.orchestra.run.smithi125.stderr:setting min_mon_release = octopus 2023-12-06T20:41:14.931 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/monmaptool: set fsid to bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:14.931 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T20:41:14.931 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:41:14.931 INFO:teuthology.orchestra.run.smithi125.stderr:Creating mon... 2023-12-06T20:41:15.593 INFO:teuthology.orchestra.run.smithi125.stderr:create mon.smithi125 on 2023-12-06T20:41:15.695 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-06T20:41:15.783 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715.target. 2023-12-06T20:41:15.784 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715.target. 2023-12-06T20:41:15.983 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Failed to reset failed state of unit ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi125.service: Unit ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi125.service not loaded. 2023-12-06T20:41:15.990 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Created symlink /etc/systemd/system/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715.target.wants/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi125.service → /etc/systemd/system/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@.service. 2023-12-06T20:41:16.399 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: disabled 2023-12-06T20:41:16.406 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: inactive 2023-12-06T20:41:16.406 INFO:teuthology.orchestra.run.smithi125.stderr:firewalld.service is not enabled 2023-12-06T20:41:16.407 INFO:teuthology.orchestra.run.smithi125.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T20:41:16.407 INFO:teuthology.orchestra.run.smithi125.stderr:Waiting for mon to start... 2023-12-06T20:41:16.407 INFO:teuthology.orchestra.run.smithi125.stderr:Waiting for mon... 2023-12-06T20:41:16.442 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:16 smithi125 bash[107310]: 5cc195ac63099d653cc1326a807e672369b4a10339e0ee78369ab48476d7d338 2023-12-06T20:41:16.443 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:16 smithi125 systemd[1]: Started Ceph mon.smithi125 for bf5e28f4-9477-11ee-95a2-87774f69a715. 2023-12-06T20:41:16.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:16 smithi125 ceph-mon[107348]: mkfs bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:16.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:16 smithi125 ceph-mon[107348]: mon.smithi125 is new leader, mons smithi125 in quorum (ranks 0) 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: cluster: 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: id: bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: services: 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi125 (age 0.426418s) 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:16.861 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: data: 2023-12-06T20:41:16.862 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T20:41:16.862 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T20:41:16.862 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T20:41:16.862 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: pgs: 2023-12-06T20:41:16.862 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:17.213 INFO:teuthology.orchestra.run.smithi125.stderr:mon is available 2023-12-06T20:41:17.213 INFO:teuthology.orchestra.run.smithi125.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T20:41:17.608 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: [global] 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: fsid = bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.125:3300,v1:172.21.15.125:6789] 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: [mgr] 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: [osd] 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T20:41:17.609 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T20:41:17.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:17 smithi125 ceph-mon[107348]: mon.smithi125 is new leader, mons smithi125 in quorum (ranks 0) 2023-12-06T20:41:17.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:17 smithi125 ceph-mon[107348]: monmap e1: 1 mons at {smithi125=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0]} 2023-12-06T20:41:17.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:17 smithi125 ceph-mon[107348]: fsmap 2023-12-06T20:41:17.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:17 smithi125 ceph-mon[107348]: osdmap e1: 0 total, 0 up, 0 in 2023-12-06T20:41:17.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:17 smithi125 ceph-mon[107348]: mgrmap e1: no daemons active 2023-12-06T20:41:17.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:17 smithi125 ceph-mon[107348]: from='client.? 172.21.15.125:0/3044356514' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T20:41:17.946 INFO:teuthology.orchestra.run.smithi125.stderr:Generating new minimal ceph.conf... 2023-12-06T20:41:18.697 INFO:teuthology.orchestra.run.smithi125.stderr:Restarting the monitor... 2023-12-06T20:41:18.703 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:18 smithi125 ceph-mon[107348]: from='client.? 172.21.15.125:0/1064895044' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T20:41:18.704 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:18 smithi125 ceph-mon[107348]: from='client.? 172.21.15.125:0/1064895044' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T20:41:18.704 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:18 smithi125 ceph-mon[107348]: from='client.? 172.21.15.125:0/1158523929' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:41:19.003 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:18 smithi125 systemd[1]: Stopping Ceph mon.smithi125 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T20:41:19.003 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:18 smithi125 bash[107645]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon.smithi125" found: no such container 2023-12-06T20:41:19.003 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:18 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon-smithi125[107325]: 2023-12-06T20:41:18.772+0000 7f737a938700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi125 -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-06T20:41:19.003 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:18 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon-smithi125[107325]: 2023-12-06T20:41:18.772+0000 7f737a938700 -1 mon.smithi125@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T20:41:19.003 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:18 smithi125 bash[107657]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon-smithi125 2023-12-06T20:41:19.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 bash[107694]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon.smithi125" found: no such container 2023-12-06T20:41:19.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 systemd[1]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi125.service: Succeeded. 2023-12-06T20:41:19.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 systemd[1]: Stopped Ceph mon.smithi125 for bf5e28f4-9477-11ee-95a2-87774f69a715. 2023-12-06T20:41:19.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 systemd[1]: Starting Ceph mon.smithi125 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T20:41:19.388 INFO:teuthology.orchestra.run.smithi125.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-06T20:41:19.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: set uid:gid to 167:167 (ceph:ceph) 2023-12-06T20:41:19.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T20:41:19.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: pidfile_write: ignore empty --pid-file 2023-12-06T20:41:19.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 bash[107760]: 4aa09c86a5f941bf628420f883cd47718b55b972a5d670cd347a36e7855b293d 2023-12-06T20:41:19.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: load: jerasure load: lrc 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: RocksDB version: 6.15.5 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Compile date Apr 18 2022 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 systemd[1]: Started Ceph mon.smithi125 for bf5e28f4-9477-11ee-95a2-87774f69a715. 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: DB SUMMARY 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: DB Session ID: L03BOZBEJ43NXHYEF2ZM 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: CURRENT file: CURRENT 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: IDENTITY file: IDENTITY 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi125/store.db dir, Total Num: 1, files: 000008.sst 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi125/store.db: 000010.log size: 81899 ; 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.error_if_exists: 0 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.create_if_missing: 0 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.paranoid_checks: 1 2023-12-06T20:41:19.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.env: 0x562877f07860 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.fs: Posix File System 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.info_log: 0x562879ec3fa0 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_file_opening_threads: 16 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.statistics: (nil) 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.use_fsync: 0 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_log_file_size: 0 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.keep_log_file_num: 1000 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.recycle_log_file_num: 0 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.allow_fallocate: 1 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.allow_mmap_reads: 0 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.allow_mmap_writes: 0 2023-12-06T20:41:19.765 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.use_direct_reads: 0 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.create_missing_column_families: 0 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.db_log_dir: 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi125/store.db 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.advise_random_on_open: 1 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.db_write_buffer_size: 0 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.write_buffer_manager: 0x562879fb42d0 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T20:41:19.766 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.rate_limiter: (nil) 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.wal_recovery_mode: 2 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.enable_thread_tracking: 0 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.enable_pipelined_write: 0 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.unordered_write: 0 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.row_cache: None 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.wal_filter: None 2023-12-06T20:41:19.767 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.allow_ingest_behind: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.preserve_deletes: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.two_write_queues: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.manual_wal_flush: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.atomic_flush: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.log_readahead_size: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.best_efforts_recovery: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.allow_data_in_errors: 0 2023-12-06T20:41:19.768 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.db_host_id: __hostname__ 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_background_jobs: 2 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_background_compactions: -1 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_subcompactions: 1 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_total_wal_size: 0 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_open_files: -1 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bytes_per_sync: 0 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T20:41:19.769 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_readahead_size: 0 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_background_flushes: -1 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Compression algorithms supported: 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: kZSTD supported: 0 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: kXpressCompression supported: 0 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: kLZ4HCCompression supported: 1 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: kLZ4Compression supported: 1 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: kBZip2Compression supported: 0 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: kZlibCompression supported: 1 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: kSnappyCompression supported: 1 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi125/store.db/MANIFEST-000009 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T20:41:19.770 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.merge_operator: 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_filter: None 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_filter_factory: None 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.sst_partitioner_factory: None 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562879e8fd00) 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: cache_index_and_filter_blocks: 1 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: pin_top_level_index_and_filter: 1 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: index_type: 0 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: data_block_index_type: 0 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: index_shortening: 1 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-06T20:41:19.771 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: hash_index_allow_collision: 1 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: checksum: 1 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: no_block_cache: 0 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: block_cache: 0x562879efa170 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: block_cache_name: BinnedLRUCache 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: block_cache_options: 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: capacity : 536870912 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: num_shard_bits : 4 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: strict_capacity_limit : 0 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: high_pri_pool_ratio: 0.000 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: block_cache_compressed: (nil) 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: persistent_cache: (nil) 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: block_size: 4096 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: block_size_deviation: 10 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: block_restart_interval: 16 2023-12-06T20:41:19.772 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: index_block_restart_interval: 1 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: metadata_block_size: 4096 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: partition_filters: 0 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: use_delta_encoding: 1 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: whole_key_filtering: 1 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: verify_compression: 0 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: read_amp_bytes_per_bit: 0 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: format_version: 4 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: enable_index_compression: 1 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: block_align: 0 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.write_buffer_size: 33554432 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_write_buffer_number: 2 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compression: NoCompression 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bottommost_compression: Disabled 2023-12-06T20:41:19.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.prefix_extractor: nullptr 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.num_levels: 7 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compression_opts.level: 32767 2023-12-06T20:41:19.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compression_opts.strategy: 0 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compression_opts.enabled: false 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.target_file_size_base: 67108864 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T20:41:19.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.arena_block_size: 4194304 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.disable_auto_compactions: 0 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T20:41:19.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.table_properties_collectors: 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.inplace_update_support: 0 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.bloom_locality: 0 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.max_successive_merges: 0 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.paranoid_file_checks: 0 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.force_consistency_checks: 1 2023-12-06T20:41:19.777 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.report_bg_io_stats: 0 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.ttl: 2592000 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.enable_blob_files: false 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.min_blob_size: 0 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.blob_file_size: 268435456 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi125/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-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701895279388444, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-06T20:41:19.778 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: 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-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701895279389375, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78747, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77005, "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": 9724, "raw_average_key_size": 47, "raw_value_size": 71448, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 205, "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": 1701895279, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "33ce81a6-1b3e-4241-9237-24fb87729eb2", "db_session_id": "L03BOZBEJ43NXHYEF2ZM"}} 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701895279389816, "job": 1, "event": "recovery_finished"} 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi125/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x562879ee0a80 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: DB pointer 0x562879ef0000 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ** DB Stats ** 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T20:41:19.779 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ** Compaction Stats [default] ** 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: L0 2/0 78.70 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.7 0.00 0.00 1 0.001 0 0 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Sum 2/0 78.70 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.7 0.00 0.00 1 0.001 0 0 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.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 120.7 0.00 0.00 1 0.001 0 0 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ** Compaction Stats [default] ** 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.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 120.7 0.00 0.00 1 0.001 0 0 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T20:41:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Cumulative compaction: 0.00 GB write, 18.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Interval compaction: 0.00 GB write, 18.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ** Compaction Stats [default] ** 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: L0 2/0 78.70 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.7 0.00 0.00 1 0.001 0 0 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Sum 2/0 78.70 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.7 0.00 0.00 1 0.001 0 0 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: 2023-12-06T20:41:19.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ** Compaction Stats [default] ** 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.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 120.7 0.00 0.00 1 0.001 0 0 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: Cumulative compaction: 0.00 GB write, 18.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T20:41:19.782 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: starting mon.smithi125 rank 0 at public addrs [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] at bind addrs [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi125 fsid bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: mon.smithi125@-1(???) e1 preinit fsid bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: mon.smithi125@-1(???).mds e1 new map 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: mon.smithi125@-1(???).mds e1 print_map 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: e1 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.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-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: legacy client fscid: -1 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout: No filesystems configured 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: mon.smithi125@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: mon.smithi125@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: mon.smithi125@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: mon.smithi125@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: mon.smithi125@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta expand map: {default=false} 2023-12-06T20:41:19.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta from 'false' to 'false' 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta expanded map: {default=false} 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta expand map: {default=info} 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta from 'info' to 'info' 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta expanded map: {default=info} 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta expand map: {default=daemon} 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta expanded map: {default=daemon} 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta expand map: {default=debug} 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta from 'debug' to 'debug' 2023-12-06T20:41:19.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:19 smithi125 ceph-mon[107806]: expand_channel_meta expanded map: {default=debug} 2023-12-06T20:41:20.171 INFO:teuthology.orchestra.run.smithi125.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T20:41:20.171 INFO:teuthology.orchestra.run.smithi125.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T20:41:20.171 INFO:teuthology.orchestra.run.smithi125.stderr:Creating mgr... 2023-12-06T20:41:20.171 INFO:teuthology.orchestra.run.smithi125.stderr:Verifying port 9283 ... 2023-12-06T20:41:20.293 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Failed to reset failed state of unit ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mgr.smithi125.xmtrzp.service: Unit ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mgr.smithi125.xmtrzp.service not loaded. 2023-12-06T20:41:20.299 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: Created symlink /etc/systemd/system/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715.target.wants/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mgr.smithi125.xmtrzp.service → /etc/systemd/system/ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@.service. 2023-12-06T20:41:20.639 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:20 smithi125 ceph-mon[107806]: mon.smithi125 is new leader, mons smithi125 in quorum (ranks 0) 2023-12-06T20:41:20.640 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:20 smithi125 ceph-mon[107806]: monmap e1: 1 mons at {smithi125=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0]} 2023-12-06T20:41:20.640 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:20 smithi125 ceph-mon[107806]: fsmap 2023-12-06T20:41:20.640 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:20 smithi125 ceph-mon[107806]: osdmap e1: 0 total, 0 up, 0 in 2023-12-06T20:41:20.640 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:20 smithi125 ceph-mon[107806]: mgrmap e1: no daemons active 2023-12-06T20:41:20.640 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:20 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3402846742' entity='client.admin' 2023-12-06T20:41:20.764 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: disabled 2023-12-06T20:41:20.772 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: inactive 2023-12-06T20:41:20.772 INFO:teuthology.orchestra.run.smithi125.stderr:firewalld.service is not enabled 2023-12-06T20:41:20.772 INFO:teuthology.orchestra.run.smithi125.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T20:41:20.780 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: disabled 2023-12-06T20:41:20.789 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: inactive 2023-12-06T20:41:20.789 INFO:teuthology.orchestra.run.smithi125.stderr:firewalld.service is not enabled 2023-12-06T20:41:20.789 INFO:teuthology.orchestra.run.smithi125.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T20:41:20.790 INFO:teuthology.orchestra.run.smithi125.stderr:Waiting for mgr to start... 2023-12-06T20:41:20.790 INFO:teuthology.orchestra.run.smithi125.stderr:Waiting for mgr... 2023-12-06T20:41:21.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:21.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: { 2023-12-06T20:41:21.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "fsid": "bf5e28f4-9477-11ee-95a2-87774f69a715", 2023-12-06T20:41:21.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "health": { 2023-12-06T20:41:21.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T20:41:21.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 0 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "smithi125" 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:21.256 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T20:41:21.257 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "available": false, 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "iostat", 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "nfs", 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "restful" 2023-12-06T20:41:21.258 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "services": {} 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "modified": "2023-12-06T20:41:16.436098+0000", 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "services": {} 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T20:41:21.259 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: } 2023-12-06T20:41:21.596 INFO:teuthology.orchestra.run.smithi125.stderr:mgr not available, waiting (1/15)... 2023-12-06T20:41:21.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:21 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3033392366' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T20:41:24.035 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:24.036 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: { 2023-12-06T20:41:24.036 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "fsid": "bf5e28f4-9477-11ee-95a2-87774f69a715", 2023-12-06T20:41:24.036 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "health": { 2023-12-06T20:41:24.036 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T20:41:24.036 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T20:41:24.036 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T20:41:24.036 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:24.037 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T20:41:24.037 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T20:41:24.037 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 0 2023-12-06T20:41:24.037 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:24.037 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T20:41:24.037 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "smithi125" 2023-12-06T20:41:24.037 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:24.037 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-06T20:41:24.038 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T20:41:24.038 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:24.038 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T20:41:24.038 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T20:41:24.038 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:24.038 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T20:41:24.038 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:24.039 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T20:41:24.039 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T20:41:24.039 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T20:41:24.039 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T20:41:24.039 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T20:41:24.039 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T20:41:24.039 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T20:41:24.040 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T20:41:24.041 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:24.041 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T20:41:24.041 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:24.041 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T20:41:24.041 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T20:41:24.041 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "available": false, 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "iostat", 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "nfs", 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "restful" 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "services": {} 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:24.042 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T20:41:24.043 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:24.043 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "modified": "2023-12-06T20:41:16.436098+0000", 2023-12-06T20:41:24.043 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "services": {} 2023-12-06T20:41:24.043 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:24.043 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T20:41:24.043 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: } 2023-12-06T20:41:24.193 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:24 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3364934348' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T20:41:24.370 INFO:teuthology.orchestra.run.smithi125.stderr:mgr not available, waiting (2/15)... 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: { 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "fsid": "bf5e28f4-9477-11ee-95a2-87774f69a715", 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "health": { 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T20:41:26.793 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 0 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "smithi125" 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:26.794 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T20:41:26.795 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "available": false, 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "iostat", 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "nfs", 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "restful" 2023-12-06T20:41:26.796 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "services": {} 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "modified": "2023-12-06T20:41:16.436098+0000", 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "services": {} 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T20:41:26.797 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: } 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: Activating manager daemon smithi125.xmtrzp 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: mgrmap e2: smithi125.xmtrzp(active, starting, since 0.00310033s) 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr metadata", "who": "smithi125.xmtrzp", "id": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: Manager daemon smithi125.xmtrzp is now available 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:27.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:26 smithi125 ceph-mon[107806]: from='mgr.14100 172.21.15.125:0/3571298660' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:27.127 INFO:teuthology.orchestra.run.smithi125.stderr:mgr not available, waiting (3/15)... 2023-12-06T20:41:28.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:27 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/700378735' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T20:41:28.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:27 smithi125 ceph-mon[107806]: mgrmap e3: smithi125.xmtrzp(active, since 1.00663s) 2023-12-06T20:41:29.733 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:29.733 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: { 2023-12-06T20:41:29.733 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "fsid": "bf5e28f4-9477-11ee-95a2-87774f69a715", 2023-12-06T20:41:29.733 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "health": { 2023-12-06T20:41:29.733 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T20:41:29.733 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T20:41:29.733 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T20:41:29.733 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 0 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "smithi125" 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:29.734 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T20:41:29.735 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "available": true, 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "iostat", 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "nfs", 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "restful" 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ], 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "services": {} 2023-12-06T20:41:29.736 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:29.737 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T20:41:29.737 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T20:41:29.737 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "modified": "2023-12-06T20:41:16.436098+0000", 2023-12-06T20:41:29.737 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "services": {} 2023-12-06T20:41:29.737 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: }, 2023-12-06T20:41:29.737 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T20:41:29.737 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: } 2023-12-06T20:41:30.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:29 smithi125 ceph-mon[107806]: mgrmap e4: smithi125.xmtrzp(active, since 2s) 2023-12-06T20:41:30.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:29 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3014204282' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T20:41:30.060 INFO:teuthology.orchestra.run.smithi125.stderr:mgr is available 2023-12-06T20:41:30.541 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:30.541 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: [global] 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: fsid = bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: [mgr] 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T20:41:30.542 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 2023-12-06T20:41:30.543 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: [osd] 2023-12-06T20:41:30.543 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T20:41:30.543 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T20:41:30.885 INFO:teuthology.orchestra.run.smithi125.stderr:Enabling cephadm module... 2023-12-06T20:41:30.982 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:30 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3732025599' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T20:41:32.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:32 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2530829199' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T20:41:33.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:33 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2530829199' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T20:41:33.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:33 smithi125 ceph-mon[107806]: mgrmap e5: smithi125.xmtrzp(active, since 5s) 2023-12-06T20:41:34.755 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: { 2023-12-06T20:41:34.755 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T20:41:34.755 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "available": true, 2023-12-06T20:41:34.755 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "active_name": "smithi125.xmtrzp", 2023-12-06T20:41:34.755 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T20:41:34.755 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: } 2023-12-06T20:41:35.110 INFO:teuthology.orchestra.run.smithi125.stderr:Waiting for the mgr to restart... 2023-12-06T20:41:35.110 INFO:teuthology.orchestra.run.smithi125.stderr:Waiting for mgr epoch 5... 2023-12-06T20:41:35.602 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:35 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3680616902' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T20:41:38.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:38 smithi125 ceph-mon[107806]: Active manager daemon smithi125.xmtrzp restarted 2023-12-06T20:41:38.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:38 smithi125 ceph-mon[107806]: Activating manager daemon smithi125.xmtrzp 2023-12-06T20:41:38.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:38 smithi125 ceph-mon[107806]: osdmap e2: 0 total, 0 up, 0 in 2023-12-06T20:41:39.300 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: { 2023-12-06T20:41:39.300 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T20:41:39.300 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T20:41:39.300 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: } 2023-12-06T20:41:39.573 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: mgrmap e6: smithi125.xmtrzp(active, starting, since 0.0524004s) 2023-12-06T20:41:39.573 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:41:39.573 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr metadata", "who": "smithi125.xmtrzp", "id": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:41:39.573 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T20:41:39.574 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T20:41:39.574 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T20:41:39.574 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: Manager daemon smithi125.xmtrzp is now available 2023-12-06T20:41:39.574 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:39.574 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:39.574 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:41:39.574 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:41:39.575 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:41:39.575 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:41:39.575 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:39 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:41:39.626 INFO:teuthology.orchestra.run.smithi125.stderr:mgr epoch 5 is available 2023-12-06T20:41:39.626 INFO:teuthology.orchestra.run.smithi125.stderr:Setting orchestrator backend to cephadm... 2023-12-06T20:41:40.696 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:40 smithi125 ceph-mon[107806]: mgrmap e7: smithi125.xmtrzp(active, since 1.06158s) 2023-12-06T20:41:40.696 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:40 smithi125 ceph-mon[107806]: [06/Dec/2023:20:41:39] ENGINE Bus STARTING 2023-12-06T20:41:40.696 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:40 smithi125 ceph-mon[107806]: [06/Dec/2023:20:41:39] ENGINE Serving on https://172.21.15.125:7150 2023-12-06T20:41:40.696 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:40 smithi125 ceph-mon[107806]: [06/Dec/2023:20:41:39] ENGINE Bus STARTED 2023-12-06T20:41:40.696 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:40 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:40.696 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:40 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:41:42.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:41 smithi125 ceph-mon[107806]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:42.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:41 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:42.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:41 smithi125 ceph-mon[107806]: mgrmap e8: smithi125.xmtrzp(active, since 2s) 2023-12-06T20:41:42.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:41 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:41:44.506 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: value unchanged 2023-12-06T20:41:45.685 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:45 smithi125 ceph-mon[107806]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:46.125 INFO:teuthology.orchestra.run.smithi125.stderr:Generating ssh key... 2023-12-06T20:41:47.871 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAVRgIj81K2LNHPhOSLE110H8mTBqeaEQzHKqH50wuIXGo7bQXPA+juWewgjGCDXq1oFQfbRv/as80Oah0AjsGSaUWyqOytCOyOsYLmUZbmHVjKWlc9NMj0Nh4SWz1PyhXBc+FKrmQfWzMu2WzSigEiL5k2tBuxn+1CNvaMFeclxr6/iajXXJ7rQQ9CSZ6nSnjG8w3ngjceqydY4beKbjefdcyjAYXx/HU9YunTD46DJEKaAUbqoaMIte916phNRotqQhE6376lWowngf/GXE+gQPt8iQmF9gFoiwU5PmzSh2atuFNMEd7Mm+d+XGHHm6Bpa0fU3dsrF5/speXqzWHCDpskPUUoUEAHmUyXUs7gpFH7KN49q6zYgHibSO98l2CtCZFIq169aC60WQjgye+FCbQNrkP9in086HKPsz5vbIOcW7UBiScmsSXqMKyhSOc7xtN6jjxhGypuulip91AksH0EflSBrxXrZ2ADHeDVWV7VMayNDYtQe3Qi3mVa/s= ceph-bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:41:48.216 INFO:teuthology.orchestra.run.smithi125.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T20:41:48.216 INFO:teuthology.orchestra.run.smithi125.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T20:41:48.217 INFO:teuthology.orchestra.run.smithi125.stderr:Adding host smithi125... 2023-12-06T20:41:48.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:48 smithi125 ceph-mon[107806]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:48.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:48 smithi125 ceph-mon[107806]: Generating ssh key... 2023-12-06T20:41:48.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:48 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:48.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:48 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:49.034 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:49 smithi125 ceph-mon[107806]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:49.545 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Added host 'smithi125' with addr '172.21.15.125' 2023-12-06T20:41:49.853 INFO:teuthology.orchestra.run.smithi125.stderr:Deploying mon service with default placement... 2023-12-06T20:41:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:50 smithi125 ceph-mon[107806]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi125", "addr": "172.21.15.125", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:50 smithi125 ceph-mon[107806]: Deploying cephadm binary to smithi125 2023-12-06T20:41:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:50 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:50 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:41:50.427 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T20:41:50.865 INFO:teuthology.orchestra.run.smithi125.stderr:Deploying mgr service with default placement... 2023-12-06T20:41:51.368 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:51 smithi125 ceph-mon[107806]: Added host smithi125 2023-12-06T20:41:51.368 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:51 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:51.401 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T20:41:51.784 INFO:teuthology.orchestra.run.smithi125.stderr:Deploying crash service with default placement... 2023-12-06T20:41:52.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:52 smithi125 ceph-mon[107806]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:52.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:52 smithi125 ceph-mon[107806]: Saving service mon spec with placement count:5 2023-12-06T20:41:52.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:52 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:52.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:52 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:52.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:52 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:52.361 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-06T20:41:52.798 INFO:teuthology.orchestra.run.smithi125.stderr:Deploying prometheus service with default placement... 2023-12-06T20:41:53.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:53 smithi125 ceph-mon[107806]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:53.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:53 smithi125 ceph-mon[107806]: Saving service mgr spec with placement count:2 2023-12-06T20:41:53.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:53 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:53.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:53 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:53.367 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-06T20:41:53.668 INFO:teuthology.orchestra.run.smithi125.stderr:Deploying grafana service with default placement... 2023-12-06T20:41:54.246 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-06T20:41:54.558 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:54 smithi125 ceph-mon[107806]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:54.558 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:54 smithi125 ceph-mon[107806]: Saving service crash spec with placement * 2023-12-06T20:41:54.559 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:54 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:54.559 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:54 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:54.559 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:54 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:54.656 INFO:teuthology.orchestra.run.smithi125.stderr:Deploying node-exporter service with default placement... 2023-12-06T20:41:55.175 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-06T20:41:55.506 INFO:teuthology.orchestra.run.smithi125.stderr:Deploying alertmanager service with default placement... 2023-12-06T20:41:55.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:55 smithi125 ceph-mon[107806]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:55.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:55 smithi125 ceph-mon[107806]: Saving service prometheus spec with placement count:1 2023-12-06T20:41:55.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:55 smithi125 ceph-mon[107806]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:55.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:55 smithi125 ceph-mon[107806]: Saving service grafana spec with placement count:1 2023-12-06T20:41:55.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:55 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:56.000 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-06T20:41:56.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:56 smithi125 ceph-mon[107806]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:56.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:56 smithi125 ceph-mon[107806]: Saving service node-exporter spec with placement * 2023-12-06T20:41:56.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:56 smithi125 ceph-mon[107806]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:41:56.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:56 smithi125 ceph-mon[107806]: Saving service alertmanager spec with placement count:1 2023-12-06T20:41:56.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:56 smithi125 ceph-mon[107806]: from='mgr.14120 172.21.15.125:0/1210153766' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:41:58.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:57 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1440378679' entity='client.admin' 2023-12-06T20:41:58.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:57 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/883662757' entity='client.admin' 2023-12-06T20:41:58.056 INFO:teuthology.orchestra.run.smithi125.stderr:Enabling the dashboard module... 2023-12-06T20:41:59.568 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:59 smithi125 ceph-mon[107806]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:41:59.568 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:41:59 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1818229815' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T20:42:00.254 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: { 2023-12-06T20:42:00.254 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T20:42:00.254 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "available": true, 2023-12-06T20:42:00.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "active_name": "smithi125.xmtrzp", 2023-12-06T20:42:00.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T20:42:00.255 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: } 2023-12-06T20:42:00.598 INFO:teuthology.orchestra.run.smithi125.stderr:Waiting for the mgr to restart... 2023-12-06T20:42:00.598 INFO:teuthology.orchestra.run.smithi125.stderr:Waiting for mgr epoch 9... 2023-12-06T20:42:00.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:00 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1818229815' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T20:42:00.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:00 smithi125 ceph-mon[107806]: mgrmap e9: smithi125.xmtrzp(active, since 21s) 2023-12-06T20:42:00.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:00 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/790215456' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T20:42:05.470 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:05 smithi125 ceph-mon[107806]: Active manager daemon smithi125.xmtrzp restarted 2023-12-06T20:42:05.470 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:05 smithi125 ceph-mon[107806]: Activating manager daemon smithi125.xmtrzp 2023-12-06T20:42:05.470 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:05 smithi125 ceph-mon[107806]: osdmap e3: 0 total, 0 up, 0 in 2023-12-06T20:42:06.425 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: { 2023-12-06T20:42:06.425 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T20:42:06.425 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T20:42:06.425 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: } 2023-12-06T20:42:06.731 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: mgrmap e10: smithi125.xmtrzp(active, starting, since 0.113628s) 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr metadata", "who": "smithi125.xmtrzp", "id": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: Manager daemon smithi125.xmtrzp is now available 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: [06/Dec/2023:20:42:06] ENGINE Bus STARTING 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: [06/Dec/2023:20:42:06] ENGINE Serving on https://172.21.15.125:7150 2023-12-06T20:42:06.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: [06/Dec/2023:20:42:06] ENGINE Bus STARTED 2023-12-06T20:42:06.733 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:06.733 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:06 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:06.754 INFO:teuthology.orchestra.run.smithi125.stderr:mgr epoch 9 is available 2023-12-06T20:42:06.754 INFO:teuthology.orchestra.run.smithi125.stderr:Generating a dashboard self-signed certificate... 2023-12-06T20:42:07.496 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T20:42:07.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:07 smithi125 ceph-mon[107806]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T20:42:07.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:07 smithi125 ceph-mon[107806]: mgrmap e11: smithi125.xmtrzp(active, since 1.11907s) 2023-12-06T20:42:07.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:07 smithi125 ceph-mon[107806]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T20:42:07.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:07 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:07.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:07 smithi125 ceph-mon[107806]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:42:07.880 INFO:teuthology.orchestra.run.smithi125.stderr:Creating initial admin user... 2023-12-06T20:42:08.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:08 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:08.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:08 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:08.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:08 smithi125 ceph-mon[107806]: mgrmap e12: smithi125.xmtrzp(active, since 2s) 2023-12-06T20:42:09.335 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$jL65a6Js2DySn5BAZkAc/uUDRcL926wHPO4FrIpyE6hsrulGdG45u", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701895329, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T20:42:09.670 INFO:teuthology.orchestra.run.smithi125.stderr:Fetching dashboard port number... 2023-12-06T20:42:10.182 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: 8443 2023-12-06T20:42:10.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:10 smithi125 ceph-mon[107806]: 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-06T20:42:10.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:10 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:10.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:10 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2625559093' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T20:42:10.520 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: disabled 2023-12-06T20:42:10.528 INFO:teuthology.orchestra.run.smithi125.stderr:systemctl: inactive 2023-12-06T20:42:10.528 INFO:teuthology.orchestra.run.smithi125.stderr:firewalld.service is not enabled 2023-12-06T20:42:10.528 INFO:teuthology.orchestra.run.smithi125.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T20:42:10.531 INFO:teuthology.orchestra.run.smithi125.stderr:Ceph Dashboard is now available at: 2023-12-06T20:42:10.531 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:42:10.531 INFO:teuthology.orchestra.run.smithi125.stderr: URL: https://smithi125.front.sepia.ceph.com:8443/ 2023-12-06T20:42:10.531 INFO:teuthology.orchestra.run.smithi125.stderr: User: admin 2023-12-06T20:42:10.531 INFO:teuthology.orchestra.run.smithi125.stderr: Password: 2wx33cnwcb 2023-12-06T20:42:10.531 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:42:10.531 INFO:teuthology.orchestra.run.smithi125.stderr:Enabling autotune for osd_memory_target 2023-12-06T20:42:11.989 INFO:teuthology.orchestra.run.smithi125.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T20:42:12.320 INFO:teuthology.orchestra.run.smithi125.stderr:You can access the Ceph CLI with: 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: ceph telemetry on 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr:For more information see: 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-06T20:42:12.321 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T20:42:12.322 INFO:teuthology.orchestra.run.smithi125.stderr:Bootstrap complete. 2023-12-06T20:42:12.356 INFO:tasks.cephadm:Fetching config... 2023-12-06T20:42:12.356 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:42:12.356 DEBUG:teuthology.orchestra.run.smithi125:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T20:42:12.375 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T20:42:12.375 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:42:12.375 DEBUG:teuthology.orchestra.run.smithi125:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T20:42:12.434 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T20:42:12.435 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:42:12.435 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/keyring of=/dev/stdout 2023-12-06T20:42:12.503 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T20:42:12.503 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:42:12.503 DEBUG:teuthology.orchestra.run.smithi125:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T20:42:12.562 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T20:42:12.562 DEBUG:teuthology.orchestra.run.smithi125:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAVRgIj81K2LNHPhOSLE110H8mTBqeaEQzHKqH50wuIXGo7bQXPA+juWewgjGCDXq1oFQfbRv/as80Oah0AjsGSaUWyqOytCOyOsYLmUZbmHVjKWlc9NMj0Nh4SWz1PyhXBc+FKrmQfWzMu2WzSigEiL5k2tBuxn+1CNvaMFeclxr6/iajXXJ7rQQ9CSZ6nSnjG8w3ngjceqydY4beKbjefdcyjAYXx/HU9YunTD46DJEKaAUbqoaMIte916phNRotqQhE6376lWowngf/GXE+gQPt8iQmF9gFoiwU5PmzSh2atuFNMEd7Mm+d+XGHHm6Bpa0fU3dsrF5/speXqzWHCDpskPUUoUEAHmUyXUs7gpFH7KN49q6zYgHibSO98l2CtCZFIq169aC60WQjgye+FCbQNrkP9in086HKPsz5vbIOcW7UBiScmsSXqMKyhSOc7xtN6jjxhGypuulip91AksH0EflSBrxXrZ2ADHeDVWV7VMayNDYtQe3Qi3mVa/s= ceph-bf5e28f4-9477-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T20:42:12.628 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:12 smithi125 ceph-mon[107806]: mgrmap e13: smithi125.xmtrzp(active, since 6s) 2023-12-06T20:42:12.628 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:12 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1021684667' entity='client.admin' 2023-12-06T20:42:12.640 INFO:teuthology.orchestra.run.smithi125.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAVRgIj81K2LNHPhOSLE110H8mTBqeaEQzHKqH50wuIXGo7bQXPA+juWewgjGCDXq1oFQfbRv/as80Oah0AjsGSaUWyqOytCOyOsYLmUZbmHVjKWlc9NMj0Nh4SWz1PyhXBc+FKrmQfWzMu2WzSigEiL5k2tBuxn+1CNvaMFeclxr6/iajXXJ7rQQ9CSZ6nSnjG8w3ngjceqydY4beKbjefdcyjAYXx/HU9YunTD46DJEKaAUbqoaMIte916phNRotqQhE6376lWowngf/GXE+gQPt8iQmF9gFoiwU5PmzSh2atuFNMEd7Mm+d+XGHHm6Bpa0fU3dsrF5/speXqzWHCDpskPUUoUEAHmUyXUs7gpFH7KN49q6zYgHibSO98l2CtCZFIq169aC60WQjgye+FCbQNrkP9in086HKPsz5vbIOcW7UBiScmsSXqMKyhSOc7xtN6jjxhGypuulip91AksH0EflSBrxXrZ2ADHeDVWV7VMayNDYtQe3Qi3mVa/s= ceph-bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:42:12.651 DEBUG:teuthology.orchestra.run.smithi167:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAVRgIj81K2LNHPhOSLE110H8mTBqeaEQzHKqH50wuIXGo7bQXPA+juWewgjGCDXq1oFQfbRv/as80Oah0AjsGSaUWyqOytCOyOsYLmUZbmHVjKWlc9NMj0Nh4SWz1PyhXBc+FKrmQfWzMu2WzSigEiL5k2tBuxn+1CNvaMFeclxr6/iajXXJ7rQQ9CSZ6nSnjG8w3ngjceqydY4beKbjefdcyjAYXx/HU9YunTD46DJEKaAUbqoaMIte916phNRotqQhE6376lWowngf/GXE+gQPt8iQmF9gFoiwU5PmzSh2atuFNMEd7Mm+d+XGHHm6Bpa0fU3dsrF5/speXqzWHCDpskPUUoUEAHmUyXUs7gpFH7KN49q6zYgHibSO98l2CtCZFIq169aC60WQjgye+FCbQNrkP9in086HKPsz5vbIOcW7UBiScmsSXqMKyhSOc7xtN6jjxhGypuulip91AksH0EflSBrxXrZ2ADHeDVWV7VMayNDYtQe3Qi3mVa/s= ceph-bf5e28f4-9477-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T20:42:12.696 INFO:teuthology.orchestra.run.smithi167.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAVRgIj81K2LNHPhOSLE110H8mTBqeaEQzHKqH50wuIXGo7bQXPA+juWewgjGCDXq1oFQfbRv/as80Oah0AjsGSaUWyqOytCOyOsYLmUZbmHVjKWlc9NMj0Nh4SWz1PyhXBc+FKrmQfWzMu2WzSigEiL5k2tBuxn+1CNvaMFeclxr6/iajXXJ7rQQ9CSZ6nSnjG8w3ngjceqydY4beKbjefdcyjAYXx/HU9YunTD46DJEKaAUbqoaMIte916phNRotqQhE6376lWowngf/GXE+gQPt8iQmF9gFoiwU5PmzSh2atuFNMEd7Mm+d+XGHHm6Bpa0fU3dsrF5/speXqzWHCDpskPUUoUEAHmUyXUs7gpFH7KN49q6zYgHibSO98l2CtCZFIq169aC60WQjgye+FCbQNrkP9in086HKPsz5vbIOcW7UBiScmsSXqMKyhSOc7xtN6jjxhGypuulip91AksH0EflSBrxXrZ2ADHeDVWV7VMayNDYtQe3Qi3mVa/s= ceph-bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:42:12.708 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T20:42:14.793 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T20:42:14.793 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T20:42:15.225 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:15 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2304666839' entity='client.admin' 2023-12-06T20:42:16.484 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:16 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:16.484 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:16 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:42:16.485 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:16 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:16.485 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:16 smithi125 ceph-mon[107806]: Deploying daemon alertmanager.smithi125 on smithi125 2023-12-06T20:42:16.518 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi167 2023-12-06T20:42:16.518 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-06T20:42:16.518 DEBUG:teuthology.orchestra.run.smithi167:> dd of=/etc/ceph/ceph.conf 2023-12-06T20:42:16.540 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-06T20:42:16.540 DEBUG:teuthology.orchestra.run.smithi167:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:42:16.601 INFO:tasks.cephadm:Adding host smithi167 to orchestrator... 2023-12-06T20:42:16.601 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch host add smithi167 2023-12-06T20:42:17.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:17 smithi125 ceph-mon[107806]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:42:17.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:17 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:19.755 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:19 smithi125 ceph-mon[107806]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi167", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:42:20.053 INFO:teuthology.orchestra.run.smithi125.stdout:Added host 'smithi167' with addr '172.21.15.167' 2023-12-06T20:42:20.423 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T20:42:21.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:21 smithi125 ceph-mon[107806]: Deploying cephadm binary to smithi167 2023-12-06T20:42:21.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:21 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:21.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:21 smithi125 ceph-mon[107806]: Added host smithi167 2023-12-06T20:42:21.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:21 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:21.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:21 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi125", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T20:42:21.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:21 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi125", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T20:42:21.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:21 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:21.910 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:42:21.911 INFO:teuthology.orchestra.run.smithi125.stdout:[{"addr": "172.21.15.125", "hostname": "smithi125", "labels": [], "status": ""}, {"addr": "172.21.15.167", "hostname": "smithi167", "labels": [], "status": ""}] 2023-12-06T20:42:22.202 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:22 smithi125 ceph-mon[107806]: Deploying daemon crash.smithi125 on smithi125 2023-12-06T20:42:22.285 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T20:42:22.285 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T20:42:23.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:23 smithi125 ceph-mon[107806]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:42:23.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:23 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:23.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:23 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:23.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:23 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:23.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:23 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T20:42:23.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:23 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:24.061 INFO:teuthology.orchestra.run.smithi125.stderr:adjusted tunables profile to default 2023-12-06T20:42:24.415 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:24 smithi125 ceph-mon[107806]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T20:42:24.415 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:24 smithi125 ceph-mon[107806]: Deploying daemon grafana.smithi125 on smithi125 2023-12-06T20:42:24.415 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:24 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/920771036' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T20:42:24.416 INFO:tasks.cephadm:Adding mon.smithi125 on smithi125 2023-12-06T20:42:24.416 INFO:tasks.cephadm:Adding mon.smithi167 on smithi167 2023-12-06T20:42:24.416 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi125:172.21.15.125=smithi125;smithi167:172.21.15.167=smithi167' 2023-12-06T20:42:25.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:25 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/920771036' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T20:42:25.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:25 smithi125 ceph-mon[107806]: osdmap e4: 0 total, 0 up, 0 in 2023-12-06T20:42:25.768 INFO:teuthology.orchestra.run.smithi167.stdout:Scheduled mon update... 2023-12-06T20:42:26.175 DEBUG:teuthology.orchestra.run.smithi167:mon.smithi167> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi167.service 2023-12-06T20:42:26.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:26.178 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:26.206 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:-- Logs begin at Wed 2023-12-06 20:24:37 UTC. -- 2023-12-06T20:42:26.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:26 smithi125 ceph-mon[107806]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:42:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:26 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:26 smithi125 ceph-mon[107806]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi125:172.21.15.125=smithi125;smithi167:172.21.15.167=smithi167", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:42:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:26 smithi125 ceph-mon[107806]: Saving service mon spec with placement smithi125:172.21.15.125=smithi125;smithi167:172.21.15.167=smithi167;count:2 2023-12-06T20:42:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:26 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:27.542 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:27.542 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:27.544 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:28.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:28 smithi125 ceph-mon[107806]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:42:28.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:28 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/844091409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:28.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:28.918 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:30.257 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:30.257 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:30.259 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:30.690 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:30 smithi125 ceph-mon[107806]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:42:30.690 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:30 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/102625153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:31.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:31.631 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:32.634 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:32 smithi125 ceph-mon[107806]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:42:33.011 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:33.011 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:33.013 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:33.583 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:33 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/2612245383' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:33.583 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:33 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:33.583 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:33 smithi125 ceph-mon[107806]: Deploying daemon node-exporter.smithi125 on smithi125 2023-12-06T20:42:34.342 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:34.343 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:35.428 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:35 smithi125 ceph-mon[107806]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:42:35.735 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:35.735 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:35.736 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:36.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:36 smithi125 ceph-mon[107806]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:42:36.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:36 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:36.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:36 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:36.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:36 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T20:42:36.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:36 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/751818785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:37.112 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:37.112 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:37.957 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:37 smithi125 ceph-mon[107806]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T20:42:37.957 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:37 smithi125 ceph-mon[107806]: mgrmap e14: smithi125.xmtrzp(active, since 31s) 2023-12-06T20:42:38.516 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:38.516 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:38.517 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:39.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:38 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/1794557861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:39.892 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:39.892 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:41.379 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:41.380 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:41.381 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:41.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:41 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/2136271853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:42.576 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:42 smithi125 ceph-mon[107806]: Active manager daemon smithi125.xmtrzp restarted 2023-12-06T20:42:42.576 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:42 smithi125 ceph-mon[107806]: Activating manager daemon smithi125.xmtrzp 2023-12-06T20:42:42.576 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:42 smithi125 ceph-mon[107806]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T20:42:42.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:42.767 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: mgrmap e15: smithi125.xmtrzp(active, starting, since 0.0526618s) 2023-12-06T20:42:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:42:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr metadata", "who": "smithi125.xmtrzp", "id": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:42:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T20:42:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: Manager daemon smithi125.xmtrzp is now available 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:43.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:44.263 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:44.263 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:44.265 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:44.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:44 smithi125 ceph-mon[107806]: [06/Dec/2023:20:42:43] ENGINE Bus STARTING 2023-12-06T20:42:44.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:44 smithi125 ceph-mon[107806]: [06/Dec/2023:20:42:43] ENGINE Serving on https://172.21.15.125:7150 2023-12-06T20:42:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:44 smithi125 ceph-mon[107806]: [06/Dec/2023:20:42:43] ENGINE Bus STARTED 2023-12-06T20:42:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:44 smithi125 ceph-mon[107806]: mgrmap e16: smithi125.xmtrzp(active, since 1.06356s) 2023-12-06T20:42:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:44 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:44 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/3744570571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:44 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:45.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:45.595 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:45 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:45 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:45 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:42:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:45 smithi125 ceph-mon[107806]: Updating smithi125:/etc/ceph/ceph.conf 2023-12-06T20:42:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:45 smithi125 ceph-mon[107806]: Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:42:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:45 smithi125 ceph-mon[107806]: mgrmap e17: smithi125.xmtrzp(active, since 2s) 2023-12-06T20:42:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:45 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:47.285 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:47.285 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:47.287 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:48.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:48.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:48.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:42:48.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:48.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T20:42:48.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T20:42:48.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:48.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: Deploying daemon crash.smithi167 on smithi167 2023-12-06T20:42:48.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:47 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/813975522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:48.947 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:48.947 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:50.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:50.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.vqmncs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:42:50.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.vqmncs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T20:42:50.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:42:50.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:50.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:50 smithi125 ceph-mon[107806]: Deploying daemon mgr.smithi167.vqmncs on smithi167 2023-12-06T20:42:50.883 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:50.883 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:41:14.573815Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T20:42:50.884 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2023-12-06T20:42:51.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:51 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/558907114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:51.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:51 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:51.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:51 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T20:42:51.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:51 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:52.259 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T20:42:52.259 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T20:42:52.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:52 smithi125 ceph-mon[107806]: Deploying daemon mon.smithi167 on smithi167 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 systemd[1]: Started Ceph mon.smithi167 for bf5e28f4-9477-11ee-95a2-87774f69a715. 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(???) e0 preinit fsid bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).mds e1 new map 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).mds e1 print_map 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout: e1 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.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-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout: legacy client fscid: -1 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout: 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout: No filesystems configured 2023-12-06T20:42:53.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/751818785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14162 172.21.15.125:0/4061858042' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mgrmap e14: smithi125.xmtrzp(active, since 31s) 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/1794557861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:53.717 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/2136271853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: Active manager daemon smithi125.xmtrzp restarted 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: Activating manager daemon smithi125.xmtrzp 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mgrmap e15: smithi125.xmtrzp(active, starting, since 0.0526618s) 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr metadata", "who": "smithi125.xmtrzp", "id": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T20:42:53.718 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: Manager daemon smithi125.xmtrzp is now available 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: [06/Dec/2023:20:42:43] ENGINE Bus STARTING 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: [06/Dec/2023:20:42:43] ENGINE Serving on https://172.21.15.125:7150 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: [06/Dec/2023:20:42:43] ENGINE Bus STARTED 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mgrmap e16: smithi125.xmtrzp(active, since 1.06356s) 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.719 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/3744570571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: Updating smithi125:/etc/ceph/ceph.conf 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mgrmap e17: smithi125.xmtrzp(active, since 2s) 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T20:42:53.720 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: Deploying daemon crash.smithi167 on smithi167 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/813975522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.vqmncs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.vqmncs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: Deploying daemon mgr.smithi167.vqmncs on smithi167 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/558907114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: Deploying daemon mon.smithi167 on smithi167 2023-12-06T20:42:53.721 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-06T20:42:53.722 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:53 smithi167 ceph-mon[110458]: mon.smithi167@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: mon.smithi125 calling monitor election 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: mon.smithi167 calling monitor election 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.167:0/2514071959' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.vqmncs/crt"}]: dispatch 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:58.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: mon.smithi125 is new leader, mons smithi125,smithi167 in quorum (ranks 0,1) 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: monmap e2: 2 mons at {smithi125=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],smithi167=[v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0]} 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: fsmap 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: mgrmap e17: smithi125.xmtrzp(active, since 16s) 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: Standby manager daemon smithi167.vqmncs started 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.167:0/2514071959' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.167:0/2514071959' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.vqmncs/key"}]: dispatch 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.167:0/2514071959' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: overall HEALTH_OK 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:58.847 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:58 smithi167 ceph-mon[110458]: Deploying daemon node-exporter.smithi167 on smithi167 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: mon.smithi125 calling monitor election 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: mon.smithi167 calling monitor election 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.167:0/2514071959' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.vqmncs/crt"}]: dispatch 2023-12-06T20:42:59.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: mon.smithi125 is new leader, mons smithi125,smithi167 in quorum (ranks 0,1) 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: monmap e2: 2 mons at {smithi125=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],smithi167=[v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0]} 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: fsmap 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: mgrmap e17: smithi125.xmtrzp(active, since 16s) 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: Standby manager daemon smithi167.vqmncs started 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.167:0/2514071959' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.167:0/2514071959' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.vqmncs/key"}]: dispatch 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.167:0/2514071959' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: overall HEALTH_OK 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:42:59.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:58 smithi125 ceph-mon[107806]: Deploying daemon node-exporter.smithi167 on smithi167 2023-12-06T20:42:59.911 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-06T20:42:59.911 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":2,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","modified":"2023-12-06T20:42:53.491268Z","created":"2023-12-06T20:41:14.573815Z","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":"smithi125","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi167","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:3300","nonce":0},{"type":"v1","addr":"172.21.15.167:6789","nonce":0}]},"addr":"172.21.15.167:6789/0","public_addr":"172.21.15.167:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T20:42:59.911 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 2 2023-12-06T20:42:59.923 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:59 smithi167 ceph-mon[110458]: mgrmap e18: smithi125.xmtrzp(active, since 16s), standbys: smithi167.vqmncs 2023-12-06T20:42:59.924 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:59 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr metadata", "who": "smithi167.vqmncs", "id": "smithi167.vqmncs"}]: dispatch 2023-12-06T20:42:59.924 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:42:59 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:43:00.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:59 smithi125 ceph-mon[107806]: mgrmap e18: smithi125.xmtrzp(active, since 16s), standbys: smithi167.vqmncs 2023-12-06T20:43:00.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:59 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr metadata", "who": "smithi167.vqmncs", "id": "smithi167.vqmncs"}]: dispatch 2023-12-06T20:43:00.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:42:59 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:43:00.754 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T20:43:00.754 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T20:43:00.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:00 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/4206016008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:43:01.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:00 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/4206016008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T20:43:02.047 INFO:teuthology.orchestra.run.smithi125.stdout:# minimal ceph.conf for bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:43:02.047 INFO:teuthology.orchestra.run.smithi125.stdout:[global] 2023-12-06T20:43:02.047 INFO:teuthology.orchestra.run.smithi125.stdout: fsid = bf5e28f4-9477-11ee-95a2-87774f69a715 2023-12-06T20:43:02.048 INFO:teuthology.orchestra.run.smithi125.stdout: mon_host = [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] 2023-12-06T20:43:02.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:02 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:02.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:02 smithi167 ceph-mon[110458]: Deploying daemon prometheus.smithi125 on smithi125 2023-12-06T20:43:02.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:02 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3886976305' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:02.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:02 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:02.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:02 smithi125 ceph-mon[107806]: Deploying daemon prometheus.smithi125 on smithi125 2023-12-06T20:43:02.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:02 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3886976305' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:03.233 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T20:43:03.233 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:43:03.233 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T20:43:03.318 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:43:03.318 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:43:03.390 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-06T20:43:03.390 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T20:43:03.428 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-06T20:43:03.429 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:43:03.500 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T20:43:03.501 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:43:03.501 DEBUG:teuthology.orchestra.run.smithi125:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T20:43:03.518 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-06T20:43:03.518 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_1 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 395773 Links: 1 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-06 20:42:33.642079820 +0000 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-06 20:39:56.986517538 +0000 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-06 20:39:56.986517538 +0000 2023-12-06T20:43:03.576 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-06T20:43:03.576 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T20:43:03.641 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-06T20:43:03.641 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-06T20:43:03.641 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000221091 s, 2.3 MB/s 2023-12-06T20:43:03.642 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T20:43:03.701 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_2 2023-12-06T20:43:03.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:03 smithi167 ceph-mon[110458]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:03.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:03 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 395850 Links: 1 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-06 20:42:33.642079820 +0000 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-06 20:39:57.505508324 +0000 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-06 20:39:57.505508324 +0000 2023-12-06T20:43:03.758 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-06T20:43:03.759 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T20:43:03.822 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:03 smithi125 ceph-mon[107806]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:03.822 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:03 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:03.824 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-06T20:43:03.824 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-06T20:43:03.824 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000210266 s, 2.4 MB/s 2023-12-06T20:43:03.825 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T20:43:03.884 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_3 2023-12-06T20:43:03.944 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T20:43:03.944 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T20:43:03.945 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 395935 Links: 1 2023-12-06T20:43:03.945 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T20:43:03.945 INFO:teuthology.orchestra.run.smithi125.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T20:43:03.945 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-06 20:42:33.642079820 +0000 2023-12-06T20:43:03.945 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-06 20:39:58.024499109 +0000 2023-12-06T20:43:03.945 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-06 20:39:58.024499109 +0000 2023-12-06T20:43:03.945 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-06T20:43:03.946 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T20:43:04.014 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-06T20:43:04.014 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-06T20:43:04.014 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000194727 s, 2.6 MB/s 2023-12-06T20:43:04.015 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T20:43:04.073 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_4 2023-12-06T20:43:04.132 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T20:43:04.132 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T20:43:04.133 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 393033 Links: 1 2023-12-06T20:43:04.133 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T20:43:04.133 INFO:teuthology.orchestra.run.smithi125.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T20:43:04.133 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-06 20:42:33.642079820 +0000 2023-12-06T20:43:04.133 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-06 20:39:58.524490232 +0000 2023-12-06T20:43:04.133 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-06 20:39:58.524490232 +0000 2023-12-06T20:43:04.133 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-06T20:43:04.133 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T20:43:04.198 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-06T20:43:04.198 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-06T20:43:04.198 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000230529 s, 2.2 MB/s 2023-12-06T20:43:04.199 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T20:43:04.259 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-06T20:43:04.259 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T20:43:04.281 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-06T20:43:04.281 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_1 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 6h/6d Inode: 395499 Links: 1 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2023-12-06 20:42:59.029041391 +0000 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2023-12-06 20:39:56.997230185 +0000 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2023-12-06 20:39:56.997230185 +0000 2023-12-06T20:43:04.343 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2023-12-06T20:43:04.344 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T20:43:04.414 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2023-12-06T20:43:04.414 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2023-12-06T20:43:04.414 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.0002556 s, 2.0 MB/s 2023-12-06T20:43:04.415 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T20:43:04.478 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_2 2023-12-06T20:43:04.538 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T20:43:04.538 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T20:43:04.538 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 6h/6d Inode: 395564 Links: 1 2023-12-06T20:43:04.538 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T20:43:04.538 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T20:43:04.538 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2023-12-06 20:42:59.029041391 +0000 2023-12-06T20:43:04.538 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2023-12-06 20:39:57.524220868 +0000 2023-12-06T20:43:04.538 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2023-12-06 20:39:57.524220868 +0000 2023-12-06T20:43:04.539 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2023-12-06T20:43:04.539 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T20:43:04.606 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2023-12-06T20:43:04.606 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2023-12-06T20:43:04.606 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000209526 s, 2.4 MB/s 2023-12-06T20:43:04.607 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T20:43:04.667 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_3 2023-12-06T20:43:04.726 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T20:43:04.726 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T20:43:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 6h/6d Inode: 386857 Links: 1 2023-12-06T20:43:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T20:43:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T20:43:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2023-12-06 20:42:59.029041391 +0000 2023-12-06T20:43:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2023-12-06 20:39:58.029211942 +0000 2023-12-06T20:43:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2023-12-06 20:39:58.029211942 +0000 2023-12-06T20:43:04.727 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2023-12-06T20:43:04.727 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T20:43:04.792 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2023-12-06T20:43:04.792 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2023-12-06T20:43:04.792 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000220965 s, 2.3 MB/s 2023-12-06T20:43:04.793 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T20:43:04.853 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_4 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 6h/6d Inode: 395637 Links: 1 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2023-12-06 20:42:59.030041373 +0000 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2023-12-06 20:39:58.550202733 +0000 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2023-12-06 20:39:58.550202733 +0000 2023-12-06T20:43:04.911 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2023-12-06T20:43:04.911 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T20:43:04.976 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2023-12-06T20:43:04.977 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2023-12-06T20:43:04.977 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000233826 s, 2.2 MB/s 2023-12-06T20:43:04.977 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T20:43:05.036 INFO:tasks.cephadm:Deploying osd.0 on smithi125 with /dev/vg_nvme/lv_4... 2023-12-06T20:43:05.036 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T20:43:05.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:05 smithi167 ceph-mon[110458]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:05.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:05 smithi125 ceph-mon[107806]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:07.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:07 smithi167 ceph-mon[110458]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:08.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:07 smithi125 ceph-mon[107806]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:09.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:09 smithi167 ceph-mon[110458]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:10.000 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:09 smithi125 ceph-mon[107806]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:11.617 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T20:43:11.617 INFO:teuthology.orchestra.run.smithi125.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T20:43:11.618 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10+0 records in 2023-12-06T20:43:11.618 INFO:teuthology.orchestra.run.smithi125.stderr:10+0 records out 2023-12-06T20:43:11.618 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146416 s, 716 MB/s 2023-12-06T20:43:11.618 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping successful for: 2023-12-06T20:43:11.823 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:11 smithi125 ceph-mon[107806]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:11.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:11 smithi167 ceph-mon[110458]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:12.171 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi125:vg_nvme/lv_4 2023-12-06T20:43:13.811 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:13 smithi125 ceph-mon[107806]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:13.899 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:13 smithi167 ceph-mon[110458]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:43:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:43:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:14.930 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:43:14.930 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:43:14.930 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:14.930 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:14.930 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:14.930 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:14.930 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:15.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:15 smithi167 ceph-mon[110458]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:43:15.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:15 smithi167 ceph-mon[110458]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:15.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:15.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:16.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:15 smithi125 ceph-mon[107806]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:43:16.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:15 smithi125 ceph-mon[107806]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:16.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:16.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:16.821 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:16 smithi125 ceph-mon[107806]: Updating smithi167:/etc/ceph/ceph.conf 2023-12-06T20:43:16.821 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:16 smithi125 ceph-mon[107806]: Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:43:16.821 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:16 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/522799735' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3afc81d-8034-45fa-8544-490808133bf1"}]: dispatch 2023-12-06T20:43:16.821 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:16 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/522799735' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3afc81d-8034-45fa-8544-490808133bf1"}]': finished 2023-12-06T20:43:16.821 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:16 smithi125 ceph-mon[107806]: osdmap e6: 1 total, 0 up, 1 in 2023-12-06T20:43:16.821 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:16.821 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:16 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3670579612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:43:16.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:16 smithi167 ceph-mon[110458]: Updating smithi167:/etc/ceph/ceph.conf 2023-12-06T20:43:16.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:16 smithi167 ceph-mon[110458]: Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:43:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:16 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/522799735' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3afc81d-8034-45fa-8544-490808133bf1"}]: dispatch 2023-12-06T20:43:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:16 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/522799735' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3afc81d-8034-45fa-8544-490808133bf1"}]': finished 2023-12-06T20:43:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:16 smithi167 ceph-mon[110458]: osdmap e6: 1 total, 0 up, 1 in 2023-12-06T20:43:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:16 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3670579612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:43:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:17 smithi167 ceph-mon[110458]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T20:43:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T20:43:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:18.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:17 smithi125 ceph-mon[107806]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:18.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:18.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:18.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:18.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T20:43:18.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T20:43:18.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:18.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:18.879 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:18 smithi125 ceph-mon[107806]: Updating smithi125:/etc/ceph/ceph.conf 2023-12-06T20:43:18.879 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:18 smithi125 ceph-mon[107806]: Reconfiguring mon.smithi125 (unknown last config time)... 2023-12-06T20:43:18.879 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:18 smithi125 ceph-mon[107806]: Reconfiguring daemon mon.smithi125 on smithi125 2023-12-06T20:43:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:18 smithi167 ceph-mon[110458]: Updating smithi125:/etc/ceph/ceph.conf 2023-12-06T20:43:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:18 smithi167 ceph-mon[110458]: Reconfiguring mon.smithi125 (unknown last config time)... 2023-12-06T20:43:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:18 smithi167 ceph-mon[110458]: Reconfiguring daemon mon.smithi125 on smithi125 2023-12-06T20:43:19.816 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:19 smithi125 ceph-mon[107806]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:19.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:19 smithi167 ceph-mon[110458]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:20.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:20 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:20.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:20 smithi167 ceph-mon[110458]: Reconfiguring mgr.smithi125.xmtrzp (unknown last config time)... 2023-12-06T20:43:20.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:20 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi125.xmtrzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:43:20.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:20 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:43:20.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:20 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:20.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:20 smithi167 ceph-mon[110458]: Reconfiguring daemon mgr.smithi125.xmtrzp on smithi125 2023-12-06T20:43:20.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:20 smithi167 ceph-mon[110458]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:20.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:20 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:21.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:20 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:21.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:20 smithi125 ceph-mon[107806]: Reconfiguring mgr.smithi125.xmtrzp (unknown last config time)... 2023-12-06T20:43:21.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:20 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi125.xmtrzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:43:21.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:20 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:43:21.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:20 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:21.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:20 smithi125 ceph-mon[107806]: Reconfiguring daemon mgr.smithi125.xmtrzp on smithi125 2023-12-06T20:43:21.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:20 smithi125 ceph-mon[107806]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:21.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:20 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:21 smithi125 ceph-mon[107806]: Reconfiguring alertmanager.smithi125 (dependencies changed)... 2023-12-06T20:43:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:21 smithi125 ceph-mon[107806]: Reconfiguring daemon alertmanager.smithi125 on smithi125 2023-12-06T20:43:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T20:43:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:21 smithi125 ceph-mon[107806]: Deploying daemon osd.0 on smithi125 2023-12-06T20:43:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:21 smithi167 ceph-mon[110458]: Reconfiguring alertmanager.smithi125 (dependencies changed)... 2023-12-06T20:43:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:21 smithi167 ceph-mon[110458]: Reconfiguring daemon alertmanager.smithi125 on smithi125 2023-12-06T20:43:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T20:43:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:21 smithi167 ceph-mon[110458]: Deploying daemon osd.0 on smithi125 2023-12-06T20:43:22.752 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:22 smithi125 ceph-mon[107806]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:22.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:22 smithi167 ceph-mon[110458]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:24 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:24 smithi167 ceph-mon[110458]: Reconfiguring crash.smithi125 (monmap changed)... 2023-12-06T20:43:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:24 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi125", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T20:43:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:24 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:24 smithi167 ceph-mon[110458]: Reconfiguring daemon crash.smithi125 on smithi125 2023-12-06T20:43:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:24 smithi167 ceph-mon[110458]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:24.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:24 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:24.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:24 smithi125 ceph-mon[107806]: Reconfiguring crash.smithi125 (monmap changed)... 2023-12-06T20:43:24.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:24 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi125", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T20:43:24.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:24 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:24.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:24 smithi125 ceph-mon[107806]: Reconfiguring daemon crash.smithi125 on smithi125 2023-12-06T20:43:24.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:24 smithi125 ceph-mon[107806]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:27.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:27 smithi125 ceph-mon[107806]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:27.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:27 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:27 smithi167 ceph-mon[110458]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:27 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:28.699 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:28 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:28.699 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:28 smithi125 ceph-mon[107806]: Reconfiguring grafana.smithi125 (dependencies changed)... 2023-12-06T20:43:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:28 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:28 smithi167 ceph-mon[110458]: Reconfiguring grafana.smithi125 (dependencies changed)... 2023-12-06T20:43:29.818 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:29 smithi167 ceph-mon[110458]: Reconfiguring daemon grafana.smithi125 on smithi125 2023-12-06T20:43:29.818 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:29 smithi167 ceph-mon[110458]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:29.836 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:29 smithi125 ceph-mon[107806]: Reconfiguring daemon grafana.smithi125 on smithi125 2023-12-06T20:43:29.836 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:29 smithi125 ceph-mon[107806]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:30.706 INFO:teuthology.orchestra.run.smithi125.stdout:Created osd(s) 0 on host 'smithi125' 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: Reconfiguring crash.smithi167 (monmap changed)... 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: Reconfiguring daemon crash.smithi167 on smithi167 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.vqmncs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:43:30.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:43:30.949 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:31.058 DEBUG:teuthology.orchestra.run.smithi125:osd.0> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.0.service 2023-12-06T20:43:31.060 INFO:tasks.cephadm:Deploying osd.1 on smithi125 with /dev/vg_nvme/lv_3... 2023-12-06T20:43:31.061 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T20:43:31.081 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:31.081 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: Reconfiguring crash.smithi167 (monmap changed)... 2023-12-06T20:43:31.081 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T20:43:31.081 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:31.081 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: Reconfiguring daemon crash.smithi167 on smithi167 2023-12-06T20:43:31.081 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T20:43:31.081 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:31.081 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:31.082 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:31.082 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.vqmncs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:43:31.082 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:43:31.082 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:31.090 INFO:journalctl@ceph.osd.0.smithi125.stdout:-- Logs begin at Wed 2023-12-06 20:24:33 UTC. -- 2023-12-06T20:43:31.973 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 20:43:31 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-0[120602]: 2023-12-06T20:43:31.799+0000 7fa78a035700 -1 osd.0 0 waiting for initial osdmap 2023-12-06T20:43:32.104 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 20:43:31 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-0[120602]: 2023-12-06T20:43:31.806+0000 7fa7861cf700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T20:43:32.105 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:31 smithi125 ceph-mon[107806]: Reconfiguring mgr.smithi167.vqmncs (monmap changed)... 2023-12-06T20:43:32.105 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:31 smithi125 ceph-mon[107806]: Reconfiguring daemon mgr.smithi167.vqmncs on smithi167 2023-12-06T20:43:32.105 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:31 smithi125 ceph-mon[107806]: from='osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T20:43:32.105 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:31 smithi125 ceph-mon[107806]: osdmap e7: 1 total, 0 up, 1 in 2023-12-06T20:43:32.105 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:31 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:32.105 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:31 smithi125 ceph-mon[107806]: from='osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-06T20:43:32.106 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:31 smithi167 ceph-mon[110458]: Reconfiguring mgr.smithi167.vqmncs (monmap changed)... 2023-12-06T20:43:32.106 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:31 smithi167 ceph-mon[110458]: Reconfiguring daemon mgr.smithi167.vqmncs on smithi167 2023-12-06T20:43:32.106 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:31 smithi167 ceph-mon[110458]: from='osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T20:43:32.106 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:31 smithi167 ceph-mon[110458]: osdmap e7: 1 total, 0 up, 1 in 2023-12-06T20:43:32.106 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:31 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:32.106 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:31 smithi167 ceph-mon[110458]: from='osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-06T20:43:32.425 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T20:43:32.425 INFO:teuthology.orchestra.run.smithi125.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T20:43:32.425 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10+0 records in 2023-12-06T20:43:32.425 INFO:teuthology.orchestra.run.smithi125.stderr:10+0 records out 2023-12-06T20:43:32.425 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119801 s, 875 MB/s 2023-12-06T20:43:32.425 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping successful for: 2023-12-06T20:43:32.801 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi125:vg_nvme/lv_3 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: from='osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: osdmap e8: 1 total, 0 up, 1 in 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: Reconfiguring mon.smithi167 (monmap changed)... 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: Reconfiguring daemon mon.smithi167 on smithi167 2023-12-06T20:43:33.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:32 smithi125 ceph-mon[107806]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:33.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: from='osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-06T20:43:33.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: osdmap e8: 1 total, 0 up, 1 in 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: Reconfiguring mon.smithi167 (monmap changed)... 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: Reconfiguring daemon mon.smithi167 on smithi167 2023-12-06T20:43:33.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:32 smithi167 ceph-mon[110458]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T20:43:33.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: purged_snaps scrub starts 2023-12-06T20:43:33.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: purged_snaps scrub ok 2023-12-06T20:43:33.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:33.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098] boot 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: purged_snaps scrub starts 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: purged_snaps scrub ok 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: osd.0 [v2:172.21.15.125:6802/3346349098,v1:172.21.15.125:6803/3346349098] boot 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: osdmap e9: 1 total, 1 up, 1 in 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.125:9093"}]: dispatch 2023-12-06T20:43:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.125:9093"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:34.013 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:34.176 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: osdmap e9: 1 total, 1 up, 1 in 2023-12-06T20:43:34.176 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:43:34.176 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:34.176 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T20:43:34.176 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T20:43:34.176 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.125:9093"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.125:9093"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:34.177 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:35.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:34 smithi125 ceph-mon[107806]: osdmap e10: 1 total, 1 up, 1 in 2023-12-06T20:43:35.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:34 smithi125 ceph-mon[107806]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:43:35.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:34 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:43:35.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:34 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:43:35.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:34 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:35.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:34 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:35.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:34 smithi125 ceph-mon[107806]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:35.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:34 smithi167 ceph-mon[110458]: osdmap e10: 1 total, 1 up, 1 in 2023-12-06T20:43:35.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:34 smithi167 ceph-mon[110458]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:43:35.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:34 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:43:35.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:34 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:43:35.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:34 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:35.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:34 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:35.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:34 smithi167 ceph-mon[110458]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:36.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:36 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/99199775' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ede175d5-2700-4738-b335-04318ba3d1c1"}]: dispatch 2023-12-06T20:43:36.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:36 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/99199775' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ede175d5-2700-4738-b335-04318ba3d1c1"}]': finished 2023-12-06T20:43:36.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:36 smithi125 ceph-mon[107806]: osdmap e11: 2 total, 1 up, 2 in 2023-12-06T20:43:36.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:36 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:36.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:36 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:36.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:36 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/99199775' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ede175d5-2700-4738-b335-04318ba3d1c1"}]: dispatch 2023-12-06T20:43:36.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:36 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/99199775' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ede175d5-2700-4738-b335-04318ba3d1c1"}]': finished 2023-12-06T20:43:36.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:36 smithi167 ceph-mon[110458]: osdmap e11: 2 total, 1 up, 2 in 2023-12-06T20:43:36.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:36 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:36.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:36 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:37.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:37 smithi167 ceph-mon[110458]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:37.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:37 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/791591727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:43:37.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:37 smithi125 ceph-mon[107806]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:37.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:37 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/791591727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:43:39.850 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:39 smithi125 ceph-mon[107806]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:39.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:39 smithi167 ceph-mon[110458]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:41.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:41 smithi167 ceph-mon[110458]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:42.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:41 smithi125 ceph-mon[107806]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:43.816 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:43.816 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:43:43.816 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:43:43.816 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:43.816 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:43:43.817 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:43.817 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:43.817 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:43.817 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:43.817 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:43.842 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:43.842 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:43:43.843 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:43:43.843 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:43.843 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:43:43.843 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:43.843 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:43.843 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:43.843 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:43.843 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:44.617 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:44 smithi125 ceph-mon[107806]: Detected new or changed devices on smithi125 2023-12-06T20:43:44.617 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:44 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi125 to 12898M 2023-12-06T20:43:44.617 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:44 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:44.617 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:44 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T20:43:44.618 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:44 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:44.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:44 smithi167 ceph-mon[110458]: Detected new or changed devices on smithi125 2023-12-06T20:43:44.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:44 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi125 to 12898M 2023-12-06T20:43:44.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:44 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:44.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:44 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T20:43:44.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:44 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:45.865 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:45 smithi125 ceph-mon[107806]: Deploying daemon osd.1 on smithi125 2023-12-06T20:43:45.865 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:45 smithi125 ceph-mon[107806]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:45 smithi167 ceph-mon[110458]: Deploying daemon osd.1 on smithi125 2023-12-06T20:43:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:45 smithi167 ceph-mon[110458]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:46.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:46 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:46.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:46 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:46.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:46 smithi125 ceph-mon[107806]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:46.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:46 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:46.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:46 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:46.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:46 smithi167 ceph-mon[110458]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:48.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:48 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:48.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:48 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:48.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:48 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:48.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:48 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:48.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:48 smithi167 ceph-mon[110458]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:49.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:48 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:49.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:48 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:49.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:48 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:49.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:48 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:49.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:48 smithi125 ceph-mon[107806]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:49.552 INFO:teuthology.orchestra.run.smithi125.stdout:Created osd(s) 1 on host 'smithi125' 2023-12-06T20:43:50.027 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:49 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:50.027 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:49 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:50.123 DEBUG:teuthology.orchestra.run.smithi125:osd.1> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.1.service 2023-12-06T20:43:50.125 INFO:tasks.cephadm:Deploying osd.2 on smithi125 with /dev/vg_nvme/lv_2... 2023-12-06T20:43:50.126 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T20:43:50.155 INFO:journalctl@ceph.osd.1.smithi125.stdout:-- Logs begin at Wed 2023-12-06 20:24:33 UTC. -- 2023-12-06T20:43:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:49 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:49 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:50.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:50 smithi125 ceph-mon[107806]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:51.056 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:43:50 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-1[125324]: 2023-12-06T20:43:50.831+0000 7f37553a83c0 -1 osd.1 0 log_to_monitors true 2023-12-06T20:43:51.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:50 smithi167 ceph-mon[110458]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:51.659 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T20:43:51.659 INFO:teuthology.orchestra.run.smithi125.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T20:43:51.659 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10+0 records in 2023-12-06T20:43:51.659 INFO:teuthology.orchestra.run.smithi125.stderr:10+0 records out 2023-12-06T20:43:51.659 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113996 s, 920 MB/s 2023-12-06T20:43:51.659 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping successful for: 2023-12-06T20:43:51.980 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:51 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:51.980 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:51 smithi125 ceph-mon[107806]: from='osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T20:43:52.140 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi125:vg_nvme/lv_2 2023-12-06T20:43:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:51 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:51 smithi167 ceph-mon[110458]: from='osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T20:43:52.931 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:43:52 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-1[125324]: 2023-12-06T20:43:52.809+0000 7f374bdab700 -1 osd.1 0 waiting for initial osdmap 2023-12-06T20:43:52.931 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:43:52 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-1[125324]: 2023-12-06T20:43:52.812+0000 7f374473e700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T20:43:52.932 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:52 smithi125 ceph-mon[107806]: from='osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T20:43:52.932 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:52 smithi125 ceph-mon[107806]: osdmap e12: 2 total, 1 up, 2 in 2023-12-06T20:43:52.932 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:52 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:52.932 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:52 smithi125 ceph-mon[107806]: from='osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-06T20:43:52.932 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:52 smithi125 ceph-mon[107806]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:53.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:52 smithi167 ceph-mon[110458]: from='osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T20:43:53.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:52 smithi167 ceph-mon[110458]: osdmap e12: 2 total, 1 up, 2 in 2023-12-06T20:43:53.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:52 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:53.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:52 smithi167 ceph-mon[110458]: from='osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-06T20:43:53.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:52 smithi167 ceph-mon[110458]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:54.138 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-06T20:43:54.138 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: osdmap e13: 2 total, 1 up, 2 in 2023-12-06T20:43:54.139 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:54.139 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:54.139 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:54.139 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:43:54.140 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:43:54.140 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi125 to 6449M 2023-12-06T20:43:54.140 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:54.140 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:54.140 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:43:54.140 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:43:54.141 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:54.141 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:43:54.141 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:54.141 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:54.141 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:54.141 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-06T20:43:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: osdmap e13: 2 total, 1 up, 2 in 2023-12-06T20:43:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi125 to 6449M 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:43:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:43:54.217 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:54.818 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:54 smithi125 ceph-mon[107806]: purged_snaps scrub starts 2023-12-06T20:43:54.818 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:54 smithi125 ceph-mon[107806]: purged_snaps scrub ok 2023-12-06T20:43:54.818 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:54 smithi125 ceph-mon[107806]: osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639] boot 2023-12-06T20:43:54.818 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:54 smithi125 ceph-mon[107806]: osdmap e14: 2 total, 2 up, 2 in 2023-12-06T20:43:54.818 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:54 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:54.818 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:54 smithi125 ceph-mon[107806]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:55.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:54 smithi167 ceph-mon[110458]: purged_snaps scrub starts 2023-12-06T20:43:55.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:54 smithi167 ceph-mon[110458]: purged_snaps scrub ok 2023-12-06T20:43:55.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:54 smithi167 ceph-mon[110458]: osd.1 [v2:172.21.15.125:6810/1279609639,v1:172.21.15.125:6811/1279609639] boot 2023-12-06T20:43:55.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:54 smithi167 ceph-mon[110458]: osdmap e14: 2 total, 2 up, 2 in 2023-12-06T20:43:55.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:54 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:43:55.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:54 smithi167 ceph-mon[110458]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T20:43:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:55 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1734364169' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d88c592-8c57-4791-acac-40d0085e095d"}]: dispatch 2023-12-06T20:43:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:55 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1734364169' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d88c592-8c57-4791-acac-40d0085e095d"}]': finished 2023-12-06T20:43:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:55 smithi167 ceph-mon[110458]: osdmap e15: 3 total, 2 up, 3 in 2023-12-06T20:43:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:55 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:43:56.223 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:55 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1734364169' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d88c592-8c57-4791-acac-40d0085e095d"}]: dispatch 2023-12-06T20:43:56.223 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:55 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1734364169' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d88c592-8c57-4791-acac-40d0085e095d"}]': finished 2023-12-06T20:43:56.223 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:55 smithi125 ceph-mon[107806]: osdmap e15: 3 total, 2 up, 3 in 2023-12-06T20:43:56.223 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:55 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:43:57.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:56 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/870762810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:43:57.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:56 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:57.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:56 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:57.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:56 smithi167 ceph-mon[110458]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:43:57.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:56 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/870762810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:43:57.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:56 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:57.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:56 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:43:57.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:56 smithi125 ceph-mon[107806]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:43:59.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:43:59 smithi167 ceph-mon[110458]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:00.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:43:59 smithi125 ceph-mon[107806]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:00.934 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:00 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T20:44:00.934 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:00 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:00.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:00 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T20:44:00.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:00 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:01.737 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:01 smithi125 ceph-mon[107806]: Deploying daemon osd.2 on smithi125 2023-12-06T20:44:01.738 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:01 smithi125 ceph-mon[107806]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:01.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:01 smithi167 ceph-mon[110458]: Deploying daemon osd.2 on smithi125 2023-12-06T20:44:01.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:01 smithi167 ceph-mon[110458]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:03.822 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:03 smithi125 ceph-mon[107806]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:03.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:03 smithi167 ceph-mon[110458]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:04.867 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:04 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:04.867 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:04 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:04.867 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:04 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:04.867 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:04 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:04.867 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:04 smithi125 ceph-mon[107806]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:05.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:04 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:05.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:04 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:05.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:04 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:05.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:04 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:05.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:04 smithi167 ceph-mon[110458]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:05.905 INFO:teuthology.orchestra.run.smithi125.stdout:Created osd(s) 2 on host 'smithi125' 2023-12-06T20:44:06.438 DEBUG:teuthology.orchestra.run.smithi125:osd.2> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.2.service 2023-12-06T20:44:06.440 INFO:tasks.cephadm:Deploying osd.3 on smithi125 with /dev/vg_nvme/lv_1... 2023-12-06T20:44:06.440 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T20:44:06.475 INFO:journalctl@ceph.osd.2.smithi125.stdout:-- Logs begin at Wed 2023-12-06 20:24:33 UTC. -- 2023-12-06T20:44:07.149 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:06 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:07.149 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:06 smithi125 ceph-mon[107806]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:07.150 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:06 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-2[129594]: 2023-12-06T20:44:06.951+0000 7fb6763713c0 -1 osd.2 0 log_to_monitors true 2023-12-06T20:44:07.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:06 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:07.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:06 smithi167 ceph-mon[110458]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:08.105 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T20:44:08.105 INFO:teuthology.orchestra.run.smithi125.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T20:44:08.105 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10+0 records in 2023-12-06T20:44:08.105 INFO:teuthology.orchestra.run.smithi125.stderr:10+0 records out 2023-12-06T20:44:08.106 INFO:teuthology.orchestra.run.smithi125.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123202 s, 851 MB/s 2023-12-06T20:44:08.106 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 2023-12-06T20:44:08.106 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping successful for: 2023-12-06T20:44:08.141 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:07 smithi125 ceph-mon[107806]: from='osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T20:44:08.141 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:07 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:08.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:07 smithi167 ceph-mon[110458]: from='osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T20:44:08.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:07 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:08.763 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi125:vg_nvme/lv_1 2023-12-06T20:44:09.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:08 smithi167 ceph-mon[110458]: from='osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T20:44:09.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:08 smithi167 ceph-mon[110458]: osdmap e16: 3 total, 2 up, 3 in 2023-12-06T20:44:09.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:08 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:44:09.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:08 smithi167 ceph-mon[110458]: from='osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-06T20:44:09.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:08 smithi167 ceph-mon[110458]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:09.228 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:08 smithi125 ceph-mon[107806]: from='osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T20:44:09.228 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:08 smithi125 ceph-mon[107806]: osdmap e16: 3 total, 2 up, 3 in 2023-12-06T20:44:09.229 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:08 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:44:09.229 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:08 smithi125 ceph-mon[107806]: from='osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-06T20:44:09.229 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:08 smithi125 ceph-mon[107806]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:09.229 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:08 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-2[129594]: 2023-12-06T20:44:08.918+0000 7fb66cd74700 -1 osd.2 0 waiting for initial osdmap 2023-12-06T20:44:09.229 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:08 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-2[129594]: 2023-12-06T20:44:08.923+0000 7fb66770b700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T20:44:10.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:09 smithi167 ceph-mon[110458]: from='osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-06T20:44:10.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:09 smithi167 ceph-mon[110458]: osdmap e17: 3 total, 2 up, 3 in 2023-12-06T20:44:10.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:09 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:44:10.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:09 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:44:10.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:09 smithi125 ceph-mon[107806]: from='osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-06T20:44:10.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:09 smithi125 ceph-mon[107806]: osdmap e17: 3 total, 2 up, 3 in 2023-12-06T20:44:10.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:09 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:44:10.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:09 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: purged_snaps scrub starts 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: purged_snaps scrub ok 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485] boot 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: osdmap e18: 3 total, 3 up, 3 in 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: Detected new or changed devices on smithi125 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:10.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi125 to 4299M 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: pgmap v50: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:10.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T20:44:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: purged_snaps scrub starts 2023-12-06T20:44:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: purged_snaps scrub ok 2023-12-06T20:44:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: osd.2 [v2:172.21.15.125:6818/3990789485,v1:172.21.15.125:6819/3990789485] boot 2023-12-06T20:44:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: osdmap e18: 3 total, 3 up, 3 in 2023-12-06T20:44:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: Detected new or changed devices on smithi125 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi125 to 4299M 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:44:11.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:44:11.217 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:11.217 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: pgmap v50: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-12-06T20:44:11.217 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T20:44:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:11 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T20:44:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:11 smithi167 ceph-mon[110458]: osdmap e19: 3 total, 3 up, 3 in 2023-12-06T20:44:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:11 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T20:44:12.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:11 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T20:44:12.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:11 smithi125 ceph-mon[107806]: osdmap e19: 3 total, 3 up, 3 in 2023-12-06T20:44:12.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:11 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T20:44:12.730 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 20:44:12 smithi125 sudo[131777]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T20:44:12.730 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 20:44:12 smithi125 sudo[131777]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:12.730 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 20:44:12 smithi125 sudo[131777]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:12.991 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 20:44:12 smithi125 sudo[131827]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T20:44:12.991 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 20:44:12 smithi125 sudo[131827]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:12.991 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 20:44:12 smithi125 sudo[131827]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:12.991 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T20:44:12.991 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: osdmap e20: 3 total, 3 up, 3 in 2023-12-06T20:44:12.991 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1437622117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b72c3814-4d3e-41c7-936d-e5420a53e9e4"}]: dispatch 2023-12-06T20:44:12.992 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1437622117' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b72c3814-4d3e-41c7-936d-e5420a53e9e4"}]': finished 2023-12-06T20:44:12.992 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: osdmap e21: 4 total, 3 up, 4 in 2023-12-06T20:44:12.992 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:12.992 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:12.992 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/4161529870' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:44:12.992 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T20:44:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: osdmap e20: 3 total, 3 up, 3 in 2023-12-06T20:44:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1437622117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b72c3814-4d3e-41c7-936d-e5420a53e9e4"}]: dispatch 2023-12-06T20:44:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1437622117' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b72c3814-4d3e-41c7-936d-e5420a53e9e4"}]': finished 2023-12-06T20:44:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: osdmap e21: 4 total, 3 up, 4 in 2023-12-06T20:44:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:13.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/4161529870' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:44:13.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:13.261 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:44:12 smithi125 sudo[131830]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T20:44:13.262 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:44:12 smithi125 sudo[131830]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:13.262 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[131830]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:13.262 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132021]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T20:44:13.262 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132021]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:13.262 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132021]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:13.727 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132024]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T20:44:13.727 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132024]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:13.727 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132024]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:14.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132217]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T20:44:14.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132217]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:14.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132217]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:14.012 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132212]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T20:44:14.012 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132212]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:14.012 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 20:44:13 smithi125 sudo[132212]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:14.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:14 smithi125 sudo[132407]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T20:44:14.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:14 smithi125 sudo[132407]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:14.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:14 smithi125 sudo[132407]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:14.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:14 smithi167 sudo[113024]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T20:44:14.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:14 smithi167 sudo[113024]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:14.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:14 smithi167 sudo[113024]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:14.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:14 smithi167 sudo[113027]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T20:44:14.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:14 smithi167 sudo[113027]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T20:44:14.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:14 smithi167 sudo[113027]: pam_unix(sudo:session): session closed for user root 2023-12-06T20:44:14.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:14 smithi167 ceph-mon[110458]: osdmap e22: 4 total, 3 up, 4 in 2023-12-06T20:44:14.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:15.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:14 smithi125 ceph-mon[107806]: osdmap e22: 4 total, 3 up, 4 in 2023-12-06T20:44:15.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:15.915 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T20:44:15.915 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T20:44:15.915 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:44:15.915 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:44:15.915 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T20:44:15.915 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: mgrmap e19: smithi125.xmtrzp(active, since 91s), standbys: smithi167.vqmncs 2023-12-06T20:44:15.915 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:44:15.915 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:44:15.916 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: pgmap v56: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:15.916 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T20:44:15.916 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T20:44:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T20:44:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:44:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:44:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T20:44:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: mgrmap e19: smithi125.xmtrzp(active, since 91s), standbys: smithi167.vqmncs 2023-12-06T20:44:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:44:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:44:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: pgmap v56: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T20:44:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:16.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:16 smithi167 ceph-mon[110458]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:17.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:16 smithi125 ceph-mon[107806]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:17.965 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T20:44:17.965 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:17.965 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:17 smithi125 ceph-mon[107806]: Deploying daemon osd.3 on smithi125 2023-12-06T20:44:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T20:44:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:17 smithi167 ceph-mon[110458]: Deploying daemon osd.3 on smithi125 2023-12-06T20:44:18.851 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:18 smithi125 ceph-mon[107806]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:18 smithi167 ceph-mon[110458]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:21 smithi125 ceph-mon[107806]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:21 smithi167 ceph-mon[110458]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:22.784 INFO:teuthology.orchestra.run.smithi125.stdout:Created osd(s) 3 on host 'smithi125' 2023-12-06T20:44:23.269 DEBUG:teuthology.orchestra.run.smithi125:osd.3> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.3.service 2023-12-06T20:44:23.271 INFO:tasks.cephadm:Deploying osd.4 on smithi167 with /dev/vg_nvme/lv_4... 2023-12-06T20:44:23.271 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T20:44:23.301 INFO:journalctl@ceph.osd.3.smithi125.stdout:-- Logs begin at Wed 2023-12-06 20:24:33 UTC. -- 2023-12-06T20:44:23.876 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:23 smithi167 ceph-mon[110458]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:23.876 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:23 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:23.948 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:23 smithi125 ceph-mon[107806]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:23.949 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:23 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:23.949 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 20:44:23 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-3[133366]: 2023-12-06T20:44:23.789+0000 7f1c120b83c0 -1 osd.3 0 log_to_monitors true 2023-12-06T20:44:24.636 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T20:44:24.636 INFO:teuthology.orchestra.run.smithi167.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T20:44:24.636 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10+0 records in 2023-12-06T20:44:24.636 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2023-12-06T20:44:24.636 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110152 s, 952 MB/s 2023-12-06T20:44:24.636 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping successful for: 2023-12-06T20:44:24.895 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:24 smithi167 ceph-mon[110458]: from='osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T20:44:24.895 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:24 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:24.963 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:24 smithi125 ceph-mon[107806]: from='osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T20:44:24.963 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:24 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:25.012 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi167:vg_nvme/lv_4 2023-12-06T20:44:25.762 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 20:44:25 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-3[133366]: 2023-12-06T20:44:25.572+0000 7f1c08abb700 -1 osd.3 0 waiting for initial osdmap 2023-12-06T20:44:25.762 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 20:44:25 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-3[133366]: 2023-12-06T20:44:25.577+0000 7f1c02450700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T20:44:25.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:25 smithi125 ceph-mon[107806]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:25.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:25 smithi125 ceph-mon[107806]: from='osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T20:44:25.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:25 smithi125 ceph-mon[107806]: osdmap e23: 4 total, 3 up, 4 in 2023-12-06T20:44:25.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:25.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:25 smithi125 ceph-mon[107806]: from='osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-06T20:44:25.958 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:25 smithi167 ceph-mon[110458]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:25.958 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:25 smithi167 ceph-mon[110458]: from='osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T20:44:25.959 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:25 smithi167 ceph-mon[110458]: osdmap e23: 4 total, 3 up, 4 in 2023-12-06T20:44:25.959 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:25.959 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:25 smithi167 ceph-mon[110458]: from='osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: osdmap e24: 4 total, 3 up, 4 in 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: Detected new or changed devices on smithi125 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:26.657 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi125 to 3224M 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:26.658 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: osdmap e24: 4 total, 3 up, 4 in 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: Detected new or changed devices on smithi125 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:27.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi125 to 3224M 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T20:44:27.015 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:27 smithi167 ceph-mon[110458]: purged_snaps scrub starts 2023-12-06T20:44:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:27 smithi167 ceph-mon[110458]: purged_snaps scrub ok 2023-12-06T20:44:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:27 smithi167 ceph-mon[110458]: osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011] boot 2023-12-06T20:44:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:27 smithi167 ceph-mon[110458]: osdmap e25: 4 total, 4 up, 4 in 2023-12-06T20:44:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:27 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:28.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:27 smithi125 ceph-mon[107806]: purged_snaps scrub starts 2023-12-06T20:44:28.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:27 smithi125 ceph-mon[107806]: purged_snaps scrub ok 2023-12-06T20:44:28.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:27 smithi125 ceph-mon[107806]: osd.3 [v2:172.21.15.125:6826/4029409011,v1:172.21.15.125:6827/4029409011] boot 2023-12-06T20:44:28.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:27 smithi125 ceph-mon[107806]: osdmap e25: 4 total, 4 up, 4 in 2023-12-06T20:44:28.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:27 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:44:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:28 smithi167 ceph-mon[110458]: osdmap e26: 4 total, 4 up, 4 in 2023-12-06T20:44:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:28 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/3708882606' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ff2e66-aca3-4a21-9205-78f6892f04b4"}]: dispatch 2023-12-06T20:44:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:28 smithi167 ceph-mon[110458]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ff2e66-aca3-4a21-9205-78f6892f04b4"}]: dispatch 2023-12-06T20:44:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:28 smithi167 ceph-mon[110458]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95ff2e66-aca3-4a21-9205-78f6892f04b4"}]': finished 2023-12-06T20:44:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:28 smithi167 ceph-mon[110458]: osdmap e27: 5 total, 4 up, 5 in 2023-12-06T20:44:28.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:28 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:28.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:28 smithi167 ceph-mon[110458]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:28.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:28 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/1284315072' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:44:29.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:28 smithi125 ceph-mon[107806]: osdmap e26: 4 total, 4 up, 4 in 2023-12-06T20:44:29.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:28 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/3708882606' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ff2e66-aca3-4a21-9205-78f6892f04b4"}]: dispatch 2023-12-06T20:44:29.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:28 smithi125 ceph-mon[107806]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ff2e66-aca3-4a21-9205-78f6892f04b4"}]: dispatch 2023-12-06T20:44:29.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:28 smithi125 ceph-mon[107806]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95ff2e66-aca3-4a21-9205-78f6892f04b4"}]': finished 2023-12-06T20:44:29.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:28 smithi125 ceph-mon[107806]: osdmap e27: 5 total, 4 up, 5 in 2023-12-06T20:44:29.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:28 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:29.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:28 smithi125 ceph-mon[107806]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:29.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:28 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/1284315072' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:44:31.799 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:31 smithi167 ceph-mon[110458]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:32.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:31 smithi125 ceph-mon[107806]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:33.865 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:33 smithi167 ceph-mon[110458]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:33.865 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T20:44:33.865 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:34.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:33 smithi125 ceph-mon[107806]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T20:44:34.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:34.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:34 smithi125 ceph-mon[107806]: Deploying daemon osd.4 on smithi167 2023-12-06T20:44:34.851 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:34 smithi167 ceph-mon[110458]: Deploying daemon osd.4 on smithi167 2023-12-06T20:44:35.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:35 smithi167 ceph-mon[110458]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:36.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:35 smithi125 ceph-mon[107806]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:37.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:37 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:37.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:37 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:37.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:37 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:37.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:37 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:37.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:37 smithi125 ceph-mon[107806]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:37.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:37 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:37.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:37 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:37.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:37 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:37.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:37 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:37.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:37 smithi167 ceph-mon[110458]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:38.284 INFO:teuthology.orchestra.run.smithi167.stdout:Created osd(s) 4 on host 'smithi167' 2023-12-06T20:44:39.160 DEBUG:teuthology.orchestra.run.smithi167:osd.4> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.4.service 2023-12-06T20:44:39.162 INFO:tasks.cephadm:Deploying osd.5 on smithi167 with /dev/vg_nvme/lv_3... 2023-12-06T20:44:39.162 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T20:44:39.193 INFO:journalctl@ceph.osd.4.smithi167.stdout:-- Logs begin at Wed 2023-12-06 20:24:37 UTC. -- 2023-12-06T20:44:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:38 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:38 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:38 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:38 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:38 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:38 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:38 smithi167 ceph-mon[110458]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:39.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:38 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:39.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:38 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:39.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:38 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:39.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:38 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:39.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:38 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:39.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:38 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:39.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:38 smithi125 ceph-mon[107806]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:39.538 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 20:44:39 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T20:44:39.460+0000 7f6e396243c0 -1 osd.4 0 log_to_monitors true 2023-12-06T20:44:40.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:40 smithi167 ceph-mon[110458]: from='osd.4 [v2:172.21.15.167:6800/3378284299,v1:172.21.15.167:6801/3378284299]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T20:44:40.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:40 smithi167 ceph-mon[110458]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T20:44:40.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:40 smithi125 ceph-mon[107806]: from='osd.4 [v2:172.21.15.167:6800/3378284299,v1:172.21.15.167:6801/3378284299]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T20:44:40.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:40 smithi125 ceph-mon[107806]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T20:44:40.768 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T20:44:40.768 INFO:teuthology.orchestra.run.smithi167.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T20:44:40.768 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10+0 records in 2023-12-06T20:44:40.768 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2023-12-06T20:44:40.768 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111246 s, 943 MB/s 2023-12-06T20:44:40.768 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping successful for: 2023-12-06T20:44:41.135 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi167:vg_nvme/lv_3 2023-12-06T20:44:41.715 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T20:44:41.451+0000 7f6e30027700 -1 osd.4 0 waiting for initial osdmap 2023-12-06T20:44:41.715 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T20:44:41.457+0000 7f6e2a9be700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T20:44:41.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: osdmap e28: 5 total, 4 up, 5 in 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: from='osd.4 [v2:172.21.15.167:6800/3378284299,v1:172.21.15.167:6801/3378284299]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:41.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:41 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: osdmap e28: 5 total, 4 up, 5 in 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: from='osd.4 [v2:172.21.15.167:6800/3378284299,v1:172.21.15.167:6801/3378284299]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:41.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:41 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:42.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:42 smithi167 ceph-mon[110458]: Detected new or changed devices on smithi167 2023-12-06T20:44:42.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:42 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi167 to 15970M 2023-12-06T20:44:42.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:42 smithi167 ceph-mon[110458]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2023-12-06T20:44:42.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:42 smithi167 ceph-mon[110458]: osdmap e29: 5 total, 4 up, 5 in 2023-12-06T20:44:42.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:42.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:42.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:42 smithi125 ceph-mon[107806]: Detected new or changed devices on smithi167 2023-12-06T20:44:42.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:42 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi167 to 15970M 2023-12-06T20:44:42.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:42 smithi125 ceph-mon[107806]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2023-12-06T20:44:42.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:42 smithi125 ceph-mon[107806]: osdmap e29: 5 total, 4 up, 5 in 2023-12-06T20:44:42.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:42.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:43.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: purged_snaps scrub starts 2023-12-06T20:44:43.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: purged_snaps scrub ok 2023-12-06T20:44:43.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: osd.4 [v2:172.21.15.167:6800/3378284299,v1:172.21.15.167:6801/3378284299] boot 2023-12-06T20:44:43.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: osdmap e30: 5 total, 5 up, 5 in 2023-12-06T20:44:43.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:43.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:44:43.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:44:43.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:44:43.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:43.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T20:44:43.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:44:43.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:44:43.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: purged_snaps scrub starts 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: purged_snaps scrub ok 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: osd.4 [v2:172.21.15.167:6800/3378284299,v1:172.21.15.167:6801/3378284299] boot 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: osdmap e30: 5 total, 5 up, 5 in 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:44:43.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:44:44.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:44 smithi167 ceph-mon[110458]: osdmap e31: 5 total, 5 up, 5 in 2023-12-06T20:44:44.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:44 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/320099693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6df6e180-d57a-4b6f-9a81-f24e46b3a853"}]: dispatch 2023-12-06T20:44:44.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:44 smithi167 ceph-mon[110458]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6df6e180-d57a-4b6f-9a81-f24e46b3a853"}]: dispatch 2023-12-06T20:44:44.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:44 smithi167 ceph-mon[110458]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6df6e180-d57a-4b6f-9a81-f24e46b3a853"}]': finished 2023-12-06T20:44:44.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:44 smithi167 ceph-mon[110458]: osdmap e32: 6 total, 5 up, 6 in 2023-12-06T20:44:44.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:44 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:44.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:44 smithi167 ceph-mon[110458]: osdmap e33: 6 total, 5 up, 6 in 2023-12-06T20:44:44.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:44 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:44 smithi125 ceph-mon[107806]: osdmap e31: 5 total, 5 up, 5 in 2023-12-06T20:44:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:44 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/320099693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6df6e180-d57a-4b6f-9a81-f24e46b3a853"}]: dispatch 2023-12-06T20:44:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:44 smithi125 ceph-mon[107806]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6df6e180-d57a-4b6f-9a81-f24e46b3a853"}]: dispatch 2023-12-06T20:44:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:44 smithi125 ceph-mon[107806]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6df6e180-d57a-4b6f-9a81-f24e46b3a853"}]': finished 2023-12-06T20:44:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:44 smithi125 ceph-mon[107806]: osdmap e32: 6 total, 5 up, 6 in 2023-12-06T20:44:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:44 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:44 smithi125 ceph-mon[107806]: osdmap e33: 6 total, 5 up, 6 in 2023-12-06T20:44:44.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:44 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:45 smithi125 ceph-mon[107806]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T20:44:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:45 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/1631607364' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:44:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:45 smithi125 ceph-mon[107806]: osdmap e34: 6 total, 5 up, 6 in 2023-12-06T20:44:45.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:45 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:45 smithi167 ceph-mon[110458]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T20:44:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:45 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/1631607364' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:44:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:45 smithi167 ceph-mon[110458]: osdmap e34: 6 total, 5 up, 6 in 2023-12-06T20:44:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:45 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:47.902 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:47 smithi167 ceph-mon[110458]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-06T20:44:48.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:47 smithi125 ceph-mon[107806]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-06T20:44:49.871 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:49 smithi167 ceph-mon[110458]: pgmap v85: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-06T20:44:49.872 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:49 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T20:44:49.872 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:49 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:50.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:49 smithi125 ceph-mon[107806]: pgmap v85: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-06T20:44:50.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:49 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T20:44:50.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:49 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:50.758 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:50 smithi167 ceph-mon[110458]: Deploying daemon osd.5 on smithi167 2023-12-06T20:44:51.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:50 smithi125 ceph-mon[107806]: Deploying daemon osd.5 on smithi167 2023-12-06T20:44:51.836 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:51 smithi167 ceph-mon[110458]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T20:44:52.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:51 smithi125 ceph-mon[107806]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T20:44:53.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:53 smithi167 ceph-mon[110458]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-12-06T20:44:53.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:53.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:53.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:53.846 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:54.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:53 smithi125 ceph-mon[107806]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-12-06T20:44:54.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:54.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:54.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:54.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:54.811 INFO:teuthology.orchestra.run.smithi167.stdout:Created osd(s) 5 on host 'smithi167' 2023-12-06T20:44:55.223 DEBUG:teuthology.orchestra.run.smithi167:osd.5> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.5.service 2023-12-06T20:44:55.225 INFO:tasks.cephadm:Deploying osd.6 on smithi167 with /dev/vg_nvme/lv_2... 2023-12-06T20:44:55.225 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T20:44:55.252 INFO:journalctl@ceph.osd.5.smithi167.stdout:-- Logs begin at Wed 2023-12-06 20:24:37 UTC. -- 2023-12-06T20:44:55.671 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:55 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:55.671 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:55 smithi167 ceph-mon[110458]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T20:44:55.671 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:55 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:55.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:55 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:55.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:55 smithi125 ceph-mon[107806]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T20:44:55.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:55 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:55.966 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 20:44:55 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T20:44:55.767+0000 7f648f2c03c0 -1 osd.5 0 log_to_monitors true 2023-12-06T20:44:56.671 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:56 smithi167 ceph-mon[110458]: from='osd.5 [v2:172.21.15.167:6808/481572012,v1:172.21.15.167:6809/481572012]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T20:44:56.671 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:56 smithi167 ceph-mon[110458]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T20:44:56.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:56 smithi125 ceph-mon[107806]: from='osd.5 [v2:172.21.15.167:6808/481572012,v1:172.21.15.167:6809/481572012]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T20:44:56.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:56 smithi125 ceph-mon[107806]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T20:44:57.166 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T20:44:57.166 INFO:teuthology.orchestra.run.smithi167.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T20:44:57.166 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10+0 records in 2023-12-06T20:44:57.167 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2023-12-06T20:44:57.167 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110253 s, 951 MB/s 2023-12-06T20:44:57.167 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping successful for: 2023-12-06T20:44:57.715 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 20:44:57 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T20:44:57.464+0000 7f6485cc3700 -1 osd.5 0 waiting for initial osdmap 2023-12-06T20:44:57.715 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 20:44:57 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T20:44:57.469+0000 7f648065a700 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T20:44:57.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:57 smithi167 ceph-mon[110458]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T20:44:57.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:57 smithi167 ceph-mon[110458]: osdmap e35: 6 total, 5 up, 6 in 2023-12-06T20:44:57.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:57 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:57.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:57 smithi167 ceph-mon[110458]: from='osd.5 [v2:172.21.15.167:6808/481572012,v1:172.21.15.167:6809/481572012]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:44:57.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:57 smithi167 ceph-mon[110458]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:44:57.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:57 smithi167 ceph-mon[110458]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T20:44:57.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:57 smithi125 ceph-mon[107806]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T20:44:57.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:57 smithi125 ceph-mon[107806]: osdmap e35: 6 total, 5 up, 6 in 2023-12-06T20:44:57.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:57 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:57.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:57 smithi125 ceph-mon[107806]: from='osd.5 [v2:172.21.15.167:6808/481572012,v1:172.21.15.167:6809/481572012]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:44:57.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:57 smithi125 ceph-mon[107806]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:44:57.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:57 smithi125 ceph-mon[107806]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T20:44:57.916 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi167:vg_nvme/lv_2 2023-12-06T20:44:58.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2023-12-06T20:44:58.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: osdmap e36: 6 total, 5 up, 6 in 2023-12-06T20:44:58.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:58.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:58.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:58.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:58.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:58.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:58.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:58.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:58.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:58.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:58.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:58.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: osd.5 [v2:172.21.15.167:6808/481572012,v1:172.21.15.167:6809/481572012] boot 2023-12-06T20:44:58.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: osdmap e37: 6 total, 6 up, 6 in 2023-12-06T20:44:58.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:58 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:58.880 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2023-12-06T20:44:58.880 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: osdmap e36: 6 total, 5 up, 6 in 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: osd.5 [v2:172.21.15.167:6808/481572012,v1:172.21.15.167:6809/481572012] boot 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: osdmap e37: 6 total, 6 up, 6 in 2023-12-06T20:44:58.881 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:58 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: purged_snaps scrub starts 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: purged_snaps scrub ok 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: Detected new or changed devices on smithi167 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi167 to 7985M 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:59.611 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:44:59 smithi167 ceph-mon[110458]: osdmap e38: 6 total, 6 up, 6 in 2023-12-06T20:44:59.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: purged_snaps scrub starts 2023-12-06T20:44:59.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: purged_snaps scrub ok 2023-12-06T20:44:59.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: Detected new or changed devices on smithi167 2023-12-06T20:44:59.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi167 to 7985M 2023-12-06T20:44:59.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T20:44:59.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:44:59.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:44:59.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:44:59.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:44:59 smithi125 ceph-mon[107806]: osdmap e38: 6 total, 6 up, 6 in 2023-12-06T20:45:00.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:00 smithi167 ceph-mon[110458]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:45:00.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:00 smithi167 ceph-mon[110458]: osdmap e39: 6 total, 6 up, 6 in 2023-12-06T20:45:00.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:00 smithi125 ceph-mon[107806]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:45:00.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:00 smithi125 ceph-mon[107806]: osdmap e39: 6 total, 6 up, 6 in 2023-12-06T20:45:01.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:01 smithi125 ceph-mon[107806]: pgmap v96: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T20:45:01.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:01 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/679424688' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75b9da39-a23c-4f2a-bf46-f8df9834fcbb"}]: dispatch 2023-12-06T20:45:01.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:01 smithi125 ceph-mon[107806]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75b9da39-a23c-4f2a-bf46-f8df9834fcbb"}]: dispatch 2023-12-06T20:45:01.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:01 smithi125 ceph-mon[107806]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75b9da39-a23c-4f2a-bf46-f8df9834fcbb"}]': finished 2023-12-06T20:45:01.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:01 smithi125 ceph-mon[107806]: osdmap e40: 7 total, 6 up, 7 in 2023-12-06T20:45:01.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:01 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:01.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:01 smithi167 ceph-mon[110458]: pgmap v96: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T20:45:01.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:01 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/679424688' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75b9da39-a23c-4f2a-bf46-f8df9834fcbb"}]: dispatch 2023-12-06T20:45:01.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:01 smithi167 ceph-mon[110458]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75b9da39-a23c-4f2a-bf46-f8df9834fcbb"}]: dispatch 2023-12-06T20:45:01.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:01 smithi167 ceph-mon[110458]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75b9da39-a23c-4f2a-bf46-f8df9834fcbb"}]': finished 2023-12-06T20:45:01.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:01 smithi167 ceph-mon[110458]: osdmap e40: 7 total, 6 up, 7 in 2023-12-06T20:45:01.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:01 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:02.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:02 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/668938578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:45:02.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:02 smithi125 ceph-mon[107806]: osdmap e41: 7 total, 6 up, 7 in 2023-12-06T20:45:02.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:02 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:02.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:02 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/668938578' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:45:02.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:02 smithi167 ceph-mon[110458]: osdmap e41: 7 total, 6 up, 7 in 2023-12-06T20:45:02.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:02 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:03.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:03 smithi125 ceph-mon[107806]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T20:45:03.805 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:03 smithi167 ceph-mon[110458]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T20:45:05.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:05 smithi167 ceph-mon[110458]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-06T20:45:05.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:05 smithi125 ceph-mon[107806]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-06T20:45:06.703 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:06 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T20:45:06.703 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:06 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:06.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:06 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T20:45:06.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:06 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:07.672 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:07 smithi167 ceph-mon[110458]: Deploying daemon osd.6 on smithi167 2023-12-06T20:45:07.672 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:07 smithi167 ceph-mon[110458]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-06T20:45:07.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:07 smithi125 ceph-mon[107806]: Deploying daemon osd.6 on smithi167 2023-12-06T20:45:07.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:07 smithi125 ceph-mon[107806]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-06T20:45:09.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:09 smithi167 ceph-mon[110458]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T20:45:10.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:09 smithi125 ceph-mon[107806]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T20:45:10.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:10.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:45:10.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:10.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:10 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:45:10.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:10 smithi167 ceph-mon[110458]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-06T20:45:11.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:11.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:45:11.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:11.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:10 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:45:11.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:10 smithi125 ceph-mon[107806]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-06T20:45:12.065 INFO:teuthology.orchestra.run.smithi167.stdout:Created osd(s) 6 on host 'smithi167' 2023-12-06T20:45:12.493 DEBUG:teuthology.orchestra.run.smithi167:osd.6> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.6.service 2023-12-06T20:45:12.495 INFO:tasks.cephadm:Deploying osd.7 on smithi167 with /dev/vg_nvme/lv_1... 2023-12-06T20:45:12.495 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T20:45:12.524 INFO:journalctl@ceph.osd.6.smithi167.stdout:-- Logs begin at Wed 2023-12-06 20:24:37 UTC. -- 2023-12-06T20:45:12.619 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:12.619 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:12.619 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:12.619 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:45:12.619 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:12.619 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:45:12.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:12.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:12.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:12.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:45:12.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:12.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:45:13.139 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 20:45:12 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T20:45:12.871+0000 7fa08feb53c0 -1 osd.6 0 log_to_monitors true 2023-12-06T20:45:13.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:13 smithi167 ceph-mon[110458]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-06T20:45:13.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:13 smithi167 ceph-mon[110458]: from='osd.6 [v2:172.21.15.167:6816/3562187912,v1:172.21.15.167:6817/3562187912]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T20:45:13.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:13 smithi167 ceph-mon[110458]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T20:45:13.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:13 smithi125 ceph-mon[107806]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-06T20:45:13.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:13 smithi125 ceph-mon[107806]: from='osd.6 [v2:172.21.15.167:6816/3562187912,v1:172.21.15.167:6817/3562187912]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T20:45:13.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:13 smithi125 ceph-mon[107806]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T20:45:14.520 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T20:45:14.521 INFO:teuthology.orchestra.run.smithi167.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T20:45:14.521 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10+0 records in 2023-12-06T20:45:14.521 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2023-12-06T20:45:14.521 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0155768 s, 673 MB/s 2023-12-06T20:45:14.521 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping successful for: 2023-12-06T20:45:14.735 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 20:45:14 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T20:45:14.474+0000 7fa0868b8700 -1 osd.6 0 waiting for initial osdmap 2023-12-06T20:45:14.735 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 20:45:14 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T20:45:14.480+0000 7fa081a50700 -1 osd.6 43 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T20:45:14.736 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:14 smithi167 ceph-mon[110458]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T20:45:14.736 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:14 smithi167 ceph-mon[110458]: osdmap e42: 7 total, 6 up, 7 in 2023-12-06T20:45:14.736 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:14 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:14.736 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:14 smithi167 ceph-mon[110458]: from='osd.6 [v2:172.21.15.167:6816/3562187912,v1:172.21.15.167:6817/3562187912]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:45:14.736 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:14 smithi167 ceph-mon[110458]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:45:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:14 smithi125 ceph-mon[107806]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T20:45:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:14 smithi125 ceph-mon[107806]: osdmap e42: 7 total, 6 up, 7 in 2023-12-06T20:45:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:14 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:14 smithi125 ceph-mon[107806]: from='osd.6 [v2:172.21.15.167:6816/3562187912,v1:172.21.15.167:6817/3562187912]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:45:14.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:14 smithi125 ceph-mon[107806]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:45:15.097 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi167:vg_nvme/lv_1 2023-12-06T20:45:15.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2023-12-06T20:45:15.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: osdmap e43: 7 total, 6 up, 7 in 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:15.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: osdmap e43: 7 total, 6 up, 7 in 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:15.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:15.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:15.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:16.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: purged_snaps scrub starts 2023-12-06T20:45:16.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: purged_snaps scrub ok 2023-12-06T20:45:16.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: Detected new or changed devices on smithi167 2023-12-06T20:45:16.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi167 to 5323M 2023-12-06T20:45:16.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:16.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: osd.6 [v2:172.21.15.167:6816/3562187912,v1:172.21.15.167:6817/3562187912] boot 2023-12-06T20:45:16.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: osdmap e44: 7 total, 7 up, 7 in 2023-12-06T20:45:16.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:16.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:45:16.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:45:16.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:16.809 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: purged_snaps scrub starts 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: purged_snaps scrub ok 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: Detected new or changed devices on smithi167 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi167 to 5323M 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: osd.6 [v2:172.21.15.167:6816/3562187912,v1:172.21.15.167:6817/3562187912] boot 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: osdmap e44: 7 total, 7 up, 7 in 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T20:45:16.810 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:17.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:17 smithi167 ceph-mon[110458]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:45:17.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:17 smithi167 ceph-mon[110458]: osdmap e45: 7 total, 7 up, 7 in 2023-12-06T20:45:17.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:17 smithi167 ceph-mon[110458]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T20:45:17.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:17 smithi125 ceph-mon[107806]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:45:17.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:17 smithi125 ceph-mon[107806]: osdmap e45: 7 total, 7 up, 7 in 2023-12-06T20:45:17.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:17 smithi125 ceph-mon[107806]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T20:45:18.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:18 smithi125 ceph-mon[107806]: osdmap e46: 7 total, 7 up, 7 in 2023-12-06T20:45:18.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:18 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/341383577' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68b2a557-bc7d-4add-b946-5f59dc2d7943"}]: dispatch 2023-12-06T20:45:18.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:18 smithi125 ceph-mon[107806]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68b2a557-bc7d-4add-b946-5f59dc2d7943"}]: dispatch 2023-12-06T20:45:18.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:18 smithi125 ceph-mon[107806]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68b2a557-bc7d-4add-b946-5f59dc2d7943"}]': finished 2023-12-06T20:45:18.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:18 smithi125 ceph-mon[107806]: osdmap e47: 8 total, 7 up, 8 in 2023-12-06T20:45:18.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:18 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:18 smithi167 ceph-mon[110458]: osdmap e46: 7 total, 7 up, 7 in 2023-12-06T20:45:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:18 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/341383577' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68b2a557-bc7d-4add-b946-5f59dc2d7943"}]: dispatch 2023-12-06T20:45:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:18 smithi167 ceph-mon[110458]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68b2a557-bc7d-4add-b946-5f59dc2d7943"}]: dispatch 2023-12-06T20:45:18.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:18 smithi167 ceph-mon[110458]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68b2a557-bc7d-4add-b946-5f59dc2d7943"}]': finished 2023-12-06T20:45:18.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:18 smithi167 ceph-mon[110458]: osdmap e47: 8 total, 7 up, 8 in 2023-12-06T20:45:18.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:18 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:19.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:19 smithi125 ceph-mon[107806]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T20:45:19.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:19 smithi125 ceph-mon[107806]: from='client.? 172.21.15.167:0/3339804083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:45:19.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:19 smithi125 ceph-mon[107806]: osdmap e48: 8 total, 7 up, 8 in 2023-12-06T20:45:19.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:19 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:19.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:19 smithi167 ceph-mon[110458]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T20:45:19.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:19 smithi167 ceph-mon[110458]: from='client.? 172.21.15.167:0/3339804083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T20:45:19.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:19 smithi167 ceph-mon[110458]: osdmap e48: 8 total, 7 up, 8 in 2023-12-06T20:45:19.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:19 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:21.942 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:21 smithi167 ceph-mon[110458]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T20:45:22.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:21 smithi125 ceph-mon[107806]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T20:45:23.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:23 smithi167 ceph-mon[110458]: 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-06T20:45:23.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:23 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T20:45:23.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:23 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:24.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:23 smithi125 ceph-mon[107806]: 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-06T20:45:24.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:23 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T20:45:24.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:23 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:24.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:24 smithi125 ceph-mon[107806]: Deploying daemon osd.7 on smithi167 2023-12-06T20:45:24.842 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:24 smithi167 ceph-mon[110458]: Deploying daemon osd.7 on smithi167 2023-12-06T20:45:25.641 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:25 smithi167 ceph-mon[110458]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-12-06T20:45:26.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:25 smithi125 ceph-mon[107806]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-12-06T20:45:26.890 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:26 smithi167 ceph-mon[110458]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-06T20:45:27.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:26 smithi125 ceph-mon[107806]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-06T20:45:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:27 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:27 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:45:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:27 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:27 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:45:28.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:27 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:28.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:27 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:45:28.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:27 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:28.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:27 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:45:29.209 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:28 smithi167 ceph-mon[110458]: 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-06T20:45:29.210 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:28 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:29.210 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:28 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:29.219 INFO:teuthology.orchestra.run.smithi167.stdout:Created osd(s) 7 on host 'smithi167' 2023-12-06T20:45:29.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:28 smithi125 ceph-mon[107806]: 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-06T20:45:29.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:28 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:29.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:28 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:29.605 DEBUG:teuthology.orchestra.run.smithi167:osd.7> sudo journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.7.service 2023-12-06T20:45:29.606 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T20:45:29.607 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T20:45:29.637 INFO:journalctl@ceph.osd.7.smithi167.stdout:-- Logs begin at Wed 2023-12-06 20:24:37 UTC. -- 2023-12-06T20:45:30.441 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 20:45:30 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T20:45:30.158+0000 7f6bfce0e3c0 -1 osd.7 0 log_to_monitors true 2023-12-06T20:45:30.442 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:30.442 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:45:30.442 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:30.442 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:45:30.442 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:30 smithi167 ceph-mon[110458]: from='osd.7 [v2:172.21.15.167:6824/1761484266,v1:172.21.15.167:6825/1761484266]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T20:45:30.442 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:30 smithi167 ceph-mon[110458]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T20:45:30.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:30.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:45:30.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:45:30.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:45:30.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:30 smithi125 ceph-mon[107806]: from='osd.7 [v2:172.21.15.167:6824/1761484266,v1:172.21.15.167:6825/1761484266]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T20:45:30.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:30 smithi125 ceph-mon[107806]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T20:45:30.931 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:45:31.338 INFO:teuthology.orchestra.run.smithi125.stdout:{"epoch":49,"num_osds":8,"num_up_osds":7,"osd_up_since":1701895515,"num_in_osds":8,"osd_in_since":1701895518,"num_remapped_pgs":0} 2023-12-06T20:45:31.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:31 smithi125 ceph-mon[107806]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T20:45:31.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:31 smithi125 ceph-mon[107806]: osdmap e49: 8 total, 7 up, 8 in 2023-12-06T20:45:31.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:31 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:31.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:31 smithi125 ceph-mon[107806]: from='osd.7 [v2:172.21.15.167:6824/1761484266,v1:172.21.15.167:6825/1761484266]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:45:31.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:31 smithi125 ceph-mon[107806]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:45:31.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:31 smithi125 ceph-mon[107806]: pgmap v121: 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-06T20:45:31.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:31 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/808104004' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T20:45:31.553 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T20:45:31.461+0000 7f6bf3811700 -1 osd.7 0 waiting for initial osdmap 2023-12-06T20:45:31.553 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T20:45:31.468+0000 7f6bee1a8700 -1 osd.7 50 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T20:45:31.553 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-mon[110458]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T20:45:31.553 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-mon[110458]: osdmap e49: 8 total, 7 up, 8 in 2023-12-06T20:45:31.553 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:31.553 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-mon[110458]: from='osd.7 [v2:172.21.15.167:6824/1761484266,v1:172.21.15.167:6825/1761484266]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:45:31.553 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-mon[110458]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2023-12-06T20:45:31.553 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-mon[110458]: pgmap v121: 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-06T20:45:31.553 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:31 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/808104004' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T20:45:32.340 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T20:45:32.642 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2023-12-06T20:45:32.642 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: osdmap e50: 8 total, 7 up, 8 in 2023-12-06T20:45:32.642 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: osd.7 [v2:172.21.15.167:6824/1761484266,v1:172.21.15.167:6825/1761484266] boot 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: osdmap e51: 8 total, 8 up, 8 in 2023-12-06T20:45:32.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:32.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2023-12-06T20:45:32.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: osdmap e50: 8 total, 7 up, 8 in 2023-12-06T20:45:32.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:32.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:32.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: osd.7 [v2:172.21.15.167:6824/1761484266,v1:172.21.15.167:6825/1761484266] boot 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: osdmap e51: 8 total, 8 up, 8 in 2023-12-06T20:45:32.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:45:33.727 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:45:33.752 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:33 smithi125 ceph-mon[107806]: purged_snaps scrub starts 2023-12-06T20:45:33.752 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:33 smithi125 ceph-mon[107806]: purged_snaps scrub ok 2023-12-06T20:45:33.752 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:33 smithi125 ceph-mon[107806]: Detected new or changed devices on smithi167 2023-12-06T20:45:33.752 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:33 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi167 to 3992M 2023-12-06T20:45:33.752 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:33 smithi125 ceph-mon[107806]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:33 smithi167 ceph-mon[110458]: purged_snaps scrub starts 2023-12-06T20:45:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:33 smithi167 ceph-mon[110458]: purged_snaps scrub ok 2023-12-06T20:45:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:33 smithi167 ceph-mon[110458]: Detected new or changed devices on smithi167 2023-12-06T20:45:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:33 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi167 to 3992M 2023-12-06T20:45:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:33 smithi167 ceph-mon[110458]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:34.110 INFO:teuthology.orchestra.run.smithi125.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1701895532,"num_in_osds":8,"osd_in_since":1701895518,"num_remapped_pgs":1} 2023-12-06T20:45:34.110 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T20:45:34.333 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:34.654 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:34 smithi125 ceph-mon[107806]: osdmap e52: 8 total, 8 up, 8 in 2023-12-06T20:45:34.654 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:34 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3876979613' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T20:45:34.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:34 smithi167 ceph-mon[110458]: osdmap e52: 8 total, 8 up, 8 in 2023-12-06T20:45:34.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:34 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3876979613' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T20:45:35.495 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:45:35.496 INFO:teuthology.orchestra.run.smithi125.stdout:{"epoch":54,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","created":"2023-12-06T20:41:16.435518+0000","modified":"2023-12-06T20:45:35.469863+0000","last_up_change":"2023-12-06T20:45:32.455341+0000","last_in_change":"2023-12-06T20:45:18.152499+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-06T20:44:10.794938+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":"d3afc81d-8034-45fa-8544-490808133bf1","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.125:6802","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6803","nonce":3346349098}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6804","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6805","nonce":3346349098}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6808","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6809","nonce":3346349098}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6806","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6807","nonce":3346349098}]},"public_addr":"172.21.15.125:6803/3346349098","cluster_addr":"172.21.15.125:6805/3346349098","heartbeat_back_addr":"172.21.15.125:6809/3346349098","heartbeat_front_addr":"172.21.15.125:6807/3346349098","state":["exists","up"]},{"osd":1,"uuid":"ede175d5-2700-4738-b335-04318ba3d1c1","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.125:6810","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6811","nonce":1279609639}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6812","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6813","nonce":1279609639}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6816","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6817","nonce":1279609639}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6814","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6815","nonce":1279609639}]},"public_addr":"172.21.15.125:6811/1279609639","cluster_addr":"172.21.15.125:6813/1279609639","heartbeat_back_addr":"172.21.15.125:6817/1279609639","heartbeat_front_addr":"172.21.15.125:6815/1279609639","state":["exists","up"]},{"osd":2,"uuid":"1d88c592-8c57-4791-acac-40d0085e095d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6818","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6819","nonce":3990789485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6820","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6821","nonce":3990789485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6824","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6825","nonce":3990789485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6822","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6823","nonce":3990789485}]},"public_addr":"172.21.15.125:6819/3990789485","cluster_addr":"172.21.15.125:6821/3990789485","heartbeat_back_addr":"172.21.15.125:6825/3990789485","heartbeat_front_addr":"172.21.15.125:6823/3990789485","state":["exists","up"]},{"osd":3,"uuid":"b72c3814-4d3e-41c7-936d-e5420a53e9e4","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.125:6826","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6827","nonce":4029409011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6828","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6829","nonce":4029409011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6832","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6833","nonce":4029409011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6830","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6831","nonce":4029409011}]},"public_addr":"172.21.15.125:6827/4029409011","cluster_addr":"172.21.15.125:6829/4029409011","heartbeat_back_addr":"172.21.15.125:6833/4029409011","heartbeat_front_addr":"172.21.15.125:6831/4029409011","state":["exists","up"]},{"osd":4,"uuid":"95ff2e66-aca3-4a21-9205-78f6892f04b4","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.167:6800","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6801","nonce":3378284299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6803","nonce":3378284299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6807","nonce":3378284299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6805","nonce":3378284299}]},"public_addr":"172.21.15.167:6801/3378284299","cluster_addr":"172.21.15.167:6803/3378284299","heartbeat_back_addr":"172.21.15.167:6807/3378284299","heartbeat_front_addr":"172.21.15.167:6805/3378284299","state":["exists","up"]},{"osd":5,"uuid":"6df6e180-d57a-4b6f-9a81-f24e46b3a853","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.167:6808","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6809","nonce":481572012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6810","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6811","nonce":481572012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6814","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6815","nonce":481572012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6812","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6813","nonce":481572012}]},"public_addr":"172.21.15.167:6809/481572012","cluster_addr":"172.21.15.167:6811/481572012","heartbeat_back_addr":"172.21.15.167:6815/481572012","heartbeat_front_addr":"172.21.15.167:6813/481572012","state":["exists","up"]},{"osd":6,"uuid":"75b9da39-a23c-4f2a-bf46-f8df9834fcbb","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.167:6816","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6817","nonce":3562187912}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6818","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6819","nonce":3562187912}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6822","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6823","nonce":3562187912}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6820","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6821","nonce":3562187912}]},"public_addr":"172.21.15.167:6817/3562187912","cluster_addr":"172.21.15.167:6819/3562187912","heartbeat_back_addr":"172.21.15.167:6823/3562187912","heartbeat_front_addr":"172.21.15.167:6821/3562187912","state":["exists","up"]},{"osd":7,"uuid":"68b2a557-bc7d-4add-b946-5f59dc2d7943","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.167:6824","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6825","nonce":1761484266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6826","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6827","nonce":1761484266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6830","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6831","nonce":1761484266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6828","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6829","nonce":1761484266}]},"public_addr":"172.21.15.167:6825/1761484266","cluster_addr":"172.21.15.167:6827/1761484266","heartbeat_back_addr":"172.21.15.167:6831/1761484266","heartbeat_front_addr":"172.21.15.167:6829/1761484266","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-06T20:43:30.961813+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-06T20:43:51.809773+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-06T20:44:07.945990+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-06T20:44:24.805917+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-06T20:44:40.467069+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-06T20:44:56.760394+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-06T20:45:13.834733+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-06T20:45:31.196990+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.125:0/3304029677":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/1715761107":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/773765356":"2023-12-07T20:42:05.295818+0000","172.21.15.125:0/3636111910":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6801/1359298068":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6800/1359298068":"2023-12-07T20:42:05.295818+0000","172.21.15.125:0/1092439656":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6800/174732358":"2023-12-07T20:41:38.231694+0000","172.21.15.125:6801/4156566949":"2023-12-07T20:42:42.436979+0000","172.21.15.125:6801/174732358":"2023-12-07T20:41:38.231694+0000","172.21.15.125:0/1356396402":"2023-12-07T20:41:38.231694+0000","172.21.15.125:6800/4156566949":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/2248860123":"2023-12-07T20:41:38.231694+0000","172.21.15.125:0/3722912946":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/2705509007":"2023-12-07T20:41:38.231694+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-06T20:45:35.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:35 smithi125 ceph-mon[107806]: osdmap e53: 8 total, 8 up, 8 in 2023-12-06T20:45:35.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:35 smithi125 ceph-mon[107806]: pgmap v127: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:35.854 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-06T20:44:10.794938+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-06T20:45:35.854 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-06T20:45:35.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:35 smithi167 ceph-mon[110458]: osdmap e53: 8 total, 8 up, 8 in 2023-12-06T20:45:35.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:35 smithi167 ceph-mon[110458]: pgmap v127: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:36.079 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:36.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:36 smithi125 ceph-mon[107806]: osdmap e54: 8 total, 8 up, 8 in 2023-12-06T20:45:36.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:36 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3344908770' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T20:45:36.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:36 smithi167 ceph-mon[110458]: osdmap e54: 8 total, 8 up, 8 in 2023-12-06T20:45:36.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:36 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3344908770' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T20:45:37.277 INFO:teuthology.orchestra.run.smithi125.stdout:pg_num: 1 2023-12-06T20:45:37.554 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:37 smithi125 ceph-mon[107806]: osdmap e55: 8 total, 8 up, 8 in 2023-12-06T20:45:37.554 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:37 smithi125 ceph-mon[107806]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:37.554 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:37 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2884889803' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T20:45:37.672 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T20:45:37.672 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T20:45:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:37 smithi167 ceph-mon[110458]: osdmap e55: 8 total, 8 up, 8 in 2023-12-06T20:45:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:37 smithi167 ceph-mon[110458]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:37 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2884889803' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T20:45:39.069 INFO:teuthology.orchestra.run.smithi125.stdout:[client.0] 2023-12-06T20:45:39.069 INFO:teuthology.orchestra.run.smithi125.stdout: key = AQBz3XBlL6TlAxAAWH+UhAbqVLshzi86hwcO+A== 2023-12-06T20:45:39.430 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-06T20:45:39.430 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T20:45:39.430 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T20:45:39.472 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T20:45:39.473 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T20:45:39.473 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T20:45:39.734 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:39.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:39 smithi125 ceph-mon[107806]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-06T20:45:39.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:39 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/488369183' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T20:45:39.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:39 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/488369183' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T20:45:39.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:39 smithi167 ceph-mon[110458]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-06T20:45:39.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:39 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/488369183' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T20:45:39.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:39 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/488369183' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T20:45:40.938 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:45:41.320 INFO:teuthology.orchestra.run.smithi125.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi125.xmtrzp","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6800","nonce":2893172747},{"type":"v1","addr":"172.21.15.125:6801","nonce":2893172747}]},"active_addr":"172.21.15.125:6801/2893172747","active_change":"2023-12-06T20:42:42.437317+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi167.vqmncs","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.125:8443/","prometheus":"http://172.21.15.125: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.125:0","nonce":1230842648}]},{"addrvec":[{"type":"v2","addr":"172.21.15.125:0","nonce":1594188850}]},{"addrvec":[{"type":"v2","addr":"172.21.15.125:0","nonce":557749212}]},{"addrvec":[{"type":"v2","addr":"172.21.15.125:0","nonce":3573457654}]}]}} 2023-12-06T20:45:41.323 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T20:45:41.323 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T20:45:41.324 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T20:45:41.546 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:41.848 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:41 smithi125 ceph-mon[107806]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-06T20:45:41.848 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:41 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/4229110047' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T20:45:41.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:41 smithi167 ceph-mon[110458]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-06T20:45:41.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:41 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/4229110047' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T20:45:42.662 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:45:42.662 INFO:teuthology.orchestra.run.smithi125.stdout:{"epoch":55,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","created":"2023-12-06T20:41:16.435518+0000","modified":"2023-12-06T20:45:36.474310+0000","last_up_change":"2023-12-06T20:45:32.455341+0000","last_in_change":"2023-12-06T20:45:18.152499+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-06T20:44:10.794938+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":"d3afc81d-8034-45fa-8544-490808133bf1","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.125:6802","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6803","nonce":3346349098}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6804","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6805","nonce":3346349098}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6808","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6809","nonce":3346349098}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6806","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6807","nonce":3346349098}]},"public_addr":"172.21.15.125:6803/3346349098","cluster_addr":"172.21.15.125:6805/3346349098","heartbeat_back_addr":"172.21.15.125:6809/3346349098","heartbeat_front_addr":"172.21.15.125:6807/3346349098","state":["exists","up"]},{"osd":1,"uuid":"ede175d5-2700-4738-b335-04318ba3d1c1","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.125:6810","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6811","nonce":1279609639}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6812","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6813","nonce":1279609639}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6816","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6817","nonce":1279609639}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6814","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6815","nonce":1279609639}]},"public_addr":"172.21.15.125:6811/1279609639","cluster_addr":"172.21.15.125:6813/1279609639","heartbeat_back_addr":"172.21.15.125:6817/1279609639","heartbeat_front_addr":"172.21.15.125:6815/1279609639","state":["exists","up"]},{"osd":2,"uuid":"1d88c592-8c57-4791-acac-40d0085e095d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6818","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6819","nonce":3990789485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6820","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6821","nonce":3990789485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6824","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6825","nonce":3990789485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6822","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6823","nonce":3990789485}]},"public_addr":"172.21.15.125:6819/3990789485","cluster_addr":"172.21.15.125:6821/3990789485","heartbeat_back_addr":"172.21.15.125:6825/3990789485","heartbeat_front_addr":"172.21.15.125:6823/3990789485","state":["exists","up"]},{"osd":3,"uuid":"b72c3814-4d3e-41c7-936d-e5420a53e9e4","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.125:6826","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6827","nonce":4029409011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6828","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6829","nonce":4029409011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6832","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6833","nonce":4029409011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6830","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6831","nonce":4029409011}]},"public_addr":"172.21.15.125:6827/4029409011","cluster_addr":"172.21.15.125:6829/4029409011","heartbeat_back_addr":"172.21.15.125:6833/4029409011","heartbeat_front_addr":"172.21.15.125:6831/4029409011","state":["exists","up"]},{"osd":4,"uuid":"95ff2e66-aca3-4a21-9205-78f6892f04b4","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.167:6800","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6801","nonce":3378284299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6803","nonce":3378284299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6807","nonce":3378284299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6805","nonce":3378284299}]},"public_addr":"172.21.15.167:6801/3378284299","cluster_addr":"172.21.15.167:6803/3378284299","heartbeat_back_addr":"172.21.15.167:6807/3378284299","heartbeat_front_addr":"172.21.15.167:6805/3378284299","state":["exists","up"]},{"osd":5,"uuid":"6df6e180-d57a-4b6f-9a81-f24e46b3a853","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.167:6808","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6809","nonce":481572012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6810","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6811","nonce":481572012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6814","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6815","nonce":481572012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6812","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6813","nonce":481572012}]},"public_addr":"172.21.15.167:6809/481572012","cluster_addr":"172.21.15.167:6811/481572012","heartbeat_back_addr":"172.21.15.167:6815/481572012","heartbeat_front_addr":"172.21.15.167:6813/481572012","state":["exists","up"]},{"osd":6,"uuid":"75b9da39-a23c-4f2a-bf46-f8df9834fcbb","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.167:6816","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6817","nonce":3562187912}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6818","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6819","nonce":3562187912}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6822","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6823","nonce":3562187912}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6820","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6821","nonce":3562187912}]},"public_addr":"172.21.15.167:6817/3562187912","cluster_addr":"172.21.15.167:6819/3562187912","heartbeat_back_addr":"172.21.15.167:6823/3562187912","heartbeat_front_addr":"172.21.15.167:6821/3562187912","state":["exists","up"]},{"osd":7,"uuid":"68b2a557-bc7d-4add-b946-5f59dc2d7943","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.167:6824","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6825","nonce":1761484266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6826","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6827","nonce":1761484266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6830","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6831","nonce":1761484266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6828","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6829","nonce":1761484266}]},"public_addr":"172.21.15.167:6825/1761484266","cluster_addr":"172.21.15.167:6827/1761484266","heartbeat_back_addr":"172.21.15.167:6831/1761484266","heartbeat_front_addr":"172.21.15.167:6829/1761484266","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-06T20:43:30.961813+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-06T20:43:51.809773+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-06T20:44:07.945990+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-06T20:44:24.805917+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-06T20:44:40.467069+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-06T20:44:56.760394+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-06T20:45:13.834733+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-06T20:45:31.196990+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.125:0/3304029677":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/1715761107":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/773765356":"2023-12-07T20:42:05.295818+0000","172.21.15.125:0/3636111910":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6801/1359298068":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6800/1359298068":"2023-12-07T20:42:05.295818+0000","172.21.15.125:0/1092439656":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6800/174732358":"2023-12-07T20:41:38.231694+0000","172.21.15.125:6801/4156566949":"2023-12-07T20:42:42.436979+0000","172.21.15.125:6801/174732358":"2023-12-07T20:41:38.231694+0000","172.21.15.125:0/1356396402":"2023-12-07T20:41:38.231694+0000","172.21.15.125:6800/4156566949":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/2248860123":"2023-12-07T20:41:38.231694+0000","172.21.15.125:0/3722912946":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/2705509007":"2023-12-07T20:41:38.231694+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-06T20:45:42.936 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:45:42.936 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:45:42.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:45:42.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:45:42.979 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T20:45:42.979 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T20:45:43.200 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:43.683 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:43 smithi125 ceph-mon[107806]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T20:45:43.683 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:43 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2506443132' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T20:45:43.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:43 smithi167 ceph-mon[110458]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T20:45:43.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:43 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2506443132' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T20:45:44.327 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:45:44.327 INFO:teuthology.orchestra.run.smithi125.stdout:{"epoch":55,"fsid":"bf5e28f4-9477-11ee-95a2-87774f69a715","created":"2023-12-06T20:41:16.435518+0000","modified":"2023-12-06T20:45:36.474310+0000","last_up_change":"2023-12-06T20:45:32.455341+0000","last_in_change":"2023-12-06T20:45:18.152499+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-06T20:44:10.794938+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":"d3afc81d-8034-45fa-8544-490808133bf1","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.125:6802","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6803","nonce":3346349098}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6804","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6805","nonce":3346349098}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6808","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6809","nonce":3346349098}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6806","nonce":3346349098},{"type":"v1","addr":"172.21.15.125:6807","nonce":3346349098}]},"public_addr":"172.21.15.125:6803/3346349098","cluster_addr":"172.21.15.125:6805/3346349098","heartbeat_back_addr":"172.21.15.125:6809/3346349098","heartbeat_front_addr":"172.21.15.125:6807/3346349098","state":["exists","up"]},{"osd":1,"uuid":"ede175d5-2700-4738-b335-04318ba3d1c1","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.125:6810","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6811","nonce":1279609639}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6812","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6813","nonce":1279609639}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6816","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6817","nonce":1279609639}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6814","nonce":1279609639},{"type":"v1","addr":"172.21.15.125:6815","nonce":1279609639}]},"public_addr":"172.21.15.125:6811/1279609639","cluster_addr":"172.21.15.125:6813/1279609639","heartbeat_back_addr":"172.21.15.125:6817/1279609639","heartbeat_front_addr":"172.21.15.125:6815/1279609639","state":["exists","up"]},{"osd":2,"uuid":"1d88c592-8c57-4791-acac-40d0085e095d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6818","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6819","nonce":3990789485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6820","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6821","nonce":3990789485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6824","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6825","nonce":3990789485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6822","nonce":3990789485},{"type":"v1","addr":"172.21.15.125:6823","nonce":3990789485}]},"public_addr":"172.21.15.125:6819/3990789485","cluster_addr":"172.21.15.125:6821/3990789485","heartbeat_back_addr":"172.21.15.125:6825/3990789485","heartbeat_front_addr":"172.21.15.125:6823/3990789485","state":["exists","up"]},{"osd":3,"uuid":"b72c3814-4d3e-41c7-936d-e5420a53e9e4","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.125:6826","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6827","nonce":4029409011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6828","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6829","nonce":4029409011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6832","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6833","nonce":4029409011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6830","nonce":4029409011},{"type":"v1","addr":"172.21.15.125:6831","nonce":4029409011}]},"public_addr":"172.21.15.125:6827/4029409011","cluster_addr":"172.21.15.125:6829/4029409011","heartbeat_back_addr":"172.21.15.125:6833/4029409011","heartbeat_front_addr":"172.21.15.125:6831/4029409011","state":["exists","up"]},{"osd":4,"uuid":"95ff2e66-aca3-4a21-9205-78f6892f04b4","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.167:6800","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6801","nonce":3378284299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6803","nonce":3378284299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6807","nonce":3378284299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3378284299},{"type":"v1","addr":"172.21.15.167:6805","nonce":3378284299}]},"public_addr":"172.21.15.167:6801/3378284299","cluster_addr":"172.21.15.167:6803/3378284299","heartbeat_back_addr":"172.21.15.167:6807/3378284299","heartbeat_front_addr":"172.21.15.167:6805/3378284299","state":["exists","up"]},{"osd":5,"uuid":"6df6e180-d57a-4b6f-9a81-f24e46b3a853","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.167:6808","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6809","nonce":481572012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6810","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6811","nonce":481572012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6814","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6815","nonce":481572012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6812","nonce":481572012},{"type":"v1","addr":"172.21.15.167:6813","nonce":481572012}]},"public_addr":"172.21.15.167:6809/481572012","cluster_addr":"172.21.15.167:6811/481572012","heartbeat_back_addr":"172.21.15.167:6815/481572012","heartbeat_front_addr":"172.21.15.167:6813/481572012","state":["exists","up"]},{"osd":6,"uuid":"75b9da39-a23c-4f2a-bf46-f8df9834fcbb","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.167:6816","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6817","nonce":3562187912}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6818","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6819","nonce":3562187912}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6822","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6823","nonce":3562187912}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6820","nonce":3562187912},{"type":"v1","addr":"172.21.15.167:6821","nonce":3562187912}]},"public_addr":"172.21.15.167:6817/3562187912","cluster_addr":"172.21.15.167:6819/3562187912","heartbeat_back_addr":"172.21.15.167:6823/3562187912","heartbeat_front_addr":"172.21.15.167:6821/3562187912","state":["exists","up"]},{"osd":7,"uuid":"68b2a557-bc7d-4add-b946-5f59dc2d7943","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.167:6824","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6825","nonce":1761484266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6826","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6827","nonce":1761484266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6830","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6831","nonce":1761484266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6828","nonce":1761484266},{"type":"v1","addr":"172.21.15.167:6829","nonce":1761484266}]},"public_addr":"172.21.15.167:6825/1761484266","cluster_addr":"172.21.15.167:6827/1761484266","heartbeat_back_addr":"172.21.15.167:6831/1761484266","heartbeat_front_addr":"172.21.15.167:6829/1761484266","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-06T20:43:30.961813+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-06T20:43:51.809773+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-06T20:44:07.945990+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-06T20:44:24.805917+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-06T20:44:40.467069+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-06T20:44:56.760394+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-06T20:45:13.834733+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-06T20:45:31.196990+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.125:0/3304029677":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/1715761107":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/773765356":"2023-12-07T20:42:05.295818+0000","172.21.15.125:0/3636111910":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6801/1359298068":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6800/1359298068":"2023-12-07T20:42:05.295818+0000","172.21.15.125:0/1092439656":"2023-12-07T20:42:05.295818+0000","172.21.15.125:6800/174732358":"2023-12-07T20:41:38.231694+0000","172.21.15.125:6801/4156566949":"2023-12-07T20:42:42.436979+0000","172.21.15.125:6801/174732358":"2023-12-07T20:41:38.231694+0000","172.21.15.125:0/1356396402":"2023-12-07T20:41:38.231694+0000","172.21.15.125:6800/4156566949":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/2248860123":"2023-12-07T20:41:38.231694+0000","172.21.15.125:0/3722912946":"2023-12-07T20:42:42.436979+0000","172.21.15.125:0/2705509007":"2023-12-07T20:41:38.231694+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-06T20:45:44.620 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:44 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3250951169' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T20:45:44.703 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T20:45:44.704 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T20:45:44.704 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T20:45:44.705 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T20:45:44.705 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T20:45:44.705 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T20:45:44.706 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T20:45:44.706 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T20:45:44.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:44 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3250951169' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T20:45:45.140 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:45.158 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:45.406 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:45.634 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:45.709 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:45.710 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:45.928 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:45 smithi125 ceph-mon[107806]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-06T20:45:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:45 smithi167 ceph-mon[110458]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-06T20:45:46.910 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:46 smithi125 ceph-mon[107806]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-06T20:45:46.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:46 smithi167 ceph-mon[110458]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-06T20:45:46.993 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:47.167 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:48.575 INFO:teuthology.orchestra.run.smithi125.stdout:188978561034 2023-12-06T20:45:48.575 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T20:45:49.455 INFO:teuthology.orchestra.run.smithi125.stdout:60129542170 2023-12-06T20:45:49.456 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T20:45:49.594 INFO:teuthology.orchestra.run.smithi125.stdout:77309411350 2023-12-06T20:45:49.594 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T20:45:49.759 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:49 smithi125 ceph-mon[107806]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T20:45:49.895 INFO:teuthology.orchestra.run.smithi125.stdout:128849018896 2023-12-06T20:45:49.896 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T20:45:49.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:49 smithi167 ceph-mon[110458]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T20:45:50.190 INFO:teuthology.orchestra.run.smithi125.stdout:107374182420 2023-12-06T20:45:50.191 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T20:45:50.511 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:50.512 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:50.913 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:50.968 INFO:teuthology.orchestra.run.smithi125.stdout:38654705695 2023-12-06T20:45:50.969 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T20:45:51.015 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:51.793 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:51 smithi125 ceph-mon[107806]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:51.794 INFO:teuthology.orchestra.run.smithi125.stdout:158913789965 2023-12-06T20:45:51.795 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T20:45:51.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:51 smithi167 ceph-mon[110458]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:52.295 INFO:teuthology.orchestra.run.smithi125.stdout:77309411350 2023-12-06T20:45:52.898 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:52 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/460836550' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T20:45:52.918 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411350 got 77309411350 for osd.2 2023-12-06T20:45:52.918 DEBUG:teuthology.parallel:result is None 2023-12-06T20:45:52.943 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:52.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:52 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/460836550' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T20:45:53.045 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:53.047 INFO:teuthology.orchestra.run.smithi125.stdout:219043332102 2023-12-06T20:45:53.047 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T20:45:53.094 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:53.290 INFO:teuthology.orchestra.run.smithi125.stdout:107374182420 2023-12-06T20:45:53.506 INFO:teuthology.orchestra.run.smithi125.stdout:60129542171 2023-12-06T20:45:53.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:53 smithi125 ceph-mon[107806]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:53.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:53 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2767512494' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T20:45:53.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:53 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1342898318' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T20:45:53.778 INFO:teuthology.orchestra.run.smithi125.stdout:188978561035 2023-12-06T20:45:53.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:53 smithi167 ceph-mon[110458]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:53.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2767512494' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T20:45:53.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1342898318' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T20:45:54.655 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:54 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/164451881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T20:45:54.906 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182420 got 107374182420 for osd.3 2023-12-06T20:45:54.906 DEBUG:teuthology.parallel:result is None 2023-12-06T20:45:54.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:54 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/164451881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T20:45:54.999 INFO:teuthology.orchestra.run.smithi125.stdout:38654705695 2023-12-06T20:45:55.021 INFO:tasks.cephadm.ceph_manager.ceph:need seq 188978561034 got 188978561035 for osd.6 2023-12-06T20:45:55.021 DEBUG:teuthology.parallel:result is None 2023-12-06T20:45:55.232 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:55.248 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542170 got 60129542171 for osd.1 2023-12-06T20:45:55.248 DEBUG:teuthology.parallel:result is None 2023-12-06T20:45:55.499 INFO:teuthology.orchestra.run.smithi125.stdout:158913789966 2023-12-06T20:45:55.635 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:55 smithi125 ceph-mon[107806]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:55.635 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:55 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3694030740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T20:45:55.635 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:55 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2063875807' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T20:45:55.652 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705695 for osd.0 2023-12-06T20:45:55.653 DEBUG:teuthology.parallel:result is None 2023-12-06T20:45:55.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:55 smithi167 ceph-mon[110458]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:55.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:55 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3694030740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T20:45:55.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:55 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2063875807' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T20:45:56.043 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789965 got 158913789966 for osd.5 2023-12-06T20:45:56.043 DEBUG:teuthology.parallel:result is None 2023-12-06T20:45:56.191 INFO:teuthology.orchestra.run.smithi125.stdout:128849018897 2023-12-06T20:45:56.577 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018896 got 128849018897 for osd.4 2023-12-06T20:45:56.577 DEBUG:teuthology.parallel:result is None 2023-12-06T20:45:56.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:56 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1938986726' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T20:45:56.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:56 smithi125 ceph-mon[107806]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:56.889 INFO:teuthology.orchestra.run.smithi125.stdout:219043332103 2023-12-06T20:45:56.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:56 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1938986726' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T20:45:56.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:56 smithi167 ceph-mon[110458]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:57.242 INFO:tasks.cephadm.ceph_manager.ceph:need seq 219043332102 got 219043332103 for osd.7 2023-12-06T20:45:57.243 DEBUG:teuthology.parallel:result is None 2023-12-06T20:45:57.243 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T20:45:57.244 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T20:45:57.467 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:45:57.914 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:57 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/657399927' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T20:45:57.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:57 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/657399927' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T20:45:58.645 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:45:58.647 INFO:teuthology.orchestra.run.smithi125.stderr:dumped all 2023-12-06T20:45:58.958 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:45:58 smithi125 ceph-mon[107806]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:58.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:45:58 smithi167 ceph-mon[110458]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:45:59.025 INFO:teuthology.orchestra.run.smithi125.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2023-12-06T20:45:58.526253+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48324,"kb_used_data":5956,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912892,"statfs":{"total":767960285184,"available":767910801408,"internally_reserved":0,"allocated":6098944,"data_stored":3415059,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002200"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":227,"reported_epoch":55,"state":"active+clean","last_fresh":"2023-12-06T20:45:36.484211+0000","last_change":"2023-12-06T20:45:36.484211+0000","last_active":"2023-12-06T20:45:36.484211+0000","last_peered":"2023-12-06T20:45:36.484211+0000","last_clean":"2023-12-06T20:45:36.484211+0000","last_became_active":"2023-12-06T20:45:36.483870+0000","last_became_peered":"2023-12-06T20:45:36.483870+0000","last_unstale":"2023-12-06T20:45:36.484211+0000","last_undegraded":"2023-12-06T20:45:36.484211+0000","last_fullsized":"2023-12-06T20:45:36.484211+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T20:44:10.920799+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T20:44:10.920799+0000","last_clean_scrub_stamp":"2023-12-06T20:44:10.920799+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-08T03:19:42.423773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2662400,"data_stored":2644640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332104,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6004,"kb_used_data":1068,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739148,"statfs":{"total":95995035648,"available":95988887552,"internally_reserved":0,"allocated":1093632,"data_stored":757333,"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.53000000000000003}]},{"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.41199999999999998}]},{"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.39700000000000002}]},{"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.436}]},{"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.46500000000000002}]},{"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.45200000000000001}]},{"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.56399999999999995}]}]},{"osd":6,"up_from":44,"seq":188978561036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":757333,"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.438}]},{"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.49099999999999999}]},{"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.61299999999999999}]},{"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.60099999999999998}]},{"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.35999999999999999}]},{"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.45400000000000001}]},{"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.56299999999999994}]}]},{"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":6316,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738836,"statfs":{"total":95995035648,"available":95988568064,"internally_reserved":0,"allocated":561152,"data_stored":228427,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 20:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.317},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.371}]},{"osd":2,"last update":"Wed Dec 6 20:45:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":1.3180000000000001},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.63}]},{"osd":3,"last update":"Wed Dec 6 20:45:28 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.45400000000000001}]},{"osd":4,"last update":"Wed Dec 6 20:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":1.123}]},{"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.57899999999999996}]},{"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":1.1519999999999999}]},{"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.63600000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6840,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738312,"statfs":{"total":95995035648,"available":95988031488,"internally_reserved":0,"allocated":1097728,"data_stored":757656,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.46300000000000002}]},{"osd":2,"last update":"Wed Dec 6 20:45:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.66400000000000003}]},{"osd":3,"last update":"Wed Dec 6 20:45:26 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.315},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.40899999999999997}]},{"osd":4,"last update":"Wed Dec 6 20:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.0129999999999999,"5min":1.0129999999999999,"15min":1.0129999999999999},"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.53300000000000003}]},{"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.622}]},{"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.442}]}]},{"osd":2,"up_from":18,"seq":77309411352,"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":228728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 20:45:10 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.24299999999999999}]},{"osd":1,"last update":"Wed Dec 6 20:45:10 2023","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.22800000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.31900000000000001}]},{"osd":3,"last update":"Wed Dec 6 20:45:31 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.30599999999999999}]},{"osd":4,"last update":"Wed Dec 6 20:45:46 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.501}]},{"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.47999999999999998}]},{"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.58899999999999997}]},{"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.45000000000000001}]}]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":228728,"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":"Wed Dec 6 20:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"last":0.307},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.376}]},{"osd":1,"last update":"Wed Dec 6 20:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.33200000000000002}]},{"osd":2,"last update":"Wed Dec 6 20:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.36199999999999999}]},{"osd":4,"last update":"Wed Dec 6 20:45:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.628},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.60599999999999998}]},{"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.47399999999999998}]},{"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.65900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]}]},{"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":228728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 20:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.55300000000000005}]},{"osd":1,"last update":"Wed Dec 6 20:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.752}]},{"osd":2,"last update":"Wed Dec 6 20:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.69799999999999995}]},{"osd":3,"last update":"Wed Dec 6 20:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.73799999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60599999999999998}]},{"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.624}]}]},{"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":5608,"kb_used_data":544,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739544,"statfs":{"total":95995035648,"available":95989293056,"internally_reserved":0,"allocated":557056,"data_stored":228126,"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.35699999999999998}]},{"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.30599999999999999}]},{"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.42199999999999999}]},{"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.39200000000000002}]},{"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.33600000000000002}]},{"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.42999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50700000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T20:45:59.027 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T20:45:59.250 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:46:00.441 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:46:00.443 INFO:teuthology.orchestra.run.smithi125.stderr:dumped all 2023-12-06T20:46:00.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:00 smithi167 ceph-mon[110458]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:00.717 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:00 smithi125 ceph-mon[107806]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:00.800 INFO:teuthology.orchestra.run.smithi125.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2023-12-06T20:45:58.526253+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48324,"kb_used_data":5956,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912892,"statfs":{"total":767960285184,"available":767910801408,"internally_reserved":0,"allocated":6098944,"data_stored":3415059,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002200"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":227,"reported_epoch":55,"state":"active+clean","last_fresh":"2023-12-06T20:45:36.484211+0000","last_change":"2023-12-06T20:45:36.484211+0000","last_active":"2023-12-06T20:45:36.484211+0000","last_peered":"2023-12-06T20:45:36.484211+0000","last_clean":"2023-12-06T20:45:36.484211+0000","last_became_active":"2023-12-06T20:45:36.483870+0000","last_became_peered":"2023-12-06T20:45:36.483870+0000","last_unstale":"2023-12-06T20:45:36.484211+0000","last_undegraded":"2023-12-06T20:45:36.484211+0000","last_fullsized":"2023-12-06T20:45:36.484211+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T20:44:10.920799+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T20:44:10.920799+0000","last_clean_scrub_stamp":"2023-12-06T20:44:10.920799+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-08T03:19:42.423773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2662400,"data_stored":2644640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332104,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6004,"kb_used_data":1068,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739148,"statfs":{"total":95995035648,"available":95988887552,"internally_reserved":0,"allocated":1093632,"data_stored":757333,"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.53000000000000003}]},{"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.41199999999999998}]},{"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.39700000000000002}]},{"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.436}]},{"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.46500000000000002}]},{"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.45200000000000001}]},{"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.56399999999999995}]}]},{"osd":6,"up_from":44,"seq":188978561036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":757333,"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.438}]},{"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.49099999999999999}]},{"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.61299999999999999}]},{"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.60099999999999998}]},{"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.35999999999999999}]},{"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.45400000000000001}]},{"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.56299999999999994}]}]},{"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":6316,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738836,"statfs":{"total":95995035648,"available":95988568064,"internally_reserved":0,"allocated":561152,"data_stored":228427,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 20:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.317},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.371}]},{"osd":2,"last update":"Wed Dec 6 20:45:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":1.3180000000000001},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.63}]},{"osd":3,"last update":"Wed Dec 6 20:45:28 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.45400000000000001}]},{"osd":4,"last update":"Wed Dec 6 20:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":1.123}]},{"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.57899999999999996}]},{"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":1.1519999999999999}]},{"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.63600000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6840,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738312,"statfs":{"total":95995035648,"available":95988031488,"internally_reserved":0,"allocated":1097728,"data_stored":757656,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.46300000000000002}]},{"osd":2,"last update":"Wed Dec 6 20:45:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.66400000000000003}]},{"osd":3,"last update":"Wed Dec 6 20:45:26 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.315},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.40899999999999997}]},{"osd":4,"last update":"Wed Dec 6 20:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.0129999999999999,"5min":1.0129999999999999,"15min":1.0129999999999999},"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.53300000000000003}]},{"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.622}]},{"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.442}]}]},{"osd":2,"up_from":18,"seq":77309411352,"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":228728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 20:45:10 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.24299999999999999}]},{"osd":1,"last update":"Wed Dec 6 20:45:10 2023","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.22800000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.31900000000000001}]},{"osd":3,"last update":"Wed Dec 6 20:45:31 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.30599999999999999}]},{"osd":4,"last update":"Wed Dec 6 20:45:46 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.501}]},{"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.47999999999999998}]},{"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.58899999999999997}]},{"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.45000000000000001}]}]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":228728,"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":"Wed Dec 6 20:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"last":0.307},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.376}]},{"osd":1,"last update":"Wed Dec 6 20:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.33200000000000002}]},{"osd":2,"last update":"Wed Dec 6 20:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.36199999999999999}]},{"osd":4,"last update":"Wed Dec 6 20:45:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.628},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.60599999999999998}]},{"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.47399999999999998}]},{"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.65900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]}]},{"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":228728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 20:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.55300000000000005}]},{"osd":1,"last update":"Wed Dec 6 20:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.752}]},{"osd":2,"last update":"Wed Dec 6 20:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.69799999999999995}]},{"osd":3,"last update":"Wed Dec 6 20:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.73799999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60599999999999998}]},{"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.624}]}]},{"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":5608,"kb_used_data":544,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739544,"statfs":{"total":95995035648,"available":95989293056,"internally_reserved":0,"allocated":557056,"data_stored":228126,"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.35699999999999998}]},{"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.30599999999999999}]},{"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.42199999999999999}]},{"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.39200000000000002}]},{"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.33600000000000002}]},{"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.42999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50700000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T20:46:00.801 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T20:46:00.801 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T20:46:00.801 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T20:46:00.801 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T20:46:01.023 INFO:teuthology.orchestra.run.smithi125.stderr:Inferring config /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/mon.smithi125/config 2023-12-06T20:46:01.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:01 smithi167 ceph-mon[110458]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:01.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:01 smithi167 ceph-mon[110458]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:01.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:01 smithi125 ceph-mon[107806]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:01.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:01 smithi125 ceph-mon[107806]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:02.228 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:46:02.228 INFO:teuthology.orchestra.run.smithi125.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T20:46:02.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:02 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2272676190' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T20:46:02.632 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T20:46:02.633 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T20:46:02.633 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T20:46:02.642 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:46:02.643 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-06T20:46:02.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:02 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2272676190' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T20:46:03.588 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:03 smithi125 ceph-mon[107806]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:03.949 INFO:teuthology.orchestra.run.smithi125.stdout:Backend: cephadm 2023-12-06T20:46:03.949 INFO:teuthology.orchestra.run.smithi125.stdout:Available: Yes 2023-12-06T20:46:03.949 INFO:teuthology.orchestra.run.smithi125.stdout:Paused: No 2023-12-06T20:46:03.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:03 smithi167 ceph-mon[110458]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:04.334 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 running (2m) 101s ago 3m 16.6M - ba2b418f427c 80a121d758a8 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (3m) 101s ago 3m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (3m) 36s ago 3m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 running (2m) 101s ago 3m 45.5M - 8.3.5 dad864ee21e9 7e851d459340 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (4m) 101s ago 4m 463M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (3m) 36s ago 3m 419M - 17.2.0 e1d6a67b021e dff5fb202f0f 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (4m) 101s ago 4m 56.6M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:46:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (3m) 36s ago 3m 52.3M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 running (3m) 101s ago 3m 21.8M - 1dbe0e931976 16aca0ed603e 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 running (3m) 36s ago 3m 25.8M - 1dbe0e931976 284cad51cffe 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (2m) 101s ago 2m 36.2M 3224M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (2m) 101s ago 2m 43.2M 3224M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (2m) 101s ago 2m 35.9M 3224M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (105s) 101s ago 105s 14.4M 3224M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (89s) 36s ago 89s 38.5M 3992M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (73s) 36s ago 73s 37.5M 3992M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (56s) 36s ago 56s 38.0M 3992M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (39s) 36s ago 38s 14.1M 3992M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:46:05.699 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 running (2m) 101s ago 2m 45.2M - 514e6a882f6e 5bc138a9375c 2023-12-06T20:46:05.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:05 smithi167 ceph-mon[110458]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:05.715 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:05 smithi167 ceph-mon[110458]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:05.719 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:05 smithi125 ceph-mon[107806]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:05.720 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:05 smithi125 ceph-mon[107806]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:06.064 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-06T20:46:07.321 INFO:teuthology.orchestra.run.smithi125.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-06T20:46:07.321 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager ?:9093,9094 1/1 103s ago 4m count:1 2023-12-06T20:46:07.321 INFO:teuthology.orchestra.run.smithi125.stdout:crash 2/2 103s ago 4m * 2023-12-06T20:46:07.321 INFO:teuthology.orchestra.run.smithi125.stdout:grafana ?:3000 1/1 103s ago 4m count:1 2023-12-06T20:46:07.321 INFO:teuthology.orchestra.run.smithi125.stdout:mgr 2/2 103s ago 4m count:2 2023-12-06T20:46:07.322 INFO:teuthology.orchestra.run.smithi125.stdout:mon 2/2 103s ago 3m smithi125:172.21.15.125=smithi125;smithi167:172.21.15.167=smithi167;count:2 2023-12-06T20:46:07.322 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter ?:9100 2/2 103s ago 4m * 2023-12-06T20:46:07.322 INFO:teuthology.orchestra.run.smithi125.stdout:osd 8 103s ago - 2023-12-06T20:46:07.322 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus ?:9095 1/1 103s ago 4m count:1 2023-12-06T20:46:07.673 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:07 smithi125 ceph-mon[107806]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:07.673 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:07 smithi125 ceph-mon[107806]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:07.674 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-06T20:46:07.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:07 smithi167 ceph-mon[110458]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:07.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:07 smithi167 ceph-mon[110458]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:08.943 INFO:teuthology.orchestra.run.smithi125.stdout:HOST ADDR LABELS STATUS 2023-12-06T20:46:08.944 INFO:teuthology.orchestra.run.smithi125.stdout:smithi125 172.21.15.125 2023-12-06T20:46:08.944 INFO:teuthology.orchestra.run.smithi125.stdout:smithi167 172.21.15.167 2023-12-06T20:46:08.944 INFO:teuthology.orchestra.run.smithi125.stdout:2 hosts in cluster 2023-12-06T20:46:08.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:08 smithi167 ceph-mon[110458]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:08.969 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:08 smithi125 ceph-mon[107806]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:09.269 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-06T20:46:09.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:09 smithi167 ceph-mon[110458]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:10.004 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:09 smithi125 ceph-mon[107806]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:10.639 INFO:teuthology.orchestra.run.smithi125.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-06T20:46:10.639 INFO:teuthology.orchestra.run.smithi125.stdout:smithi125 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62040123400BGN 400G LVM detected, locked 2023-12-06T20:46:10.639 INFO:teuthology.orchestra.run.smithi125.stdout:smithi167 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT62330080400BGN 400G LVM detected, locked 2023-12-06T20:46:10.932 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:10 smithi125 ceph-mon[107806]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:10.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:10 smithi167 ceph-mon[110458]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:10.999 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-06T20:46:11.008 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:46:11.008 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T20:46:11.037 INFO:teuthology.orchestra.run.smithi125.stderr:+ systemctl stop nfs-server 2023-12-06T20:46:11.044 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi167.front.sepia.ceph.com 2023-12-06T20:46:11.044 DEBUG:teuthology.orchestra.run.smithi167:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T20:46:11.082 INFO:teuthology.orchestra.run.smithi167.stderr:+ systemctl stop nfs-server 2023-12-06T20:46:11.091 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T20:46:11.100 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:46:11.100 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-06T20:46:11.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:11 smithi125 ceph-mon[107806]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:11.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:11 smithi125 ceph-mon[107806]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:11.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:11 smithi167 ceph-mon[110458]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:11.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:11 smithi167 ceph-mon[110458]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:12 smithi167 ceph-mon[110458]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:12 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T20:46:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:12 smithi167 ceph-mon[110458]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:13.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:12 smithi125 ceph-mon[107806]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:13.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:12 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T20:46:13.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:12 smithi125 ceph-mon[107806]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:13.982 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon-smithi125[107783]: 2023-12-06T20:46:13.663+0000 7ff2aabdc700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T20:46:13.982 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T20:46:13.982 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: osdmap e56: 8 total, 8 up, 8 in 2023-12-06T20:46:13.982 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T20:46:13.982 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T20:46:13.983 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: osdmap e57: 8 total, 8 up, 8 in 2023-12-06T20:46:13.983 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T20:46:13.983 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T20:46:13.983 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T20:46:13.983 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: osdmap e58: 8 total, 8 up, 8 in 2023-12-06T20:46:13.983 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T20:46:13.983 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: fsmap foofs:0 2023-12-06T20:46:13.984 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:13.984 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:13.984 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:13.984 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:13 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:14.040 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T20:46:14.055 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-06T20:46:14.056 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T20:46:14.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: osdmap e56: 8 total, 8 up, 8 in 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: osdmap e57: 8 total, 8 up, 8 in 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: osdmap e58: 8 total, 8 up, 8 in 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: fsmap foofs:0 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:14.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:13 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:15.354 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: Saving service mds.foofs spec with placement count:2 2023-12-06T20:46:15.354 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:15.355 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:15.355 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi125.blylck", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T20:46:15.355 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi125.blylck", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T20:46:15.355 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:15.355 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: Deploying daemon mds.foofs.smithi125.blylck on smithi125 2023-12-06T20:46:15.355 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: pgmap v152: 65 pgs: 11 creating+peering, 3 active+clean, 51 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:15.355 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:15 smithi125 ceph-mon[107806]: osdmap e59: 8 total, 8 up, 8 in 2023-12-06T20:46:15.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: Saving service mds.foofs spec with placement count:2 2023-12-06T20:46:15.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:15.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:15.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi125.blylck", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T20:46:15.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi125.blylck", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T20:46:15.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:15.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: Deploying daemon mds.foofs.smithi125.blylck on smithi125 2023-12-06T20:46:15.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: pgmap v152: 65 pgs: 11 creating+peering, 3 active+clean, 51 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:15.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:15 smithi167 ceph-mon[110458]: osdmap e59: 8 total, 8 up, 8 in 2023-12-06T20:46:15.886 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:46:15.886 INFO:teuthology.orchestra.run.smithi125.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T20:41:55.996905Z", "last_refresh": "2023-12-06T20:44:23.951451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T20:41:52.357664Z", "last_refresh": "2023-12-06T20:44:23.951532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T20:41:54.243829Z", "last_refresh": "2023-12-06T20:44:23.951592Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T20:46:13.684232Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T20:46:13.680979Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T20:41:51.396914Z", "last_refresh": "2023-12-06T20:44:23.951379Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi125:172.21.15.125=smithi125", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T20:42:25.761855Z", "last_refresh": "2023-12-06T20:44:23.951239Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T20:41:55.171902Z", "last_refresh": "2023-12-06T20:44:23.951651Z", "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-06T20:44:23.951768Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T20:41:53.361000Z", "last_refresh": "2023-12-06T20:44:23.951710Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T20:46:16.204 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-06T20:46:16.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:16 smithi167 ceph-mon[110458]: osdmap e60: 8 total, 8 up, 8 in 2023-12-06T20:46:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:16 smithi167 ceph-mon[110458]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi167.bhvmfb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T20:46:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi167.bhvmfb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T20:46:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:16 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:16 smithi167 ceph-mon[110458]: Deploying daemon mds.foofs.smithi167.bhvmfb on smithi167 2023-12-06T20:46:16.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:16 smithi167 ceph-mon[110458]: pgmap v155: 65 pgs: 3 creating+activating, 11 creating+peering, 20 active+clean, 31 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:17.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:16 smithi125 ceph-mon[107806]: osdmap e60: 8 total, 8 up, 8 in 2023-12-06T20:46:17.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:16 smithi125 ceph-mon[107806]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:17.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:17.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi167.bhvmfb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T20:46:17.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi167.bhvmfb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T20:46:17.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:16 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:17.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:16 smithi125 ceph-mon[107806]: Deploying daemon mds.foofs.smithi167.bhvmfb on smithi167 2023-12-06T20:46:17.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:16 smithi125 ceph-mon[107806]: pgmap v155: 65 pgs: 3 creating+activating, 11 creating+peering, 20 active+clean, 31 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T20:46:17.205 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T20:46:17.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: mds.? [v2:172.21.15.125:6834/1215983588,v1:172.21.15.125:6835/1215983588] up:boot 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: daemon mds.foofs.smithi125.blylck assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: Cluster is now healthy 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: fsmap foofs:0 1 up:standby 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi125.blylck"}]: dispatch 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: fsmap foofs:1 {0=foofs.smithi125.blylck=up:creating} 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: daemon mds.foofs.smithi125.blylck is now active in filesystem foofs as rank 0 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:17.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:17.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:17.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:17 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:17.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: mds.? [v2:172.21.15.125:6834/1215983588,v1:172.21.15.125:6835/1215983588] up:boot 2023-12-06T20:46:17.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: daemon mds.foofs.smithi125.blylck assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T20:46:17.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T20:46:17.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T20:46:17.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: Cluster is now healthy 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: fsmap foofs:0 1 up:standby 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi125.blylck"}]: dispatch 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: fsmap foofs:1 {0=foofs.smithi125.blylck=up:creating} 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: daemon mds.foofs.smithi125.blylck is now active in filesystem foofs as rank 0 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:17.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:17 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:18.674 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:46:18.674 INFO:teuthology.orchestra.run.smithi125.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T20:41:55.996905Z", "last_refresh": "2023-12-06T20:44:23.951451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T20:41:52.357664Z", "last_refresh": "2023-12-06T20:44:23.951532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T20:41:54.243829Z", "last_refresh": "2023-12-06T20:44:23.951592Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T20:46:13.684232Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T20:46:13.680979Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T20:41:51.396914Z", "last_refresh": "2023-12-06T20:44:23.951379Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi125:172.21.15.125=smithi125", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T20:42:25.761855Z", "last_refresh": "2023-12-06T20:44:23.951239Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T20:41:55.171902Z", "last_refresh": "2023-12-06T20:44:23.951651Z", "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-06T20:44:23.951768Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T20:41:53.361000Z", "last_refresh": "2023-12-06T20:44:23.951710Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T20:46:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:18 smithi167 ceph-mon[110458]: mds.? [v2:172.21.15.125:6834/1215983588,v1:172.21.15.125:6835/1215983588] up:active 2023-12-06T20:46:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:18 smithi167 ceph-mon[110458]: mds.? [v2:172.21.15.167:6832/490811835,v1:172.21.15.167:6833/490811835] up:boot 2023-12-06T20:46:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:18 smithi167 ceph-mon[110458]: fsmap foofs:1 {0=foofs.smithi125.blylck=up:active} 1 up:standby 2023-12-06T20:46:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:18 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi167.bhvmfb"}]: dispatch 2023-12-06T20:46:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:18 smithi167 ceph-mon[110458]: fsmap foofs:1 {0=foofs.smithi125.blylck=up:active} 1 up:standby 2023-12-06T20:46:18.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:18 smithi167 ceph-mon[110458]: pgmap v156: 65 pgs: 3 creating+activating, 6 creating+peering, 56 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 210 B/s wr, 1 op/s 2023-12-06T20:46:18.977 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:18 smithi125 ceph-mon[107806]: mds.? [v2:172.21.15.125:6834/1215983588,v1:172.21.15.125:6835/1215983588] up:active 2023-12-06T20:46:18.977 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:18 smithi125 ceph-mon[107806]: mds.? [v2:172.21.15.167:6832/490811835,v1:172.21.15.167:6833/490811835] up:boot 2023-12-06T20:46:18.977 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:18 smithi125 ceph-mon[107806]: fsmap foofs:1 {0=foofs.smithi125.blylck=up:active} 1 up:standby 2023-12-06T20:46:18.977 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:18 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi167.bhvmfb"}]: dispatch 2023-12-06T20:46:18.977 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:18 smithi125 ceph-mon[107806]: fsmap foofs:1 {0=foofs.smithi125.blylck=up:active} 1 up:standby 2023-12-06T20:46:18.977 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:18 smithi125 ceph-mon[107806]: pgmap v156: 65 pgs: 3 creating+activating, 6 creating+peering, 56 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 210 B/s wr, 1 op/s 2023-12-06T20:46:19.218 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-06T20:46:20.219 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T20:46:20.454 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:20 smithi125 ceph-mon[107806]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:20.454 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:20 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:20.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:20 smithi167 ceph-mon[110458]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:20.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:20 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:21.611 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:46:21.611 INFO:teuthology.orchestra.run.smithi125.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T20:41:55.996905Z", "last_refresh": "2023-12-06T20:46:20.457335Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T20:41:52.357664Z", "last_refresh": "2023-12-06T20:46:19.060043Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T20:41:54.243829Z", "last_refresh": "2023-12-06T20:46:20.457576Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T20:46:13.684232Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T20:46:13.680979Z", "last_refresh": "2023-12-06T20:46:19.060666Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T20:41:51.396914Z", "last_refresh": "2023-12-06T20:46:19.060205Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi125:172.21.15.125=smithi125", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T20:42:25.761855Z", "last_refresh": "2023-12-06T20:46:19.060279Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T20:41:55.171902Z", "last_refresh": "2023-12-06T20:46:19.060347Z", "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-06T20:46:19.060412Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T20:41:53.361000Z", "last_refresh": "2023-12-06T20:46:20.457784Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T20:46:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:21 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:21.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:21 smithi125 ceph-mon[107806]: pgmap v157: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2023-12-06T20:46:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:21 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:21 smithi167 ceph-mon[110458]: pgmap v157: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2023-12-06T20:46:21.998 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-06T20:46:21.998 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T20:46:22.008 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:46:22.009 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-06T20:46:23.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:23 smithi167 ceph-mon[110458]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:23.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:23 smithi167 ceph-mon[110458]: pgmap v158: 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-06T20:46:23.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:23 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T20:46:24.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:23 smithi125 ceph-mon[107806]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T20:46:24.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:23 smithi125 ceph-mon[107806]: pgmap v158: 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-06T20:46:24.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:23 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T20:46:24.631 INFO:teuthology.orchestra.run.smithi125.stdout:NFS Cluster Created Successfully 2023-12-06T20:46:24.663 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:24 smithi125 ceph-mon[107806]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:24.663 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:24 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T20:46:24.663 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:24 smithi125 ceph-mon[107806]: osdmap e61: 8 total, 8 up, 8 in 2023-12-06T20:46:24.663 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:24 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T20:46:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:24 smithi167 ceph-mon[110458]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:24 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T20:46:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:24 smithi167 ceph-mon[110458]: osdmap e61: 8 total, 8 up, 8 in 2023-12-06T20:46:24.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:24 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T20:46:25.016 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-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-06T20:46:25.826 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: pgmap v160: 97 pgs: 5 creating+peering, 27 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-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: osdmap e62: 8 total, 8 up, 8 in 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi125.uneviz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi125.uneviz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:25.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T20:46:25.828 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T20:46:25.828 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi125.uneviz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T20:46:25.828 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi125.uneviz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T20:46:25.828 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:25 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:25.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: pgmap v160: 97 pgs: 5 creating+peering, 27 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-06T20:46:25.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: osdmap e62: 8 total, 8 up, 8 in 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi125.uneviz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi125.uneviz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T20:46:25.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T20:46:25.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi125.uneviz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T20:46:25.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi125.uneviz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T20:46:25.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:25 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:26.542 INFO:teuthology.orchestra.run.smithi125.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-06T20:46:26.543 INFO:teuthology.orchestra.run.smithi125.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-06T20:46:26.543 INFO:teuthology.orchestra.run.smithi125.stderr:Error EINVAL: invalid command 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: Saving service nfs.foo spec with placement count:2 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: Creating key for client.nfs.foo.0.0.smithi125.uneviz 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: Rados config object exists: conf-nfs.foo 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: Creating key for client.nfs.foo.0.0.smithi125.uneviz-rgw 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: Deploying daemon nfs.foo.0.0.smithi125.uneviz on smithi125 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: osdmap e63: 8 total, 8 up, 8 in 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: mgrmap e20: smithi125.xmtrzp(active, since 3m), standbys: smithi167.vqmncs 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi167.sscwsd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T20:46:26.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi167.sscwsd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T20:46:26.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:26.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:26.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:26 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:26.896 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:46:26.896 INFO:teuthology.orchestra.run.smithi125.stdout: "bind": "/fake", 2023-12-06T20:46:26.896 INFO:teuthology.orchestra.run.smithi125.stdout: "fs": "foofs", 2023-12-06T20:46:26.897 INFO:teuthology.orchestra.run.smithi125.stdout: "path": "/", 2023-12-06T20:46:26.897 INFO:teuthology.orchestra.run.smithi125.stdout: "cluster": "foo", 2023-12-06T20:46:26.897 INFO:teuthology.orchestra.run.smithi125.stdout: "mode": "RW" 2023-12-06T20:46:26.897 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:46:26.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: Saving service nfs.foo spec with placement count:2 2023-12-06T20:46:26.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: Creating key for client.nfs.foo.0.0.smithi125.uneviz 2023-12-06T20:46:26.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: Rados config object exists: conf-nfs.foo 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: Creating key for client.nfs.foo.0.0.smithi125.uneviz-rgw 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: Deploying daemon nfs.foo.0.0.smithi125.uneviz on smithi125 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: osdmap e63: 8 total, 8 up, 8 in 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: mgrmap e20: smithi125.xmtrzp(active, since 3m), standbys: smithi167.vqmncs 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi167.sscwsd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi167.sscwsd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:26.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:26 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:27.227 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-06T20:46:27.851 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:27 smithi125 ceph-mon[107806]: pgmap v163: 97 pgs: 5 creating+peering, 18 unknown, 74 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 4 op/s 2023-12-06T20:46:27.851 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:27 smithi125 ceph-mon[107806]: Creating key for client.nfs.foo.1.0.smithi167.sscwsd 2023-12-06T20:46:27.851 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:27 smithi125 ceph-mon[107806]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-06T20:46:27.851 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:27 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:27.851 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:27 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:27 smithi167 ceph-mon[110458]: pgmap v163: 97 pgs: 5 creating+peering, 18 unknown, 74 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 4 op/s 2023-12-06T20:46:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:27 smithi167 ceph-mon[110458]: Creating key for client.nfs.foo.1.0.smithi167.sscwsd 2023-12-06T20:46:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:27 smithi167 ceph-mon[110458]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-06T20:46:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:27 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:27 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 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-06T20:46:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:28 smithi167 ceph-mon[110458]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:29.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:28 smithi125 ceph-mon[107806]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:29.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:29 smithi167 ceph-mon[110458]: pgmap v164: 97 pgs: 5 creating+peering, 92 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-06T20:46:29.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:29 smithi167 ceph-mon[110458]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:29.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:29 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T20:46:29.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:29 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T20:46:29.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:29 smithi167 ceph-mon[110458]: Rados config object exists: conf-nfs.foo 2023-12-06T20:46:29.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:29 smithi167 ceph-mon[110458]: Creating key for client.nfs.foo.1.0.smithi167.sscwsd-rgw 2023-12-06T20:46:29.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:29 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi167.sscwsd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T20:46:30.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:29 smithi125 ceph-mon[107806]: pgmap v164: 97 pgs: 5 creating+peering, 92 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-06T20:46:30.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:29 smithi125 ceph-mon[107806]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:30.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:29 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T20:46:30.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:29 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T20:46:30.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:29 smithi125 ceph-mon[107806]: Rados config object exists: conf-nfs.foo 2023-12-06T20:46:30.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:29 smithi125 ceph-mon[107806]: Creating key for client.nfs.foo.1.0.smithi167.sscwsd-rgw 2023-12-06T20:46:30.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:29 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi167.sscwsd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T20:46:30.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi167.sscwsd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T20:46:30.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:30 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:30.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:30 smithi167 ceph-mon[110458]: Deploying daemon nfs.foo.1.0.smithi167.sscwsd on smithi167 2023-12-06T20:46:30.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:30 smithi167 ceph-mon[110458]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:30.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:30 smithi167 ceph-mon[110458]: pgmap v165: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-06T20:46:31.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi167.sscwsd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T20:46:31.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:30 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:31.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:30 smithi125 ceph-mon[107806]: Deploying daemon nfs.foo.1.0.smithi167.sscwsd on smithi167 2023-12-06T20:46:31.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:30 smithi125 ceph-mon[107806]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:31.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:30 smithi125 ceph-mon[107806]: pgmap v165: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-06T20:46:32.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:32 smithi167 ceph-mon[110458]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:32.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:32.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:32.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:32.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:32 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:32.511 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:32 smithi125 ceph-mon[107806]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:32.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:32.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:32.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:32.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:32 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:33.869 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:33 smithi125 ceph-mon[107806]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:33.869 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:33 smithi125 ceph-mon[107806]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2023-12-06T20:46:33.869 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:33.869 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:33 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:33 smithi167 ceph-mon[110458]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:33 smithi167 ceph-mon[110458]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2023-12-06T20:46:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:33 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.125 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo ?:2049 2/2 1s ago 10s count:2 2023-12-06T20:46:35.333 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:35.333 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.333 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.333 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.333 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:35.333 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:35.334 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:35.334 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.334 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.334 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:35 smithi125 ceph-mon[107806]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-12-06T20:46:35.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:35.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:35.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:35.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:35.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:35.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:35 smithi167 ceph-mon[110458]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-12-06T20:46:35.511 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-06T20:46:35.521 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:46:35.521 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-06T20:46:35.549 INFO:teuthology.orchestra.run.smithi125.stderr:+ mkdir /mnt/foo 2023-12-06T20:46:35.555 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-06T20:46:35.621 INFO:teuthology.orchestra.run.smithi125.stderr:++ hostname 2023-12-06T20:46:35.622 INFO:teuthology.orchestra.run.smithi125.stderr:+ mount -t nfs smithi125:/fake /mnt/foo -o sync 2023-12-06T20:46:36.020 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-06T20:46:36.087 INFO:teuthology.orchestra.run.smithi125.stderr:+ echo test 2023-12-06T20:46:36.136 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-06T20:46:36.203 INFO:teuthology.orchestra.run.smithi125.stderr:+ sync 2023-12-06T20:46:36.674 INFO:teuthology.run_tasks:Running task parallel... 2023-12-06T20:46:36.684 INFO:teuthology.task.parallel:starting parallel... 2023-12-06T20:46:36.685 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-06T20:46:36.685 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-06T20:46:36.686 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:46:36.686 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-06T20:46:36.686 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-06T20:46:36.686 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-06T20:46:36.687 INFO:teuthology.task.exec:Executing custom commands... 2023-12-06T20:46:36.687 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:46:36.687 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-06T20:46:36.740 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:36 smithi125 ceph-mon[107806]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:36.783 INFO:teuthology.orchestra.run.smithi125.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-06T20:46:36.783 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T20:46:36.783 INFO:teuthology.orchestra.run.smithi125.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-06T20:46:36.793 INFO:teuthology.orchestra.run.smithi125.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-06T20:46:36.894 INFO:teuthology.orchestra.run.smithi125.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-06T20:46:36.894 INFO:teuthology.orchestra.run.smithi125.stdout:releasing clients 2023-12-06T20:46:36.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:36 smithi167 ceph-mon[110458]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:37.530 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:37 smithi125 ceph-mon[107806]: pgmap v168: 97 pgs: 97 active+clean; 587 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3.4 KiB/s wr, 7 op/s 2023-12-06T20:46:37.899 INFO:teuthology.orchestra.run.smithi125.stdout: 5 109 25.44 MB/sec warmup 1 sec latency 181.579 ms 2023-12-06T20:46:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:37 smithi167 ceph-mon[110458]: pgmap v168: 97 pgs: 97 active+clean; 587 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3.4 KiB/s wr, 7 op/s 2023-12-06T20:46:38.822 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:38 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:38.899 INFO:teuthology.orchestra.run.smithi125.stdout: 5 237 22.61 MB/sec warmup 2 sec latency 118.075 ms 2023-12-06T20:46:38.921 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-06T20:46:38.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:38 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:39.846 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:39 smithi125 ceph-mon[107806]: pgmap v169: 97 pgs: 97 active+clean; 14 MiB data, 55 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.2 MiB/s wr, 26 op/s 2023-12-06T20:46:39.899 INFO:teuthology.orchestra.run.smithi125.stdout: 5 372 22.08 MB/sec warmup 3 sec latency 141.348 ms 2023-12-06T20:46:39.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:39 smithi167 ceph-mon[110458]: pgmap v169: 97 pgs: 97 active+clean; 14 MiB data, 55 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.2 MiB/s wr, 26 op/s 2023-12-06T20:46:40.868 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:40 smithi125 ceph-mon[107806]: pgmap v170: 97 pgs: 97 active+clean; 24 MiB data, 56 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.9 MiB/s wr, 39 op/s 2023-12-06T20:46:40.899 INFO:teuthology.orchestra.run.smithi125.stdout: 5 488 21.34 MB/sec warmup 4 sec latency 149.464 ms 2023-12-06T20:46:40.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:40 smithi167 ceph-mon[110458]: pgmap v170: 97 pgs: 97 active+clean; 24 MiB data, 56 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.9 MiB/s wr, 39 op/s 2023-12-06T20:46:41.174 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-06T20:46:41.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 649 20.78 MB/sec warmup 5 sec latency 141.319 ms 2023-12-06T20:46:42.665 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-12-06T20:46:42.666 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-06T20:46:42.666 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-12-06T20:46:42.666 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-12-06T20:46:42.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 968 18.56 MB/sec warmup 6 sec latency 157.332 ms 2023-12-06T20:46:42.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-12-06T20:46:42.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-06T20:46:42.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-12-06T20:46:42.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-12-06T20:46:43.615 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-06T20:46:43.674 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: pgmap v171: 97 pgs: 97 active+clean; 63 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.4 MiB/s wr, 229 op/s 2023-12-06T20:46:43.675 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2023-12-06T20:46:43.675 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-12-06T20:46:43.675 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-12-06T20:46:43.675 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-12-06T20:46:43.675 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: osdmap e64: 8 total, 8 up, 8 in 2023-12-06T20:46:43.676 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:46:43.676 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:46:43.676 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:43 smithi125 ceph-mon[107806]: osdmap e65: 8 total, 8 up, 8 in 2023-12-06T20:46:43.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 1344 17.71 MB/sec warmup 7 sec latency 109.874 ms 2023-12-06T20:46:43.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: pgmap v171: 97 pgs: 97 active+clean; 63 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.4 MiB/s wr, 229 op/s 2023-12-06T20:46:43.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2023-12-06T20:46:43.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-12-06T20:46:43.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-12-06T20:46:43.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-12-06T20:46:43.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: osdmap e64: 8 total, 8 up, 8 in 2023-12-06T20:46:43.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:46:43.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:46:43.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:43 smithi167 ceph-mon[110458]: osdmap e65: 8 total, 8 up, 8 in 2023-12-06T20:46:44.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 1985 16.58 MB/sec warmup 8 sec latency 93.995 ms 2023-12-06T20:46:45.722 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:45 smithi125 ceph-mon[107806]: pgmap v174: 97 pgs: 97 active+clean; 106 MiB data, 157 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 14 MiB/s wr, 586 op/s 2023-12-06T20:46:45.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 2485 16.04 MB/sec warmup 9 sec latency 91.829 ms 2023-12-06T20:46:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:45 smithi167 ceph-mon[110458]: pgmap v174: 97 pgs: 97 active+clean; 106 MiB data, 157 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 14 MiB/s wr, 586 op/s 2023-12-06T20:46:46.532 INFO:teuthology.orchestra.run.smithi125.stderr:module 'nfs' is already enabled 2023-12-06T20:46:46.721 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:46 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/422792166' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-06T20:46:46.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 2998 16.69 MB/sec warmup 10 sec latency 124.012 ms 2023-12-06T20:46:46.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:46 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/422792166' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-06T20:46:46.981 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-06T20:46:47.738 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:47 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/422792166' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-06T20:46:47.738 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:47 smithi125 ceph-mon[107806]: mgrmap e21: smithi125.xmtrzp(active, since 4m), standbys: smithi167.vqmncs 2023-12-06T20:46:47.738 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:47 smithi125 ceph-mon[107806]: pgmap v175: 97 pgs: 97 active+clean; 110 MiB data, 167 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 13 MiB/s wr, 583 op/s 2023-12-06T20:46:47.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 3460 16.87 MB/sec warmup 11 sec latency 170.905 ms 2023-12-06T20:46:47.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:47 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/422792166' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-06T20:46:47.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:47 smithi167 ceph-mon[110458]: mgrmap e21: smithi125.xmtrzp(active, since 4m), standbys: smithi167.vqmncs 2023-12-06T20:46:47.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:47 smithi167 ceph-mon[110458]: pgmap v175: 97 pgs: 97 active+clean; 110 MiB data, 167 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 13 MiB/s wr, 583 op/s 2023-12-06T20:46:48.746 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:48 smithi125 ceph-mon[107806]: pgmap v176: 97 pgs: 97 active+clean; 122 MiB data, 210 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 14 MiB/s wr, 852 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:48.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 3778 16.46 MB/sec warmup 12 sec latency 130.746 ms 2023-12-06T20:46:48.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:48 smithi167 ceph-mon[110458]: pgmap v176: 97 pgs: 97 active+clean; 122 MiB data, 210 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 14 MiB/s wr, 852 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:49.197 INFO:teuthology.orchestra.run.smithi125.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77 2023-12-06T20:46:49.775 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-06T20:46:49.775 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T20:46:49.776 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- 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-06T20:46:49.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 4012 15.40 MB/sec warmup 13 sec latency 129.666 ms 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:50.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:50 smithi125 ceph-mon[107806]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77 2023-12-06T20:46:50.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:50.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77 2023-12-06T20:46:50.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:50.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:46:50.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:46:50.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:46:50.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:50.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:46:50.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:50 smithi167 ceph-mon[110458]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77 2023-12-06T20:46:50.904 INFO:teuthology.orchestra.run.smithi125.stdout: 5 4411 14.51 MB/sec warmup 14 sec latency 145.648 ms 2023-12-06T20:46:51.295 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:51 smithi125 ceph-mon[107806]: pgmap v177: 97 pgs: 97 active+clean; 128 MiB data, 220 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 11 MiB/s wr, 703 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:51.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:51 smithi167 ceph-mon[110458]: pgmap v177: 97 pgs: 97 active+clean; 128 MiB data, 220 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 11 MiB/s wr, 703 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:51.909 INFO:teuthology.orchestra.run.smithi125.stdout: 5 4663 13.99 MB/sec warmup 15 sec latency 161.045 ms 2023-12-06T20:46:52.148 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:46:52.909 INFO:teuthology.orchestra.run.smithi125.stdout: 5 4960 13.74 MB/sec warmup 16 sec latency 130.270 ms 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 running (3m) 18s ago 4m 26.3M - ba2b418f427c 80a121d758a8 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (4m) 18s ago 4m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (4m) 19s ago 4m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 running (3m) 18s ago 4m 49.4M - 8.3.5 dad864ee21e9 7e851d459340 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (37s) 18s ago 37s 14.1M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (35s) 19s ago 35s 13.2M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (5m) 18s ago 5m 476M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (4m) 19s ago 4m 420M - 17.2.0 e1d6a67b021e dff5fb202f0f 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (5m) 18s ago 5m 76.4M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:46:53.026 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (3m) 19s ago 3m 60.3M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (26s) 18s ago 26s 56.1M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (22s) 19s ago 21s 51.5M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 running (4m) 18s ago 4m 22.5M - 1dbe0e931976 16aca0ed603e 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 running (3m) 19s ago 3m 24.1M - 1dbe0e931976 284cad51cffe 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (3m) 18s ago 3m 53.2M 3224M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (3m) 18s ago 3m 58.2M 3224M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (2m) 18s ago 2m 48.8M 3224M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (2m) 18s ago 2m 53.4M 3224M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (2m) 19s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (2m) 19s ago 2m 48.2M 3992M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (103s) 19s ago 103s 51.0M 3992M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (86s) 19s ago 86s 51.7M 3992M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:46:53.027 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 running (3m) 18s ago 3m 60.5M - 514e6a882f6e 5bc138a9375c 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:46:53.603 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:46:53.604 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T20:46:53.604 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:46:53.604 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:46:53.858 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:53 smithi125 ceph-mon[107806]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:53.858 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:53 smithi125 ceph-mon[107806]: pgmap v178: 97 pgs: 97 active+clean; 130 MiB data, 265 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 9.7 MiB/s wr, 667 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:53.858 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:53 smithi125 ceph-mon[107806]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:53.858 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:53 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/525565286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:46:53.919 INFO:teuthology.orchestra.run.smithi125.stdout: 5 5288 13.33 MB/sec warmup 17 sec latency 121.765 ms 2023-12-06T20:46:53.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:53 smithi167 ceph-mon[110458]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:53.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:53 smithi167 ceph-mon[110458]: pgmap v178: 97 pgs: 97 active+clean; 130 MiB data, 265 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 9.7 MiB/s wr, 667 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:53.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:53 smithi167 ceph-mon[110458]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:53.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:53 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/525565286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:46:54.062 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:46:54.062 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77", 2023-12-06T20:46:54.062 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:46:54.062 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:46:54.062 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "", 2023-12-06T20:46:54.062 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:583a8f423152326ab01a6e95dd560ab68ea88e77 image" 2023-12-06T20:46:54.062 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:46:54.589 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:46:54.632 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:54 smithi125 ceph-mon[107806]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:54.632 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:54 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1900286385' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:46:54.919 INFO:teuthology.orchestra.run.smithi125.stdout: 5 5674 12.72 MB/sec warmup 18 sec latency 95.107 ms 2023-12-06T20:46:54.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:54 smithi167 ceph-mon[110458]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:54.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:54 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1900286385' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:46:55.659 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:55 smithi125 ceph-mon[107806]: from='client.24421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:55.879 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:55 smithi125 ceph-mon[107806]: pgmap v179: 97 pgs: 97 active+clean; 124 MiB data, 262 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 7.1 MiB/s wr, 534 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:55.919 INFO:teuthology.orchestra.run.smithi125.stdout: 5 5999 12.44 MB/sec warmup 19 sec latency 125.694 ms 2023-12-06T20:46:55.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:55 smithi167 ceph-mon[110458]: from='client.24421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:46:55.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:55 smithi167 ceph-mon[110458]: pgmap v179: 97 pgs: 97 active+clean; 124 MiB data, 262 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 7.1 MiB/s wr, 534 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:56.702 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:56 smithi125 ceph-mon[107806]: pgmap v180: 97 pgs: 97 active+clean; 123 MiB data, 270 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 479 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:56.919 INFO:teuthology.orchestra.run.smithi125.stdout: 5 6390 12.87 MB/sec warmup 20 sec latency 207.511 ms 2023-12-06T20:46:56.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:56 smithi167 ceph-mon[110458]: pgmap v180: 97 pgs: 97 active+clean; 123 MiB data, 270 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 479 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:57.919 INFO:teuthology.orchestra.run.smithi125.stdout: 5 6632 12.58 MB/sec warmup 21 sec latency 138.237 ms 2023-12-06T20:46:58.919 INFO:teuthology.orchestra.run.smithi125.stdout: 5 6882 12.38 MB/sec warmup 22 sec latency 193.086 ms 2023-12-06T20:46:59.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:46:59 smithi125 ceph-mon[107806]: pgmap v181: 97 pgs: 97 active+clean; 134 MiB data, 308 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.0 MiB/s wr, 618 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:46:59.919 INFO:teuthology.orchestra.run.smithi125.stdout: 5 7206 12.62 MB/sec warmup 23 sec latency 136.286 ms 2023-12-06T20:46:59.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:46:59 smithi167 ceph-mon[110458]: pgmap v181: 97 pgs: 97 active+clean; 134 MiB data, 308 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.0 MiB/s wr, 618 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T20:47:00.919 INFO:teuthology.orchestra.run.smithi125.stdout: 5 7401 12.27 MB/sec warmup 24 sec latency 126.874 ms 2023-12-06T20:47:01.826 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:01 smithi125 ceph-mon[107806]: pgmap v182: 97 pgs: 97 active+clean; 137 MiB data, 308 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.9 MiB/s wr, 449 op/s 2023-12-06T20:47:01.920 INFO:teuthology.orchestra.run.smithi125.stdout: 5 7676 11.85 MB/sec warmup 25 sec latency 137.730 ms 2023-12-06T20:47:01.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:01 smithi167 ceph-mon[110458]: pgmap v182: 97 pgs: 97 active+clean; 137 MiB data, 308 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.9 MiB/s wr, 449 op/s 2023-12-06T20:47:02.920 INFO:teuthology.orchestra.run.smithi125.stdout: 5 8036 11.55 MB/sec warmup 26 sec latency 110.557 ms 2023-12-06T20:47:03.875 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:03 smithi125 ceph-mon[107806]: pgmap v183: 97 pgs: 97 active+clean; 144 MiB data, 332 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.7 MiB/s wr, 484 op/s 2023-12-06T20:47:03.920 INFO:teuthology.orchestra.run.smithi125.stdout: 5 8272 11.40 MB/sec warmup 27 sec latency 133.572 ms 2023-12-06T20:47:03.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:03 smithi167 ceph-mon[110458]: pgmap v183: 97 pgs: 97 active+clean; 144 MiB data, 332 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.7 MiB/s wr, 484 op/s 2023-12-06T20:47:04.921 INFO:teuthology.orchestra.run.smithi125.stdout: 5 8612 11.38 MB/sec warmup 28 sec latency 134.718 ms 2023-12-06T20:47:05.660 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:05 smithi125 ceph-mon[107806]: pgmap v184: 97 pgs: 97 active+clean; 144 MiB data, 360 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.6 MiB/s wr, 425 op/s 2023-12-06T20:47:05.925 INFO:teuthology.orchestra.run.smithi125.stdout: 5 9003 11.17 MB/sec warmup 29 sec latency 123.000 ms 2023-12-06T20:47:05.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:05 smithi167 ceph-mon[110458]: pgmap v184: 97 pgs: 97 active+clean; 144 MiB data, 360 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.6 MiB/s wr, 425 op/s 2023-12-06T20:47:06.925 INFO:teuthology.orchestra.run.smithi125.stdout: 5 9391 10.93 MB/sec warmup 30 sec latency 107.289 ms 2023-12-06T20:47:07.689 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:07 smithi125 ceph-mon[107806]: pgmap v185: 97 pgs: 97 active+clean; 144 MiB data, 382 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-12-06T20:47:07.925 INFO:teuthology.orchestra.run.smithi125.stdout: 5 9629 10.87 MB/sec warmup 31 sec latency 122.089 ms 2023-12-06T20:47:07.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:07 smithi167 ceph-mon[110458]: pgmap v185: 97 pgs: 97 active+clean; 144 MiB data, 382 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-12-06T20:47:08.934 INFO:teuthology.orchestra.run.smithi125.stdout: 5 10022 11.05 MB/sec warmup 32 sec latency 136.756 ms 2023-12-06T20:47:09.746 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:09 smithi125 ceph-mon[107806]: pgmap v186: 97 pgs: 97 active+clean; 140 MiB data, 409 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-12-06T20:47:09.944 INFO:teuthology.orchestra.run.smithi125.stdout: 5 10379 11.07 MB/sec warmup 33 sec latency 124.013 ms 2023-12-06T20:47:09.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:09 smithi167 ceph-mon[110458]: pgmap v186: 97 pgs: 97 active+clean; 140 MiB data, 409 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-12-06T20:47:10.944 INFO:teuthology.orchestra.run.smithi125.stdout: 5 10762 11.35 MB/sec warmup 34 sec latency 117.676 ms 2023-12-06T20:47:11.784 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:11 smithi125 ceph-mon[107806]: pgmap v187: 97 pgs: 97 active+clean; 144 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-06T20:47:11.944 INFO:teuthology.orchestra.run.smithi125.stdout: 5 10979 11.15 MB/sec warmup 35 sec latency 123.872 ms 2023-12-06T20:47:11.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:11 smithi167 ceph-mon[110458]: pgmap v187: 97 pgs: 97 active+clean; 144 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-06T20:47:12.945 INFO:teuthology.orchestra.run.smithi125.stdout: 5 11232 10.88 MB/sec warmup 36 sec latency 126.650 ms 2023-12-06T20:47:13.808 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:13 smithi125 ceph-mon[107806]: pgmap v188: 97 pgs: 97 active+clean; 149 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-06T20:47:13.944 INFO:teuthology.orchestra.run.smithi125.stdout: 5 11498 10.67 MB/sec warmup 37 sec latency 122.799 ms 2023-12-06T20:47:13.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:13 smithi167 ceph-mon[110458]: pgmap v188: 97 pgs: 97 active+clean; 149 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-06T20:47:14.944 INFO:teuthology.orchestra.run.smithi125.stdout: 5 11671 10.48 MB/sec warmup 38 sec latency 121.004 ms 2023-12-06T20:47:15.582 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:15 smithi125 ceph-mon[107806]: pgmap v189: 97 pgs: 97 active+clean; 157 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 435 op/s 2023-12-06T20:47:15.944 INFO:teuthology.orchestra.run.smithi125.stdout: 5 11919 10.44 MB/sec warmup 39 sec latency 128.190 ms 2023-12-06T20:47:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:15 smithi167 ceph-mon[110458]: pgmap v189: 97 pgs: 97 active+clean; 157 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 435 op/s 2023-12-06T20:47:16.944 INFO:teuthology.orchestra.run.smithi125.stdout: 5 12223 10.35 MB/sec warmup 40 sec latency 131.830 ms 2023-12-06T20:47:17.874 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:17 smithi125 ceph-mon[107806]: pgmap v190: 97 pgs: 97 active+clean; 154 MiB data, 450 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-06T20:47:17.944 INFO:teuthology.orchestra.run.smithi125.stdout: 5 12539 10.21 MB/sec warmup 41 sec latency 126.273 ms 2023-12-06T20:47:17.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:17 smithi167 ceph-mon[110458]: pgmap v190: 97 pgs: 97 active+clean; 154 MiB data, 450 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-06T20:47:18.945 INFO:teuthology.orchestra.run.smithi125.stdout: 5 12804 10.06 MB/sec warmup 42 sec latency 126.823 ms 2023-12-06T20:47:19.675 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:19 smithi125 ceph-mon[107806]: pgmap v191: 97 pgs: 97 active+clean; 150 MiB data, 466 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 526 op/s 2023-12-06T20:47:19.945 INFO:teuthology.orchestra.run.smithi125.stdout: 5 13121 10.00 MB/sec warmup 43 sec latency 117.931 ms 2023-12-06T20:47:19.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:19 smithi167 ceph-mon[110458]: pgmap v191: 97 pgs: 97 active+clean; 150 MiB data, 466 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 526 op/s 2023-12-06T20:47:20.945 INFO:teuthology.orchestra.run.smithi125.stdout: 5 13469 10.11 MB/sec warmup 44 sec latency 142.375 ms 2023-12-06T20:47:21.726 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:21 smithi125 ceph-mon[107806]: pgmap v192: 97 pgs: 97 active+clean; 149 MiB data, 493 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 375 op/s 2023-12-06T20:47:21.945 INFO:teuthology.orchestra.run.smithi125.stdout: 5 13932 10.36 MB/sec warmup 45 sec latency 130.310 ms 2023-12-06T20:47:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:21 smithi167 ceph-mon[110458]: pgmap v192: 97 pgs: 97 active+clean; 149 MiB data, 493 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 375 op/s 2023-12-06T20:47:22.945 INFO:teuthology.orchestra.run.smithi125.stdout: 5 14235 10.32 MB/sec warmup 46 sec latency 127.292 ms 2023-12-06T20:47:23.248 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:23 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:23.248 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:23 smithi125 ceph-mon[107806]: Upgrade: Target is version 19.0.0-69-g583a8f42 (unknown) 2023-12-06T20:47:23.248 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:23 smithi125 ceph-mon[107806]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7, digests ['quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7'] 2023-12-06T20:47:23.248 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:23 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:47:23.248 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:23 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:23.248 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:23 smithi125 ceph-mon[107806]: Upgrade: Need to upgrade myself (mgr.smithi125.xmtrzp) 2023-12-06T20:47:23.248 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:23 smithi125 ceph-mon[107806]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7 on smithi167 2023-12-06T20:47:23.248 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:23 smithi125 ceph-mon[107806]: pgmap v193: 97 pgs: 97 active+clean; 154 MiB data, 502 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T20:47:23.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:23 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:23.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:23 smithi167 ceph-mon[110458]: Upgrade: Target is version 19.0.0-69-g583a8f42 (unknown) 2023-12-06T20:47:23.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:23 smithi167 ceph-mon[110458]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7, digests ['quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7'] 2023-12-06T20:47:23.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:23 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:47:23.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:23 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:23.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:23 smithi167 ceph-mon[110458]: Upgrade: Need to upgrade myself (mgr.smithi125.xmtrzp) 2023-12-06T20:47:23.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:23 smithi167 ceph-mon[110458]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7 on smithi167 2023-12-06T20:47:23.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:23 smithi167 ceph-mon[110458]: pgmap v193: 97 pgs: 97 active+clean; 154 MiB data, 502 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T20:47:23.945 INFO:teuthology.orchestra.run.smithi125.stdout: 5 14724 10.35 MB/sec warmup 47 sec latency 126.545 ms 2023-12-06T20:47:24.951 INFO:teuthology.orchestra.run.smithi125.stdout: 5 15038 10.26 MB/sec warmup 48 sec latency 129.811 ms 2023-12-06T20:47:25.031 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:47:25.522 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:25 smithi125 ceph-mon[107806]: pgmap v194: 97 pgs: 97 active+clean; 166 MiB data, 544 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-06T20:47:25.886 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:47:25.886 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 running (4m) 51s ago 5m 26.3M - ba2b418f427c 80a121d758a8 2023-12-06T20:47:25.886 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (5m) 51s ago 5m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:47:25.886 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (4m) 52s ago 4m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:47:25.886 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 running (3m) 51s ago 4m 49.4M - 8.3.5 dad864ee21e9 7e851d459340 2023-12-06T20:47:25.886 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (70s) 51s ago 69s 14.1M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (68s) 52s ago 68s 13.2M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (6m) 51s ago 6m 476M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (4m) 52s ago 4m 420M - 17.2.0 e1d6a67b021e dff5fb202f0f 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (6m) 51s ago 6m 76.4M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (4m) 52s ago 4m 60.3M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (59s) 51s ago 59s 56.1M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (55s) 52s ago 54s 51.5M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 running (4m) 51s ago 4m 22.5M - 1dbe0e931976 16aca0ed603e 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 running (4m) 52s ago 4m 24.1M - 1dbe0e931976 284cad51cffe 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (3m) 51s ago 3m 53.2M 3224M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (3m) 51s ago 3m 58.2M 3224M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (3m) 51s ago 3m 48.8M 3224M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (3m) 51s ago 3m 53.4M 3224M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (2m) 52s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (2m) 52s ago 2m 48.2M 3992M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:47:25.887 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (2m) 52s ago 2m 51.0M 3992M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:47:25.888 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (119s) 52s ago 118s 51.7M 3992M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:47:25.888 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 running (4m) 51s ago 4m 60.5M - 514e6a882f6e 5bc138a9375c 2023-12-06T20:47:25.951 INFO:teuthology.orchestra.run.smithi125.stdout: 5 15358 10.20 MB/sec warmup 49 sec latency 129.601 ms 2023-12-06T20:47:25.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:25 smithi167 ceph-mon[110458]: pgmap v194: 97 pgs: 97 active+clean; 166 MiB data, 544 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-06T20:47:26.377 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:47:26.377 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:47:26.377 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:47:26.377 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:47:26.378 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:47:26.545 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:26 smithi125 ceph-mon[107806]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:26.546 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:26 smithi125 ceph-mon[107806]: from='client.24429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:26.546 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:26 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/4215195617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:47:26.799 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:47:26.799 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:47:26.799 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:47:26.799 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:47:26.800 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T20:47:26.800 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7 image on host smithi167" 2023-12-06T20:47:26.800 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:47:26.951 INFO:teuthology.orchestra.run.smithi125.stdout: 5 15709 10.17 MB/sec warmup 50 sec latency 125.497 ms 2023-12-06T20:47:26.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:26 smithi167 ceph-mon[110458]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:26.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:26 smithi167 ceph-mon[110458]: from='client.24429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:26.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:26 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/4215195617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:47:27.302 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:47:27.600 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:27 smithi125 ceph-mon[107806]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:27.601 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:27 smithi125 ceph-mon[107806]: pgmap v195: 97 pgs: 97 active+clean; 167 MiB data, 549 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-06T20:47:27.601 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:27 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1599969783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:47:27.958 INFO:teuthology.orchestra.run.smithi125.stdout: 5 16109 10.05 MB/sec warmup 51 sec latency 114.634 ms 2023-12-06T20:47:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:27 smithi167 ceph-mon[110458]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:27 smithi167 ceph-mon[110458]: pgmap v195: 97 pgs: 97 active+clean; 167 MiB data, 549 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-06T20:47:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:27 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1599969783' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:47:28.637 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:28 smithi125 ceph-mon[107806]: from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:28.960 INFO:teuthology.orchestra.run.smithi125.stdout: 5 16488 10.09 MB/sec warmup 52 sec latency 123.460 ms 2023-12-06T20:47:28.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:28 smithi167 ceph-mon[110458]: from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:29.750 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:29 smithi125 ceph-mon[107806]: pgmap v196: 97 pgs: 97 active+clean; 165 MiB data, 589 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.9 MiB/s wr, 530 op/s 2023-12-06T20:47:29.962 INFO:teuthology.orchestra.run.smithi125.stdout: 5 17006 10.19 MB/sec warmup 53 sec latency 138.760 ms 2023-12-06T20:47:29.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:29 smithi167 ceph-mon[110458]: pgmap v196: 97 pgs: 97 active+clean; 165 MiB data, 589 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.9 MiB/s wr, 530 op/s 2023-12-06T20:47:30.962 INFO:teuthology.orchestra.run.smithi125.stdout: 5 17415 10.34 MB/sec warmup 54 sec latency 126.592 ms 2023-12-06T20:47:31.823 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:31 smithi125 ceph-mon[107806]: pgmap v197: 97 pgs: 97 active+clean; 165 MiB data, 592 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-12-06T20:47:31.962 INFO:teuthology.orchestra.run.smithi125.stdout: 5 17748 10.35 MB/sec warmup 55 sec latency 152.361 ms 2023-12-06T20:47:31.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:31 smithi167 ceph-mon[110458]: pgmap v197: 97 pgs: 97 active+clean; 165 MiB data, 592 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-12-06T20:47:32.962 INFO:teuthology.orchestra.run.smithi125.stdout: 5 18056 10.36 MB/sec warmup 56 sec latency 130.040 ms 2023-12-06T20:47:33.900 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:33 smithi125 ceph-mon[107806]: pgmap v198: 97 pgs: 97 active+clean; 172 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 536 op/s 2023-12-06T20:47:33.964 INFO:teuthology.orchestra.run.smithi125.stdout: 5 18374 10.23 MB/sec warmup 57 sec latency 130.064 ms 2023-12-06T20:47:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:33 smithi167 ceph-mon[110458]: pgmap v198: 97 pgs: 97 active+clean; 172 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 536 op/s 2023-12-06T20:47:34.970 INFO:teuthology.orchestra.run.smithi125.stdout: 5 18832 10.24 MB/sec warmup 58 sec latency 129.979 ms 2023-12-06T20:47:35.676 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:35 smithi125 ceph-mon[107806]: pgmap v199: 97 pgs: 97 active+clean; 178 MiB data, 619 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.2 MiB/s wr, 555 op/s 2023-12-06T20:47:35.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:35 smithi167 ceph-mon[110458]: pgmap v199: 97 pgs: 97 active+clean; 178 MiB data, 619 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.2 MiB/s wr, 555 op/s 2023-12-06T20:47:35.970 INFO:teuthology.orchestra.run.smithi125.stdout: 5 19339 10.24 MB/sec warmup 59 sec latency 126.975 ms 2023-12-06T20:47:36.970 INFO:teuthology.orchestra.run.smithi125.stdout: 5 19811 10.22 MB/sec warmup 60 sec latency 109.887 ms 2023-12-06T20:47:37.719 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:37 smithi125 ceph-mon[107806]: pgmap v200: 97 pgs: 97 active+clean; 181 MiB data, 657 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.0 MiB/s wr, 463 op/s 2023-12-06T20:47:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:37 smithi167 ceph-mon[110458]: pgmap v200: 97 pgs: 97 active+clean; 181 MiB data, 657 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.0 MiB/s wr, 463 op/s 2023-12-06T20:47:37.970 INFO:teuthology.orchestra.run.smithi125.stdout: 5 20281 10.26 MB/sec warmup 61 sec latency 108.434 ms 2023-12-06T20:47:38.970 INFO:teuthology.orchestra.run.smithi125.stdout: 5 20701 10.33 MB/sec warmup 62 sec latency 135.879 ms 2023-12-06T20:47:39.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:39 smithi125 ceph-mon[107806]: pgmap v201: 97 pgs: 97 active+clean; 181 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.9 MiB/s wr, 617 op/s 2023-12-06T20:47:39.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:39 smithi167 ceph-mon[110458]: pgmap v201: 97 pgs: 97 active+clean; 181 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.9 MiB/s wr, 617 op/s 2023-12-06T20:47:39.974 INFO:teuthology.orchestra.run.smithi125.stdout: 5 21116 10.43 MB/sec warmup 63 sec latency 129.041 ms 2023-12-06T20:47:40.974 INFO:teuthology.orchestra.run.smithi125.stdout: 5 21515 10.43 MB/sec warmup 64 sec latency 129.739 ms 2023-12-06T20:47:41.853 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:41 smithi125 ceph-mon[107806]: pgmap v202: 97 pgs: 97 active+clean; 177 MiB data, 714 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.4 MiB/s wr, 483 op/s 2023-12-06T20:47:41.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:41 smithi167 ceph-mon[110458]: pgmap v202: 97 pgs: 97 active+clean; 177 MiB data, 714 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.4 MiB/s wr, 483 op/s 2023-12-06T20:47:41.974 INFO:teuthology.orchestra.run.smithi125.stdout: 5 21822 10.43 MB/sec warmup 65 sec latency 127.481 ms 2023-12-06T20:47:42.873 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:47:42.874 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:42 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:47:42.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/trash_purge_schedule"}]: dispatch 2023-12-06T20:47:42.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:42 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi125.xmtrzp/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:47:42.984 INFO:teuthology.orchestra.run.smithi125.stdout: 5 22104 10.33 MB/sec warmup 66 sec latency 134.124 ms 2023-12-06T20:47:43.889 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:43 smithi125 ceph-mon[107806]: pgmap v203: 97 pgs: 97 active+clean; 192 MiB data, 745 MiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.5 MiB/s wr, 617 op/s 2023-12-06T20:47:43.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:43 smithi167 ceph-mon[110458]: pgmap v203: 97 pgs: 97 active+clean; 192 MiB data, 745 MiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.5 MiB/s wr, 617 op/s 2023-12-06T20:47:43.984 INFO:teuthology.orchestra.run.smithi125.stdout: 5 22450 10.30 MB/sec warmup 67 sec latency 129.403 ms 2023-12-06T20:47:44.984 INFO:teuthology.orchestra.run.smithi125.stdout: 5 22797 10.23 MB/sec warmup 68 sec latency 126.839 ms 2023-12-06T20:47:45.693 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:45 smithi125 ceph-mon[107806]: pgmap v204: 97 pgs: 97 active+clean; 194 MiB data, 754 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-12-06T20:47:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:45 smithi167 ceph-mon[110458]: pgmap v204: 97 pgs: 97 active+clean; 194 MiB data, 754 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-12-06T20:47:45.984 INFO:teuthology.orchestra.run.smithi125.stdout: 5 23175 10.20 MB/sec warmup 69 sec latency 130.140 ms 2023-12-06T20:47:46.984 INFO:teuthology.orchestra.run.smithi125.stdout: 5 23710 10.29 MB/sec warmup 70 sec latency 128.227 ms 2023-12-06T20:47:47.729 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:47 smithi125 ceph-mon[107806]: pgmap v205: 97 pgs: 97 active+clean; 192 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2023-12-06T20:47:47.785 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:47 smithi167 ceph-mon[110458]: pgmap v205: 97 pgs: 97 active+clean; 192 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2023-12-06T20:47:47.984 INFO:teuthology.orchestra.run.smithi125.stdout: 5 24192 10.35 MB/sec warmup 71 sec latency 117.846 ms 2023-12-06T20:47:48.877 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:48 smithi167 ceph-mon[110458]: Upgrade: Updating mgr.smithi167.vqmncs 2023-12-06T20:47:48.877 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:48 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:48.877 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:48 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.vqmncs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:47:48.877 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:48 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:47:48.877 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:48 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:47:48.877 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:48 smithi167 ceph-mon[110458]: Deploying daemon mgr.smithi167.vqmncs on smithi167 2023-12-06T20:47:48.877 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:48 smithi167 ceph-mon[110458]: pgmap v206: 97 pgs: 97 active+clean; 195 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.2 MiB/s wr, 661 op/s 2023-12-06T20:47:48.993 INFO:teuthology.orchestra.run.smithi125.stdout: 5 24523 10.34 MB/sec warmup 72 sec latency 137.943 ms 2023-12-06T20:47:49.016 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:48 smithi125 ceph-mon[107806]: Upgrade: Updating mgr.smithi167.vqmncs 2023-12-06T20:47:49.016 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:48 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:49.016 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:48 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.vqmncs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:47:49.016 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:48 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:47:49.016 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:48 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:47:49.016 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:48 smithi125 ceph-mon[107806]: Deploying daemon mgr.smithi167.vqmncs on smithi167 2023-12-06T20:47:49.017 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:48 smithi125 ceph-mon[107806]: pgmap v206: 97 pgs: 97 active+clean; 195 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.2 MiB/s wr, 661 op/s 2023-12-06T20:47:49.993 INFO:teuthology.orchestra.run.smithi125.stdout: 5 24994 10.44 MB/sec warmup 73 sec latency 126.469 ms 2023-12-06T20:47:50.993 INFO:teuthology.orchestra.run.smithi125.stdout: 5 25374 10.44 MB/sec warmup 74 sec latency 97.594 ms 2023-12-06T20:47:51.819 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:51 smithi125 ceph-mon[107806]: pgmap v207: 97 pgs: 97 active+clean; 198 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.1 MiB/s wr, 569 op/s 2023-12-06T20:47:51.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:51 smithi167 ceph-mon[110458]: pgmap v207: 97 pgs: 97 active+clean; 198 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.1 MiB/s wr, 569 op/s 2023-12-06T20:47:51.993 INFO:teuthology.orchestra.run.smithi125.stdout: 5 25786 10.41 MB/sec warmup 75 sec latency 126.570 ms 2023-12-06T20:47:52.993 INFO:teuthology.orchestra.run.smithi125.stdout: 5 26342 10.38 MB/sec warmup 76 sec latency 89.360 ms 2023-12-06T20:47:53.698 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:53 smithi167 ceph-mon[110458]: pgmap v208: 97 pgs: 97 active+clean; 201 MiB data, 862 MiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 630 op/s 2023-12-06T20:47:53.698 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:53.698 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:47:53.698 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:47:53.698 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:53 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:47:53.873 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:53 smithi125 ceph-mon[107806]: pgmap v208: 97 pgs: 97 active+clean; 201 MiB data, 862 MiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 630 op/s 2023-12-06T20:47:53.873 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:53.873 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:47:53.873 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:47:53.874 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:53 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:47:54.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 26744 10.41 MB/sec warmup 77 sec latency 135.519 ms 2023-12-06T20:47:55.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 27357 10.53 MB/sec warmup 78 sec latency 89.503 ms 2023-12-06T20:47:55.643 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:55 smithi125 ceph-mon[107806]: pgmap v209: 97 pgs: 97 active+clean; 201 MiB data, 868 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 449 op/s 2023-12-06T20:47:55.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:55 smithi167 ceph-mon[110458]: pgmap v209: 97 pgs: 97 active+clean; 201 MiB data, 868 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 449 op/s 2023-12-06T20:47:56.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 27757 10.51 MB/sec warmup 79 sec latency 129.840 ms 2023-12-06T20:47:57.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 28008 10.46 MB/sec warmup 80 sec latency 195.502 ms 2023-12-06T20:47:57.753 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:47:57.927 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:57 smithi125 ceph-mon[107806]: pgmap v210: 97 pgs: 97 active+clean; 207 MiB data, 881 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-12-06T20:47:57.927 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:57 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:57.927 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:57 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:57.950 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:57 smithi167 ceph-mon[110458]: pgmap v210: 97 pgs: 97 active+clean; 207 MiB data, 881 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-12-06T20:47:57.950 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:57 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:57.950 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:57 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:47:58.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 28357 10.45 MB/sec warmup 81 sec latency 117.546 ms 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 running (4m) 84s ago 5m 26.3M - ba2b418f427c 80a121d758a8 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (5m) 84s ago 5m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (5m) 1s ago 5m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 running (4m) 84s ago 5m 49.4M - 8.3.5 dad864ee21e9 7e851d459340 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (102s) 84s ago 102s 14.1M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (101s) 1s ago 101s 13.5M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (6m) 84s ago 6m 476M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (7s) 1s ago 5m 61.6M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (6m) 84s ago 6m 76.4M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (5m) 1s ago 5m 49.0M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:47:58.545 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (92s) 84s ago 92s 56.1M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (87s) 1s ago 87s 71.7M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 running (5m) 84s ago 5m 22.5M - 1dbe0e931976 16aca0ed603e 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 running (4m) 1s ago 4m 24.0M - 1dbe0e931976 284cad51cffe 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (4m) 84s ago 4m 53.2M 3224M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (4m) 84s ago 4m 58.2M 3224M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (3m) 84s ago 3m 48.8M 3224M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (3m) 84s ago 3m 53.4M 3224M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (3m) 1s ago 3m 459M 3992M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (3m) 1s ago 3m 414M 3992M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (2m) 1s ago 2m 392M 3992M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (2m) 1s ago 2m 688M 3992M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:47:58.546 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 running (4m) 84s ago 4m 60.5M - 514e6a882f6e 5bc138a9375c 2023-12-06T20:47:58.953 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:58 smithi125 ceph-mon[107806]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:58.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:58 smithi167 ceph-mon[110458]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:59.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 28663 10.47 MB/sec warmup 82 sec latency 180.199 ms 2023-12-06T20:47:59.047 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:47:59.047 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:47:59.048 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T20:47:59.049 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:47:59.049 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:47:59.431 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:47:59.432 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:47:59.432 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:47:59.432 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:47:59.432 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T20:47:59.432 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Currently upgrading mgr daemons" 2023-12-06T20:47:59.432 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:47:59.931 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:47:59.970 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:59 smithi125 ceph-mon[107806]: from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:59.970 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:59 smithi125 ceph-mon[107806]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:47:59.971 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:59 smithi125 ceph-mon[107806]: pgmap v211: 97 pgs: 97 active+clean; 212 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.5 MiB/s wr, 676 op/s 2023-12-06T20:47:59.971 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:47:59 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1026483631' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:48:00.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 28967 10.47 MB/sec warmup 83 sec latency 138.341 ms 2023-12-06T20:48:00.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:59 smithi167 ceph-mon[110458]: from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:00.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:59 smithi167 ceph-mon[110458]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:00.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:59 smithi167 ceph-mon[110458]: pgmap v211: 97 pgs: 97 active+clean; 212 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.5 MiB/s wr, 676 op/s 2023-12-06T20:48:00.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:47:59 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1026483631' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:48:00.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:00.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1200325963' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:48:00.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:48:00.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:48:00.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:48:00.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:48:00.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr fail", "who": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:48:00.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: osdmap e66: 8 total, 8 up, 8 in 2023-12-06T20:48:00.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:00 smithi167 ceph-mon[110458]: Standby manager daemon smithi125.xmtrzp started 2023-12-06T20:48:00.984 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:00.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1200325963' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:48:00.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:48:00.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:48:00.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' 2023-12-06T20:48:00.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:48:00.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "mgr fail", "who": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:48:00.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: osdmap e66: 8 total, 8 up, 8 in 2023-12-06T20:48:00.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:00 smithi125 ceph-mon[107806]: Standby manager daemon smithi125.xmtrzp started 2023-12-06T20:48:01.001 INFO:teuthology.orchestra.run.smithi125.stdout: 5 29379 10.47 MB/sec warmup 84 sec latency 131.753 ms 2023-12-06T20:48:01.755 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: Upgrade: Need to upgrade myself (mgr.smithi125.xmtrzp) 2023-12-06T20:48:01.755 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: Failing over to other MGR 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: pgmap v213: 97 pgs: 97 active+clean; 211 MiB data, 924 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 510 op/s 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "mgr fail", "who": "smithi125.xmtrzp"}]': finished 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: mgrmap e22: smithi167.vqmncs(active, starting, since 1.00092s), standbys: smithi125.xmtrzp 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: Active manager daemon smithi167.vqmncs restarted 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.vqmncs/crt"}]: dispatch 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: Activating manager daemon smithi167.vqmncs 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: osdmap e67: 8 total, 8 up, 8 in 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.vqmncs/key"}]: dispatch 2023-12-06T20:48:01.756 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:01 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T20:48:02.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 29644 10.37 MB/sec warmup 85 sec latency 126.502 ms 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: Upgrade: Need to upgrade myself (mgr.smithi125.xmtrzp) 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: Failing over to other MGR 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: pgmap v213: 97 pgs: 97 active+clean; 211 MiB data, 924 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 510 op/s 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: from='mgr.14204 172.21.15.125:0/192148328' entity='mgr.smithi125.xmtrzp' cmd='[{"prefix": "mgr fail", "who": "smithi125.xmtrzp"}]': finished 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: mgrmap e22: smithi167.vqmncs(active, starting, since 1.00092s), standbys: smithi125.xmtrzp 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: Active manager daemon smithi167.vqmncs restarted 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.vqmncs/crt"}]: dispatch 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: Activating manager daemon smithi167.vqmncs 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: osdmap e67: 8 total, 8 up, 8 in 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.vqmncs/key"}]: dispatch 2023-12-06T20:48:02.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:01 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T20:48:03.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 29937 10.33 MB/sec warmup 86 sec latency 123.905 ms 2023-12-06T20:48:03.020 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: mgrmap e23: smithi167.vqmncs(active, starting, since 0.846211s), standbys: smithi125.xmtrzp 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi125.blylck"}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi167.bhvmfb"}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mgr metadata", "who": "smithi167.vqmncs", "id": "smithi167.vqmncs"}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mgr metadata", "who": "smithi125.xmtrzp", "id": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:48:03.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: Manager daemon smithi167.vqmncs is now available 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi167.vqmncs/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi167.vqmncs/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi167.vqmncs/trash_purge_schedule"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi167.vqmncs/trash_purge_schedule"}]: dispatch 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: Deploying cephadm binary to smithi167 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: Deploying cephadm binary to smithi125 2023-12-06T20:48:03.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:03.023 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:03 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:03.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: mgrmap e23: smithi167.vqmncs(active, starting, since 0.846211s), standbys: smithi125.xmtrzp 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mon metadata", "id": "smithi125"}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi125.blylck"}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi167.bhvmfb"}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mgr metadata", "who": "smithi167.vqmncs", "id": "smithi167.vqmncs"}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mgr metadata", "who": "smithi125.xmtrzp", "id": "smithi125.xmtrzp"}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T20:48:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: Manager daemon smithi167.vqmncs is now available 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi167.vqmncs/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi167.vqmncs/mirror_snapshot_schedule"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi167.vqmncs/trash_purge_schedule"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi167.vqmncs/trash_purge_schedule"}]: dispatch 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: Deploying cephadm binary to smithi167 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: Deploying cephadm binary to smithi125 2023-12-06T20:48:03.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:03.468 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:03 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:04.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 30271 10.34 MB/sec warmup 87 sec latency 135.109 ms 2023-12-06T20:48:04.028 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:04 smithi125 ceph-mon[107806]: mgrmap e24: smithi167.vqmncs(active, since 1.85364s), standbys: smithi125.xmtrzp 2023-12-06T20:48:04.029 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:04 smithi125 ceph-mon[107806]: pgmap v3: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail 2023-12-06T20:48:04.029 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:04 smithi125 ceph-mon[107806]: [06/Dec/2023:20:48:03] ENGINE Bus STARTING 2023-12-06T20:48:04.029 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:04 smithi125 ceph-mon[107806]: [06/Dec/2023:20:48:03] ENGINE Serving on http://172.21.15.167:8765 2023-12-06T20:48:04.029 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:04 smithi125 ceph-mon[107806]: [06/Dec/2023:20:48:03] ENGINE Serving on https://172.21.15.167:7150 2023-12-06T20:48:04.029 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:04 smithi125 ceph-mon[107806]: [06/Dec/2023:20:48:03] ENGINE Bus STARTED 2023-12-06T20:48:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:04 smithi167 ceph-mon[110458]: mgrmap e24: smithi167.vqmncs(active, since 1.85364s), standbys: smithi125.xmtrzp 2023-12-06T20:48:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:04 smithi167 ceph-mon[110458]: pgmap v3: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail 2023-12-06T20:48:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:04 smithi167 ceph-mon[110458]: [06/Dec/2023:20:48:03] ENGINE Bus STARTING 2023-12-06T20:48:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:04 smithi167 ceph-mon[110458]: [06/Dec/2023:20:48:03] ENGINE Serving on http://172.21.15.167:8765 2023-12-06T20:48:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:04 smithi167 ceph-mon[110458]: [06/Dec/2023:20:48:03] ENGINE Serving on https://172.21.15.167:7150 2023-12-06T20:48:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:04 smithi167 ceph-mon[110458]: [06/Dec/2023:20:48:03] ENGINE Bus STARTED 2023-12-06T20:48:05.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 30677 10.42 MB/sec warmup 88 sec latency 133.769 ms 2023-12-06T20:48:05.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:05 smithi125 ceph-mon[107806]: pgmap v4: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail 2023-12-06T20:48:05.072 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:05 smithi125 ceph-mon[107806]: mgrmap e25: smithi167.vqmncs(active, since 2s), standbys: smithi125.xmtrzp 2023-12-06T20:48:05.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:05 smithi167 ceph-mon[110458]: pgmap v4: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail 2023-12-06T20:48:05.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:05 smithi167 ceph-mon[110458]: mgrmap e25: smithi167.vqmncs(active, since 2s), standbys: smithi125.xmtrzp 2023-12-06T20:48:06.000 INFO:teuthology.orchestra.run.smithi125.stdout: 5 31049 10.37 MB/sec warmup 89 sec latency 123.793 ms 2023-12-06T20:48:07.002 INFO:teuthology.orchestra.run.smithi125.stdout: 5 31310 10.28 MB/sec warmup 90 sec latency 118.316 ms 2023-12-06T20:48:07.052 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:07 smithi125 ceph-mon[107806]: pgmap v5: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail 2023-12-06T20:48:07.052 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:07 smithi125 ceph-mon[107806]: mgrmap e26: smithi167.vqmncs(active, since 4s), standbys: smithi125.xmtrzp 2023-12-06T20:48:07.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:07 smithi167 ceph-mon[110458]: pgmap v5: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail 2023-12-06T20:48:07.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:07 smithi167 ceph-mon[110458]: mgrmap e26: smithi167.vqmncs(active, since 4s), standbys: smithi125.xmtrzp 2023-12-06T20:48:08.006 INFO:teuthology.orchestra.run.smithi125.stdout: 5 31691 10.26 MB/sec warmup 91 sec latency 91.924 ms 2023-12-06T20:48:09.006 INFO:teuthology.orchestra.run.smithi125.stdout: 5 31958 10.25 MB/sec warmup 92 sec latency 154.886 ms 2023-12-06T20:48:09.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:09 smithi125 ceph-mon[107806]: pgmap v6: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 357 KiB/s wr, 20 op/s 2023-12-06T20:48:09.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:09 smithi125 ceph-mon[107806]: Standby manager daemon smithi125.xmtrzp restarted 2023-12-06T20:48:09.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:09 smithi125 ceph-mon[107806]: Standby manager daemon smithi125.xmtrzp started 2023-12-06T20:48:09.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:09 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.125:0/1601201093' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi125.xmtrzp/crt"}]: dispatch 2023-12-06T20:48:09.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:09 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.125:0/1601201093' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T20:48:09.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:09 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.125:0/1601201093' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi125.xmtrzp/key"}]: dispatch 2023-12-06T20:48:09.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:09 smithi125 ceph-mon[107806]: from='mgr.? 172.21.15.125:0/1601201093' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T20:48:09.337 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:09 smithi167 ceph-mon[110458]: pgmap v6: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 357 KiB/s wr, 20 op/s 2023-12-06T20:48:09.337 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:09 smithi167 ceph-mon[110458]: Standby manager daemon smithi125.xmtrzp restarted 2023-12-06T20:48:09.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:09 smithi167 ceph-mon[110458]: Standby manager daemon smithi125.xmtrzp started 2023-12-06T20:48:09.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:09 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.125:0/1601201093' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi125.xmtrzp/crt"}]: dispatch 2023-12-06T20:48:09.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:09 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.125:0/1601201093' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T20:48:09.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:09 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.125:0/1601201093' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi125.xmtrzp/key"}]: dispatch 2023-12-06T20:48:09.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:09 smithi167 ceph-mon[110458]: from='mgr.? 172.21.15.125:0/1601201093' entity='mgr.smithi125.xmtrzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T20:48:10.006 INFO:teuthology.orchestra.run.smithi125.stdout: 5 32364 10.30 MB/sec warmup 93 sec latency 137.520 ms 2023-12-06T20:48:10.199 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:10 smithi125 ceph-mon[107806]: mgrmap e27: smithi167.vqmncs(active, since 7s), standbys: smithi125.xmtrzp 2023-12-06T20:48:10.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:10 smithi167 ceph-mon[110458]: mgrmap e27: smithi167.vqmncs(active, since 7s), standbys: smithi125.xmtrzp 2023-12-06T20:48:11.014 INFO:teuthology.orchestra.run.smithi125.stdout: 5 32834 10.34 MB/sec warmup 94 sec latency 131.478 ms 2023-12-06T20:48:11.222 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:11 smithi125 ceph-mon[107806]: pgmap v7: 97 pgs: 97 active+clean; 225 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-12-06T20:48:11.222 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:11 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:11.222 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:11 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:11.222 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:11 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:11.223 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:11 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:11 smithi167 ceph-mon[110458]: pgmap v7: 97 pgs: 97 active+clean; 225 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-12-06T20:48:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:11 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:11 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:11 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:11 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:12.014 INFO:teuthology.orchestra.run.smithi125.stdout: 5 33172 10.29 MB/sec warmup 95 sec latency 116.581 ms 2023-12-06T20:48:13.014 INFO:teuthology.orchestra.run.smithi125.stdout: 5 33457 10.26 MB/sec warmup 96 sec latency 118.455 ms 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: pgmap v8: 97 pgs: 97 active+clean; 225 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.8 MiB/s wr, 289 op/s 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.244 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.245 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.245 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.245 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.245 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.245 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: pgmap v8: 97 pgs: 97 active+clean; 225 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.8 MiB/s wr, 289 op/s 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:13.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:14.015 INFO:teuthology.orchestra.run.smithi125.stdout: 5 33766 10.24 MB/sec warmup 97 sec latency 127.014 ms 2023-12-06T20:48:14.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi125 to 1944M 2023-12-06T20:48:14.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:14.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:14.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.774 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: Adjusting osd_memory_target on smithi167 to 2712M 2023-12-06T20:48:14.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:14.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:48:14.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:48:14.775 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: Updating smithi125:/etc/ceph/ceph.conf 2023-12-06T20:48:14.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: Updating smithi167:/etc/ceph/ceph.conf 2023-12-06T20:48:14.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: Updating smithi167:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T20:48:14.776 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:14 smithi125 ceph-mon[107806]: Updating smithi125:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T20:48:14.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi125 to 1944M 2023-12-06T20:48:14.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:14.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:14.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T20:48:14.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: Adjusting osd_memory_target on smithi167 to 2712M 2023-12-06T20:48:14.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:14.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:48:14.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T20:48:14.967 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: Updating smithi125:/etc/ceph/ceph.conf 2023-12-06T20:48:14.968 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: Updating smithi167:/etc/ceph/ceph.conf 2023-12-06T20:48:14.968 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: Updating smithi167:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T20:48:14.968 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:14 smithi167 ceph-mon[110458]: Updating smithi125:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T20:48:15.015 INFO:teuthology.orchestra.run.smithi125.stdout: 5 34111 10.26 MB/sec warmup 98 sec latency 122.138 ms 2023-12-06T20:48:15.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: pgmap v9: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-12-06T20:48:15.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:48:15.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:48:15.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: Updating smithi167:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T20:48:15.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: Updating smithi125:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T20:48:15.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.790 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.790 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.790 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.790 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.790 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.790 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.790 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:15 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: pgmap v9: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-12-06T20:48:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:48:15.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: Updating smithi167:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: Updating smithi125:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:15.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:15 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:16.015 INFO:teuthology.orchestra.run.smithi125.stdout: 5 34507 10.27 MB/sec warmup 99 sec latency 130.220 ms 2023-12-06T20:48:16.740 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:16 smithi125 ceph-mon[107806]: Reconfiguring alertmanager.smithi125 (dependencies changed)... 2023-12-06T20:48:16.740 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:16 smithi125 ceph-mon[107806]: Reconfiguring daemon alertmanager.smithi125 on smithi125 2023-12-06T20:48:16.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:16 smithi167 ceph-mon[110458]: Reconfiguring alertmanager.smithi125 (dependencies changed)... 2023-12-06T20:48:16.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:16 smithi167 ceph-mon[110458]: Reconfiguring daemon alertmanager.smithi125 on smithi125 2023-12-06T20:48:17.015 INFO:teuthology.orchestra.run.smithi125.stdout: 5 34873 10.21 MB/sec warmup 100 sec latency 92.415 ms 2023-12-06T20:48:17.748 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:17 smithi125 ceph-mon[107806]: pgmap v10: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T20:48:17.748 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:48:17.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:17 smithi167 ceph-mon[110458]: pgmap v10: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T20:48:17.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:48:18.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 35185 10.17 MB/sec warmup 101 sec latency 131.799 ms 2023-12-06T20:48:19.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 35613 10.21 MB/sec warmup 102 sec latency 130.240 ms 2023-12-06T20:48:19.780 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:19 smithi125 ceph-mon[107806]: pgmap v11: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-12-06T20:48:19.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:19 smithi167 ceph-mon[110458]: pgmap v11: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-12-06T20:48:20.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 36076 10.27 MB/sec warmup 103 sec latency 108.155 ms 2023-12-06T20:48:21.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 36431 10.29 MB/sec warmup 104 sec latency 126.702 ms 2023-12-06T20:48:21.807 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:21 smithi125 ceph-mon[107806]: pgmap v12: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.3 MiB/s wr, 635 op/s 2023-12-06T20:48:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:21 smithi167 ceph-mon[110458]: pgmap v12: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.3 MiB/s wr, 635 op/s 2023-12-06T20:48:22.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 36869 10.27 MB/sec warmup 105 sec latency 123.401 ms 2023-12-06T20:48:23.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 37178 10.23 MB/sec warmup 106 sec latency 129.645 ms 2023-12-06T20:48:23.846 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:23 smithi125 ceph-mon[107806]: pgmap v13: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-06T20:48:23.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:23 smithi167 ceph-mon[110458]: pgmap v13: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-06T20:48:24.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 37582 10.30 MB/sec warmup 107 sec latency 125.937 ms 2023-12-06T20:48:25.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 37946 10.27 MB/sec warmup 108 sec latency 105.432 ms 2023-12-06T20:48:25.887 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:25 smithi125 ceph-mon[107806]: pgmap v14: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 7.0 MiB/s wr, 662 op/s 2023-12-06T20:48:26.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 38343 10.24 MB/sec warmup 109 sec latency 125.827 ms 2023-12-06T20:48:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:25 smithi167 ceph-mon[110458]: pgmap v14: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 7.0 MiB/s wr, 662 op/s 2023-12-06T20:48:27.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 38586 10.19 MB/sec warmup 110 sec latency 129.850 ms 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: pgmap v15: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: Reconfiguring grafana.smithi125 (dependencies changed)... 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T20:48:27.695 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T20:48:27.696 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:27 smithi125 ceph-mon[107806]: Reconfiguring daemon grafana.smithi125 on smithi125 2023-12-06T20:48:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: pgmap v15: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-12-06T20:48:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: Reconfiguring grafana.smithi125 (dependencies changed)... 2023-12-06T20:48:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T20:48:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:27.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T20:48:27.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T20:48:27.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:27 smithi167 ceph-mon[110458]: Reconfiguring daemon grafana.smithi125 on smithi125 2023-12-06T20:48:28.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 39014 10.22 MB/sec warmup 111 sec latency 129.534 ms 2023-12-06T20:48:29.016 INFO:teuthology.orchestra.run.smithi125.stdout: 5 39386 10.21 MB/sec warmup 112 sec latency 130.868 ms 2023-12-06T20:48:29.762 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:29 smithi125 ceph-mon[107806]: pgmap v16: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.8 MiB/s wr, 600 op/s 2023-12-06T20:48:29.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:29 smithi167 ceph-mon[110458]: pgmap v16: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.8 MiB/s wr, 600 op/s 2023-12-06T20:48:30.024 INFO:teuthology.orchestra.run.smithi125.stdout: 5 39706 10.23 MB/sec warmup 113 sec latency 131.440 ms 2023-12-06T20:48:30.449 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:48:31.026 INFO:teuthology.orchestra.run.smithi125.stdout: 5 39953 10.20 MB/sec warmup 114 sec latency 150.514 ms 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 starting - - - - 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (6m) 19s ago 6m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (5m) 21s ago 5m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 running (5m) 19s ago 5m 59.5M - 8.3.5 dad864ee21e9 7e851d459340 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (2m) 19s ago 2m 34.4M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (2m) 21s ago 2m 13.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (7m) 19s ago 7m 398M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (39s) 21s ago 5m 498M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (7m) 19s ago 7m 89.3M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:48:31.465 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (5m) 21s ago 5m 56.7M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (2m) 19s ago 2m 258M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (2m) 21s ago 2m 77.4M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 running (5m) 19s ago 5m 22.6M - 1.3.1 1dbe0e931976 16aca0ed603e 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 running (5m) 21s ago 5m 24.3M - 1.3.1 1dbe0e931976 284cad51cffe 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (5m) 19s ago 5m 572M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (4m) 19s ago 4m 367M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (4m) 19s ago 4m 206M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (4m) 19s ago 4m 531M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (3m) 21s ago 3m 515M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (3m) 21s ago 3m 513M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (3m) 21s ago 3m 484M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (3m) 21s ago 3m 775M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:48:31.466 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 running (5m) 19s ago 5m 65.2M - 2.33.4 514e6a882f6e 5bc138a9375c 2023-12-06T20:48:31.798 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:31 smithi125 ceph-mon[107806]: pgmap v17: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.8 MiB/s wr, 568 op/s 2023-12-06T20:48:31.798 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:31 smithi125 ceph-mon[107806]: from='client.24491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:31.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:31 smithi167 ceph-mon[110458]: pgmap v17: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.8 MiB/s wr, 568 op/s 2023-12-06T20:48:31.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:31 smithi167 ceph-mon[110458]: from='client.24491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:32.025 INFO:teuthology.orchestra.run.smithi125.stdout: 5 40137 10.15 MB/sec warmup 115 sec latency 117.379 ms 2023-12-06T20:48:32.041 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:48:32.041 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:48:32.042 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T20:48:32.043 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:48:32.043 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:48:32.043 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:48:32.544 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:48:32.544 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:48:32.544 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:48:32.544 INFO:teuthology.orchestra.run.smithi125.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T20:48:32.544 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:48:32.544 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T20:48:32.544 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "", 2023-12-06T20:48:32.545 INFO:teuthology.orchestra.run.smithi125.stdout: "is_paused": false 2023-12-06T20:48:32.545 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:48:32.845 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:32 smithi125 ceph-mon[107806]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:32.845 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:32 smithi125 ceph-mon[107806]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:32.845 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:32 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3939966865' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:48:32.845 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:48:32.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:32 smithi167 ceph-mon[110458]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:32.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:32 smithi167 ceph-mon[110458]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:32.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:32 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3939966865' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:48:32.966 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:48:33.025 INFO:teuthology.orchestra.run.smithi125.stdout: 5 40349 10.11 MB/sec warmup 116 sec latency 129.346 ms 2023-12-06T20:48:33.138 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:48:33.634 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:33 smithi125 ceph-mon[107806]: pgmap v18: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 454 op/s 2023-12-06T20:48:33.634 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:33 smithi125 ceph-mon[107806]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:33.634 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:33 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/4053770917' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:48:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:33 smithi167 ceph-mon[110458]: pgmap v18: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 454 op/s 2023-12-06T20:48:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:33 smithi167 ceph-mon[110458]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:48:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:33 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/4053770917' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:48:34.025 INFO:teuthology.orchestra.run.smithi125.stdout: 5 40528 10.06 MB/sec warmup 117 sec latency 126.728 ms 2023-12-06T20:48:35.025 INFO:teuthology.orchestra.run.smithi125.stdout: 5 40719 10.02 MB/sec warmup 118 sec latency 125.750 ms 2023-12-06T20:48:35.681 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:35 smithi125 ceph-mon[107806]: pgmap v19: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 609 op/s 2023-12-06T20:48:35.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:35 smithi167 ceph-mon[110458]: pgmap v19: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 609 op/s 2023-12-06T20:48:36.025 INFO:teuthology.orchestra.run.smithi125.stdout: 5 40959 10.01 MB/sec warmup 119 sec latency 151.577 ms 2023-12-06T20:48:37.763 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:37 smithi125 ceph-mon[107806]: pgmap v20: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.7 MiB/s wr, 373 op/s 2023-12-06T20:48:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:37 smithi167 ceph-mon[110458]: pgmap v20: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.7 MiB/s wr, 373 op/s 2023-12-06T20:48:38.025 INFO:teuthology.orchestra.run.smithi125.stdout: 5 41460 6.42 MB/sec execute 1 sec latency 135.495 ms 2023-12-06T20:48:39.030 INFO:teuthology.orchestra.run.smithi125.stdout: 5 41844 7.44 MB/sec execute 2 sec latency 130.906 ms 2023-12-06T20:48:39.813 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:39 smithi125 ceph-mon[107806]: pgmap v21: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-06T20:48:39.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:39 smithi167 ceph-mon[110458]: pgmap v21: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-06T20:48:40.030 INFO:teuthology.orchestra.run.smithi125.stdout: 5 42178 8.64 MB/sec execute 3 sec latency 127.292 ms 2023-12-06T20:48:41.030 INFO:teuthology.orchestra.run.smithi125.stdout: 5 42531 8.96 MB/sec execute 4 sec latency 126.474 ms 2023-12-06T20:48:41.876 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:41 smithi125 ceph-mon[107806]: pgmap v22: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 365 op/s 2023-12-06T20:48:41.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:41 smithi167 ceph-mon[110458]: pgmap v22: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 365 op/s 2023-12-06T20:48:42.030 INFO:teuthology.orchestra.run.smithi125.stdout: 5 42932 9.77 MB/sec execute 5 sec latency 117.471 ms 2023-12-06T20:48:43.030 INFO:teuthology.orchestra.run.smithi125.stdout: 5 43254 9.59 MB/sec execute 6 sec latency 107.602 ms 2023-12-06T20:48:43.929 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:43 smithi125 ceph-mon[107806]: pgmap v23: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-12-06T20:48:43.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:43 smithi167 ceph-mon[110458]: pgmap v23: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-12-06T20:48:44.030 INFO:teuthology.orchestra.run.smithi125.stdout: 5 43653 9.41 MB/sec execute 7 sec latency 127.415 ms 2023-12-06T20:48:45.030 INFO:teuthology.orchestra.run.smithi125.stdout: 5 44076 10.14 MB/sec execute 8 sec latency 129.520 ms 2023-12-06T20:48:45.971 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:45 smithi125 ceph-mon[107806]: pgmap v24: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 508 op/s 2023-12-06T20:48:45.972 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:45 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:45.972 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:45 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:45.972 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:45 smithi125 ceph-mon[107806]: Reconfiguring node-exporter.smithi125 (dependencies changed)... 2023-12-06T20:48:45.972 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:45 smithi125 ceph-mon[107806]: Reconfiguring daemon node-exporter.smithi125 on smithi125 2023-12-06T20:48:46.030 INFO:teuthology.orchestra.run.smithi125.stdout: 5 44480 10.12 MB/sec execute 9 sec latency 170.982 ms 2023-12-06T20:48:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:45 smithi167 ceph-mon[110458]: pgmap v24: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 508 op/s 2023-12-06T20:48:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:45 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:45 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:45 smithi167 ceph-mon[110458]: Reconfiguring node-exporter.smithi125 (dependencies changed)... 2023-12-06T20:48:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:45 smithi167 ceph-mon[110458]: Reconfiguring daemon node-exporter.smithi125 on smithi125 2023-12-06T20:48:47.032 INFO:teuthology.orchestra.run.smithi125.stdout: 5 44776 9.48 MB/sec execute 10 sec latency 129.371 ms 2023-12-06T20:48:48.032 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:47 smithi125 ceph-mon[107806]: pgmap v25: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-06T20:48:48.032 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:47 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:48.032 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:47 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:48.032 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:48:48.036 INFO:teuthology.orchestra.run.smithi125.stdout: 5 45087 9.41 MB/sec execute 11 sec latency 126.759 ms 2023-12-06T20:48:48.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:47 smithi167 ceph-mon[110458]: pgmap v25: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-06T20:48:48.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:47 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:48.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:47 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:48.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:48:49.036 INFO:teuthology.orchestra.run.smithi125.stdout: 5 45447 9.56 MB/sec execute 12 sec latency 126.477 ms 2023-12-06T20:48:49.066 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:48 smithi125 ceph-mon[107806]: Reconfiguring prometheus.smithi125 (dependencies changed)... 2023-12-06T20:48:49.066 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:48 smithi125 ceph-mon[107806]: Reconfiguring daemon prometheus.smithi125 on smithi125 2023-12-06T20:48:49.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:48 smithi167 ceph-mon[110458]: Reconfiguring prometheus.smithi125 (dependencies changed)... 2023-12-06T20:48:49.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:48 smithi167 ceph-mon[110458]: Reconfiguring daemon prometheus.smithi125 on smithi125 2023-12-06T20:48:50.036 INFO:teuthology.orchestra.run.smithi125.stdout: 5 45624 9.26 MB/sec execute 13 sec latency 133.406 ms 2023-12-06T20:48:50.123 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:49 smithi125 ceph-mon[107806]: pgmap v26: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-12-06T20:48:50.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:49 smithi167 ceph-mon[110458]: pgmap v26: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-12-06T20:48:51.036 INFO:teuthology.orchestra.run.smithi125.stdout: 5 46063 9.40 MB/sec execute 14 sec latency 144.614 ms 2023-12-06T20:48:51.123 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:50 smithi125 ceph-mon[107806]: pgmap v27: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 568 op/s 2023-12-06T20:48:51.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:50 smithi167 ceph-mon[110458]: pgmap v27: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 568 op/s 2023-12-06T20:48:52.036 INFO:teuthology.orchestra.run.smithi125.stdout: 5 46519 9.88 MB/sec execute 15 sec latency 133.414 ms 2023-12-06T20:48:53.036 INFO:teuthology.orchestra.run.smithi125.stdout: 5 46879 9.72 MB/sec execute 16 sec latency 124.417 ms 2023-12-06T20:48:53.164 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:53 smithi125 ceph-mon[107806]: pgmap v28: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-06T20:48:53.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:53 smithi167 ceph-mon[110458]: pgmap v28: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-06T20:48:54.037 INFO:teuthology.orchestra.run.smithi125.stdout: 5 47206 9.55 MB/sec execute 17 sec latency 105.831 ms 2023-12-06T20:48:55.037 INFO:teuthology.orchestra.run.smithi125.stdout: 5 47617 9.65 MB/sec execute 18 sec latency 126.144 ms 2023-12-06T20:48:55.715 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:55 smithi125 ceph-mon[107806]: pgmap v29: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.8 MiB/s wr, 641 op/s 2023-12-06T20:48:55.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:55 smithi167 ceph-mon[110458]: pgmap v29: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.8 MiB/s wr, 641 op/s 2023-12-06T20:48:56.037 INFO:teuthology.orchestra.run.smithi125.stdout: 5 48100 9.90 MB/sec execute 19 sec latency 123.925 ms 2023-12-06T20:48:57.037 INFO:teuthology.orchestra.run.smithi125.stdout: 5 48487 9.67 MB/sec execute 20 sec latency 125.040 ms 2023-12-06T20:48:57.764 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:57 smithi125 ceph-mon[107806]: pgmap v30: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-06T20:48:57.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:57 smithi167 ceph-mon[110458]: pgmap v30: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-06T20:48:58.037 INFO:teuthology.orchestra.run.smithi125.stdout: 5 48867 9.75 MB/sec execute 21 sec latency 131.770 ms 2023-12-06T20:48:59.037 INFO:teuthology.orchestra.run.smithi125.stdout: 5 49312 9.98 MB/sec execute 22 sec latency 126.942 ms 2023-12-06T20:48:59.787 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:59 smithi125 ceph-mon[107806]: pgmap v31: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 439 op/s 2023-12-06T20:48:59.788 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:59 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:59.788 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:59 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:48:59.788 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:59 smithi125 ceph-mon[107806]: Reconfiguring node-exporter.smithi167 (dependencies changed)... 2023-12-06T20:48:59.788 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:48:59 smithi125 ceph-mon[107806]: Reconfiguring daemon node-exporter.smithi167 on smithi167 2023-12-06T20:49:00.037 INFO:teuthology.orchestra.run.smithi125.stdout: 5 49683 9.96 MB/sec execute 23 sec latency 126.533 ms 2023-12-06T20:49:00.041 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:59 smithi167 ceph-mon[110458]: pgmap v31: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 439 op/s 2023-12-06T20:49:00.041 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:59 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:00.041 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:59 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:00.041 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:59 smithi167 ceph-mon[110458]: Reconfiguring node-exporter.smithi167 (dependencies changed)... 2023-12-06T20:49:00.041 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:48:59 smithi167 ceph-mon[110458]: Reconfiguring daemon node-exporter.smithi167 on smithi167 2023-12-06T20:49:01.038 INFO:teuthology.orchestra.run.smithi125.stdout: 5 50036 10.07 MB/sec execute 24 sec latency 138.463 ms 2023-12-06T20:49:01.047 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.047 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: pgmap v32: 97 pgs: 97 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi125.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi125.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T20:49:01.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.049 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:49:01.049 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: Upgrade: Need to upgrade myself (mgr.smithi167.vqmncs) 2023-12-06T20:49:01.049 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:00 smithi125 ceph-mon[107806]: Upgrade: Need to upgrade myself (mgr.smithi167.vqmncs) 2023-12-06T20:49:01.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: pgmap v32: 97 pgs: 97 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-12-06T20:49:01.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi125.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi125.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T20:49:01.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:01.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:49:01.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: Upgrade: Need to upgrade myself (mgr.smithi167.vqmncs) 2023-12-06T20:49:01.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:00 smithi167 ceph-mon[110458]: Upgrade: Need to upgrade myself (mgr.smithi167.vqmncs) 2023-12-06T20:49:02.038 INFO:teuthology.orchestra.run.smithi125.stdout: 5 50364 9.97 MB/sec execute 25 sec latency 126.696 ms 2023-12-06T20:49:03.038 INFO:teuthology.orchestra.run.smithi125.stdout: 5 50754 9.88 MB/sec execute 26 sec latency 124.302 ms 2023-12-06T20:49:03.091 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:03 smithi125 ceph-mon[107806]: pgmap v33: 97 pgs: 97 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-06T20:49:03.091 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:49:03.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:03 smithi167 ceph-mon[110458]: pgmap v33: 97 pgs: 97 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-06T20:49:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:49:03.627 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:49:04.037 INFO:teuthology.orchestra.run.smithi125.stdout: 5 51042 9.76 MB/sec execute 27 sec latency 132.694 ms 2023-12-06T20:49:04.104 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:04 smithi125 ceph-mon[107806]: from='client.24505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:04 smithi167 ceph-mon[110458]: from='client.24505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:04.570 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:49:04.570 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 starting - - - - 2023-12-06T20:49:04.570 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (6m) 52s ago 6m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (6m) 54s ago 6m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 starting - - - - 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (2m) 52s ago 2m 34.4M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (2m) 54s ago 2m 13.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (7m) 52s ago 7m 398M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (73s) 54s ago 6m 498M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (7m) 52s ago 7m 89.3M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (6m) 54s ago 6m 56.7M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (2m) 52s ago 2m 258M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (2m) 54s ago 2m 77.4M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 starting - - - - 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 starting - - - - 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (5m) 52s ago 5m 572M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (5m) 52s ago 5m 367M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:49:04.571 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (5m) 52s ago 5m 206M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:49:04.572 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (4m) 52s ago 4m 531M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:49:04.572 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (4m) 54s ago 4m 515M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:49:04.572 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (4m) 54s ago 4m 513M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:49:04.572 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (3m) 54s ago 3m 484M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:49:04.572 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (3m) 54s ago 3m 775M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:49:04.572 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 starting - - - - 2023-12-06T20:49:05.038 INFO:teuthology.orchestra.run.smithi125.stdout: 5 51431 9.91 MB/sec execute 28 sec latency 124.398 ms 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:49:05.118 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:49:05.119 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:49:05.119 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:49:05.119 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:49:05.119 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:49:05.119 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T20:49:05.119 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:49:05.119 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:49:05.119 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:49:05.576 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:49:05.576 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:49:05.576 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:49:05.576 INFO:teuthology.orchestra.run.smithi125.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T20:49:05.576 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:49:05.576 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T20:49:05.576 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T20:49:05.577 INFO:teuthology.orchestra.run.smithi125.stdout: "is_paused": false 2023-12-06T20:49:05.577 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:49:05.635 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:05 smithi125 ceph-mon[107806]: pgmap v34: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 671 op/s 2023-12-06T20:49:05.636 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:05 smithi125 ceph-mon[107806]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:05.636 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:05 smithi125 ceph-mon[107806]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:05.636 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:05 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2951197273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:49:05.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:05 smithi167 ceph-mon[110458]: pgmap v34: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 671 op/s 2023-12-06T20:49:05.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:05 smithi167 ceph-mon[110458]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:05.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:05 smithi167 ceph-mon[110458]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:05.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:05 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2951197273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:49:06.044 INFO:teuthology.orchestra.run.smithi125.stdout: 5 51901 10.01 MB/sec execute 29 sec latency 134.894 ms 2023-12-06T20:49:06.144 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:49:07.044 INFO:teuthology.orchestra.run.smithi125.stdout: 5 52298 9.94 MB/sec execute 30 sec latency 167.549 ms 2023-12-06T20:49:07.161 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:07.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: Upgrade: Updating mgr.smithi125.xmtrzp 2023-12-06T20:49:07.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:07.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi125.xmtrzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:49:07.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi125.xmtrzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:49:07.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:49:07.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:49:07.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: Deploying daemon mgr.smithi125.xmtrzp on smithi125 2023-12-06T20:49:07.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:06 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1782155182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:49:07.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:07.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: Upgrade: Updating mgr.smithi125.xmtrzp 2023-12-06T20:49:07.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:49:07.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi125.xmtrzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:49:07.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi125.xmtrzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T20:49:07.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T20:49:07.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T20:49:07.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: Deploying daemon mgr.smithi125.xmtrzp on smithi125 2023-12-06T20:49:07.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:06 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1782155182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:49:07.934 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:07 smithi125 ceph-mon[107806]: pgmap v35: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-12-06T20:49:08.045 INFO:teuthology.orchestra.run.smithi125.stdout: 5 52574 9.81 MB/sec execute 31 sec latency 179.833 ms 2023-12-06T20:49:08.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:07 smithi167 ceph-mon[110458]: pgmap v35: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-12-06T20:49:09.044 INFO:teuthology.orchestra.run.smithi125.stdout: 5 52905 9.93 MB/sec execute 32 sec latency 139.482 ms 2023-12-06T20:49:10.045 INFO:teuthology.orchestra.run.smithi125.stdout: 5 53397 10.00 MB/sec execute 33 sec latency 97.813 ms 2023-12-06T20:49:10.192 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:09 smithi125 ceph-mon[107806]: pgmap v36: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-06T20:49:10.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:09 smithi167 ceph-mon[110458]: pgmap v36: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-06T20:49:11.051 INFO:teuthology.orchestra.run.smithi125.stdout: 5 53668 9.93 MB/sec execute 34 sec latency 128.605 ms 2023-12-06T20:49:11.987 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:11 smithi125 ceph-mon[107806]: pgmap v37: 97 pgs: 97 active+clean; 298 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 679 op/s 2023-12-06T20:49:12.059 INFO:teuthology.orchestra.run.smithi125.stdout: 5 54017 9.83 MB/sec execute 35 sec latency 141.760 ms 2023-12-06T20:49:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:11 smithi167 ceph-mon[110458]: pgmap v37: 97 pgs: 97 active+clean; 298 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 679 op/s 2023-12-06T20:49:13.059 INFO:teuthology.orchestra.run.smithi125.stdout: 5 54375 9.81 MB/sec execute 36 sec latency 123.793 ms 2023-12-06T20:49:14.044 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:13 smithi125 ceph-mon[107806]: pgmap v38: 97 pgs: 97 active+clean; 298 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-12-06T20:49:14.059 INFO:teuthology.orchestra.run.smithi125.stdout: 5 54681 9.83 MB/sec execute 37 sec latency 128.866 ms 2023-12-06T20:49:14.217 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:13 smithi167 ceph-mon[110458]: pgmap v38: 97 pgs: 97 active+clean; 298 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-12-06T20:49:15.066 INFO:teuthology.orchestra.run.smithi125.stdout: 5 55058 9.94 MB/sec execute 38 sec latency 129.318 ms 2023-12-06T20:49:16.066 INFO:teuthology.orchestra.run.smithi125.stdout: 5 55446 10.01 MB/sec execute 39 sec latency 144.461 ms 2023-12-06T20:49:16.075 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:15 smithi125 ceph-mon[107806]: pgmap v39: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 654 op/s 2023-12-06T20:49:16.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:15 smithi167 ceph-mon[110458]: pgmap v39: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 654 op/s 2023-12-06T20:49:17.066 INFO:teuthology.orchestra.run.smithi125.stdout: 5 55808 9.84 MB/sec execute 40 sec latency 138.653 ms 2023-12-06T20:49:18.067 INFO:teuthology.orchestra.run.smithi125.stdout: 5 56083 9.70 MB/sec execute 41 sec latency 123.812 ms 2023-12-06T20:49:18.116 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:17 smithi125 ceph-mon[107806]: pgmap v40: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T20:49:18.116 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:49:18.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:18 smithi167 ceph-mon[110458]: pgmap v40: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T20:49:18.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:18 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:49:19.067 INFO:teuthology.orchestra.run.smithi125.stdout: 5 56392 9.68 MB/sec execute 42 sec latency 132.383 ms 2023-12-06T20:49:19.143 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:19 smithi125 ceph-mon[107806]: pgmap v41: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T20:49:19.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:19 smithi167 ceph-mon[110458]: pgmap v41: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T20:49:20.069 INFO:teuthology.orchestra.run.smithi125.stdout: 5 56755 9.70 MB/sec execute 43 sec latency 126.616 ms 2023-12-06T20:49:21.071 INFO:teuthology.orchestra.run.smithi125.stdout: 5 57174 9.80 MB/sec execute 44 sec latency 126.750 ms 2023-12-06T20:49:21.677 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:21 smithi125 ceph-mon[107806]: pgmap v42: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.3 MiB/s wr, 633 op/s 2023-12-06T20:49:21.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:21 smithi167 ceph-mon[110458]: pgmap v42: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.3 MiB/s wr, 633 op/s 2023-12-06T20:49:22.071 INFO:teuthology.orchestra.run.smithi125.stdout: 5 57463 9.74 MB/sec execute 45 sec latency 127.040 ms 2023-12-06T20:49:23.071 INFO:teuthology.orchestra.run.smithi125.stdout: 5 57853 9.79 MB/sec execute 46 sec latency 131.138 ms 2023-12-06T20:49:23.728 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:23 smithi125 ceph-mon[107806]: pgmap v43: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-12-06T20:49:23.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:23 smithi167 ceph-mon[110458]: pgmap v43: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-12-06T20:49:24.071 INFO:teuthology.orchestra.run.smithi125.stdout: 5 58181 9.75 MB/sec execute 47 sec latency 129.464 ms 2023-12-06T20:49:25.071 INFO:teuthology.orchestra.run.smithi125.stdout: 5 58567 9.86 MB/sec execute 48 sec latency 146.326 ms 2023-12-06T20:49:25.759 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:25 smithi125 ceph-mon[107806]: pgmap v44: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 622 op/s 2023-12-06T20:49:25.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:25 smithi167 ceph-mon[110458]: pgmap v44: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 622 op/s 2023-12-06T20:49:26.072 INFO:teuthology.orchestra.run.smithi125.stdout: 5 58875 9.78 MB/sec execute 49 sec latency 149.084 ms 2023-12-06T20:49:27.072 INFO:teuthology.orchestra.run.smithi125.stdout: 5 59229 9.77 MB/sec execute 50 sec latency 159.616 ms 2023-12-06T20:49:27.802 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:27 smithi125 ceph-mon[107806]: pgmap v45: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-06T20:49:27.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:27 smithi167 ceph-mon[110458]: pgmap v45: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-06T20:49:28.075 INFO:teuthology.orchestra.run.smithi125.stdout: 5 59662 9.76 MB/sec execute 51 sec latency 129.557 ms 2023-12-06T20:49:29.075 INFO:teuthology.orchestra.run.smithi125.stdout: 5 60080 9.80 MB/sec execute 52 sec latency 112.707 ms 2023-12-06T20:49:29.602 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:29 smithi125 ceph-mon[107806]: pgmap v46: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-12-06T20:49:29.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:29 smithi167 ceph-mon[110458]: pgmap v46: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-12-06T20:49:30.075 INFO:teuthology.orchestra.run.smithi125.stdout: 5 60439 9.74 MB/sec execute 53 sec latency 173.660 ms 2023-12-06T20:49:31.075 INFO:teuthology.orchestra.run.smithi125.stdout: 5 60810 9.74 MB/sec execute 54 sec latency 146.836 ms 2023-12-06T20:49:31.631 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:31 smithi125 ceph-mon[107806]: pgmap v47: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 637 op/s 2023-12-06T20:49:31.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:31 smithi167 ceph-mon[110458]: pgmap v47: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 637 op/s 2023-12-06T20:49:32.075 INFO:teuthology.orchestra.run.smithi125.stdout: 5 61227 9.87 MB/sec execute 55 sec latency 134.267 ms 2023-12-06T20:49:32.667 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:49:32.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:49:33.075 INFO:teuthology.orchestra.run.smithi125.stdout: 5 61589 9.84 MB/sec execute 56 sec latency 140.985 ms 2023-12-06T20:49:33.693 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:33 smithi125 ceph-mon[107806]: pgmap v48: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 424 op/s 2023-12-06T20:49:33.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:33 smithi167 ceph-mon[110458]: pgmap v48: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 424 op/s 2023-12-06T20:49:34.077 INFO:teuthology.orchestra.run.smithi125.stdout: 5 61937 9.88 MB/sec execute 57 sec latency 130.635 ms 2023-12-06T20:49:34.718 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:34 smithi125 ceph-mon[107806]: mgrmap e28: smithi167.vqmncs(active, since 92s), standbys: smithi125.xmtrzp 2023-12-06T20:49:34.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:34 smithi167 ceph-mon[110458]: mgrmap e28: smithi167.vqmncs(active, since 92s), standbys: smithi125.xmtrzp 2023-12-06T20:49:35.079 INFO:teuthology.orchestra.run.smithi125.stdout: 5 62257 9.84 MB/sec execute 58 sec latency 105.336 ms 2023-12-06T20:49:35.731 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:35 smithi125 ceph-mon[107806]: pgmap v49: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 652 op/s 2023-12-06T20:49:35.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:35 smithi167 ceph-mon[110458]: pgmap v49: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 652 op/s 2023-12-06T20:49:36.087 INFO:teuthology.orchestra.run.smithi125.stdout: 5 62588 9.77 MB/sec execute 59 sec latency 114.916 ms 2023-12-06T20:49:36.630 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:49:37.087 INFO:teuthology.orchestra.run.smithi125.stdout: 5 62914 9.77 MB/sec execute 60 sec latency 134.256 ms 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 starting - - - - 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (7m) 85s ago 7m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (6m) 87s ago 6m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 starting - - - - 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (3m) 85s ago 3m 34.4M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (3m) 87s ago 3m 13.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (8m) 85s ago 8m 398M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (105s) 87s ago 6m 498M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (8m) 85s ago 8m 89.3M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (6m) 87s ago 6m 56.7M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (3m) 85s ago 3m 258M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:49:37.495 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (3m) 87s ago 3m 77.4M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 starting - - - - 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 starting - - - - 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (6m) 85s ago 6m 572M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (5m) 85s ago 5m 367M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (5m) 85s ago 5m 206M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (5m) 85s ago 5m 531M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (5m) 87s ago 5m 515M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (4m) 87s ago 4m 513M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (4m) 87s ago 4m 484M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (4m) 87s ago 4m 775M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:49:37.496 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 starting - - - - 2023-12-06T20:49:37.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:37 smithi125 ceph-mon[107806]: pgmap v50: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-12-06T20:49:37.783 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:37 smithi125 ceph-mon[107806]: from='client.24517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:37 smithi167 ceph-mon[110458]: pgmap v50: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-12-06T20:49:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:37 smithi167 ceph-mon[110458]: from='client.24517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:37.977 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:49:37.978 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:49:37.979 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T20:49:37.979 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:49:37.979 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:49:37.979 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:49:38.088 INFO:teuthology.orchestra.run.smithi125.stdout: 5 63213 9.73 MB/sec execute 61 sec latency 158.563 ms 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout: "is_paused": false 2023-12-06T20:49:38.394 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:49:38.794 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:38 smithi125 ceph-mon[107806]: from='client.24519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:38.795 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:38 smithi125 ceph-mon[107806]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:38.795 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:38 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3833433871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:49:38.932 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:49:39.092 INFO:teuthology.orchestra.run.smithi125.stdout: 5 63649 9.72 MB/sec execute 62 sec latency 131.177 ms 2023-12-06T20:49:39.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:38 smithi167 ceph-mon[110458]: from='client.24519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:39.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:38 smithi167 ceph-mon[110458]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:39.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:38 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3833433871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:49:39.810 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:39 smithi125 ceph-mon[107806]: pgmap v51: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.8 MiB/s wr, 455 op/s 2023-12-06T20:49:39.810 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:39 smithi125 ceph-mon[107806]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:39.810 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:39 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1342856579' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:49:40.093 INFO:teuthology.orchestra.run.smithi125.stdout: 5 63966 9.67 MB/sec execute 63 sec latency 129.551 ms 2023-12-06T20:49:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:39 smithi167 ceph-mon[110458]: pgmap v51: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.8 MiB/s wr, 455 op/s 2023-12-06T20:49:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:39 smithi167 ceph-mon[110458]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:49:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:39 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1342856579' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:49:41.093 INFO:teuthology.orchestra.run.smithi125.stdout: 5 64318 9.72 MB/sec execute 64 sec latency 91.241 ms 2023-12-06T20:49:41.866 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:41 smithi125 ceph-mon[107806]: pgmap v52: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 643 op/s 2023-12-06T20:49:42.096 INFO:teuthology.orchestra.run.smithi125.stdout: 5 64660 9.75 MB/sec execute 65 sec latency 143.229 ms 2023-12-06T20:49:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:41 smithi167 ceph-mon[110458]: pgmap v52: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 643 op/s 2023-12-06T20:49:43.100 INFO:teuthology.orchestra.run.smithi125.stdout: 5 65105 9.80 MB/sec execute 66 sec latency 127.799 ms 2023-12-06T20:49:43.910 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:43 smithi125 ceph-mon[107806]: pgmap v53: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-06T20:49:44.100 INFO:teuthology.orchestra.run.smithi125.stdout: 5 65413 9.79 MB/sec execute 67 sec latency 125.854 ms 2023-12-06T20:49:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:43 smithi167 ceph-mon[110458]: pgmap v53: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-06T20:49:45.100 INFO:teuthology.orchestra.run.smithi125.stdout: 5 65712 9.78 MB/sec execute 68 sec latency 138.876 ms 2023-12-06T20:49:45.942 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:45 smithi125 ceph-mon[107806]: pgmap v54: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 690 op/s 2023-12-06T20:49:46.100 INFO:teuthology.orchestra.run.smithi125.stdout: 5 66092 9.76 MB/sec execute 69 sec latency 117.407 ms 2023-12-06T20:49:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:45 smithi167 ceph-mon[110458]: pgmap v54: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 690 op/s 2023-12-06T20:49:47.100 INFO:teuthology.orchestra.run.smithi125.stdout: 5 66433 9.70 MB/sec execute 70 sec latency 129.924 ms 2023-12-06T20:49:47.984 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:47 smithi125 ceph-mon[107806]: pgmap v55: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 462 op/s 2023-12-06T20:49:47.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:49:48.100 INFO:teuthology.orchestra.run.smithi125.stdout: 5 66770 9.70 MB/sec execute 71 sec latency 142.147 ms 2023-12-06T20:49:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:47 smithi167 ceph-mon[110458]: pgmap v55: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 462 op/s 2023-12-06T20:49:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:49:49.108 INFO:teuthology.orchestra.run.smithi125.stdout: 5 67321 9.73 MB/sec execute 72 sec latency 136.911 ms 2023-12-06T20:49:50.014 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:49 smithi125 ceph-mon[107806]: pgmap v56: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.7 MiB/s wr, 497 op/s 2023-12-06T20:49:50.108 INFO:teuthology.orchestra.run.smithi125.stdout: 5 67757 9.75 MB/sec execute 73 sec latency 129.496 ms 2023-12-06T20:49:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:49 smithi167 ceph-mon[110458]: pgmap v56: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.7 MiB/s wr, 497 op/s 2023-12-06T20:49:51.108 INFO:teuthology.orchestra.run.smithi125.stdout: 5 68178 9.80 MB/sec execute 74 sec latency 192.017 ms 2023-12-06T20:49:51.795 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:51 smithi125 ceph-mon[107806]: pgmap v57: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 692 op/s 2023-12-06T20:49:52.108 INFO:teuthology.orchestra.run.smithi125.stdout: 5 68638 9.87 MB/sec execute 75 sec latency 150.192 ms 2023-12-06T20:49:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:51 smithi167 ceph-mon[110458]: pgmap v57: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 692 op/s 2023-12-06T20:49:53.108 INFO:teuthology.orchestra.run.smithi125.stdout: 5 68993 9.94 MB/sec execute 76 sec latency 207.468 ms 2023-12-06T20:49:53.823 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:53 smithi125 ceph-mon[107806]: pgmap v58: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 495 op/s 2023-12-06T20:49:54.108 INFO:teuthology.orchestra.run.smithi125.stdout: 5 69335 9.95 MB/sec execute 77 sec latency 125.259 ms 2023-12-06T20:49:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:53 smithi167 ceph-mon[110458]: pgmap v58: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 495 op/s 2023-12-06T20:49:55.108 INFO:teuthology.orchestra.run.smithi125.stdout: 5 69719 9.88 MB/sec execute 78 sec latency 127.466 ms 2023-12-06T20:49:55.854 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:55 smithi125 ceph-mon[107806]: pgmap v59: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 7.1 MiB/s wr, 748 op/s 2023-12-06T20:49:56.109 INFO:teuthology.orchestra.run.smithi125.stdout: 5 70110 9.86 MB/sec execute 79 sec latency 138.107 ms 2023-12-06T20:49:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:55 smithi167 ceph-mon[110458]: pgmap v59: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 7.1 MiB/s wr, 748 op/s 2023-12-06T20:49:57.109 INFO:teuthology.orchestra.run.smithi125.stdout: 5 70472 9.85 MB/sec execute 80 sec latency 127.176 ms 2023-12-06T20:49:57.890 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:57 smithi125 ceph-mon[107806]: pgmap v60: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-06T20:49:58.109 INFO:teuthology.orchestra.run.smithi125.stdout: 5 70884 9.81 MB/sec execute 81 sec latency 123.440 ms 2023-12-06T20:49:58.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:57 smithi167 ceph-mon[110458]: pgmap v60: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-06T20:49:59.109 INFO:teuthology.orchestra.run.smithi125.stdout: 5 71247 9.84 MB/sec execute 82 sec latency 132.516 ms 2023-12-06T20:50:00.017 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:49:59 smithi125 ceph-mon[107806]: pgmap v61: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-12-06T20:50:00.115 INFO:teuthology.orchestra.run.smithi125.stdout: 5 71585 9.87 MB/sec execute 83 sec latency 129.654 ms 2023-12-06T20:50:00.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:49:59 smithi167 ceph-mon[110458]: pgmap v61: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-12-06T20:50:01.054 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:00 smithi125 ceph-mon[107806]: overall HEALTH_OK 2023-12-06T20:50:01.115 INFO:teuthology.orchestra.run.smithi125.stdout: 5 71910 9.87 MB/sec execute 84 sec latency 129.632 ms 2023-12-06T20:50:01.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:00 smithi167 ceph-mon[110458]: overall HEALTH_OK 2023-12-06T20:50:02.068 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:01 smithi125 ceph-mon[107806]: pgmap v62: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 687 op/s 2023-12-06T20:50:02.115 INFO:teuthology.orchestra.run.smithi125.stdout: 5 72304 9.89 MB/sec execute 85 sec latency 129.842 ms 2023-12-06T20:50:02.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:01 smithi167 ceph-mon[110458]: pgmap v62: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 687 op/s 2023-12-06T20:50:03.106 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:02 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:50:03.115 INFO:teuthology.orchestra.run.smithi125.stdout: 5 72550 9.86 MB/sec execute 86 sec latency 142.474 ms 2023-12-06T20:50:03.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:02 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:50:03.885 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:03 smithi125 ceph-mon[107806]: pgmap v63: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 484 op/s 2023-12-06T20:50:04.115 INFO:teuthology.orchestra.run.smithi125.stdout: 5 72884 9.85 MB/sec execute 87 sec latency 143.343 ms 2023-12-06T20:50:04.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:03 smithi167 ceph-mon[110458]: pgmap v63: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 484 op/s 2023-12-06T20:50:05.115 INFO:teuthology.orchestra.run.smithi125.stdout: 5 73223 9.84 MB/sec execute 88 sec latency 123.748 ms 2023-12-06T20:50:05.934 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:05 smithi125 ceph-mon[107806]: pgmap v64: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.1 MiB/s wr, 679 op/s 2023-12-06T20:50:06.115 INFO:teuthology.orchestra.run.smithi125.stdout: 5 73589 9.81 MB/sec execute 89 sec latency 126.335 ms 2023-12-06T20:50:06.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:05 smithi167 ceph-mon[110458]: pgmap v64: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.1 MiB/s wr, 679 op/s 2023-12-06T20:50:07.115 INFO:teuthology.orchestra.run.smithi125.stdout: 5 73900 9.77 MB/sec execute 90 sec latency 102.495 ms 2023-12-06T20:50:07.988 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:07 smithi125 ceph-mon[107806]: pgmap v65: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-06T20:50:08.126 INFO:teuthology.orchestra.run.smithi125.stdout: 5 74303 9.78 MB/sec execute 91 sec latency 128.386 ms 2023-12-06T20:50:08.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:07 smithi167 ceph-mon[110458]: pgmap v65: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-06T20:50:09.126 INFO:teuthology.orchestra.run.smithi125.stdout: 5 74665 9.76 MB/sec execute 92 sec latency 129.572 ms 2023-12-06T20:50:09.407 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:50:10.050 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:09 smithi125 ceph-mon[107806]: pgmap v66: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.4 MiB/s wr, 555 op/s 2023-12-06T20:50:10.126 INFO:teuthology.orchestra.run.smithi125.stdout: 5 75024 9.77 MB/sec execute 93 sec latency 139.688 ms 2023-12-06T20:50:10.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:09 smithi167 ceph-mon[110458]: pgmap v66: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.4 MiB/s wr, 555 op/s 2023-12-06T20:50:10.341 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:50:10.341 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 starting - - - - 2023-12-06T20:50:10.341 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (7m) 118s ago 7m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (7m) 2m ago 7m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 starting - - - - 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (3m) 118s ago 3m 34.4M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (3m) 2m ago 3m 13.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (8m) 118s ago 8m 398M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (2m) 2m ago 7m 498M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (8m) 118s ago 8m 89.3M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (7m) 2m ago 7m 56.7M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (3m) 118s ago 3m 258M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (3m) 2m ago 3m 77.4M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:50:10.342 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 starting - - - - 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 starting - - - - 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (6m) 118s ago 6m 572M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (6m) 118s ago 6m 367M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (6m) 118s ago 6m 206M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (5m) 118s ago 5m 531M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (5m) 2m ago 5m 515M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (5m) 2m ago 5m 513M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (5m) 2m ago 5m 484M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (4m) 2m ago 4m 775M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:50:10.343 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 starting - - - - 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:50:10.859 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:50:10.860 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:50:10.860 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:50:10.860 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T20:50:10.860 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:50:10.860 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:50:10.860 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:50:11.066 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:10 smithi125 ceph-mon[107806]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:11.066 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:10 smithi125 ceph-mon[107806]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:11.066 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:10 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2428114112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:50:11.126 INFO:teuthology.orchestra.run.smithi125.stdout: 5 75377 9.77 MB/sec execute 94 sec latency 129.653 ms 2023-12-06T20:50:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:10 smithi167 ceph-mon[110458]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:10 smithi167 ceph-mon[110458]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:10 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2428114112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:50:11.322 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:50:11.322 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:50:11.322 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:50:11.322 INFO:teuthology.orchestra.run.smithi125.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T20:50:11.322 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:50:11.322 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T20:50:11.322 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T20:50:11.322 INFO:teuthology.orchestra.run.smithi125.stdout: "is_paused": false 2023-12-06T20:50:11.323 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:50:11.842 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:50:12.092 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:11 smithi125 ceph-mon[107806]: pgmap v67: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.6 MiB/s wr, 575 op/s 2023-12-06T20:50:12.092 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:11 smithi125 ceph-mon[107806]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:12.092 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:11 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/662733899' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:50:12.126 INFO:teuthology.orchestra.run.smithi125.stdout: 5 75764 9.81 MB/sec execute 95 sec latency 129.578 ms 2023-12-06T20:50:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:11 smithi167 ceph-mon[110458]: pgmap v67: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.6 MiB/s wr, 575 op/s 2023-12-06T20:50:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:11 smithi167 ceph-mon[110458]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:11 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/662733899' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:50:13.121 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:12 smithi125 ceph-mon[107806]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:13.129 INFO:teuthology.orchestra.run.smithi125.stdout: 5 76107 9.83 MB/sec execute 96 sec latency 138.440 ms 2023-12-06T20:50:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:12 smithi167 ceph-mon[110458]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:13.994 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:13 smithi125 ceph-mon[107806]: pgmap v68: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-06T20:50:14.129 INFO:teuthology.orchestra.run.smithi125.stdout: 5 76448 9.84 MB/sec execute 97 sec latency 123.782 ms 2023-12-06T20:50:14.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:13 smithi167 ceph-mon[110458]: pgmap v68: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-06T20:50:15.129 INFO:teuthology.orchestra.run.smithi125.stdout: 5 76743 9.80 MB/sec execute 98 sec latency 122.949 ms 2023-12-06T20:50:15.953 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:15 smithi125 ceph-mon[107806]: pgmap v69: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2023-12-06T20:50:16.129 INFO:teuthology.orchestra.run.smithi125.stdout: 5 77004 9.74 MB/sec execute 99 sec latency 145.665 ms 2023-12-06T20:50:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:15 smithi167 ceph-mon[110458]: pgmap v69: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2023-12-06T20:50:17.130 INFO:teuthology.orchestra.run.smithi125.stdout: 5 77288 9.72 MB/sec execute 100 sec latency 125.468 ms 2023-12-06T20:50:17.974 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:17 smithi125 ceph-mon[107806]: pgmap v70: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-12-06T20:50:17.974 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:50:18.130 INFO:teuthology.orchestra.run.smithi125.stdout: 5 77681 9.70 MB/sec execute 101 sec latency 189.060 ms 2023-12-06T20:50:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:17 smithi167 ceph-mon[110458]: pgmap v70: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-12-06T20:50:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:50:19.130 INFO:teuthology.orchestra.run.smithi125.stdout: 5 78057 9.68 MB/sec execute 102 sec latency 140.069 ms 2023-12-06T20:50:20.037 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:19 smithi125 ceph-mon[107806]: pgmap v71: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 529 op/s 2023-12-06T20:50:20.130 INFO:teuthology.orchestra.run.smithi125.stdout: 5 78391 9.68 MB/sec execute 103 sec latency 126.542 ms 2023-12-06T20:50:20.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:19 smithi167 ceph-mon[110458]: pgmap v71: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 529 op/s 2023-12-06T20:50:21.133 INFO:teuthology.orchestra.run.smithi125.stdout: 5 78784 9.73 MB/sec execute 104 sec latency 129.855 ms 2023-12-06T20:50:22.089 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:21 smithi125 ceph-mon[107806]: pgmap v72: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-06T20:50:22.133 INFO:teuthology.orchestra.run.smithi125.stdout: 5 79243 9.77 MB/sec execute 105 sec latency 127.922 ms 2023-12-06T20:50:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:21 smithi167 ceph-mon[110458]: pgmap v72: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-06T20:50:23.133 INFO:teuthology.orchestra.run.smithi125.stdout: 5 79599 9.80 MB/sec execute 106 sec latency 132.710 ms 2023-12-06T20:50:24.122 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:23 smithi125 ceph-mon[107806]: pgmap v73: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-06T20:50:24.133 INFO:teuthology.orchestra.run.smithi125.stdout: 5 79971 9.81 MB/sec execute 107 sec latency 94.548 ms 2023-12-06T20:50:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:23 smithi167 ceph-mon[110458]: pgmap v73: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-06T20:50:25.134 INFO:teuthology.orchestra.run.smithi125.stdout: 5 80358 9.78 MB/sec execute 108 sec latency 106.608 ms 2023-12-06T20:50:26.134 INFO:teuthology.orchestra.run.smithi125.stdout: 5 80622 9.73 MB/sec execute 109 sec latency 146.234 ms 2023-12-06T20:50:26.165 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:25 smithi125 ceph-mon[107806]: pgmap v74: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.7 MiB/s wr, 624 op/s 2023-12-06T20:50:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:25 smithi167 ceph-mon[110458]: pgmap v74: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.7 MiB/s wr, 624 op/s 2023-12-06T20:50:27.135 INFO:teuthology.orchestra.run.smithi125.stdout: 5 80903 9.73 MB/sec execute 110 sec latency 144.004 ms 2023-12-06T20:50:28.134 INFO:teuthology.orchestra.run.smithi125.stdout: 5 81291 9.69 MB/sec execute 111 sec latency 112.276 ms 2023-12-06T20:50:28.197 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:27 smithi125 ceph-mon[107806]: pgmap v75: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-06T20:50:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:27 smithi167 ceph-mon[110458]: pgmap v75: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-06T20:50:29.141 INFO:teuthology.orchestra.run.smithi125.stdout: 5 81709 9.68 MB/sec execute 112 sec latency 123.598 ms 2023-12-06T20:50:29.991 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:29 smithi125 ceph-mon[107806]: pgmap v76: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2023-12-06T20:50:30.141 INFO:teuthology.orchestra.run.smithi125.stdout: 5 82003 9.70 MB/sec execute 113 sec latency 138.333 ms 2023-12-06T20:50:30.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:29 smithi167 ceph-mon[110458]: pgmap v76: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2023-12-06T20:50:31.142 INFO:teuthology.orchestra.run.smithi125.stdout: 5 82392 9.76 MB/sec execute 114 sec latency 135.390 ms 2023-12-06T20:50:32.021 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:31 smithi125 ceph-mon[107806]: pgmap v77: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-06T20:50:32.143 INFO:teuthology.orchestra.run.smithi125.stdout: 5 82771 9.76 MB/sec execute 115 sec latency 198.492 ms 2023-12-06T20:50:32.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:31 smithi167 ceph-mon[110458]: pgmap v77: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-06T20:50:33.035 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:50:33.143 INFO:teuthology.orchestra.run.smithi125.stdout: 5 83110 9.77 MB/sec execute 116 sec latency 105.890 ms 2023-12-06T20:50:33.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:50:34.057 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:33 smithi125 ceph-mon[107806]: pgmap v78: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-12-06T20:50:34.152 INFO:teuthology.orchestra.run.smithi125.stdout: 5 83410 9.74 MB/sec execute 117 sec latency 134.558 ms 2023-12-06T20:50:34.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:34 smithi167 ceph-mon[110458]: pgmap v78: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-12-06T20:50:35.152 INFO:teuthology.orchestra.run.smithi125.stdout: 5 83771 9.73 MB/sec execute 118 sec latency 102.256 ms 2023-12-06T20:50:35.827 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:35 smithi125 ceph-mon[107806]: pgmap v79: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.8 MiB/s wr, 642 op/s 2023-12-06T20:50:35.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:35 smithi167 ceph-mon[110458]: pgmap v79: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.8 MiB/s wr, 642 op/s 2023-12-06T20:50:36.152 INFO:teuthology.orchestra.run.smithi125.stdout: 5 84087 9.71 MB/sec execute 119 sec latency 132.913 ms 2023-12-06T20:50:37.154 INFO:teuthology.orchestra.run.smithi125.stdout: 5 84434 9.70 MB/sec execute 120 sec latency 117.582 ms 2023-12-06T20:50:37.861 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:37 smithi125 ceph-mon[107806]: pgmap v80: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-12-06T20:50:37.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:37 smithi167 ceph-mon[110458]: pgmap v80: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-12-06T20:50:38.154 INFO:teuthology.orchestra.run.smithi125.stdout: 5 84830 9.67 MB/sec execute 121 sec latency 129.521 ms 2023-12-06T20:50:39.154 INFO:teuthology.orchestra.run.smithi125.stdout: 5 85165 9.67 MB/sec execute 122 sec latency 126.300 ms 2023-12-06T20:50:39.641 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:39 smithi125 ceph-mon[107806]: pgmap v81: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.2 MiB/s wr, 536 op/s 2023-12-06T20:50:39.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:39 smithi167 ceph-mon[110458]: pgmap v81: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.2 MiB/s wr, 536 op/s 2023-12-06T20:50:40.154 INFO:teuthology.orchestra.run.smithi125.stdout: 5 85541 9.69 MB/sec execute 123 sec latency 129.831 ms 2023-12-06T20:50:41.154 INFO:teuthology.orchestra.run.smithi125.stdout: 5 85911 9.71 MB/sec execute 124 sec latency 140.707 ms 2023-12-06T20:50:41.674 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:41 smithi125 ceph-mon[107806]: pgmap v82: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-12-06T20:50:41.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:41 smithi167 ceph-mon[110458]: pgmap v82: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-12-06T20:50:42.155 INFO:teuthology.orchestra.run.smithi125.stdout: 5 86298 9.75 MB/sec execute 125 sec latency 208.328 ms 2023-12-06T20:50:42.370 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:50:43.155 INFO:teuthology.orchestra.run.smithi125.stdout: 5 86520 9.73 MB/sec execute 126 sec latency 128.796 ms 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 starting - - - - 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (8m) 2m ago 8m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (7m) 2m ago 7m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 starting - - - - 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (4m) 2m ago 4m 34.4M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (4m) 2m ago 4m 13.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (9m) 2m ago 9m 398M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (2m) 2m ago 7m 498M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (9m) 2m ago 9m 89.3M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (7m) 2m ago 7m 56.7M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (4m) 2m ago 4m 258M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:50:43.286 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (4m) 2m ago 4m 77.4M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 starting - - - - 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 starting - - - - 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (7m) 2m ago 7m 572M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (6m) 2m ago 6m 367M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (6m) 2m ago 6m 206M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (6m) 2m ago 6m 531M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (6m) 2m ago 6m 515M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (5m) 2m ago 5m 513M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (5m) 2m ago 5m 484M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (5m) 2m ago 5m 775M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:50:43.287 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 starting - - - - 2023-12-06T20:50:43.726 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:43 smithi125 ceph-mon[107806]: pgmap v83: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-12-06T20:50:43.726 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:43 smithi125 ceph-mon[107806]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:43.726 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:43 smithi125 ceph-mon[107806]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:43.845 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:50:43.845 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:50:43.845 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:50:43.845 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:50:43.846 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:50:43.847 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:50:43.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:43 smithi167 ceph-mon[110458]: pgmap v83: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-12-06T20:50:43.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:43 smithi167 ceph-mon[110458]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:43.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:43 smithi167 ceph-mon[110458]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:44.164 INFO:teuthology.orchestra.run.smithi125.stdout: 5 86808 9.71 MB/sec execute 127 sec latency 130.348 ms 2023-12-06T20:50:44.332 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:50:44.332 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:50:44.333 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:50:44.333 INFO:teuthology.orchestra.run.smithi125.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T20:50:44.333 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:50:44.333 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T20:50:44.333 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T20:50:44.333 INFO:teuthology.orchestra.run.smithi125.stdout: "is_paused": false 2023-12-06T20:50:44.333 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:50:44.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:44 smithi125 ceph-mon[107806]: from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:44.732 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:44 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3603187784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:50:44.863 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:50:44.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:44 smithi167 ceph-mon[110458]: from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:44.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:44 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3603187784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:50:45.165 INFO:teuthology.orchestra.run.smithi125.stdout: 5 87071 9.67 MB/sec execute 128 sec latency 125.965 ms 2023-12-06T20:50:45.753 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:45 smithi125 ceph-mon[107806]: pgmap v84: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.7 MiB/s wr, 622 op/s 2023-12-06T20:50:45.753 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:45 smithi125 ceph-mon[107806]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:45.754 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:45 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2254669000' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:50:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:45 smithi167 ceph-mon[110458]: pgmap v84: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.7 MiB/s wr, 622 op/s 2023-12-06T20:50:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:45 smithi167 ceph-mon[110458]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:50:45.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:45 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2254669000' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:50:46.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 87330 9.65 MB/sec execute 129 sec latency 121.989 ms 2023-12-06T20:50:47.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 87608 9.63 MB/sec execute 130 sec latency 120.880 ms 2023-12-06T20:50:47.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:47 smithi125 ceph-mon[107806]: pgmap v85: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-12-06T20:50:47.773 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:50:47.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:47 smithi167 ceph-mon[110458]: pgmap v85: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-12-06T20:50:47.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:50:48.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 87947 9.62 MB/sec execute 131 sec latency 201.163 ms 2023-12-06T20:50:49.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 88324 9.58 MB/sec execute 132 sec latency 118.045 ms 2023-12-06T20:50:49.851 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:49 smithi125 ceph-mon[107806]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-12-06T20:50:49.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:49 smithi167 ceph-mon[110458]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-12-06T20:50:50.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 88661 9.57 MB/sec execute 133 sec latency 120.796 ms 2023-12-06T20:50:51.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 88963 9.55 MB/sec execute 134 sec latency 134.906 ms 2023-12-06T20:50:51.921 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:51 smithi125 ceph-mon[107806]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.1 MiB/s wr, 478 op/s 2023-12-06T20:50:51.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:51 smithi167 ceph-mon[110458]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.1 MiB/s wr, 478 op/s 2023-12-06T20:50:52.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 89305 9.60 MB/sec execute 135 sec latency 131.730 ms 2023-12-06T20:50:53.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 89660 9.60 MB/sec execute 136 sec latency 153.460 ms 2023-12-06T20:50:53.761 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:53 smithi125 ceph-mon[107806]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 379 op/s 2023-12-06T20:50:53.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:53 smithi167 ceph-mon[110458]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 379 op/s 2023-12-06T20:50:54.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 90007 9.62 MB/sec execute 137 sec latency 210.478 ms 2023-12-06T20:50:55.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 90245 9.60 MB/sec execute 138 sec latency 129.438 ms 2023-12-06T20:50:55.823 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:55 smithi125 ceph-mon[107806]: pgmap v89: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 578 op/s 2023-12-06T20:50:55.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:55 smithi167 ceph-mon[110458]: pgmap v89: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 578 op/s 2023-12-06T20:50:56.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 90480 9.59 MB/sec execute 139 sec latency 207.351 ms 2023-12-06T20:50:57.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 90786 9.58 MB/sec execute 140 sec latency 128.271 ms 2023-12-06T20:50:57.842 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:57 smithi125 ceph-mon[107806]: pgmap v90: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-06T20:50:57.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:57 smithi167 ceph-mon[110458]: pgmap v90: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-06T20:50:58.166 INFO:teuthology.orchestra.run.smithi125.stdout: 5 91136 9.54 MB/sec execute 141 sec latency 131.513 ms 2023-12-06T20:50:59.167 INFO:teuthology.orchestra.run.smithi125.stdout: 5 91357 9.50 MB/sec execute 142 sec latency 150.976 ms 2023-12-06T20:50:59.896 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:50:59 smithi125 ceph-mon[107806]: pgmap v91: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.8 MiB/s wr, 524 op/s 2023-12-06T20:50:59.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:50:59 smithi167 ceph-mon[110458]: pgmap v91: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.8 MiB/s wr, 524 op/s 2023-12-06T20:51:00.176 INFO:teuthology.orchestra.run.smithi125.stdout: 5 91707 9.52 MB/sec execute 143 sec latency 129.694 ms 2023-12-06T20:51:01.176 INFO:teuthology.orchestra.run.smithi125.stdout: 5 92077 9.51 MB/sec execute 144 sec latency 126.707 ms 2023-12-06T20:51:01.922 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:01 smithi125 ceph-mon[107806]: pgmap v92: 97 pgs: 97 active+clean; 356 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 470 op/s 2023-12-06T20:51:01.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:01 smithi167 ceph-mon[110458]: pgmap v92: 97 pgs: 97 active+clean; 356 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 470 op/s 2023-12-06T20:51:02.180 INFO:teuthology.orchestra.run.smithi125.stdout: 5 92418 9.50 MB/sec execute 145 sec latency 138.538 ms 2023-12-06T20:51:02.939 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:02 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:51:03.180 INFO:teuthology.orchestra.run.smithi125.stdout: 5 92757 9.50 MB/sec execute 146 sec latency 119.992 ms 2023-12-06T20:51:03.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:02 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:51:03.959 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:03 smithi125 ceph-mon[107806]: pgmap v93: 97 pgs: 97 active+clean; 356 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-06T20:51:04.190 INFO:teuthology.orchestra.run.smithi125.stdout: 5 93055 9.49 MB/sec execute 147 sec latency 139.160 ms 2023-12-06T20:51:04.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:03 smithi167 ceph-mon[110458]: pgmap v93: 97 pgs: 97 active+clean; 356 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-06T20:51:05.190 INFO:teuthology.orchestra.run.smithi125.stdout: 5 93438 9.51 MB/sec execute 148 sec latency 131.252 ms 2023-12-06T20:51:05.994 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:05 smithi125 ceph-mon[107806]: pgmap v94: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 576 op/s 2023-12-06T20:51:06.190 INFO:teuthology.orchestra.run.smithi125.stdout: 5 93748 9.52 MB/sec execute 149 sec latency 131.566 ms 2023-12-06T20:51:06.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:05 smithi167 ceph-mon[110458]: pgmap v94: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 576 op/s 2023-12-06T20:51:07.190 INFO:teuthology.orchestra.run.smithi125.stdout: 5 94053 9.54 MB/sec execute 150 sec latency 133.934 ms 2023-12-06T20:51:07.789 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:07 smithi125 ceph-mon[107806]: pgmap v95: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-06T20:51:08.190 INFO:teuthology.orchestra.run.smithi125.stdout: 5 94304 9.51 MB/sec execute 151 sec latency 129.492 ms 2023-12-06T20:51:08.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:07 smithi167 ceph-mon[110458]: pgmap v95: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-06T20:51:09.190 INFO:teuthology.orchestra.run.smithi125.stdout: 5 94635 9.47 MB/sec execute 152 sec latency 131.686 ms 2023-12-06T20:51:09.823 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:09 smithi125 ceph-mon[107806]: pgmap v96: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 424 op/s 2023-12-06T20:51:10.191 INFO:teuthology.orchestra.run.smithi125.stdout: 5 94867 9.44 MB/sec execute 153 sec latency 133.092 ms 2023-12-06T20:51:10.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:09 smithi167 ceph-mon[110458]: pgmap v96: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 424 op/s 2023-12-06T20:51:11.191 INFO:teuthology.orchestra.run.smithi125.stdout: 5 95129 9.42 MB/sec execute 154 sec latency 156.247 ms 2023-12-06T20:51:11.852 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:11 smithi125 ceph-mon[107806]: pgmap v97: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.8 MiB/s wr, 410 op/s 2023-12-06T20:51:12.192 INFO:teuthology.orchestra.run.smithi125.stdout: 5 95451 9.43 MB/sec execute 155 sec latency 135.412 ms 2023-12-06T20:51:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:11 smithi167 ceph-mon[110458]: pgmap v97: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.8 MiB/s wr, 410 op/s 2023-12-06T20:51:13.191 INFO:teuthology.orchestra.run.smithi125.stdout: 5 95828 9.42 MB/sec execute 156 sec latency 127.167 ms 2023-12-06T20:51:13.899 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:13 smithi125 ceph-mon[107806]: pgmap v98: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-06T20:51:14.191 INFO:teuthology.orchestra.run.smithi125.stdout: 5 96090 9.40 MB/sec execute 157 sec latency 126.087 ms 2023-12-06T20:51:14.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:13 smithi167 ceph-mon[110458]: pgmap v98: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-06T20:51:15.192 INFO:teuthology.orchestra.run.smithi125.stdout: 5 96306 9.38 MB/sec execute 158 sec latency 149.978 ms 2023-12-06T20:51:15.319 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:51:15.951 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:15 smithi125 ceph-mon[107806]: pgmap v99: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 565 op/s 2023-12-06T20:51:16.191 INFO:teuthology.orchestra.run.smithi125.stdout: 5 96563 9.37 MB/sec execute 159 sec latency 123.828 ms 2023-12-06T20:51:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:15 smithi167 ceph-mon[110458]: pgmap v99: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 565 op/s 2023-12-06T20:51:16.224 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:51:16.224 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 starting - - - - 2023-12-06T20:51:16.224 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (8m) 3m ago 8m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:51:16.224 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (8m) 3m ago 8m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:51:16.224 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 starting - - - - 2023-12-06T20:51:16.224 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (5m) 3m ago 5m 34.4M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:51:16.224 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (4m) 3m ago 4m 13.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (9m) 3m ago 9m 398M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (3m) 3m ago 8m 498M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (9m) 3m ago 9m 89.3M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (8m) 3m ago 8m 56.7M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (4m) 3m ago 4m 258M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (4m) 3m ago 4m 77.4M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 starting - - - - 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 starting - - - - 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (7m) 3m ago 7m 572M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (7m) 3m ago 7m 367M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (7m) 3m ago 7m 206M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (6m) 3m ago 6m 531M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (6m) 3m ago 6m 515M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:51:16.225 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (6m) 3m ago 6m 513M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:51:16.226 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (6m) 3m ago 6m 484M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:51:16.226 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (5m) 3m ago 5m 775M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:51:16.226 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 starting - - - - 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:51:16.799 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:51:16.800 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:51:16.800 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:51:16.800 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:51:16.800 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T20:51:16.800 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:51:16.800 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:51:16.800 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:51:16.975 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:16 smithi125 ceph-mon[107806]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:16.975 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:16 smithi125 ceph-mon[107806]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:17.209 INFO:teuthology.orchestra.run.smithi125.stdout: 5 96885 9.37 MB/sec execute 160 sec latency 123.789 ms 2023-12-06T20:51:17.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:16 smithi167 ceph-mon[110458]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:17.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:16 smithi167 ceph-mon[110458]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:17.261 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:51:17.261 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:51:17.262 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:51:17.262 INFO:teuthology.orchestra.run.smithi125.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T20:51:17.262 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:51:17.262 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T20:51:17.262 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T20:51:17.262 INFO:teuthology.orchestra.run.smithi125.stdout: "is_paused": false 2023-12-06T20:51:17.262 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:51:17.844 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:51:17.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:17 smithi125 ceph-mon[107806]: pgmap v100: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-06T20:51:17.994 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:17 smithi125 ceph-mon[107806]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:17.994 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:17 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1913240593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:51:17.994 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:51:18.199 INFO:teuthology.orchestra.run.smithi125.stdout: 5 97168 9.38 MB/sec execute 161 sec latency 152.475 ms 2023-12-06T20:51:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:17 smithi167 ceph-mon[110458]: pgmap v100: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-06T20:51:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:17 smithi167 ceph-mon[110458]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:17 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1913240593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:51:18.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:51:19.042 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:18 smithi125 ceph-mon[107806]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:19.042 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:18 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/290513124' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:51:19.202 INFO:teuthology.orchestra.run.smithi125.stdout: 5 97426 9.37 MB/sec execute 162 sec latency 127.258 ms 2023-12-06T20:51:19.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:18 smithi167 ceph-mon[110458]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:19.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:18 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/290513124' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:51:19.820 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:19 smithi125 ceph-mon[107806]: pgmap v101: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-12-06T20:51:20.210 INFO:teuthology.orchestra.run.smithi125.stdout: 5 97664 9.36 MB/sec execute 163 sec latency 125.392 ms 2023-12-06T20:51:20.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:19 smithi167 ceph-mon[110458]: pgmap v101: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-12-06T20:51:21.210 INFO:teuthology.orchestra.run.smithi125.stdout: 5 97940 9.33 MB/sec execute 164 sec latency 146.531 ms 2023-12-06T20:51:21.875 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:21 smithi125 ceph-mon[107806]: pgmap v102: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 477 op/s 2023-12-06T20:51:22.210 INFO:teuthology.orchestra.run.smithi125.stdout: 5 98236 9.31 MB/sec execute 165 sec latency 126.790 ms 2023-12-06T20:51:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:21 smithi167 ceph-mon[110458]: pgmap v102: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 477 op/s 2023-12-06T20:51:23.210 INFO:teuthology.orchestra.run.smithi125.stdout: 5 98425 9.28 MB/sec execute 166 sec latency 120.645 ms 2023-12-06T20:51:23.923 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:23 smithi125 ceph-mon[107806]: pgmap v103: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-06T20:51:24.211 INFO:teuthology.orchestra.run.smithi125.stdout: 5 98812 9.32 MB/sec execute 167 sec latency 143.020 ms 2023-12-06T20:51:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:23 smithi167 ceph-mon[110458]: pgmap v103: 97 pgs: 97 active+clean; 353 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-06T20:51:25.211 INFO:teuthology.orchestra.run.smithi125.stdout: 5 99161 9.30 MB/sec execute 168 sec latency 136.070 ms 2023-12-06T20:51:25.990 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:25 smithi125 ceph-mon[107806]: pgmap v104: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-12-06T20:51:26.211 INFO:teuthology.orchestra.run.smithi125.stdout: 5 99504 9.27 MB/sec execute 169 sec latency 120.041 ms 2023-12-06T20:51:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:25 smithi167 ceph-mon[110458]: pgmap v104: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-12-06T20:51:27.219 INFO:teuthology.orchestra.run.smithi125.stdout: 5 99769 9.25 MB/sec execute 170 sec latency 134.360 ms 2023-12-06T20:51:28.043 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:27 smithi125 ceph-mon[107806]: pgmap v105: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 322 op/s 2023-12-06T20:51:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:27 smithi167 ceph-mon[110458]: pgmap v105: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 322 op/s 2023-12-06T20:51:28.219 INFO:teuthology.orchestra.run.smithi125.stdout: 5 100139 9.27 MB/sec execute 171 sec latency 126.003 ms 2023-12-06T20:51:29.219 INFO:teuthology.orchestra.run.smithi125.stdout: 5 100520 9.28 MB/sec execute 172 sec latency 126.399 ms 2023-12-06T20:51:30.085 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:29 smithi125 ceph-mon[107806]: pgmap v106: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.0 MiB/s wr, 356 op/s 2023-12-06T20:51:30.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:29 smithi167 ceph-mon[110458]: pgmap v106: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.0 MiB/s wr, 356 op/s 2023-12-06T20:51:30.220 INFO:teuthology.orchestra.run.smithi125.stdout: 5 100861 9.32 MB/sec execute 173 sec latency 147.127 ms 2023-12-06T20:51:31.222 INFO:teuthology.orchestra.run.smithi125.stdout: 5 101081 9.29 MB/sec execute 174 sec latency 154.780 ms 2023-12-06T20:51:31.889 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:31 smithi125 ceph-mon[107806]: pgmap v107: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 430 op/s 2023-12-06T20:51:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:31 smithi167 ceph-mon[110458]: pgmap v107: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 430 op/s 2023-12-06T20:51:32.231 INFO:teuthology.orchestra.run.smithi125.stdout: 5 101386 9.28 MB/sec execute 175 sec latency 121.039 ms 2023-12-06T20:51:32.903 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:51:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:51:33.230 INFO:teuthology.orchestra.run.smithi125.stdout: 5 101684 9.26 MB/sec execute 176 sec latency 105.203 ms 2023-12-06T20:51:33.921 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:33 smithi125 ceph-mon[107806]: pgmap v108: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 362 op/s 2023-12-06T20:51:34.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:33 smithi167 ceph-mon[110458]: pgmap v108: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 362 op/s 2023-12-06T20:51:34.232 INFO:teuthology.orchestra.run.smithi125.stdout: 5 101935 9.24 MB/sec execute 177 sec latency 129.338 ms 2023-12-06T20:51:35.235 INFO:teuthology.orchestra.run.smithi125.stdout: 5 102314 9.26 MB/sec execute 178 sec latency 144.492 ms 2023-12-06T20:51:35.950 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:35 smithi125 ceph-mon[107806]: pgmap v109: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 539 op/s 2023-12-06T20:51:36.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:35 smithi167 ceph-mon[110458]: pgmap v109: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 539 op/s 2023-12-06T20:51:36.236 INFO:teuthology.orchestra.run.smithi125.stdout: 5 102737 9.26 MB/sec execute 179 sec latency 126.565 ms 2023-12-06T20:51:37.237 INFO:teuthology.orchestra.run.smithi125.stdout: 5 103132 9.24 MB/sec execute 180 sec latency 126.474 ms 2023-12-06T20:51:38.041 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:37 smithi125 ceph-mon[107806]: pgmap v110: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-06T20:51:38.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:37 smithi167 ceph-mon[110458]: pgmap v110: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-06T20:51:38.236 INFO:teuthology.orchestra.run.smithi125.stdout: 5 103396 9.23 MB/sec execute 181 sec latency 128.924 ms 2023-12-06T20:51:39.237 INFO:teuthology.orchestra.run.smithi125.stdout: 5 103772 9.25 MB/sec execute 182 sec latency 170.795 ms 2023-12-06T20:51:40.094 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:39 smithi125 ceph-mon[107806]: pgmap v111: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-12-06T20:51:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:39 smithi167 ceph-mon[110458]: pgmap v111: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-12-06T20:51:40.237 INFO:teuthology.orchestra.run.smithi125.stdout: 5 104269 9.30 MB/sec execute 183 sec latency 198.624 ms 2023-12-06T20:51:41.238 INFO:teuthology.orchestra.run.smithi125.stdout: 5 104552 9.28 MB/sec execute 184 sec latency 127.929 ms 2023-12-06T20:51:42.133 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:41 smithi125 ceph-mon[107806]: pgmap v112: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 556 op/s 2023-12-06T20:51:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:41 smithi167 ceph-mon[110458]: pgmap v112: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 556 op/s 2023-12-06T20:51:42.238 INFO:teuthology.orchestra.run.smithi125.stdout: 5 104868 9.29 MB/sec execute 185 sec latency 117.929 ms 2023-12-06T20:51:43.238 INFO:teuthology.orchestra.run.smithi125.stdout: 5 105194 9.28 MB/sec execute 186 sec latency 131.772 ms 2023-12-06T20:51:43.959 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:43 smithi125 ceph-mon[107806]: pgmap v113: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-06T20:51:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:43 smithi167 ceph-mon[110458]: pgmap v113: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-06T20:51:44.238 INFO:teuthology.orchestra.run.smithi125.stdout: 5 105515 9.27 MB/sec execute 187 sec latency 196.529 ms 2023-12-06T20:51:45.248 INFO:teuthology.orchestra.run.smithi125.stdout: 5 105741 9.26 MB/sec execute 188 sec latency 132.815 ms 2023-12-06T20:51:46.044 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:45 smithi125 ceph-mon[107806]: pgmap v114: 97 pgs: 97 active+clean; 358 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-06T20:51:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:45 smithi167 ceph-mon[110458]: pgmap v114: 97 pgs: 97 active+clean; 358 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-06T20:51:46.249 INFO:teuthology.orchestra.run.smithi125.stdout: 5 106086 9.26 MB/sec execute 189 sec latency 146.050 ms 2023-12-06T20:51:47.250 INFO:teuthology.orchestra.run.smithi125.stdout: 5 106448 9.24 MB/sec execute 190 sec latency 123.955 ms 2023-12-06T20:51:48.121 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:47 smithi125 ceph-mon[107806]: pgmap v115: 97 pgs: 97 active+clean; 358 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-12-06T20:51:48.121 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:51:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:47 smithi167 ceph-mon[110458]: pgmap v115: 97 pgs: 97 active+clean; 358 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-12-06T20:51:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:51:48.250 INFO:teuthology.orchestra.run.smithi125.stdout: 5 106682 9.22 MB/sec execute 191 sec latency 125.551 ms 2023-12-06T20:51:48.357 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:51:49.177 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T20:51:49.177 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 starting - - - - 2023-12-06T20:51:49.177 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (9m) 3m ago 9m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (9m) 3m ago 9m 7151k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 starting - - - - 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (5m) 3m ago 5m 34.4M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (5m) 3m ago 5m 13.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (10m) 3m ago 10m 398M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (3m) 3m ago 8m 498M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (10m) 3m ago 10m 89.3M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (8m) 3m ago 8m 56.7M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (5m) 3m ago 5m 258M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (5m) 3m ago 5m 77.4M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 starting - - - - 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 starting - - - - 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (8m) 3m ago 8m 572M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T20:51:49.178 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (8m) 3m ago 8m 367M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T20:51:49.179 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (7m) 3m ago 7m 206M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T20:51:49.179 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (7m) 3m ago 7m 531M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T20:51:49.179 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (7m) 3m ago 7m 515M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T20:51:49.179 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (6m) 3m ago 6m 513M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T20:51:49.179 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (6m) 3m ago 6m 484M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T20:51:49.179 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (6m) 3m ago 6m 775M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T20:51:49.179 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 starting - - - - 2023-12-06T20:51:49.250 INFO:teuthology.orchestra.run.smithi125.stdout: 5 106926 9.21 MB/sec execute 192 sec latency 164.723 ms 2023-12-06T20:51:49.736 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:51:49.736 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T20:51:49.737 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T20:51:49.738 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T20:51:49.738 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:51:49.947 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:49 smithi125 ceph-mon[107806]: pgmap v116: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.3 MiB/s wr, 569 op/s 2023-12-06T20:51:49.947 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:49 smithi125 ceph-mon[107806]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:49.947 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:49 smithi125 ceph-mon[107806]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:49.947 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:49 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/2337128141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:51:50.191 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T20:51:50.192 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T20:51:50.192 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T20:51:50.192 INFO:teuthology.orchestra.run.smithi125.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T20:51:50.192 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T20:51:50.192 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T20:51:50.192 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T20:51:50.192 INFO:teuthology.orchestra.run.smithi125.stdout: "is_paused": false 2023-12-06T20:51:50.192 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T20:51:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:49 smithi167 ceph-mon[110458]: pgmap v116: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.3 MiB/s wr, 569 op/s 2023-12-06T20:51:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:49 smithi167 ceph-mon[110458]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:49 smithi167 ceph-mon[110458]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:49 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/2337128141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T20:51:50.251 INFO:teuthology.orchestra.run.smithi125.stdout: 5 107187 9.19 MB/sec execute 193 sec latency 157.183 ms 2023-12-06T20:51:50.727 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_OK 2023-12-06T20:51:50.957 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:50 smithi125 ceph-mon[107806]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:50.958 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:50 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/1882703176' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:51:51.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:50 smithi167 ceph-mon[110458]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:51.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:50 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/1882703176' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T20:51:51.251 INFO:teuthology.orchestra.run.smithi125.stdout: 5 107518 9.20 MB/sec execute 194 sec latency 123.954 ms 2023-12-06T20:51:52.007 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:51 smithi125 ceph-mon[107806]: pgmap v117: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-06T20:51:52.007 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:51 smithi125 ceph-mon[107806]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:51 smithi167 ceph-mon[110458]: pgmap v117: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-06T20:51:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:51 smithi167 ceph-mon[110458]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:51:52.251 INFO:teuthology.orchestra.run.smithi125.stdout: 5 107877 9.23 MB/sec execute 195 sec latency 123.611 ms 2023-12-06T20:51:53.256 INFO:teuthology.orchestra.run.smithi125.stdout: 5 108107 9.22 MB/sec execute 196 sec latency 129.821 ms 2023-12-06T20:51:53.962 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:53 smithi125 ceph-mon[107806]: pgmap v118: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-12-06T20:51:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:53 smithi167 ceph-mon[110458]: pgmap v118: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-12-06T20:51:54.262 INFO:teuthology.orchestra.run.smithi125.stdout: 5 108405 9.21 MB/sec execute 197 sec latency 128.363 ms 2023-12-06T20:51:55.262 INFO:teuthology.orchestra.run.smithi125.stdout: 5 108701 9.19 MB/sec execute 198 sec latency 125.711 ms 2023-12-06T20:51:55.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:55 smithi125 ceph-mon[107806]: pgmap v119: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 564 op/s 2023-12-06T20:51:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:55 smithi167 ceph-mon[110458]: pgmap v119: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 564 op/s 2023-12-06T20:51:56.262 INFO:teuthology.orchestra.run.smithi125.stdout: 5 108960 9.17 MB/sec execute 199 sec latency 210.536 ms 2023-12-06T20:51:57.262 INFO:teuthology.orchestra.run.smithi125.stdout: 5 109192 9.15 MB/sec execute 200 sec latency 129.739 ms 2023-12-06T20:51:58.047 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:57 smithi125 ceph-mon[107806]: pgmap v120: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-06T20:51:58.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:57 smithi167 ceph-mon[110458]: pgmap v120: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-06T20:51:58.262 INFO:teuthology.orchestra.run.smithi125.stdout: 5 109519 9.16 MB/sec execute 201 sec latency 137.580 ms 2023-12-06T20:51:59.262 INFO:teuthology.orchestra.run.smithi125.stdout: 5 109949 9.16 MB/sec execute 202 sec latency 126.986 ms 2023-12-06T20:52:00.087 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:51:59 smithi125 ceph-mon[107806]: pgmap v121: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-12-06T20:52:00.264 INFO:teuthology.orchestra.run.smithi125.stdout: 5 110258 9.14 MB/sec execute 203 sec latency 126.522 ms 2023-12-06T20:52:00.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:51:59 smithi167 ceph-mon[110458]: pgmap v121: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-12-06T20:52:01.264 INFO:teuthology.orchestra.run.smithi125.stdout: 5 110540 9.14 MB/sec execute 204 sec latency 158.796 ms 2023-12-06T20:52:02.129 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:01 smithi125 ceph-mon[107806]: pgmap v122: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.4 MiB/s wr, 389 op/s 2023-12-06T20:52:02.265 INFO:teuthology.orchestra.run.smithi125.stdout: 5 110917 9.17 MB/sec execute 205 sec latency 123.746 ms 2023-12-06T20:52:02.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:01 smithi167 ceph-mon[110458]: pgmap v122: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.4 MiB/s wr, 389 op/s 2023-12-06T20:52:03.161 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:02 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:52:03.273 INFO:teuthology.orchestra.run.smithi125.stdout: 5 111228 9.16 MB/sec execute 206 sec latency 129.578 ms 2023-12-06T20:52:03.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:02 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:52:04.169 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:03 smithi125 ceph-mon[107806]: pgmap v123: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-06T20:52:04.273 INFO:teuthology.orchestra.run.smithi125.stdout: 5 111623 9.19 MB/sec execute 207 sec latency 135.365 ms 2023-12-06T20:52:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:03 smithi167 ceph-mon[110458]: pgmap v123: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-06T20:52:05.276 INFO:teuthology.orchestra.run.smithi125.stdout: 5 111879 9.16 MB/sec execute 208 sec latency 127.011 ms 2023-12-06T20:52:06.240 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:05 smithi125 ceph-mon[107806]: pgmap v124: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-12-06T20:52:06.278 INFO:teuthology.orchestra.run.smithi125.stdout: 5 112239 9.15 MB/sec execute 209 sec latency 90.509 ms 2023-12-06T20:52:06.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:05 smithi167 ceph-mon[110458]: pgmap v124: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-12-06T20:52:07.269 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:07 smithi125 ceph-mon[107806]: pgmap v125: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-06T20:52:07.278 INFO:teuthology.orchestra.run.smithi125.stdout: 5 112561 9.15 MB/sec execute 210 sec latency 210.755 ms 2023-12-06T20:52:07.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:07 smithi167 ceph-mon[110458]: pgmap v125: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-06T20:52:08.278 INFO:teuthology.orchestra.run.smithi125.stdout: 5 112874 9.16 MB/sec execute 211 sec latency 129.783 ms 2023-12-06T20:52:09.053 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:08 smithi125 ceph-mon[107806]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. 2023-12-06T20:52:09.053 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:08 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:52:09.054 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:08 smithi125 ceph-mon[107806]: pgmap v126: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-06T20:52:09.054 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:08 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:52:09.285 INFO:teuthology.orchestra.run.smithi125.stdout: 5 113229 9.15 MB/sec execute 212 sec latency 123.842 ms 2023-12-06T20:52:09.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:09 smithi167 ceph-mon[110458]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. 2023-12-06T20:52:09.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:09 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:52:09.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:09 smithi167 ceph-mon[110458]: pgmap v126: 97 pgs: 97 active+clean; 359 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-06T20:52:09.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:09 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T20:52:10.070 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:10 smithi125 ceph-mon[107806]: Health check failed: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-06T20:52:10.285 INFO:teuthology.orchestra.run.smithi125.stdout: 5 113581 9.13 MB/sec execute 213 sec latency 104.785 ms 2023-12-06T20:52:10.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:10 smithi167 ceph-mon[110458]: Health check failed: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-06T20:52:11.086 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:11 smithi125 ceph-mon[107806]: pgmap v127: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.5 MiB/s wr, 560 op/s 2023-12-06T20:52:11.086 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:11 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:52:11.086 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:11 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:52:11.285 INFO:teuthology.orchestra.run.smithi125.stdout: 5 113815 9.12 MB/sec execute 214 sec latency 140.521 ms 2023-12-06T20:52:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:11 smithi167 ceph-mon[110458]: pgmap v127: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.5 MiB/s wr, 560 op/s 2023-12-06T20:52:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:11 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:52:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:11 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:52:12.127 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:12 smithi125 ceph-mon[107806]: pgmap v128: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-12-06T20:52:12.293 INFO:teuthology.orchestra.run.smithi125.stdout: 5 114023 9.11 MB/sec execute 215 sec latency 130.137 ms 2023-12-06T20:52:12.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:12 smithi167 ceph-mon[110458]: pgmap v128: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-12-06T20:52:13.293 INFO:teuthology.orchestra.run.smithi125.stdout: 5 114365 9.13 MB/sec execute 216 sec latency 126.994 ms 2023-12-06T20:52:14.180 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:14 smithi125 ceph-mon[107806]: pgmap v129: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-12-06T20:52:14.293 INFO:teuthology.orchestra.run.smithi125.stdout: 5 114774 9.14 MB/sec execute 217 sec latency 127.323 ms 2023-12-06T20:52:14.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:14 smithi167 ceph-mon[110458]: pgmap v129: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-12-06T20:52:15.293 INFO:teuthology.orchestra.run.smithi125.stdout: 5 115065 9.14 MB/sec execute 218 sec latency 134.789 ms 2023-12-06T20:52:16.254 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:16 smithi125 ceph-mon[107806]: pgmap v130: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-06T20:52:16.294 INFO:teuthology.orchestra.run.smithi125.stdout: 5 115392 9.15 MB/sec execute 219 sec latency 127.216 ms 2023-12-06T20:52:16.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:16 smithi167 ceph-mon[110458]: pgmap v130: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-06T20:52:17.294 INFO:teuthology.orchestra.run.smithi125.stdout: 5 115738 9.13 MB/sec execute 220 sec latency 126.513 ms 2023-12-06T20:52:18.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:18 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:52:18.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:18 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:52:18.288 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:18 smithi125 ceph-mon[107806]: pgmap v131: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-06T20:52:18.295 INFO:teuthology.orchestra.run.smithi125.stdout: 5 116038 9.12 MB/sec execute 221 sec latency 138.074 ms 2023-12-06T20:52:18.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:18 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T20:52:18.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:18 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:52:18.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:18 smithi167 ceph-mon[110458]: pgmap v131: 97 pgs: 97 active+clean; 356 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-06T20:52:19.295 INFO:teuthology.orchestra.run.smithi125.stdout: 5 116367 9.14 MB/sec execute 222 sec latency 138.326 ms 2023-12-06T20:52:20.302 INFO:teuthology.orchestra.run.smithi125.stdout: 5 116740 9.12 MB/sec execute 223 sec latency 120.194 ms 2023-12-06T20:52:20.830 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:20 smithi125 ceph-mon[107806]: pgmap v132: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 584 op/s 2023-12-06T20:52:20.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:20 smithi167 ceph-mon[110458]: pgmap v132: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 584 op/s 2023-12-06T20:52:21.192 INFO:teuthology.orchestra.run.smithi125.stdout:true 2023-12-06T20:52:21.302 INFO:teuthology.orchestra.run.smithi125.stdout: 5 117095 9.12 MB/sec execute 224 sec latency 114.789 ms 2023-12-06T20:52:21.648 INFO:teuthology.orchestra.run.smithi125.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed." 2023-12-06T20:52:22.117 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:22 smithi125 ceph-mon[107806]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:52:22.117 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:22 smithi125 ceph-mon[107806]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:52:22.117 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:22 smithi125 ceph-mon[107806]: pgmap v133: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-06T20:52:22.311 INFO:teuthology.orchestra.run.smithi125.stdout: 5 117332 9.10 MB/sec execute 225 sec latency 130.065 ms 2023-12-06T20:52:22.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:22 smithi167 ceph-mon[110458]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:52:22.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:22 smithi167 ceph-mon[110458]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T20:52:22.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:22 smithi167 ceph-mon[110458]: pgmap v133: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-06T20:52:23.311 INFO:teuthology.orchestra.run.smithi125.stdout: 5 117724 9.11 MB/sec execute 226 sec latency 137.002 ms 2023-12-06T20:52:24.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:24 smithi125 ceph-mon[107806]: pgmap v134: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 573 op/s 2023-12-06T20:52:24.316 INFO:teuthology.orchestra.run.smithi125.stdout: 5 118119 9.11 MB/sec execute 227 sec latency 121.809 ms 2023-12-06T20:52:24.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:24 smithi167 ceph-mon[110458]: pgmap v134: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 573 op/s 2023-12-06T20:52:25.316 INFO:teuthology.orchestra.run.smithi125.stdout: 5 118429 9.13 MB/sec execute 228 sec latency 126.822 ms 2023-12-06T20:52:26.213 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:26 smithi125 ceph-mon[107806]: pgmap v135: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-06T20:52:26.316 INFO:teuthology.orchestra.run.smithi125.stdout: 5 118714 9.14 MB/sec execute 229 sec latency 201.229 ms 2023-12-06T20:52:26.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:26 smithi167 ceph-mon[110458]: pgmap v135: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-06T20:52:27.325 INFO:teuthology.orchestra.run.smithi125.stdout: 5 119009 9.14 MB/sec execute 230 sec latency 130.772 ms 2023-12-06T20:52:28.265 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:28 smithi125 ceph-mon[107806]: pgmap v136: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-06T20:52:28.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:28 smithi167 ceph-mon[110458]: pgmap v136: 97 pgs: 97 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-06T20:52:28.342 INFO:teuthology.orchestra.run.smithi125.stdout: 5 119306 9.11 MB/sec execute 231 sec latency 129.399 ms 2023-12-06T20:52:29.343 INFO:teuthology.orchestra.run.smithi125.stdout: 5 119611 9.11 MB/sec execute 232 sec latency 130.694 ms 2023-12-06T20:52:30.343 INFO:teuthology.orchestra.run.smithi125.stdout: 5 119869 9.09 MB/sec execute 233 sec latency 130.536 ms 2023-12-06T20:52:30.818 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:30 smithi125 ceph-mon[107806]: pgmap v137: 97 pgs: 97 active+clean; 360 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 591 op/s 2023-12-06T20:52:30.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:30 smithi167 ceph-mon[110458]: pgmap v137: 97 pgs: 97 active+clean; 360 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 591 op/s 2023-12-06T20:52:31.343 INFO:teuthology.orchestra.run.smithi125.stdout: 5 120246 9.10 MB/sec execute 234 sec latency 146.141 ms 2023-12-06T20:52:32.092 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:32 smithi125 ceph-mon[107806]: pgmap v138: 97 pgs: 97 active+clean; 360 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-12-06T20:52:32.352 INFO:teuthology.orchestra.run.smithi125.stdout: 5 120619 9.09 MB/sec execute 235 sec latency 143.286 ms 2023-12-06T20:52:32.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:32 smithi167 ceph-mon[110458]: pgmap v138: 97 pgs: 97 active+clean; 360 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-12-06T20:52:33.108 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:33 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:52:33.352 INFO:teuthology.orchestra.run.smithi125.stdout: 5 120948 9.09 MB/sec execute 236 sec latency 123.652 ms 2023-12-06T20:52:33.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:33 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:52:34.148 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:34 smithi125 ceph-mon[107806]: pgmap v139: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 582 op/s 2023-12-06T20:52:34.357 INFO:teuthology.orchestra.run.smithi125.stdout: 5 121256 9.09 MB/sec execute 237 sec latency 130.223 ms 2023-12-06T20:52:34.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:34 smithi167 ceph-mon[110458]: pgmap v139: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 582 op/s 2023-12-06T20:52:35.357 INFO:teuthology.orchestra.run.smithi125.stdout: 5 121617 9.09 MB/sec execute 238 sec latency 138.078 ms 2023-12-06T20:52:36.239 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:36 smithi125 ceph-mon[107806]: pgmap v140: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-06T20:52:36.357 INFO:teuthology.orchestra.run.smithi125.stdout: 5 121910 9.11 MB/sec execute 239 sec latency 153.982 ms 2023-12-06T20:52:36.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:36 smithi167 ceph-mon[110458]: pgmap v140: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-06T20:52:37.357 INFO:teuthology.orchestra.run.smithi125.stdout: 5 122151 9.09 MB/sec execute 240 sec latency 126.276 ms 2023-12-06T20:52:38.285 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:38 smithi125 ceph-mon[107806]: pgmap v141: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-06T20:52:38.344 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:38 smithi167 ceph-mon[110458]: pgmap v141: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-06T20:52:38.359 INFO:teuthology.orchestra.run.smithi125.stdout: 5 122421 9.10 MB/sec execute 241 sec latency 132.543 ms 2023-12-06T20:52:39.359 INFO:teuthology.orchestra.run.smithi125.stdout: 5 122675 9.08 MB/sec execute 242 sec latency 201.802 ms 2023-12-06T20:52:40.359 INFO:teuthology.orchestra.run.smithi125.stdout: 5 122937 9.06 MB/sec execute 243 sec latency 137.909 ms 2023-12-06T20:52:40.860 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:40 smithi125 ceph-mon[107806]: pgmap v142: 97 pgs: 97 active+clean; 357 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.0 MiB/s wr, 564 op/s 2023-12-06T20:52:40.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:40 smithi167 ceph-mon[110458]: pgmap v142: 97 pgs: 97 active+clean; 357 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.0 MiB/s wr, 564 op/s 2023-12-06T20:52:41.360 INFO:teuthology.orchestra.run.smithi125.stdout: 5 123099 9.04 MB/sec execute 244 sec latency 131.347 ms 2023-12-06T20:52:42.162 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:42 smithi125 ceph-mon[107806]: pgmap v143: 97 pgs: 97 active+clean; 357 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-06T20:52:42.366 INFO:teuthology.orchestra.run.smithi125.stdout: 5 123394 9.04 MB/sec execute 245 sec latency 148.152 ms 2023-12-06T20:52:42.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:42 smithi167 ceph-mon[110458]: pgmap v143: 97 pgs: 97 active+clean; 357 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-06T20:52:43.365 INFO:teuthology.orchestra.run.smithi125.stdout: 5 123715 9.03 MB/sec execute 246 sec latency 125.634 ms 2023-12-06T20:52:44.231 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:44 smithi125 ceph-mon[107806]: pgmap v144: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-12-06T20:52:44.366 INFO:teuthology.orchestra.run.smithi125.stdout: 5 124023 9.02 MB/sec execute 247 sec latency 123.616 ms 2023-12-06T20:52:44.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:44 smithi167 ceph-mon[110458]: pgmap v144: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-12-06T20:52:45.366 INFO:teuthology.orchestra.run.smithi125.stdout: 5 124308 9.02 MB/sec execute 248 sec latency 126.866 ms 2023-12-06T20:52:46.273 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:46 smithi125 ceph-mon[107806]: pgmap v145: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-12-06T20:52:46.366 INFO:teuthology.orchestra.run.smithi125.stdout: 5 124652 9.02 MB/sec execute 249 sec latency 129.231 ms 2023-12-06T20:52:46.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:46 smithi167 ceph-mon[110458]: pgmap v145: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-12-06T20:52:47.303 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:52:47.367 INFO:teuthology.orchestra.run.smithi125.stdout: 5 124968 9.02 MB/sec execute 250 sec latency 126.764 ms 2023-12-06T20:52:47.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:52:48.319 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:48 smithi125 ceph-mon[107806]: pgmap v146: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-12-06T20:52:48.367 INFO:teuthology.orchestra.run.smithi125.stdout: 5 125323 9.03 MB/sec execute 251 sec latency 137.341 ms 2023-12-06T20:52:48.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:48 smithi167 ceph-mon[110458]: pgmap v146: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-12-06T20:52:49.368 INFO:teuthology.orchestra.run.smithi125.stdout: 5 125620 9.03 MB/sec execute 252 sec latency 129.506 ms 2023-12-06T20:52:50.368 INFO:teuthology.orchestra.run.smithi125.stdout: 5 125891 9.03 MB/sec execute 253 sec latency 133.306 ms 2023-12-06T20:52:50.894 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:50 smithi125 ceph-mon[107806]: pgmap v147: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-12-06T20:52:50.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:50 smithi167 ceph-mon[110458]: pgmap v147: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-12-06T20:52:51.375 INFO:teuthology.orchestra.run.smithi125.stdout: 5 126132 9.02 MB/sec execute 254 sec latency 135.228 ms 2023-12-06T20:52:52.125 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:52 smithi125 ceph-mon[107806]: pgmap v148: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-06T20:52:52.375 INFO:teuthology.orchestra.run.smithi125.stdout: 5 126384 9.01 MB/sec execute 255 sec latency 129.592 ms 2023-12-06T20:52:52.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:52 smithi167 ceph-mon[110458]: pgmap v148: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-06T20:52:53.376 INFO:teuthology.orchestra.run.smithi125.stdout: 5 126686 8.99 MB/sec execute 256 sec latency 130.005 ms 2023-12-06T20:52:54.153 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:54 smithi125 ceph-mon[107806]: pgmap v149: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-12-06T20:52:54.376 INFO:teuthology.orchestra.run.smithi125.stdout: 5 126931 8.98 MB/sec execute 257 sec latency 176.080 ms 2023-12-06T20:52:54.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:54 smithi167 ceph-mon[110458]: pgmap v149: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-12-06T20:52:55.386 INFO:teuthology.orchestra.run.smithi125.stdout: 5 127222 8.99 MB/sec execute 258 sec latency 135.541 ms 2023-12-06T20:52:56.200 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:56 smithi125 ceph-mon[107806]: pgmap v150: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-06T20:52:56.386 INFO:teuthology.orchestra.run.smithi125.stdout: 5 127495 8.97 MB/sec execute 259 sec latency 123.663 ms 2023-12-06T20:52:56.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:56 smithi167 ceph-mon[110458]: pgmap v150: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-06T20:52:57.386 INFO:teuthology.orchestra.run.smithi125.stdout: 5 127834 8.96 MB/sec execute 260 sec latency 120.881 ms 2023-12-06T20:52:58.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:52:58 smithi125 ceph-mon[107806]: pgmap v151: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-06T20:52:58.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:52:58 smithi167 ceph-mon[110458]: pgmap v151: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-06T20:52:58.386 INFO:teuthology.orchestra.run.smithi125.stdout: 5 128114 8.95 MB/sec execute 261 sec latency 135.442 ms 2023-12-06T20:52:59.386 INFO:teuthology.orchestra.run.smithi125.stdout: 5 128491 8.96 MB/sec execute 262 sec latency 130.041 ms 2023-12-06T20:53:00.388 INFO:teuthology.orchestra.run.smithi125.stdout: 5 128857 8.97 MB/sec execute 263 sec latency 136.138 ms 2023-12-06T20:53:01.388 INFO:teuthology.orchestra.run.smithi125.stdout: 5 129087 8.96 MB/sec execute 264 sec latency 129.204 ms 2023-12-06T20:53:01.848 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:01 smithi125 ceph-mon[107806]: pgmap v152: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-12-06T20:53:01.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:01 smithi167 ceph-mon[110458]: pgmap v152: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-12-06T20:53:02.388 INFO:teuthology.orchestra.run.smithi125.stdout: 5 129315 8.96 MB/sec execute 265 sec latency 145.942 ms 2023-12-06T20:53:02.864 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:02 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:53:02.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:02 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:53:03.389 INFO:teuthology.orchestra.run.smithi125.stdout: 5 129573 8.97 MB/sec execute 266 sec latency 126.013 ms 2023-12-06T20:53:03.899 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:03 smithi125 ceph-mon[107806]: pgmap v153: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-06T20:53:03.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:03 smithi167 ceph-mon[110458]: pgmap v153: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-06T20:53:04.389 INFO:teuthology.orchestra.run.smithi125.stdout: 5 129804 8.95 MB/sec execute 267 sec latency 140.970 ms 2023-12-06T20:53:05.389 INFO:teuthology.orchestra.run.smithi125.stdout: 5 130062 8.93 MB/sec execute 268 sec latency 135.445 ms 2023-12-06T20:53:05.925 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:05 smithi125 ceph-mon[107806]: pgmap v154: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-06T20:53:05.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:05 smithi167 ceph-mon[110458]: pgmap v154: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-06T20:53:06.389 INFO:teuthology.orchestra.run.smithi125.stdout: 5 130323 8.93 MB/sec execute 269 sec latency 137.221 ms 2023-12-06T20:53:07.389 INFO:teuthology.orchestra.run.smithi125.stdout: 5 130583 8.91 MB/sec execute 270 sec latency 201.557 ms 2023-12-06T20:53:07.733 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:07 smithi125 ceph-mon[107806]: pgmap v155: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T20:53:07.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:07 smithi167 ceph-mon[110458]: pgmap v155: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T20:53:08.390 INFO:teuthology.orchestra.run.smithi125.stdout: 5 130892 8.91 MB/sec execute 271 sec latency 120.790 ms 2023-12-06T20:53:09.390 INFO:teuthology.orchestra.run.smithi125.stdout: 5 131179 8.91 MB/sec execute 272 sec latency 142.156 ms 2023-12-06T20:53:09.792 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:09 smithi125 ceph-mon[107806]: pgmap v156: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T20:53:09.965 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:09 smithi167 ceph-mon[110458]: pgmap v156: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T20:53:10.390 INFO:teuthology.orchestra.run.smithi125.stdout: 5 131426 8.89 MB/sec execute 273 sec latency 120.677 ms 2023-12-06T20:53:11.390 INFO:teuthology.orchestra.run.smithi125.stdout: 5 131755 8.89 MB/sec execute 274 sec latency 120.672 ms 2023-12-06T20:53:11.834 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:11 smithi125 ceph-mon[107806]: pgmap v157: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-12-06T20:53:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:11 smithi167 ceph-mon[110458]: pgmap v157: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-12-06T20:53:12.390 INFO:teuthology.orchestra.run.smithi125.stdout: 5 132027 8.88 MB/sec execute 275 sec latency 138.270 ms 2023-12-06T20:53:13.396 INFO:teuthology.orchestra.run.smithi125.stdout: 5 132320 8.88 MB/sec execute 276 sec latency 126.479 ms 2023-12-06T20:53:13.904 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:13 smithi125 ceph-mon[107806]: pgmap v158: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-06T20:53:14.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:13 smithi167 ceph-mon[110458]: pgmap v158: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-06T20:53:14.396 INFO:teuthology.orchestra.run.smithi125.stdout: 5 132597 8.88 MB/sec execute 277 sec latency 138.359 ms 2023-12-06T20:53:15.401 INFO:teuthology.orchestra.run.smithi125.stdout: 5 132900 8.89 MB/sec execute 278 sec latency 125.386 ms 2023-12-06T20:53:15.954 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:15 smithi125 ceph-mon[107806]: pgmap v159: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2023-12-06T20:53:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:15 smithi167 ceph-mon[110458]: pgmap v159: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2023-12-06T20:53:16.400 INFO:teuthology.orchestra.run.smithi125.stdout: 5 133178 8.89 MB/sec execute 279 sec latency 126.181 ms 2023-12-06T20:53:17.400 INFO:teuthology.orchestra.run.smithi125.stdout: 5 133464 8.88 MB/sec execute 280 sec latency 129.459 ms 2023-12-06T20:53:17.754 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:17 smithi125 ceph-mon[107806]: pgmap v160: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-12-06T20:53:17.755 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:53:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:17 smithi167 ceph-mon[110458]: pgmap v160: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-12-06T20:53:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:53:18.400 INFO:teuthology.orchestra.run.smithi125.stdout: 5 133706 8.87 MB/sec execute 281 sec latency 129.789 ms 2023-12-06T20:53:19.403 INFO:teuthology.orchestra.run.smithi125.stdout: 5 134046 8.87 MB/sec execute 282 sec latency 140.777 ms 2023-12-06T20:53:19.787 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:19 smithi125 ceph-mon[107806]: pgmap v161: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-12-06T20:53:20.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:19 smithi167 ceph-mon[110458]: pgmap v161: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-12-06T20:53:20.403 INFO:teuthology.orchestra.run.smithi125.stdout: 5 134452 8.86 MB/sec execute 283 sec latency 126.465 ms 2023-12-06T20:53:21.403 INFO:teuthology.orchestra.run.smithi125.stdout: 5 134805 8.88 MB/sec execute 284 sec latency 126.628 ms 2023-12-06T20:53:21.833 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:21 smithi125 ceph-mon[107806]: pgmap v162: 97 pgs: 97 active+clean; 363 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-06T20:53:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:21 smithi167 ceph-mon[110458]: pgmap v162: 97 pgs: 97 active+clean; 363 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-06T20:53:22.403 INFO:teuthology.orchestra.run.smithi125.stdout: 5 135202 8.88 MB/sec execute 285 sec latency 126.997 ms 2023-12-06T20:53:23.403 INFO:teuthology.orchestra.run.smithi125.stdout: 5 135622 8.88 MB/sec execute 286 sec latency 121.419 ms 2023-12-06T20:53:23.931 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:23 smithi125 ceph-mon[107806]: pgmap v163: 97 pgs: 97 active+clean; 363 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-12-06T20:53:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:23 smithi167 ceph-mon[110458]: pgmap v163: 97 pgs: 97 active+clean; 363 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-12-06T20:53:24.403 INFO:teuthology.orchestra.run.smithi125.stdout: 5 135933 8.88 MB/sec execute 287 sec latency 124.138 ms 2023-12-06T20:53:25.403 INFO:teuthology.orchestra.run.smithi125.stdout: 5 136327 8.90 MB/sec execute 288 sec latency 126.554 ms 2023-12-06T20:53:25.970 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:25 smithi125 ceph-mon[107806]: pgmap v164: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 553 op/s 2023-12-06T20:53:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:25 smithi167 ceph-mon[110458]: pgmap v164: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 553 op/s 2023-12-06T20:53:26.403 INFO:teuthology.orchestra.run.smithi125.stdout: 5 136707 8.92 MB/sec execute 289 sec latency 129.897 ms 2023-12-06T20:53:27.404 INFO:teuthology.orchestra.run.smithi125.stdout: 5 137022 8.91 MB/sec execute 290 sec latency 207.343 ms 2023-12-06T20:53:28.008 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:27 smithi125 ceph-mon[107806]: pgmap v165: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-06T20:53:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:27 smithi167 ceph-mon[110458]: pgmap v165: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-06T20:53:28.404 INFO:teuthology.orchestra.run.smithi125.stdout: 5 137284 8.90 MB/sec execute 291 sec latency 131.300 ms 2023-12-06T20:53:29.404 INFO:teuthology.orchestra.run.smithi125.stdout: 5 137652 8.89 MB/sec execute 292 sec latency 126.132 ms 2023-12-06T20:53:30.052 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:29 smithi125 ceph-mon[107806]: pgmap v166: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-06T20:53:30.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:29 smithi167 ceph-mon[110458]: pgmap v166: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-06T20:53:30.404 INFO:teuthology.orchestra.run.smithi125.stdout: 5 137960 8.89 MB/sec execute 293 sec latency 136.773 ms 2023-12-06T20:53:31.404 INFO:teuthology.orchestra.run.smithi125.stdout: 5 138264 8.89 MB/sec execute 294 sec latency 128.750 ms 2023-12-06T20:53:31.835 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:31 smithi125 ceph-mon[107806]: pgmap v167: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-06T20:53:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:31 smithi167 ceph-mon[110458]: pgmap v167: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-06T20:53:32.404 INFO:teuthology.orchestra.run.smithi125.stdout: 5 138649 8.90 MB/sec execute 295 sec latency 127.418 ms 2023-12-06T20:53:32.842 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:53:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:53:33.410 INFO:teuthology.orchestra.run.smithi125.stdout: 5 139098 8.90 MB/sec execute 296 sec latency 131.270 ms 2023-12-06T20:53:33.849 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:33 smithi125 ceph-mon[107806]: pgmap v168: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-06T20:53:34.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:33 smithi167 ceph-mon[110458]: pgmap v168: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-06T20:53:34.410 INFO:teuthology.orchestra.run.smithi125.stdout: 5 139398 8.90 MB/sec execute 297 sec latency 126.710 ms 2023-12-06T20:53:35.410 INFO:teuthology.orchestra.run.smithi125.stdout: 5 139687 8.90 MB/sec execute 298 sec latency 130.835 ms 2023-12-06T20:53:35.889 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:35 smithi125 ceph-mon[107806]: pgmap v169: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.3 MiB/s wr, 635 op/s 2023-12-06T20:53:36.218 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:35 smithi167 ceph-mon[110458]: pgmap v169: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.3 MiB/s wr, 635 op/s 2023-12-06T20:53:36.410 INFO:teuthology.orchestra.run.smithi125.stdout: 5 140028 8.91 MB/sec execute 299 sec latency 143.149 ms 2023-12-06T20:53:37.415 INFO:teuthology.orchestra.run.smithi125.stdout: 5 140310 8.91 MB/sec execute 300 sec latency 123.815 ms 2023-12-06T20:53:37.929 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:37 smithi125 ceph-mon[107806]: pgmap v170: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-06T20:53:38.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:37 smithi167 ceph-mon[110458]: pgmap v170: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-06T20:53:38.423 INFO:teuthology.orchestra.run.smithi125.stdout: 5 140604 8.91 MB/sec execute 301 sec latency 131.519 ms 2023-12-06T20:53:39.423 INFO:teuthology.orchestra.run.smithi125.stdout: 5 140928 8.89 MB/sec execute 302 sec latency 126.964 ms 2023-12-06T20:53:39.979 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:39 smithi125 ceph-mon[107806]: pgmap v171: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-06T20:53:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:39 smithi167 ceph-mon[110458]: pgmap v171: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-06T20:53:40.423 INFO:teuthology.orchestra.run.smithi125.stdout: 5 141215 8.88 MB/sec execute 303 sec latency 121.082 ms 2023-12-06T20:53:41.423 INFO:teuthology.orchestra.run.smithi125.stdout: 5 141431 8.87 MB/sec execute 304 sec latency 134.877 ms 2023-12-06T20:53:42.037 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:41 smithi125 ceph-mon[107806]: pgmap v172: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 613 op/s 2023-12-06T20:53:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:41 smithi167 ceph-mon[110458]: pgmap v172: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 613 op/s 2023-12-06T20:53:42.424 INFO:teuthology.orchestra.run.smithi125.stdout: 5 141699 8.86 MB/sec execute 305 sec latency 135.851 ms 2023-12-06T20:53:43.423 INFO:teuthology.orchestra.run.smithi125.stdout: 5 142001 8.87 MB/sec execute 306 sec latency 124.289 ms 2023-12-06T20:53:44.092 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:43 smithi125 ceph-mon[107806]: pgmap v173: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-12-06T20:53:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:43 smithi167 ceph-mon[110458]: pgmap v173: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-12-06T20:53:44.423 INFO:teuthology.orchestra.run.smithi125.stdout: 5 142293 8.86 MB/sec execute 307 sec latency 136.709 ms 2023-12-06T20:53:45.425 INFO:teuthology.orchestra.run.smithi125.stdout: 5 142693 8.86 MB/sec execute 308 sec latency 110.970 ms 2023-12-06T20:53:46.134 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:45 smithi125 ceph-mon[107806]: pgmap v174: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 565 op/s 2023-12-06T20:53:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:45 smithi167 ceph-mon[110458]: pgmap v174: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 565 op/s 2023-12-06T20:53:46.433 INFO:teuthology.orchestra.run.smithi125.stdout: 5 142941 8.86 MB/sec execute 309 sec latency 126.909 ms 2023-12-06T20:53:47.433 INFO:teuthology.orchestra.run.smithi125.stdout: 5 143342 8.88 MB/sec execute 310 sec latency 133.101 ms 2023-12-06T20:53:47.924 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:47 smithi125 ceph-mon[107806]: pgmap v175: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-06T20:53:47.924 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:53:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:47 smithi167 ceph-mon[110458]: pgmap v175: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-06T20:53:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:53:48.433 INFO:teuthology.orchestra.run.smithi125.stdout: 5 143655 8.88 MB/sec execute 311 sec latency 126.824 ms 2023-12-06T20:53:49.433 INFO:teuthology.orchestra.run.smithi125.stdout: 5 143972 8.89 MB/sec execute 312 sec latency 141.601 ms 2023-12-06T20:53:49.959 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:49 smithi125 ceph-mon[107806]: pgmap v176: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-06T20:53:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:49 smithi167 ceph-mon[110458]: pgmap v176: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-06T20:53:50.433 INFO:teuthology.orchestra.run.smithi125.stdout: 5 144246 8.88 MB/sec execute 313 sec latency 126.317 ms 2023-12-06T20:53:51.442 INFO:teuthology.orchestra.run.smithi125.stdout: 5 144494 8.86 MB/sec execute 314 sec latency 129.473 ms 2023-12-06T20:53:51.960 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:51 smithi125 ceph-mon[107806]: pgmap v177: 97 pgs: 97 active+clean; 365 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 549 op/s 2023-12-06T20:53:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:51 smithi167 ceph-mon[110458]: pgmap v177: 97 pgs: 97 active+clean; 365 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 549 op/s 2023-12-06T20:53:52.446 INFO:teuthology.orchestra.run.smithi125.stdout: 5 144787 8.84 MB/sec execute 315 sec latency 137.679 ms 2023-12-06T20:53:53.446 INFO:teuthology.orchestra.run.smithi125.stdout: 5 145000 8.83 MB/sec execute 316 sec latency 125.010 ms 2023-12-06T20:53:54.016 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:53 smithi125 ceph-mon[107806]: pgmap v178: 97 pgs: 97 active+clean; 365 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-06T20:53:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:53 smithi167 ceph-mon[110458]: pgmap v178: 97 pgs: 97 active+clean; 365 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-06T20:53:54.450 INFO:teuthology.orchestra.run.smithi125.stdout: 5 145219 8.83 MB/sec execute 317 sec latency 136.851 ms 2023-12-06T20:53:55.449 INFO:teuthology.orchestra.run.smithi125.stdout: 5 145501 8.84 MB/sec execute 318 sec latency 120.572 ms 2023-12-06T20:53:56.095 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:55 smithi125 ceph-mon[107806]: pgmap v179: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-06T20:53:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:55 smithi167 ceph-mon[110458]: pgmap v179: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-06T20:53:56.455 INFO:teuthology.orchestra.run.smithi125.stdout: 5 145849 8.82 MB/sec execute 319 sec latency 138.038 ms 2023-12-06T20:53:57.456 INFO:teuthology.orchestra.run.smithi125.stdout: 5 146130 8.83 MB/sec execute 320 sec latency 126.964 ms 2023-12-06T20:53:58.154 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:57 smithi125 ceph-mon[107806]: pgmap v180: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-06T20:53:58.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:57 smithi167 ceph-mon[110458]: pgmap v180: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-06T20:53:58.456 INFO:teuthology.orchestra.run.smithi125.stdout: 5 146380 8.82 MB/sec execute 321 sec latency 120.766 ms 2023-12-06T20:53:59.464 INFO:teuthology.orchestra.run.smithi125.stdout: 5 146580 8.81 MB/sec execute 322 sec latency 132.697 ms 2023-12-06T20:53:59.954 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:53:59 smithi125 ceph-mon[107806]: pgmap v181: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-06T20:54:00.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:53:59 smithi167 ceph-mon[110458]: pgmap v181: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-06T20:54:00.464 INFO:teuthology.orchestra.run.smithi125.stdout: 5 146945 8.83 MB/sec execute 323 sec latency 123.617 ms 2023-12-06T20:54:01.465 INFO:teuthology.orchestra.run.smithi125.stdout: 5 147239 8.83 MB/sec execute 324 sec latency 127.471 ms 2023-12-06T20:54:02.024 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:01 smithi125 ceph-mon[107806]: pgmap v182: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-12-06T20:54:02.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:01 smithi167 ceph-mon[110458]: pgmap v182: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-12-06T20:54:02.464 INFO:teuthology.orchestra.run.smithi125.stdout: 5 147562 8.83 MB/sec execute 325 sec latency 134.239 ms 2023-12-06T20:54:03.028 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:02 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:54:03.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:02 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:54:03.465 INFO:teuthology.orchestra.run.smithi125.stdout: 5 147860 8.81 MB/sec execute 326 sec latency 120.322 ms 2023-12-06T20:54:04.046 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:03 smithi125 ceph-mon[107806]: pgmap v183: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 332 op/s 2023-12-06T20:54:04.465 INFO:teuthology.orchestra.run.smithi125.stdout: 5 148213 8.81 MB/sec execute 327 sec latency 94.359 ms 2023-12-06T20:54:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:03 smithi167 ceph-mon[110458]: pgmap v183: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 332 op/s 2023-12-06T20:54:05.471 INFO:teuthology.orchestra.run.smithi125.stdout: 5 148541 8.80 MB/sec execute 328 sec latency 137.672 ms 2023-12-06T20:54:06.083 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:05 smithi125 ceph-mon[107806]: pgmap v184: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-06T20:54:06.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:05 smithi167 ceph-mon[110458]: pgmap v184: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-06T20:54:06.474 INFO:teuthology.orchestra.run.smithi125.stdout: 5 148917 8.80 MB/sec execute 329 sec latency 110.502 ms 2023-12-06T20:54:07.473 INFO:teuthology.orchestra.run.smithi125.stdout: 5 149301 8.81 MB/sec execute 330 sec latency 127.430 ms 2023-12-06T20:54:08.114 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:08 smithi125 ceph-mon[107806]: pgmap v185: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 340 op/s 2023-12-06T20:54:08.346 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:08 smithi167 ceph-mon[110458]: pgmap v185: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 340 op/s 2023-12-06T20:54:08.483 INFO:teuthology.orchestra.run.smithi125.stdout: 5 149666 8.81 MB/sec execute 331 sec latency 129.795 ms 2023-12-06T20:54:09.484 INFO:teuthology.orchestra.run.smithi125.stdout: 5 149926 8.82 MB/sec execute 332 sec latency 154.876 ms 2023-12-06T20:54:10.178 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:10 smithi125 ceph-mon[107806]: pgmap v186: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 340 op/s 2023-12-06T20:54:10.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:10 smithi167 ceph-mon[110458]: pgmap v186: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 340 op/s 2023-12-06T20:54:10.484 INFO:teuthology.orchestra.run.smithi125.stdout: 5 150250 8.83 MB/sec execute 333 sec latency 137.727 ms 2023-12-06T20:54:11.199 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:11 smithi125 ceph-mon[107806]: pgmap v187: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 553 op/s 2023-12-06T20:54:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:11 smithi167 ceph-mon[110458]: pgmap v187: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 553 op/s 2023-12-06T20:54:11.484 INFO:teuthology.orchestra.run.smithi125.stdout: 5 150623 8.84 MB/sec execute 334 sec latency 137.112 ms 2023-12-06T20:54:12.484 INFO:teuthology.orchestra.run.smithi125.stdout: 5 150934 8.84 MB/sec execute 335 sec latency 129.648 ms 2023-12-06T20:54:13.233 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:13 smithi125 ceph-mon[107806]: pgmap v188: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-06T20:54:13.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:13 smithi167 ceph-mon[110458]: pgmap v188: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-06T20:54:13.485 INFO:teuthology.orchestra.run.smithi125.stdout: 5 151127 8.82 MB/sec execute 336 sec latency 137.533 ms 2023-12-06T20:54:14.485 INFO:teuthology.orchestra.run.smithi125.stdout: 5 151350 8.81 MB/sec execute 337 sec latency 126.948 ms 2023-12-06T20:54:15.485 INFO:teuthology.orchestra.run.smithi125.stdout: 5 151650 8.80 MB/sec execute 338 sec latency 124.389 ms 2023-12-06T20:54:15.788 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:15 smithi125 ceph-mon[107806]: pgmap v189: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.3 MiB/s wr, 573 op/s 2023-12-06T20:54:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:15 smithi167 ceph-mon[110458]: pgmap v189: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.3 MiB/s wr, 573 op/s 2023-12-06T20:54:16.491 INFO:teuthology.orchestra.run.smithi125.stdout: 5 151833 8.78 MB/sec execute 339 sec latency 129.413 ms 2023-12-06T20:54:17.500 INFO:teuthology.orchestra.run.smithi125.stdout: 5 152087 8.78 MB/sec execute 340 sec latency 126.616 ms 2023-12-06T20:54:17.881 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:17 smithi125 ceph-mon[107806]: pgmap v190: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-06T20:54:17.881 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:54:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:17 smithi167 ceph-mon[110458]: pgmap v190: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-06T20:54:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:54:18.500 INFO:teuthology.orchestra.run.smithi125.stdout: 5 152472 8.79 MB/sec execute 341 sec latency 126.785 ms 2023-12-06T20:54:19.500 INFO:teuthology.orchestra.run.smithi125.stdout: 5 152873 8.79 MB/sec execute 342 sec latency 134.848 ms 2023-12-06T20:54:19.927 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:19 smithi125 ceph-mon[107806]: pgmap v191: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-06T20:54:20.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:19 smithi167 ceph-mon[110458]: pgmap v191: 97 pgs: 97 active+clean; 365 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-06T20:54:20.500 INFO:teuthology.orchestra.run.smithi125.stdout: 5 153179 8.78 MB/sec execute 343 sec latency 142.050 ms 2023-12-06T20:54:21.501 INFO:teuthology.orchestra.run.smithi125.stdout: 5 153555 8.80 MB/sec execute 344 sec latency 149.068 ms 2023-12-06T20:54:21.749 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:21 smithi125 ceph-mon[107806]: pgmap v192: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.5 MiB/s wr, 561 op/s 2023-12-06T20:54:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:21 smithi167 ceph-mon[110458]: pgmap v192: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.5 MiB/s wr, 561 op/s 2023-12-06T20:54:22.501 INFO:teuthology.orchestra.run.smithi125.stdout: 5 153842 8.79 MB/sec execute 345 sec latency 141.420 ms 2023-12-06T20:54:23.501 INFO:teuthology.orchestra.run.smithi125.stdout: 5 154170 8.81 MB/sec execute 346 sec latency 143.294 ms 2023-12-06T20:54:23.813 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:23 smithi125 ceph-mon[107806]: pgmap v193: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-06T20:54:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:23 smithi167 ceph-mon[110458]: pgmap v193: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-06T20:54:24.501 INFO:teuthology.orchestra.run.smithi125.stdout: 5 154412 8.80 MB/sec execute 347 sec latency 123.730 ms 2023-12-06T20:54:25.504 INFO:teuthology.orchestra.run.smithi125.stdout: 5 154714 8.79 MB/sec execute 348 sec latency 123.368 ms 2023-12-06T20:54:25.900 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:25 smithi125 ceph-mon[107806]: pgmap v194: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 537 op/s 2023-12-06T20:54:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:25 smithi167 ceph-mon[110458]: pgmap v194: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 537 op/s 2023-12-06T20:54:26.504 INFO:teuthology.orchestra.run.smithi125.stdout: 5 155021 8.79 MB/sec execute 349 sec latency 105.459 ms 2023-12-06T20:54:27.504 INFO:teuthology.orchestra.run.smithi125.stdout: 5 155283 8.77 MB/sec execute 350 sec latency 126.423 ms 2023-12-06T20:54:27.934 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:27 smithi125 ceph-mon[107806]: pgmap v195: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-12-06T20:54:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:27 smithi167 ceph-mon[110458]: pgmap v195: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-12-06T20:54:28.509 INFO:teuthology.orchestra.run.smithi125.stdout: 5 155601 8.77 MB/sec execute 351 sec latency 127.970 ms 2023-12-06T20:54:29.518 INFO:teuthology.orchestra.run.smithi125.stdout: 5 155906 8.77 MB/sec execute 352 sec latency 129.649 ms 2023-12-06T20:54:29.973 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:29 smithi125 ceph-mon[107806]: pgmap v196: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-12-06T20:54:30.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:29 smithi167 ceph-mon[110458]: pgmap v196: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-12-06T20:54:30.518 INFO:teuthology.orchestra.run.smithi125.stdout: 5 156289 8.76 MB/sec execute 353 sec latency 132.549 ms 2023-12-06T20:54:31.518 INFO:teuthology.orchestra.run.smithi125.stdout: 5 156556 8.77 MB/sec execute 354 sec latency 127.132 ms 2023-12-06T20:54:32.018 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:31 smithi125 ceph-mon[107806]: pgmap v197: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 547 op/s 2023-12-06T20:54:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:31 smithi167 ceph-mon[110458]: pgmap v197: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 547 op/s 2023-12-06T20:54:32.520 INFO:teuthology.orchestra.run.smithi125.stdout: 5 156870 8.77 MB/sec execute 355 sec latency 126.309 ms 2023-12-06T20:54:32.812 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:54:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:54:33.520 INFO:teuthology.orchestra.run.smithi125.stdout: 5 157185 8.78 MB/sec execute 356 sec latency 129.650 ms 2023-12-06T20:54:33.859 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:33 smithi125 ceph-mon[107806]: pgmap v198: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-12-06T20:54:34.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:33 smithi167 ceph-mon[110458]: pgmap v198: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-12-06T20:54:34.520 INFO:teuthology.orchestra.run.smithi125.stdout: 5 157445 8.77 MB/sec execute 357 sec latency 120.251 ms 2023-12-06T20:54:35.520 INFO:teuthology.orchestra.run.smithi125.stdout: 5 157695 8.78 MB/sec execute 358 sec latency 129.780 ms 2023-12-06T20:54:35.908 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:35 smithi125 ceph-mon[107806]: pgmap v199: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-12-06T20:54:36.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:35 smithi167 ceph-mon[110458]: pgmap v199: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-12-06T20:54:36.520 INFO:teuthology.orchestra.run.smithi125.stdout: 5 157927 8.77 MB/sec execute 359 sec latency 144.533 ms 2023-12-06T20:54:37.521 INFO:teuthology.orchestra.run.smithi125.stdout: 5 158166 8.76 MB/sec execute 360 sec latency 129.674 ms 2023-12-06T20:54:37.971 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:37 smithi125 ceph-mon[107806]: pgmap v200: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-12-06T20:54:38.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:37 smithi167 ceph-mon[110458]: pgmap v200: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-12-06T20:54:38.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 158451 8.75 MB/sec execute 362 sec latency 126.960 ms 2023-12-06T20:54:39.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 158745 8.74 MB/sec execute 363 sec latency 126.403 ms 2023-12-06T20:54:40.006 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:39 smithi125 ceph-mon[107806]: pgmap v201: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-12-06T20:54:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:39 smithi167 ceph-mon[110458]: pgmap v201: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-12-06T20:54:40.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 159087 8.75 MB/sec execute 364 sec latency 139.699 ms 2023-12-06T20:54:41.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 159546 8.74 MB/sec execute 365 sec latency 96.210 ms 2023-12-06T20:54:42.061 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:41 smithi125 ceph-mon[107806]: pgmap v202: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-12-06T20:54:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:41 smithi167 ceph-mon[110458]: pgmap v202: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-12-06T20:54:42.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 159824 8.74 MB/sec execute 366 sec latency 123.327 ms 2023-12-06T20:54:43.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 160201 8.75 MB/sec execute 367 sec latency 141.045 ms 2023-12-06T20:54:44.102 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:43 smithi125 ceph-mon[107806]: pgmap v203: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-06T20:54:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:43 smithi167 ceph-mon[110458]: pgmap v203: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-06T20:54:44.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 160458 8.76 MB/sec execute 368 sec latency 145.242 ms 2023-12-06T20:54:45.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 160779 8.76 MB/sec execute 369 sec latency 138.202 ms 2023-12-06T20:54:45.896 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:45 smithi125 ceph-mon[107806]: pgmap v204: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 539 op/s 2023-12-06T20:54:46.218 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:45 smithi167 ceph-mon[110458]: pgmap v204: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 539 op/s 2023-12-06T20:54:46.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 161104 8.75 MB/sec execute 370 sec latency 129.618 ms 2023-12-06T20:54:47.530 INFO:teuthology.orchestra.run.smithi125.stdout: 5 161312 8.75 MB/sec execute 371 sec latency 141.901 ms 2023-12-06T20:54:47.933 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:47 smithi125 ceph-mon[107806]: pgmap v205: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-06T20:54:47.934 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:54:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:47 smithi167 ceph-mon[110458]: pgmap v205: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-06T20:54:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:54:48.536 INFO:teuthology.orchestra.run.smithi125.stdout: 5 161529 8.74 MB/sec execute 372 sec latency 134.966 ms 2023-12-06T20:54:49.537 INFO:teuthology.orchestra.run.smithi125.stdout: 5 161782 8.73 MB/sec execute 373 sec latency 136.811 ms 2023-12-06T20:54:49.981 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:49 smithi125 ceph-mon[107806]: pgmap v206: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-06T20:54:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:49 smithi167 ceph-mon[110458]: pgmap v206: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-06T20:54:50.538 INFO:teuthology.orchestra.run.smithi125.stdout: 5 162070 8.73 MB/sec execute 374 sec latency 120.743 ms 2023-12-06T20:54:51.547 INFO:teuthology.orchestra.run.smithi125.stdout: 5 162347 8.72 MB/sec execute 375 sec latency 131.206 ms 2023-12-06T20:54:52.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:51 smithi125 ceph-mon[107806]: pgmap v207: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 539 op/s 2023-12-06T20:54:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:51 smithi167 ceph-mon[110458]: pgmap v207: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 539 op/s 2023-12-06T20:54:52.547 INFO:teuthology.orchestra.run.smithi125.stdout: 5 162596 8.71 MB/sec execute 376 sec latency 137.588 ms 2023-12-06T20:54:53.547 INFO:teuthology.orchestra.run.smithi125.stdout: 5 162836 8.70 MB/sec execute 377 sec latency 132.138 ms 2023-12-06T20:54:53.995 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:53 smithi125 ceph-mon[107806]: pgmap v208: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-12-06T20:54:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:53 smithi167 ceph-mon[110458]: pgmap v208: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-12-06T20:54:54.548 INFO:teuthology.orchestra.run.smithi125.stdout: 5 163140 8.70 MB/sec execute 378 sec latency 215.227 ms 2023-12-06T20:54:55.548 INFO:teuthology.orchestra.run.smithi125.stdout: 5 163439 8.70 MB/sec execute 379 sec latency 134.625 ms 2023-12-06T20:54:56.055 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:55 smithi125 ceph-mon[107806]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2023-12-06T20:54:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:55 smithi167 ceph-mon[110458]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2023-12-06T20:54:56.548 INFO:teuthology.orchestra.run.smithi125.stdout: 5 163661 8.70 MB/sec execute 380 sec latency 128.511 ms 2023-12-06T20:54:57.548 INFO:teuthology.orchestra.run.smithi125.stdout: 5 163912 8.70 MB/sec execute 381 sec latency 139.447 ms 2023-12-06T20:54:58.144 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:57 smithi125 ceph-mon[107806]: pgmap v210: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-06T20:54:58.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:57 smithi167 ceph-mon[110458]: pgmap v210: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-06T20:54:58.548 INFO:teuthology.orchestra.run.smithi125.stdout: 5 164168 8.70 MB/sec execute 382 sec latency 152.124 ms 2023-12-06T20:54:59.553 INFO:teuthology.orchestra.run.smithi125.stdout: 5 164437 8.69 MB/sec execute 383 sec latency 134.518 ms 2023-12-06T20:54:59.954 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:54:59 smithi125 ceph-mon[107806]: pgmap v211: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-06T20:55:00.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:54:59 smithi167 ceph-mon[110458]: pgmap v211: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-06T20:55:00.553 INFO:teuthology.orchestra.run.smithi125.stdout: 5 164653 8.69 MB/sec execute 384 sec latency 124.560 ms 2023-12-06T20:55:01.563 INFO:teuthology.orchestra.run.smithi125.stdout: 5 164846 8.67 MB/sec execute 385 sec latency 126.593 ms 2023-12-06T20:55:02.028 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:01 smithi125 ceph-mon[107806]: pgmap v212: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-12-06T20:55:02.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:01 smithi167 ceph-mon[110458]: pgmap v212: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-12-06T20:55:02.563 INFO:teuthology.orchestra.run.smithi125.stdout: 5 164992 8.66 MB/sec execute 386 sec latency 137.133 ms 2023-12-06T20:55:03.076 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:02 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:55:03.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:02 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:55:03.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 165200 8.66 MB/sec execute 387 sec latency 126.969 ms 2023-12-06T20:55:04.102 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:03 smithi125 ceph-mon[107806]: pgmap v213: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-12-06T20:55:04.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:03 smithi167 ceph-mon[110458]: pgmap v213: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-12-06T20:55:04.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 165469 8.65 MB/sec execute 388 sec latency 123.161 ms 2023-12-06T20:55:05.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 165708 8.64 MB/sec execute 389 sec latency 123.756 ms 2023-12-06T20:55:06.159 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:05 smithi125 ceph-mon[107806]: pgmap v214: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-06T20:55:06.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:05 smithi167 ceph-mon[110458]: pgmap v214: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-06T20:55:06.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 165930 8.63 MB/sec execute 390 sec latency 120.439 ms 2023-12-06T20:55:07.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 166103 8.62 MB/sec execute 391 sec latency 138.490 ms 2023-12-06T20:55:07.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:07 smithi125 ceph-mon[107806]: pgmap v215: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 288 op/s 2023-12-06T20:55:08.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:07 smithi167 ceph-mon[110458]: pgmap v215: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 288 op/s 2023-12-06T20:55:08.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 166307 8.61 MB/sec execute 392 sec latency 201.328 ms 2023-12-06T20:55:09.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 166578 8.62 MB/sec execute 393 sec latency 117.706 ms 2023-12-06T20:55:10.043 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:09 smithi125 ceph-mon[107806]: pgmap v216: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 288 op/s 2023-12-06T20:55:10.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:09 smithi167 ceph-mon[110458]: pgmap v216: 97 pgs: 97 active+clean; 350 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 288 op/s 2023-12-06T20:55:10.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 166852 8.61 MB/sec execute 394 sec latency 120.989 ms 2023-12-06T20:55:11.564 INFO:teuthology.orchestra.run.smithi125.stdout: 5 167171 8.61 MB/sec execute 395 sec latency 103.368 ms 2023-12-06T20:55:12.094 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:11 smithi125 ceph-mon[107806]: pgmap v217: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-12-06T20:55:12.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:11 smithi167 ceph-mon[110458]: pgmap v217: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-12-06T20:55:12.565 INFO:teuthology.orchestra.run.smithi125.stdout: 5 167365 8.60 MB/sec execute 396 sec latency 135.265 ms 2023-12-06T20:55:13.566 INFO:teuthology.orchestra.run.smithi125.stdout: 5 167665 8.61 MB/sec execute 397 sec latency 135.331 ms 2023-12-06T20:55:14.143 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:14 smithi125 ceph-mon[107806]: pgmap v218: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 269 op/s 2023-12-06T20:55:14.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:14 smithi167 ceph-mon[110458]: pgmap v218: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 269 op/s 2023-12-06T20:55:14.565 INFO:teuthology.orchestra.run.smithi125.stdout: 5 168001 8.60 MB/sec execute 398 sec latency 108.433 ms 2023-12-06T20:55:15.566 INFO:teuthology.orchestra.run.smithi125.stdout: 5 168257 8.60 MB/sec execute 399 sec latency 136.994 ms 2023-12-06T20:55:16.184 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:16 smithi125 ceph-mon[107806]: pgmap v219: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-12-06T20:55:16.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:16 smithi167 ceph-mon[110458]: pgmap v219: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-12-06T20:55:16.571 INFO:teuthology.orchestra.run.smithi125.stdout: 5 168476 8.60 MB/sec execute 400 sec latency 126.351 ms 2023-12-06T20:55:17.572 INFO:teuthology.orchestra.run.smithi125.stdout: 5 168660 8.58 MB/sec execute 401 sec latency 132.782 ms 2023-12-06T20:55:18.246 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:18 smithi125 ceph-mon[107806]: pgmap v220: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2023-12-06T20:55:18.246 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:18 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:55:18.339 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:18 smithi167 ceph-mon[110458]: pgmap v220: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2023-12-06T20:55:18.340 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:18 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:55:18.572 INFO:teuthology.orchestra.run.smithi125.stdout: 5 168966 8.58 MB/sec execute 402 sec latency 129.882 ms 2023-12-06T20:55:19.261 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:19 smithi125 ceph-mon[107806]: pgmap v221: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2023-12-06T20:55:19.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:19 smithi167 ceph-mon[110458]: pgmap v221: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2023-12-06T20:55:19.572 INFO:teuthology.orchestra.run.smithi125.stdout: 5 169266 8.57 MB/sec execute 403 sec latency 118.017 ms 2023-12-06T20:55:20.582 INFO:teuthology.orchestra.run.smithi125.stdout: 5 169515 8.57 MB/sec execute 404 sec latency 142.691 ms 2023-12-06T20:55:21.582 INFO:teuthology.orchestra.run.smithi125.stdout: 5 169743 8.57 MB/sec execute 405 sec latency 127.654 ms 2023-12-06T20:55:21.809 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:21 smithi125 ceph-mon[107806]: pgmap v222: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-12-06T20:55:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:21 smithi167 ceph-mon[110458]: pgmap v222: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-12-06T20:55:22.582 INFO:teuthology.orchestra.run.smithi125.stdout: 5 170014 8.57 MB/sec execute 406 sec latency 136.472 ms 2023-12-06T20:55:23.592 INFO:teuthology.orchestra.run.smithi125.stdout: 5 170365 8.58 MB/sec execute 407 sec latency 135.534 ms 2023-12-06T20:55:23.860 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:23 smithi125 ceph-mon[107806]: pgmap v223: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-12-06T20:55:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:23 smithi167 ceph-mon[110458]: pgmap v223: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-12-06T20:55:24.592 INFO:teuthology.orchestra.run.smithi125.stdout: 5 170688 8.57 MB/sec execute 408 sec latency 129.702 ms 2023-12-06T20:55:25.592 INFO:teuthology.orchestra.run.smithi125.stdout: 5 171025 8.57 MB/sec execute 409 sec latency 108.993 ms 2023-12-06T20:55:25.874 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:25 smithi125 ceph-mon[107806]: pgmap v224: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 474 op/s 2023-12-06T20:55:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:25 smithi167 ceph-mon[110458]: pgmap v224: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 474 op/s 2023-12-06T20:55:26.592 INFO:teuthology.orchestra.run.smithi125.stdout: 5 171337 8.56 MB/sec execute 410 sec latency 123.494 ms 2023-12-06T20:55:27.592 INFO:teuthology.orchestra.run.smithi125.stdout: 5 171709 8.57 MB/sec execute 411 sec latency 128.055 ms 2023-12-06T20:55:27.913 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:27 smithi125 ceph-mon[107806]: pgmap v225: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-12-06T20:55:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:27 smithi167 ceph-mon[110458]: pgmap v225: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-12-06T20:55:28.592 INFO:teuthology.orchestra.run.smithi125.stdout: 5 171952 8.56 MB/sec execute 412 sec latency 133.150 ms 2023-12-06T20:55:29.592 INFO:teuthology.orchestra.run.smithi125.stdout: 5 172308 8.58 MB/sec execute 413 sec latency 144.554 ms 2023-12-06T20:55:29.970 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:29 smithi125 ceph-mon[107806]: pgmap v226: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-12-06T20:55:30.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:29 smithi167 ceph-mon[110458]: pgmap v226: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-12-06T20:55:30.592 INFO:teuthology.orchestra.run.smithi125.stdout: 5 172681 8.57 MB/sec execute 414 sec latency 131.612 ms 2023-12-06T20:55:31.593 INFO:teuthology.orchestra.run.smithi125.stdout: 5 172959 8.57 MB/sec execute 415 sec latency 129.803 ms 2023-12-06T20:55:32.005 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:31 smithi125 ceph-mon[107806]: pgmap v227: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-12-06T20:55:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:31 smithi167 ceph-mon[110458]: pgmap v227: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-12-06T20:55:32.593 INFO:teuthology.orchestra.run.smithi125.stdout: 5 173253 8.57 MB/sec execute 416 sec latency 130.811 ms 2023-12-06T20:55:33.028 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:55:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:55:33.593 INFO:teuthology.orchestra.run.smithi125.stdout: 5 173521 8.57 MB/sec execute 417 sec latency 134.590 ms 2023-12-06T20:55:34.053 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:33 smithi125 ceph-mon[107806]: pgmap v228: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-06T20:55:34.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:33 smithi167 ceph-mon[110458]: pgmap v228: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-06T20:55:34.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 173860 8.58 MB/sec execute 418 sec latency 128.933 ms 2023-12-06T20:55:35.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 174134 8.57 MB/sec execute 419 sec latency 192.493 ms 2023-12-06T20:55:36.077 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:35 smithi125 ceph-mon[107806]: pgmap v229: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-12-06T20:55:36.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:35 smithi167 ceph-mon[110458]: pgmap v229: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-12-06T20:55:36.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 174403 8.56 MB/sec execute 420 sec latency 126.167 ms 2023-12-06T20:55:37.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 174723 8.55 MB/sec execute 421 sec latency 150.501 ms 2023-12-06T20:55:38.125 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:37 smithi125 ceph-mon[107806]: pgmap v230: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-06T20:55:38.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:37 smithi167 ceph-mon[110458]: pgmap v230: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-06T20:55:38.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 175008 8.56 MB/sec execute 422 sec latency 129.066 ms 2023-12-06T20:55:39.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 175371 8.56 MB/sec execute 423 sec latency 133.205 ms 2023-12-06T20:55:39.940 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:39 smithi125 ceph-mon[107806]: pgmap v231: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-06T20:55:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:39 smithi167 ceph-mon[110458]: pgmap v231: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-06T20:55:40.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 175678 8.57 MB/sec execute 424 sec latency 129.774 ms 2023-12-06T20:55:41.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 175960 8.56 MB/sec execute 425 sec latency 139.605 ms 2023-12-06T20:55:42.000 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:41 smithi125 ceph-mon[107806]: pgmap v232: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 572 op/s 2023-12-06T20:55:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:41 smithi167 ceph-mon[110458]: pgmap v232: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 572 op/s 2023-12-06T20:55:42.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 176241 8.55 MB/sec execute 426 sec latency 127.961 ms 2023-12-06T20:55:43.594 INFO:teuthology.orchestra.run.smithi125.stdout: 5 176551 8.55 MB/sec execute 427 sec latency 154.042 ms 2023-12-06T20:55:44.057 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:43 smithi125 ceph-mon[107806]: pgmap v233: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 373 op/s 2023-12-06T20:55:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:43 smithi167 ceph-mon[110458]: pgmap v233: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 373 op/s 2023-12-06T20:55:44.599 INFO:teuthology.orchestra.run.smithi125.stdout: 5 176848 8.56 MB/sec execute 428 sec latency 202.258 ms 2023-12-06T20:55:45.599 INFO:teuthology.orchestra.run.smithi125.stdout: 5 177135 8.56 MB/sec execute 429 sec latency 147.063 ms 2023-12-06T20:55:46.097 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:45 smithi125 ceph-mon[107806]: pgmap v234: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 550 op/s 2023-12-06T20:55:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:45 smithi167 ceph-mon[110458]: pgmap v234: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 550 op/s 2023-12-06T20:55:46.599 INFO:teuthology.orchestra.run.smithi125.stdout: 5 177435 8.57 MB/sec execute 430 sec latency 132.485 ms 2023-12-06T20:55:47.606 INFO:teuthology.orchestra.run.smithi125.stdout: 5 177840 8.55 MB/sec execute 431 sec latency 123.734 ms 2023-12-06T20:55:48.130 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:47 smithi125 ceph-mon[107806]: pgmap v235: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-06T20:55:48.131 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:55:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:47 smithi167 ceph-mon[110458]: pgmap v235: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-06T20:55:48.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:55:48.606 INFO:teuthology.orchestra.run.smithi125.stdout: 5 178093 8.55 MB/sec execute 432 sec latency 120.861 ms 2023-12-06T20:55:49.606 INFO:teuthology.orchestra.run.smithi125.stdout: 5 178293 8.54 MB/sec execute 433 sec latency 140.668 ms 2023-12-06T20:55:49.945 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:49 smithi125 ceph-mon[107806]: pgmap v236: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-06T20:55:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:49 smithi167 ceph-mon[110458]: pgmap v236: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-06T20:55:50.614 INFO:teuthology.orchestra.run.smithi125.stdout: 5 178580 8.54 MB/sec execute 434 sec latency 131.748 ms 2023-12-06T20:55:51.614 INFO:teuthology.orchestra.run.smithi125.stdout: 5 178856 8.55 MB/sec execute 435 sec latency 123.743 ms 2023-12-06T20:55:51.959 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:51 smithi125 ceph-mon[107806]: pgmap v237: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 552 op/s 2023-12-06T20:55:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:51 smithi167 ceph-mon[110458]: pgmap v237: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 552 op/s 2023-12-06T20:55:52.614 INFO:teuthology.orchestra.run.smithi125.stdout: 5 179114 8.54 MB/sec execute 436 sec latency 123.664 ms 2023-12-06T20:55:53.614 INFO:teuthology.orchestra.run.smithi125.stdout: 5 179352 8.53 MB/sec execute 437 sec latency 142.815 ms 2023-12-06T20:55:54.010 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:53 smithi125 ceph-mon[107806]: pgmap v238: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-06T20:55:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:53 smithi167 ceph-mon[110458]: pgmap v238: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-06T20:55:54.614 INFO:teuthology.orchestra.run.smithi125.stdout: 5 179674 8.53 MB/sec execute 438 sec latency 129.374 ms 2023-12-06T20:55:55.615 INFO:teuthology.orchestra.run.smithi125.stdout: 5 179972 8.53 MB/sec execute 439 sec latency 120.645 ms 2023-12-06T20:55:56.073 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:55 smithi125 ceph-mon[107806]: pgmap v239: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-12-06T20:55:56.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:55 smithi167 ceph-mon[110458]: pgmap v239: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-12-06T20:55:56.615 INFO:teuthology.orchestra.run.smithi125.stdout: 5 180291 8.53 MB/sec execute 440 sec latency 192.256 ms 2023-12-06T20:55:57.615 INFO:teuthology.orchestra.run.smithi125.stdout: 5 180554 8.53 MB/sec execute 441 sec latency 149.937 ms 2023-12-06T20:55:58.114 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:55:57 smithi125 ceph-mon[107806]: pgmap v240: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-06T20:55:58.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:55:57 smithi167 ceph-mon[110458]: pgmap v240: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-06T20:55:58.615 INFO:teuthology.orchestra.run.smithi125.stdout: 5 180842 8.54 MB/sec execute 442 sec latency 128.953 ms 2023-12-06T20:55:59.615 INFO:teuthology.orchestra.run.smithi125.stdout: 5 181088 8.53 MB/sec execute 443 sec latency 126.774 ms 2023-12-06T20:56:00.143 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:00 smithi125 ceph-mon[107806]: pgmap v241: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-06T20:56:00.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:00 smithi167 ceph-mon[110458]: pgmap v241: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-06T20:56:00.615 INFO:teuthology.orchestra.run.smithi125.stdout: 5 181353 8.52 MB/sec execute 444 sec latency 131.901 ms 2023-12-06T20:56:01.615 INFO:teuthology.orchestra.run.smithi125.stdout: 5 181624 8.51 MB/sec execute 445 sec latency 134.711 ms 2023-12-06T20:56:02.198 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:02 smithi125 ceph-mon[107806]: pgmap v242: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-12-06T20:56:02.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:02 smithi167 ceph-mon[110458]: pgmap v242: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-12-06T20:56:02.626 INFO:teuthology.orchestra.run.smithi125.stdout: 5 181945 8.51 MB/sec execute 446 sec latency 197.170 ms 2023-12-06T20:56:03.210 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:56:03.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:56:03.632 INFO:teuthology.orchestra.run.smithi125.stdout: 5 182297 8.52 MB/sec execute 447 sec latency 129.797 ms 2023-12-06T20:56:04.230 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:04 smithi125 ceph-mon[107806]: pgmap v243: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-06T20:56:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:04 smithi167 ceph-mon[110458]: pgmap v243: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-06T20:56:04.632 INFO:teuthology.orchestra.run.smithi125.stdout: 5 182673 8.52 MB/sec execute 448 sec latency 121.234 ms 2023-12-06T20:56:05.634 INFO:teuthology.orchestra.run.smithi125.stdout: 5 183056 8.52 MB/sec execute 449 sec latency 125.502 ms 2023-12-06T20:56:06.034 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:06 smithi125 ceph-mon[107806]: pgmap v244: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-12-06T20:56:06.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:06 smithi167 ceph-mon[110458]: pgmap v244: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-12-06T20:56:06.640 INFO:teuthology.orchestra.run.smithi125.stdout: 5 183271 8.51 MB/sec execute 450 sec latency 129.978 ms 2023-12-06T20:56:07.640 INFO:teuthology.orchestra.run.smithi125.stdout: 5 183544 8.52 MB/sec execute 451 sec latency 126.324 ms 2023-12-06T20:56:08.066 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:08 smithi125 ceph-mon[107806]: pgmap v245: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-12-06T20:56:08.345 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:08 smithi167 ceph-mon[110458]: pgmap v245: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-12-06T20:56:08.640 INFO:teuthology.orchestra.run.smithi125.stdout: 5 183884 8.52 MB/sec execute 452 sec latency 128.702 ms 2023-12-06T20:56:09.640 INFO:teuthology.orchestra.run.smithi125.stdout: 5 184199 8.52 MB/sec execute 453 sec latency 142.393 ms 2023-12-06T20:56:10.128 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:10 smithi125 ceph-mon[107806]: pgmap v246: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-12-06T20:56:10.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:10 smithi167 ceph-mon[110458]: pgmap v246: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-12-06T20:56:10.645 INFO:teuthology.orchestra.run.smithi125.stdout: 5 184507 8.53 MB/sec execute 454 sec latency 207.137 ms 2023-12-06T20:56:11.137 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:11 smithi125 ceph-mon[107806]: pgmap v247: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-12-06T20:56:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:11 smithi167 ceph-mon[110458]: pgmap v247: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-12-06T20:56:11.645 INFO:teuthology.orchestra.run.smithi125.stdout: 5 184780 8.52 MB/sec execute 455 sec latency 129.121 ms 2023-12-06T20:56:12.645 INFO:teuthology.orchestra.run.smithi125.stdout: 5 185031 8.51 MB/sec execute 456 sec latency 123.511 ms 2023-12-06T20:56:13.210 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:13 smithi125 ceph-mon[107806]: pgmap v248: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-12-06T20:56:13.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:13 smithi167 ceph-mon[110458]: pgmap v248: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-12-06T20:56:13.645 INFO:teuthology.orchestra.run.smithi125.stdout: 5 185210 8.50 MB/sec execute 457 sec latency 131.347 ms 2023-12-06T20:56:14.645 INFO:teuthology.orchestra.run.smithi125.stdout: 5 185371 8.48 MB/sec execute 458 sec latency 189.683 ms 2023-12-06T20:56:15.645 INFO:teuthology.orchestra.run.smithi125.stdout: 5 185613 8.49 MB/sec execute 459 sec latency 164.336 ms 2023-12-06T20:56:15.781 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:15 smithi125 ceph-mon[107806]: pgmap v249: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-12-06T20:56:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:15 smithi167 ceph-mon[110458]: pgmap v249: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-12-06T20:56:16.645 INFO:teuthology.orchestra.run.smithi125.stdout: 5 185830 8.49 MB/sec execute 460 sec latency 120.826 ms 2023-12-06T20:56:17.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 186140 8.48 MB/sec execute 461 sec latency 123.593 ms 2023-12-06T20:56:17.868 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:17 smithi125 ceph-mon[107806]: pgmap v250: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-06T20:56:17.869 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:56:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:17 smithi167 ceph-mon[110458]: pgmap v250: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-06T20:56:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:56:18.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 186453 8.48 MB/sec execute 462 sec latency 135.578 ms 2023-12-06T20:56:19.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 186667 8.48 MB/sec execute 463 sec latency 129.449 ms 2023-12-06T20:56:19.902 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:19 smithi125 ceph-mon[107806]: pgmap v251: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-06T20:56:20.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:19 smithi167 ceph-mon[110458]: pgmap v251: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-06T20:56:20.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 186875 8.47 MB/sec execute 464 sec latency 134.021 ms 2023-12-06T20:56:21.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 187102 8.47 MB/sec execute 465 sec latency 131.219 ms 2023-12-06T20:56:21.961 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:21 smithi125 ceph-mon[107806]: pgmap v252: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-06T20:56:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:21 smithi167 ceph-mon[110458]: pgmap v252: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-06T20:56:22.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 187469 8.47 MB/sec execute 466 sec latency 144.726 ms 2023-12-06T20:56:23.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 187713 8.47 MB/sec execute 467 sec latency 129.789 ms 2023-12-06T20:56:23.991 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:23 smithi125 ceph-mon[107806]: pgmap v253: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-12-06T20:56:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:23 smithi167 ceph-mon[110458]: pgmap v253: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-12-06T20:56:24.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 188030 8.48 MB/sec execute 468 sec latency 139.175 ms 2023-12-06T20:56:25.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 188308 8.47 MB/sec execute 469 sec latency 134.084 ms 2023-12-06T20:56:26.030 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:25 smithi125 ceph-mon[107806]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-06T20:56:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:25 smithi167 ceph-mon[110458]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-06T20:56:26.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 188538 8.46 MB/sec execute 470 sec latency 135.834 ms 2023-12-06T20:56:27.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 188794 8.45 MB/sec execute 471 sec latency 140.023 ms 2023-12-06T20:56:28.092 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:27 smithi125 ceph-mon[107806]: pgmap v255: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 303 op/s 2023-12-06T20:56:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:27 smithi167 ceph-mon[110458]: pgmap v255: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 303 op/s 2023-12-06T20:56:28.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 189046 8.45 MB/sec execute 472 sec latency 161.436 ms 2023-12-06T20:56:29.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 189328 8.45 MB/sec execute 473 sec latency 122.045 ms 2023-12-06T20:56:29.909 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:29 smithi125 ceph-mon[107806]: pgmap v256: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 303 op/s 2023-12-06T20:56:30.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:29 smithi167 ceph-mon[110458]: pgmap v256: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 303 op/s 2023-12-06T20:56:30.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 189713 8.46 MB/sec execute 474 sec latency 114.510 ms 2023-12-06T20:56:31.646 INFO:teuthology.orchestra.run.smithi125.stdout: 5 189988 8.46 MB/sec execute 475 sec latency 123.831 ms 2023-12-06T20:56:31.946 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:31 smithi125 ceph-mon[107806]: pgmap v257: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-12-06T20:56:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:31 smithi167 ceph-mon[110458]: pgmap v257: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-12-06T20:56:32.653 INFO:teuthology.orchestra.run.smithi125.stdout: 5 190243 8.45 MB/sec execute 476 sec latency 137.219 ms 2023-12-06T20:56:32.973 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:56:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:56:33.653 INFO:teuthology.orchestra.run.smithi125.stdout: 5 190592 8.44 MB/sec execute 477 sec latency 138.339 ms 2023-12-06T20:56:33.899 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:33 smithi125 ceph-mon[107806]: pgmap v258: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-06T20:56:34.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:33 smithi167 ceph-mon[110458]: pgmap v258: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-06T20:56:34.653 INFO:teuthology.orchestra.run.smithi125.stdout: 5 190895 8.45 MB/sec execute 478 sec latency 134.833 ms 2023-12-06T20:56:35.663 INFO:teuthology.orchestra.run.smithi125.stdout: 5 191170 8.45 MB/sec execute 479 sec latency 130.909 ms 2023-12-06T20:56:36.039 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:35 smithi125 ceph-mon[107806]: pgmap v259: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-06T20:56:36.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:35 smithi167 ceph-mon[110458]: pgmap v259: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-06T20:56:36.663 INFO:teuthology.orchestra.run.smithi125.stdout: 5 191471 8.46 MB/sec execute 480 sec latency 156.739 ms 2023-12-06T20:56:37.663 INFO:teuthology.orchestra.run.smithi125.stdout: 5 191756 8.45 MB/sec execute 481 sec latency 125.225 ms 2023-12-06T20:56:38.102 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:37 smithi125 ceph-mon[107806]: pgmap v260: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 342 op/s 2023-12-06T20:56:38.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:37 smithi167 ceph-mon[110458]: pgmap v260: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 342 op/s 2023-12-06T20:56:38.663 INFO:teuthology.orchestra.run.smithi125.stdout: 5 192072 8.44 MB/sec execute 482 sec latency 124.022 ms 2023-12-06T20:56:39.666 INFO:teuthology.orchestra.run.smithi125.stdout: 5 192301 8.43 MB/sec execute 483 sec latency 137.873 ms 2023-12-06T20:56:39.932 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:39 smithi125 ceph-mon[107806]: pgmap v261: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 342 op/s 2023-12-06T20:56:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:39 smithi167 ceph-mon[110458]: pgmap v261: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 342 op/s 2023-12-06T20:56:40.671 INFO:teuthology.orchestra.run.smithi125.stdout: 5 192547 8.44 MB/sec execute 484 sec latency 120.697 ms 2023-12-06T20:56:41.672 INFO:teuthology.orchestra.run.smithi125.stdout: 5 192787 8.43 MB/sec execute 485 sec latency 189.530 ms 2023-12-06T20:56:42.002 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:41 smithi125 ceph-mon[107806]: pgmap v262: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-12-06T20:56:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:41 smithi167 ceph-mon[110458]: pgmap v262: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-12-06T20:56:42.672 INFO:teuthology.orchestra.run.smithi125.stdout: 5 193099 8.43 MB/sec execute 486 sec latency 127.333 ms 2023-12-06T20:56:43.672 INFO:teuthology.orchestra.run.smithi125.stdout: 5 193476 8.44 MB/sec execute 487 sec latency 129.906 ms 2023-12-06T20:56:43.923 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:43 smithi125 ceph-mon[107806]: pgmap v263: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-06T20:56:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:43 smithi167 ceph-mon[110458]: pgmap v263: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-06T20:56:44.672 INFO:teuthology.orchestra.run.smithi125.stdout: 5 193713 8.43 MB/sec execute 488 sec latency 129.374 ms 2023-12-06T20:56:45.672 INFO:teuthology.orchestra.run.smithi125.stdout: 5 193873 8.42 MB/sec execute 489 sec latency 123.745 ms 2023-12-06T20:56:46.116 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:45 smithi125 ceph-mon[107806]: pgmap v264: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-12-06T20:56:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:45 smithi167 ceph-mon[110458]: pgmap v264: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-12-06T20:56:46.672 INFO:teuthology.orchestra.run.smithi125.stdout: 5 194056 8.41 MB/sec execute 490 sec latency 195.617 ms 2023-12-06T20:56:47.673 INFO:teuthology.orchestra.run.smithi125.stdout: 5 194300 8.41 MB/sec execute 491 sec latency 141.910 ms 2023-12-06T20:56:47.940 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:47 smithi125 ceph-mon[107806]: pgmap v265: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T20:56:47.940 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:56:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:47 smithi167 ceph-mon[110458]: pgmap v265: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T20:56:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:56:48.672 INFO:teuthology.orchestra.run.smithi125.stdout: 5 194529 8.41 MB/sec execute 492 sec latency 128.427 ms 2023-12-06T20:56:49.673 INFO:teuthology.orchestra.run.smithi125.stdout: 5 194737 8.41 MB/sec execute 493 sec latency 127.667 ms 2023-12-06T20:56:50.017 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:49 smithi125 ceph-mon[107806]: pgmap v266: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T20:56:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:49 smithi167 ceph-mon[110458]: pgmap v266: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-06T20:56:50.679 INFO:teuthology.orchestra.run.smithi125.stdout: 5 194917 8.40 MB/sec execute 494 sec latency 130.995 ms 2023-12-06T20:56:51.679 INFO:teuthology.orchestra.run.smithi125.stdout: 5 195170 8.41 MB/sec execute 495 sec latency 132.187 ms 2023-12-06T20:56:52.063 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:51 smithi125 ceph-mon[107806]: pgmap v267: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 486 op/s 2023-12-06T20:56:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:51 smithi167 ceph-mon[110458]: pgmap v267: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 486 op/s 2023-12-06T20:56:52.679 INFO:teuthology.orchestra.run.smithi125.stdout: 5 195379 8.39 MB/sec execute 496 sec latency 129.562 ms 2023-12-06T20:56:53.679 INFO:teuthology.orchestra.run.smithi125.stdout: 5 195626 8.38 MB/sec execute 497 sec latency 141.461 ms 2023-12-06T20:56:54.122 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:53 smithi125 ceph-mon[107806]: pgmap v268: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-12-06T20:56:54.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:53 smithi167 ceph-mon[110458]: pgmap v268: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-12-06T20:56:54.679 INFO:teuthology.orchestra.run.smithi125.stdout: 5 195862 8.37 MB/sec execute 498 sec latency 132.316 ms 2023-12-06T20:56:55.680 INFO:teuthology.orchestra.run.smithi125.stdout: 5 196172 8.38 MB/sec execute 499 sec latency 131.813 ms 2023-12-06T20:56:56.194 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:55 smithi125 ceph-mon[107806]: pgmap v269: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-12-06T20:56:56.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:55 smithi167 ceph-mon[110458]: pgmap v269: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-12-06T20:56:56.679 INFO:teuthology.orchestra.run.smithi125.stdout: 5 196552 8.39 MB/sec execute 500 sec latency 143.039 ms 2023-12-06T20:56:57.679 INFO:teuthology.orchestra.run.smithi125.stdout: 5 196972 8.39 MB/sec execute 501 sec latency 125.926 ms 2023-12-06T20:56:58.233 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:57 smithi125 ceph-mon[107806]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 268 op/s 2023-12-06T20:56:58.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:57 smithi167 ceph-mon[110458]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 268 op/s 2023-12-06T20:56:58.681 INFO:teuthology.orchestra.run.smithi125.stdout: 5 197272 8.39 MB/sec execute 502 sec latency 194.172 ms 2023-12-06T20:56:59.681 INFO:teuthology.orchestra.run.smithi125.stdout: 5 197538 8.38 MB/sec execute 503 sec latency 136.875 ms 2023-12-06T20:57:00.037 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:56:59 smithi125 ceph-mon[107806]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 268 op/s 2023-12-06T20:57:00.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:56:59 smithi167 ceph-mon[110458]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 268 op/s 2023-12-06T20:57:00.681 INFO:teuthology.orchestra.run.smithi125.stdout: 5 197956 8.39 MB/sec execute 504 sec latency 129.508 ms 2023-12-06T20:57:01.681 INFO:teuthology.orchestra.run.smithi125.stdout: 5 198322 8.40 MB/sec execute 505 sec latency 123.750 ms 2023-12-06T20:57:02.086 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:01 smithi125 ceph-mon[107806]: pgmap v272: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-12-06T20:57:02.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:01 smithi167 ceph-mon[110458]: pgmap v272: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-12-06T20:57:02.681 INFO:teuthology.orchestra.run.smithi125.stdout: 5 198563 8.40 MB/sec execute 506 sec latency 130.948 ms 2023-12-06T20:57:03.104 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:57:03.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:57:03.689 INFO:teuthology.orchestra.run.smithi125.stdout: 5 198822 8.40 MB/sec execute 507 sec latency 129.585 ms 2023-12-06T20:57:04.131 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:04 smithi125 ceph-mon[107806]: pgmap v273: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 326 op/s 2023-12-06T20:57:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:04 smithi167 ceph-mon[110458]: pgmap v273: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 326 op/s 2023-12-06T20:57:04.690 INFO:teuthology.orchestra.run.smithi125.stdout: 5 199097 8.39 MB/sec execute 508 sec latency 135.243 ms 2023-12-06T20:57:05.696 INFO:teuthology.orchestra.run.smithi125.stdout: 5 199408 8.38 MB/sec execute 509 sec latency 126.655 ms 2023-12-06T20:57:06.048 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:06 smithi125 ceph-mon[107806]: pgmap v274: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-12-06T20:57:06.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:06 smithi167 ceph-mon[110458]: pgmap v274: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-12-06T20:57:06.696 INFO:teuthology.orchestra.run.smithi125.stdout: 5 199634 8.37 MB/sec execute 510 sec latency 178.868 ms 2023-12-06T20:57:07.696 INFO:teuthology.orchestra.run.smithi125.stdout: 5 200003 8.39 MB/sec execute 511 sec latency 128.486 ms 2023-12-06T20:57:08.151 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:08 smithi125 ceph-mon[107806]: pgmap v275: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-06T20:57:08.339 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:08 smithi167 ceph-mon[110458]: pgmap v275: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-06T20:57:08.703 INFO:teuthology.orchestra.run.smithi125.stdout: 5 200361 8.39 MB/sec execute 512 sec latency 117.894 ms 2023-12-06T20:57:09.703 INFO:teuthology.orchestra.run.smithi125.stdout: 5 200644 8.39 MB/sec execute 513 sec latency 129.749 ms 2023-12-06T20:57:10.214 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:10 smithi125 ceph-mon[107806]: pgmap v276: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-06T20:57:10.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:10 smithi167 ceph-mon[110458]: pgmap v276: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-06T20:57:10.703 INFO:teuthology.orchestra.run.smithi125.stdout: 5 200899 8.38 MB/sec execute 514 sec latency 123.623 ms 2023-12-06T20:57:11.259 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:11 smithi125 ceph-mon[107806]: pgmap v277: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2023-12-06T20:57:11.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:11 smithi167 ceph-mon[110458]: pgmap v277: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2023-12-06T20:57:11.703 INFO:teuthology.orchestra.run.smithi125.stdout: 5 201175 8.38 MB/sec execute 515 sec latency 145.504 ms 2023-12-06T20:57:12.703 INFO:teuthology.orchestra.run.smithi125.stdout: 5 201436 8.38 MB/sec execute 516 sec latency 136.751 ms 2023-12-06T20:57:13.341 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:13 smithi125 ceph-mon[107806]: pgmap v278: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 375 op/s 2023-12-06T20:57:13.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:13 smithi167 ceph-mon[110458]: pgmap v278: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 375 op/s 2023-12-06T20:57:13.703 INFO:teuthology.orchestra.run.smithi125.stdout: 5 201706 8.38 MB/sec execute 517 sec latency 123.744 ms 2023-12-06T20:57:14.703 INFO:teuthology.orchestra.run.smithi125.stdout: 5 202050 8.39 MB/sec execute 518 sec latency 151.233 ms 2023-12-06T20:57:15.703 INFO:teuthology.orchestra.run.smithi125.stdout: 5 202342 8.39 MB/sec execute 519 sec latency 135.201 ms 2023-12-06T20:57:15.926 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:15 smithi125 ceph-mon[107806]: pgmap v279: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 542 op/s 2023-12-06T20:57:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:15 smithi167 ceph-mon[110458]: pgmap v279: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 542 op/s 2023-12-06T20:57:16.712 INFO:teuthology.orchestra.run.smithi125.stdout: 5 202638 8.38 MB/sec execute 520 sec latency 129.634 ms 2023-12-06T20:57:17.712 INFO:teuthology.orchestra.run.smithi125.stdout: 5 202854 8.36 MB/sec execute 521 sec latency 126.510 ms 2023-12-06T20:57:18.001 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:17 smithi125 ceph-mon[107806]: pgmap v280: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-12-06T20:57:18.001 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:57:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:17 smithi167 ceph-mon[110458]: pgmap v280: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-12-06T20:57:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:57:18.712 INFO:teuthology.orchestra.run.smithi125.stdout: 5 203020 8.36 MB/sec execute 522 sec latency 138.643 ms 2023-12-06T20:57:19.712 INFO:teuthology.orchestra.run.smithi125.stdout: 5 203231 8.36 MB/sec execute 523 sec latency 134.880 ms 2023-12-06T20:57:20.059 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:19 smithi125 ceph-mon[107806]: pgmap v281: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-12-06T20:57:20.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:19 smithi167 ceph-mon[110458]: pgmap v281: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-12-06T20:57:20.712 INFO:teuthology.orchestra.run.smithi125.stdout: 5 203434 8.35 MB/sec execute 524 sec latency 146.281 ms 2023-12-06T20:57:21.718 INFO:teuthology.orchestra.run.smithi125.stdout: 5 203732 8.36 MB/sec execute 525 sec latency 130.262 ms 2023-12-06T20:57:21.870 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:21 smithi125 ceph-mon[107806]: pgmap v282: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-12-06T20:57:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:21 smithi167 ceph-mon[110458]: pgmap v282: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-12-06T20:57:22.726 INFO:teuthology.orchestra.run.smithi125.stdout: 5 204037 8.36 MB/sec execute 526 sec latency 136.259 ms 2023-12-06T20:57:23.726 INFO:teuthology.orchestra.run.smithi125.stdout: 5 204264 8.35 MB/sec execute 527 sec latency 123.511 ms 2023-12-06T20:57:23.961 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:23 smithi125 ceph-mon[107806]: pgmap v283: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-06T20:57:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:23 smithi167 ceph-mon[110458]: pgmap v283: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-06T20:57:24.726 INFO:teuthology.orchestra.run.smithi125.stdout: 5 204486 8.34 MB/sec execute 528 sec latency 170.693 ms 2023-12-06T20:57:25.726 INFO:teuthology.orchestra.run.smithi125.stdout: 5 204719 8.33 MB/sec execute 529 sec latency 134.301 ms 2023-12-06T20:57:26.011 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:25 smithi125 ceph-mon[107806]: pgmap v284: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-06T20:57:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:25 smithi167 ceph-mon[110458]: pgmap v284: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-06T20:57:26.726 INFO:teuthology.orchestra.run.smithi125.stdout: 5 204939 8.33 MB/sec execute 530 sec latency 125.150 ms 2023-12-06T20:57:27.727 INFO:teuthology.orchestra.run.smithi125.stdout: 5 205218 8.34 MB/sec execute 531 sec latency 124.688 ms 2023-12-06T20:57:28.094 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:27 smithi125 ceph-mon[107806]: pgmap v285: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-12-06T20:57:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:27 smithi167 ceph-mon[110458]: pgmap v285: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-12-06T20:57:28.726 INFO:teuthology.orchestra.run.smithi125.stdout: 5 205452 8.33 MB/sec execute 532 sec latency 126.297 ms 2023-12-06T20:57:29.726 INFO:teuthology.orchestra.run.smithi125.stdout: 5 205759 8.34 MB/sec execute 533 sec latency 126.584 ms 2023-12-06T20:57:29.894 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:29 smithi125 ceph-mon[107806]: pgmap v286: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-12-06T20:57:30.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:29 smithi167 ceph-mon[110458]: pgmap v286: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-12-06T20:57:30.726 INFO:teuthology.orchestra.run.smithi125.stdout: 5 206010 8.33 MB/sec execute 534 sec latency 129.452 ms 2023-12-06T20:57:31.733 INFO:teuthology.orchestra.run.smithi125.stdout: 5 206214 8.32 MB/sec execute 535 sec latency 105.456 ms 2023-12-06T20:57:31.949 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:31 smithi125 ceph-mon[107806]: pgmap v287: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 461 op/s 2023-12-06T20:57:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:31 smithi167 ceph-mon[110458]: pgmap v287: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 461 op/s 2023-12-06T20:57:32.733 INFO:teuthology.orchestra.run.smithi125.stdout: 5 206379 8.31 MB/sec execute 536 sec latency 134.134 ms 2023-12-06T20:57:32.993 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:57:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:57:33.733 INFO:teuthology.orchestra.run.smithi125.stdout: 5 206595 8.31 MB/sec execute 537 sec latency 127.017 ms 2023-12-06T20:57:34.038 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:33 smithi125 ceph-mon[107806]: pgmap v288: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 292 op/s 2023-12-06T20:57:34.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:33 smithi167 ceph-mon[110458]: pgmap v288: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 292 op/s 2023-12-06T20:57:34.733 INFO:teuthology.orchestra.run.smithi125.stdout: 5 206843 8.31 MB/sec execute 538 sec latency 141.934 ms 2023-12-06T20:57:35.733 INFO:teuthology.orchestra.run.smithi125.stdout: 5 207070 8.30 MB/sec execute 539 sec latency 217.332 ms 2023-12-06T20:57:36.120 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:35 smithi125 ceph-mon[107806]: pgmap v289: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-06T20:57:36.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:35 smithi167 ceph-mon[110458]: pgmap v289: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-06T20:57:36.734 INFO:teuthology.orchestra.run.smithi125.stdout: 5 207320 8.30 MB/sec execute 540 sec latency 207.040 ms 2023-12-06T20:57:37.734 INFO:teuthology.orchestra.run.smithi125.stdout: 5 207584 8.31 MB/sec execute 541 sec latency 123.558 ms 2023-12-06T20:57:37.904 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:37 smithi125 ceph-mon[107806]: pgmap v290: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-12-06T20:57:38.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:37 smithi167 ceph-mon[110458]: pgmap v290: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-12-06T20:57:38.743 INFO:teuthology.orchestra.run.smithi125.stdout: 5 207785 8.29 MB/sec execute 542 sec latency 133.851 ms 2023-12-06T20:57:39.743 INFO:teuthology.orchestra.run.smithi125.stdout: 5 208108 8.29 MB/sec execute 543 sec latency 126.705 ms 2023-12-06T20:57:39.958 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:39 smithi125 ceph-mon[107806]: pgmap v291: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 290 op/s 2023-12-06T20:57:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:39 smithi167 ceph-mon[110458]: pgmap v291: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 290 op/s 2023-12-06T20:57:40.743 INFO:teuthology.orchestra.run.smithi125.stdout: 5 208334 8.28 MB/sec execute 544 sec latency 127.957 ms 2023-12-06T20:57:41.751 INFO:teuthology.orchestra.run.smithi125.stdout: 5 208633 8.29 MB/sec execute 545 sec latency 128.079 ms 2023-12-06T20:57:42.066 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:41 smithi125 ceph-mon[107806]: pgmap v292: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-06T20:57:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:41 smithi167 ceph-mon[110458]: pgmap v292: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-06T20:57:42.751 INFO:teuthology.orchestra.run.smithi125.stdout: 5 208869 8.28 MB/sec execute 546 sec latency 123.623 ms 2023-12-06T20:57:43.751 INFO:teuthology.orchestra.run.smithi125.stdout: 5 209170 8.29 MB/sec execute 547 sec latency 138.333 ms 2023-12-06T20:57:44.100 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:43 smithi125 ceph-mon[107806]: pgmap v293: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-06T20:57:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:43 smithi167 ceph-mon[110458]: pgmap v293: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-06T20:57:44.751 INFO:teuthology.orchestra.run.smithi125.stdout: 5 209445 8.28 MB/sec execute 548 sec latency 127.026 ms 2023-12-06T20:57:45.751 INFO:teuthology.orchestra.run.smithi125.stdout: 5 209725 8.28 MB/sec execute 549 sec latency 126.707 ms 2023-12-06T20:57:45.910 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:45 smithi125 ceph-mon[107806]: pgmap v294: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 445 op/s 2023-12-06T20:57:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:45 smithi167 ceph-mon[110458]: pgmap v294: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 445 op/s 2023-12-06T20:57:46.751 INFO:teuthology.orchestra.run.smithi125.stdout: 5 209991 8.28 MB/sec execute 550 sec latency 142.259 ms 2023-12-06T20:57:47.760 INFO:teuthology.orchestra.run.smithi125.stdout: 5 210273 8.28 MB/sec execute 551 sec latency 138.846 ms 2023-12-06T20:57:47.960 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:47 smithi125 ceph-mon[107806]: pgmap v295: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 306 op/s 2023-12-06T20:57:47.961 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:57:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:47 smithi167 ceph-mon[110458]: pgmap v295: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 306 op/s 2023-12-06T20:57:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:57:48.760 INFO:teuthology.orchestra.run.smithi125.stdout: 5 210521 8.28 MB/sec execute 552 sec latency 129.624 ms 2023-12-06T20:57:49.761 INFO:teuthology.orchestra.run.smithi125.stdout: 5 210821 8.28 MB/sec execute 553 sec latency 120.662 ms 2023-12-06T20:57:50.010 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:49 smithi125 ceph-mon[107806]: pgmap v296: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-12-06T20:57:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:49 smithi167 ceph-mon[110458]: pgmap v296: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-12-06T20:57:50.761 INFO:teuthology.orchestra.run.smithi125.stdout: 5 211136 8.27 MB/sec execute 554 sec latency 126.336 ms 2023-12-06T20:57:51.761 INFO:teuthology.orchestra.run.smithi125.stdout: 5 211365 8.27 MB/sec execute 555 sec latency 142.372 ms 2023-12-06T20:57:52.067 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:51 smithi125 ceph-mon[107806]: pgmap v297: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-12-06T20:57:52.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:51 smithi167 ceph-mon[110458]: pgmap v297: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-12-06T20:57:52.768 INFO:teuthology.orchestra.run.smithi125.stdout: 5 211598 8.27 MB/sec execute 556 sec latency 118.650 ms 2023-12-06T20:57:53.769 INFO:teuthology.orchestra.run.smithi125.stdout: 5 211865 8.27 MB/sec execute 557 sec latency 120.788 ms 2023-12-06T20:57:54.114 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:53 smithi125 ceph-mon[107806]: pgmap v298: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-12-06T20:57:54.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:53 smithi167 ceph-mon[110458]: pgmap v298: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-12-06T20:57:54.768 INFO:teuthology.orchestra.run.smithi125.stdout: 5 212142 8.26 MB/sec execute 558 sec latency 140.642 ms 2023-12-06T20:57:55.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 212427 8.26 MB/sec execute 559 sec latency 138.077 ms 2023-12-06T20:57:56.150 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:55 smithi125 ceph-mon[107806]: pgmap v299: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-12-06T20:57:56.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:55 smithi167 ceph-mon[110458]: pgmap v299: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-12-06T20:57:56.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 212698 8.26 MB/sec execute 560 sec latency 138.410 ms 2023-12-06T20:57:57.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 212908 8.25 MB/sec execute 561 sec latency 123.981 ms 2023-12-06T20:57:58.172 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:57 smithi125 ceph-mon[107806]: pgmap v300: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-12-06T20:57:58.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:57 smithi167 ceph-mon[110458]: pgmap v300: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-12-06T20:57:58.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 213293 8.26 MB/sec execute 562 sec latency 123.710 ms 2023-12-06T20:57:59.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 213601 8.25 MB/sec execute 563 sec latency 124.554 ms 2023-12-06T20:57:59.987 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:57:59 smithi125 ceph-mon[107806]: pgmap v301: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-06T20:58:00.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:57:59 smithi167 ceph-mon[110458]: pgmap v301: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-06T20:58:00.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 213902 8.27 MB/sec execute 564 sec latency 123.868 ms 2023-12-06T20:58:01.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 214188 8.27 MB/sec execute 565 sec latency 174.779 ms 2023-12-06T20:58:02.022 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:01 smithi125 ceph-mon[107806]: pgmap v302: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 483 op/s 2023-12-06T20:58:02.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:01 smithi167 ceph-mon[110458]: pgmap v302: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 483 op/s 2023-12-06T20:58:02.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 214464 8.26 MB/sec execute 566 sec latency 136.264 ms 2023-12-06T20:58:03.054 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:02 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:58:03.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:02 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:58:03.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 214735 8.26 MB/sec execute 567 sec latency 126.215 ms 2023-12-06T20:58:04.085 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:03 smithi125 ceph-mon[107806]: pgmap v303: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-12-06T20:58:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:03 smithi167 ceph-mon[110458]: pgmap v303: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-12-06T20:58:04.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 214924 8.25 MB/sec execute 568 sec latency 126.529 ms 2023-12-06T20:58:05.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 215144 8.24 MB/sec execute 569 sec latency 166.940 ms 2023-12-06T20:58:06.173 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:05 smithi125 ceph-mon[107806]: pgmap v304: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-12-06T20:58:06.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:05 smithi167 ceph-mon[110458]: pgmap v304: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-12-06T20:58:06.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 215350 8.24 MB/sec execute 570 sec latency 126.463 ms 2023-12-06T20:58:07.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 215620 8.24 MB/sec execute 571 sec latency 123.746 ms 2023-12-06T20:58:08.240 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:07 smithi125 ceph-mon[107806]: pgmap v305: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-06T20:58:08.339 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:07 smithi167 ceph-mon[110458]: pgmap v305: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-06T20:58:08.776 INFO:teuthology.orchestra.run.smithi125.stdout: 5 215824 8.24 MB/sec execute 572 sec latency 132.509 ms 2023-12-06T20:58:09.777 INFO:teuthology.orchestra.run.smithi125.stdout: 5 216057 8.23 MB/sec execute 573 sec latency 142.435 ms 2023-12-06T20:58:10.064 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:09 smithi125 ceph-mon[107806]: pgmap v306: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-12-06T20:58:10.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:09 smithi167 ceph-mon[110458]: pgmap v306: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-12-06T20:58:10.777 INFO:teuthology.orchestra.run.smithi125.stdout: 5 216329 8.23 MB/sec execute 574 sec latency 127.953 ms 2023-12-06T20:58:11.777 INFO:teuthology.orchestra.run.smithi125.stdout: 5 216563 8.22 MB/sec execute 575 sec latency 138.416 ms 2023-12-06T20:58:12.092 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:12 smithi125 ceph-mon[107806]: pgmap v307: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-06T20:58:12.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:12 smithi167 ceph-mon[110458]: pgmap v307: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-06T20:58:12.777 INFO:teuthology.orchestra.run.smithi125.stdout: 5 216852 8.22 MB/sec execute 576 sec latency 143.427 ms 2023-12-06T20:58:13.777 INFO:teuthology.orchestra.run.smithi125.stdout: 5 217074 8.22 MB/sec execute 577 sec latency 132.165 ms 2023-12-06T20:58:14.149 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:14 smithi125 ceph-mon[107806]: pgmap v308: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-12-06T20:58:14.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:14 smithi167 ceph-mon[110458]: pgmap v308: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-12-06T20:58:14.784 INFO:teuthology.orchestra.run.smithi125.stdout: 5 217356 8.22 MB/sec execute 578 sec latency 195.280 ms 2023-12-06T20:58:15.784 INFO:teuthology.orchestra.run.smithi125.stdout: 5 217617 8.22 MB/sec execute 579 sec latency 152.519 ms 2023-12-06T20:58:16.218 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:16 smithi125 ceph-mon[107806]: pgmap v309: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-12-06T20:58:16.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:16 smithi167 ceph-mon[110458]: pgmap v309: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-12-06T20:58:16.784 INFO:teuthology.orchestra.run.smithi125.stdout: 5 217817 8.22 MB/sec execute 580 sec latency 135.972 ms 2023-12-06T20:58:17.784 INFO:teuthology.orchestra.run.smithi125.stdout: 5 218076 8.22 MB/sec execute 581 sec latency 145.851 ms 2023-12-06T20:58:18.291 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:18 smithi125 ceph-mon[107806]: pgmap v310: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-12-06T20:58:18.291 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:18 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:58:18.339 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:18 smithi167 ceph-mon[110458]: pgmap v310: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-12-06T20:58:18.339 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:18 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:58:18.784 INFO:teuthology.orchestra.run.smithi125.stdout: 5 218279 8.21 MB/sec execute 582 sec latency 148.896 ms 2023-12-06T20:58:19.327 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:19 smithi125 ceph-mon[107806]: pgmap v311: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-12-06T20:58:19.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:19 smithi167 ceph-mon[110458]: pgmap v311: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-12-06T20:58:19.785 INFO:teuthology.orchestra.run.smithi125.stdout: 5 218511 8.20 MB/sec execute 583 sec latency 123.083 ms 2023-12-06T20:58:20.785 INFO:teuthology.orchestra.run.smithi125.stdout: 5 218802 8.20 MB/sec execute 584 sec latency 145.489 ms 2023-12-06T20:58:21.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 219089 8.20 MB/sec execute 585 sec latency 121.150 ms 2023-12-06T20:58:21.897 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:21 smithi125 ceph-mon[107806]: pgmap v312: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-06T20:58:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:21 smithi167 ceph-mon[110458]: pgmap v312: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-06T20:58:22.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 219405 8.20 MB/sec execute 586 sec latency 126.948 ms 2023-12-06T20:58:23.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 219764 8.20 MB/sec execute 587 sec latency 207.835 ms 2023-12-06T20:58:23.985 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:23 smithi125 ceph-mon[107806]: pgmap v313: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 288 op/s 2023-12-06T20:58:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:23 smithi167 ceph-mon[110458]: pgmap v313: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 288 op/s 2023-12-06T20:58:24.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 220027 8.20 MB/sec execute 588 sec latency 141.936 ms 2023-12-06T20:58:25.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 220373 8.20 MB/sec execute 589 sec latency 129.652 ms 2023-12-06T20:58:26.037 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:25 smithi125 ceph-mon[107806]: pgmap v314: 97 pgs: 97 active+clean; 350 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-12-06T20:58:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:25 smithi167 ceph-mon[110458]: pgmap v314: 97 pgs: 97 active+clean; 350 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-12-06T20:58:26.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 220690 8.20 MB/sec execute 590 sec latency 129.602 ms 2023-12-06T20:58:27.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 220928 8.20 MB/sec execute 591 sec latency 138.984 ms 2023-12-06T20:58:27.835 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:27 smithi125 ceph-mon[107806]: pgmap v315: 97 pgs: 97 active+clean; 350 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-12-06T20:58:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:27 smithi167 ceph-mon[110458]: pgmap v315: 97 pgs: 97 active+clean; 350 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-12-06T20:58:28.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 221184 8.21 MB/sec execute 592 sec latency 132.253 ms 2023-12-06T20:58:29.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 221445 8.20 MB/sec execute 593 sec latency 129.892 ms 2023-12-06T20:58:29.882 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:29 smithi125 ceph-mon[107806]: pgmap v316: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-12-06T20:58:30.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:29 smithi167 ceph-mon[110458]: pgmap v316: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-12-06T20:58:30.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 221786 8.20 MB/sec execute 594 sec latency 129.742 ms 2023-12-06T20:58:31.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 221981 8.19 MB/sec execute 595 sec latency 143.911 ms 2023-12-06T20:58:31.940 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:31 smithi125 ceph-mon[107806]: pgmap v317: 97 pgs: 97 active+clean; 349 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 494 op/s 2023-12-06T20:58:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:31 smithi167 ceph-mon[110458]: pgmap v317: 97 pgs: 97 active+clean; 349 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 494 op/s 2023-12-06T20:58:32.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 222181 8.19 MB/sec execute 596 sec latency 207.068 ms 2023-12-06T20:58:32.959 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:58:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:58:33.792 INFO:teuthology.orchestra.run.smithi125.stdout: 5 222359 8.18 MB/sec execute 597 sec latency 123.205 ms 2023-12-06T20:58:34.019 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:33 smithi125 ceph-mon[107806]: pgmap v318: 97 pgs: 97 active+clean; 349 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-06T20:58:34.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:33 smithi167 ceph-mon[110458]: pgmap v318: 97 pgs: 97 active+clean; 349 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-06T20:58:34.793 INFO:teuthology.orchestra.run.smithi125.stdout: 5 222628 8.19 MB/sec execute 598 sec latency 142.605 ms 2023-12-06T20:58:35.794 INFO:teuthology.orchestra.run.smithi125.stdout: 5 222863 8.18 MB/sec execute 599 sec latency 138.446 ms 2023-12-06T20:58:36.059 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:35 smithi125 ceph-mon[107806]: pgmap v319: 97 pgs: 97 active+clean; 353 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-12-06T20:58:36.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:35 smithi167 ceph-mon[110458]: pgmap v319: 97 pgs: 97 active+clean; 353 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-12-06T20:58:36.794 INFO:teuthology.orchestra.run.smithi125.stdout: 5 223122 8.18 MB/sec execute 600 sec latency 137.552 ms 2023-12-06T20:58:37.794 INFO:teuthology.orchestra.run.smithi125.stdout: 5 cleanup 601 sec 2023-12-06T20:58:38.120 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:37 smithi125 ceph-mon[107806]: pgmap v320: 97 pgs: 97 active+clean; 353 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-06T20:58:38.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:37 smithi167 ceph-mon[110458]: pgmap v320: 97 pgs: 97 active+clean; 353 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-06T20:58:38.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 602 sec 2023-12-06T20:58:39.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 603 sec 2023-12-06T20:58:40.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:39 smithi167 ceph-mon[110458]: pgmap v321: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-12-06T20:58:40.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:39 smithi125 ceph-mon[107806]: pgmap v321: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-12-06T20:58:40.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 604 sec 2023-12-06T20:58:41.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 605 sec 2023-12-06T20:58:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:41 smithi167 ceph-mon[110458]: pgmap v322: 97 pgs: 97 active+clean; 350 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-12-06T20:58:42.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:41 smithi125 ceph-mon[107806]: pgmap v322: 97 pgs: 97 active+clean; 350 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-12-06T20:58:42.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 606 sec 2023-12-06T20:58:43.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 607 sec 2023-12-06T20:58:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:43 smithi167 ceph-mon[110458]: pgmap v323: 97 pgs: 97 active+clean; 350 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 283 op/s 2023-12-06T20:58:44.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:43 smithi125 ceph-mon[107806]: pgmap v323: 97 pgs: 97 active+clean; 350 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 283 op/s 2023-12-06T20:58:44.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 608 sec 2023-12-06T20:58:45.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 609 sec 2023-12-06T20:58:46.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:45 smithi125 ceph-mon[107806]: pgmap v324: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 2.8 MiB/s wr, 314 op/s 2023-12-06T20:58:46.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:45 smithi167 ceph-mon[110458]: pgmap v324: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 2.8 MiB/s wr, 314 op/s 2023-12-06T20:58:46.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 610 sec 2023-12-06T20:58:47.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 611 sec 2023-12-06T20:58:48.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:47 smithi125 ceph-mon[107806]: pgmap v325: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.4 MiB/s wr, 167 op/s 2023-12-06T20:58:48.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:58:48.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:47 smithi167 ceph-mon[110458]: pgmap v325: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.4 MiB/s wr, 167 op/s 2023-12-06T20:58:48.339 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:58:48.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 612 sec 2023-12-06T20:58:49.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 613 sec 2023-12-06T20:58:50.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:50 smithi167 ceph-mon[110458]: pgmap v326: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.4 MiB/s wr, 167 op/s 2023-12-06T20:58:50.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:50 smithi125 ceph-mon[107806]: pgmap v326: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.4 MiB/s wr, 167 op/s 2023-12-06T20:58:50.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 614 sec 2023-12-06T20:58:51.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 615 sec 2023-12-06T20:58:52.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:52 smithi167 ceph-mon[110458]: pgmap v327: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.3 MiB/s wr, 163 op/s 2023-12-06T20:58:52.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:52 smithi125 ceph-mon[107806]: pgmap v327: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.3 MiB/s wr, 163 op/s 2023-12-06T20:58:52.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 616 sec 2023-12-06T20:58:53.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 617 sec 2023-12-06T20:58:54.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:54 smithi167 ceph-mon[110458]: pgmap v328: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 30 KiB/s wr, 32 op/s 2023-12-06T20:58:54.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:54 smithi125 ceph-mon[107806]: pgmap v328: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 30 KiB/s wr, 32 op/s 2023-12-06T20:58:54.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 618 sec 2023-12-06T20:58:55.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 619 sec 2023-12-06T20:58:56.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:56 smithi167 ceph-mon[110458]: pgmap v329: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 30 KiB/s wr, 32 op/s 2023-12-06T20:58:56.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:56 smithi125 ceph-mon[107806]: pgmap v329: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 30 KiB/s wr, 32 op/s 2023-12-06T20:58:56.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 620 sec 2023-12-06T20:58:57.794 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 621 sec 2023-12-06T20:58:58.341 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:58:58 smithi167 ceph-mon[110458]: pgmap v330: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-06T20:58:58.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:58:58 smithi125 ceph-mon[107806]: pgmap v330: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-06T20:58:58.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 622 sec 2023-12-06T20:58:59.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 623 sec 2023-12-06T20:59:00.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:00 smithi167 ceph-mon[110458]: pgmap v331: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-06T20:59:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:00 smithi125 ceph-mon[107806]: pgmap v331: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-06T20:59:00.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 624 sec 2023-12-06T20:59:01.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 625 sec 2023-12-06T20:59:02.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:02 smithi167 ceph-mon[110458]: pgmap v332: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-06T20:59:02.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:02 smithi125 ceph-mon[107806]: pgmap v332: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-06T20:59:02.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 626 sec 2023-12-06T20:59:03.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:03 smithi167 ceph-mon[110458]: pgmap v333: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:03.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:59:03.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:03 smithi125 ceph-mon[107806]: pgmap v333: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:03.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:59:03.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 627 sec 2023-12-06T20:59:04.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 628 sec 2023-12-06T20:59:05.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 629 sec 2023-12-06T20:59:06.213 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:05 smithi125 ceph-mon[107806]: pgmap v334: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:06.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:05 smithi167 ceph-mon[110458]: pgmap v334: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:06.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 630 sec 2023-12-06T20:59:07.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 631 sec 2023-12-06T20:59:08.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:07 smithi167 ceph-mon[110458]: pgmap v335: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:08.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:07 smithi125 ceph-mon[107806]: pgmap v335: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:08.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 632 sec 2023-12-06T20:59:09.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 633 sec 2023-12-06T20:59:10.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:09 smithi167 ceph-mon[110458]: pgmap v336: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:10.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:09 smithi125 ceph-mon[107806]: pgmap v336: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:10.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 634 sec 2023-12-06T20:59:11.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 635 sec 2023-12-06T20:59:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:11 smithi167 ceph-mon[110458]: pgmap v337: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:12.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:11 smithi125 ceph-mon[107806]: pgmap v337: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T20:59:12.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 636 sec 2023-12-06T20:59:13.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 637 sec 2023-12-06T20:59:14.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:13 smithi167 ceph-mon[110458]: pgmap v338: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:14.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:13 smithi125 ceph-mon[107806]: pgmap v338: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:14.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 638 sec 2023-12-06T20:59:15.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 639 sec 2023-12-06T20:59:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:15 smithi167 ceph-mon[110458]: pgmap v339: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T20:59:16.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:15 smithi125 ceph-mon[107806]: pgmap v339: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T20:59:16.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 640 sec 2023-12-06T20:59:17.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 641 sec 2023-12-06T20:59:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:17 smithi167 ceph-mon[110458]: pgmap v340: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:59:18.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:17 smithi125 ceph-mon[107806]: pgmap v340: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:18.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:59:18.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 642 sec 2023-12-06T20:59:19.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 643 sec 2023-12-06T20:59:20.053 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:19 smithi125 ceph-mon[107806]: pgmap v341: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:20.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:19 smithi167 ceph-mon[110458]: pgmap v341: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:20.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 644 sec 2023-12-06T20:59:21.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 645 sec 2023-12-06T20:59:22.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:21 smithi167 ceph-mon[110458]: pgmap v342: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:22.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:21 smithi125 ceph-mon[107806]: pgmap v342: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:22.795 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 646 sec 2023-12-06T20:59:23.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 647 sec 2023-12-06T20:59:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:23 smithi167 ceph-mon[110458]: pgmap v343: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:24.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:23 smithi125 ceph-mon[107806]: pgmap v343: 97 pgs: 97 active+clean; 251 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:24.798 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 648 sec 2023-12-06T20:59:25.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 649 sec 2023-12-06T20:59:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:25 smithi167 ceph-mon[110458]: pgmap v344: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-12-06T20:59:26.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:25 smithi125 ceph-mon[107806]: pgmap v344: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-12-06T20:59:26.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 650 sec 2023-12-06T20:59:27.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 651 sec 2023-12-06T20:59:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:27 smithi167 ceph-mon[110458]: pgmap v345: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-12-06T20:59:28.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:27 smithi125 ceph-mon[107806]: pgmap v345: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-12-06T20:59:28.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 652 sec 2023-12-06T20:59:29.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 653 sec 2023-12-06T20:59:30.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:29 smithi167 ceph-mon[110458]: pgmap v346: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-12-06T20:59:30.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:29 smithi125 ceph-mon[107806]: pgmap v346: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-12-06T20:59:30.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 654 sec 2023-12-06T20:59:31.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 655 sec 2023-12-06T20:59:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:31 smithi167 ceph-mon[110458]: pgmap v347: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-06T20:59:32.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:31 smithi125 ceph-mon[107806]: pgmap v347: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-06T20:59:32.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 656 sec 2023-12-06T20:59:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:59:33.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:59:33.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 657 sec 2023-12-06T20:59:34.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:33 smithi167 ceph-mon[110458]: pgmap v348: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-06T20:59:34.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:33 smithi125 ceph-mon[107806]: pgmap v348: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-06T20:59:34.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 658 sec 2023-12-06T20:59:35.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 659 sec 2023-12-06T20:59:36.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:35 smithi167 ceph-mon[110458]: pgmap v349: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-06T20:59:36.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:35 smithi125 ceph-mon[107806]: pgmap v349: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-06T20:59:36.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 660 sec 2023-12-06T20:59:37.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 661 sec 2023-12-06T20:59:38.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:37 smithi167 ceph-mon[110458]: pgmap v350: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T20:59:38.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:37 smithi125 ceph-mon[107806]: pgmap v350: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T20:59:38.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 662 sec 2023-12-06T20:59:39.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 663 sec 2023-12-06T20:59:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:39 smithi167 ceph-mon[110458]: pgmap v351: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T20:59:40.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:39 smithi125 ceph-mon[107806]: pgmap v351: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T20:59:40.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 664 sec 2023-12-06T20:59:41.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 665 sec 2023-12-06T20:59:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:41 smithi167 ceph-mon[110458]: pgmap v352: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T20:59:42.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:41 smithi125 ceph-mon[107806]: pgmap v352: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T20:59:42.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 666 sec 2023-12-06T20:59:43.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 667 sec 2023-12-06T20:59:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:43 smithi167 ceph-mon[110458]: pgmap v353: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:44.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:43 smithi125 ceph-mon[107806]: pgmap v353: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:44.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 668 sec 2023-12-06T20:59:45.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 669 sec 2023-12-06T20:59:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:45 smithi167 ceph-mon[110458]: pgmap v354: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T20:59:46.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:45 smithi125 ceph-mon[107806]: pgmap v354: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T20:59:46.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 670 sec 2023-12-06T20:59:47.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 671 sec 2023-12-06T20:59:48.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:47 smithi125 ceph-mon[107806]: pgmap v355: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:48.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:59:48.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:47 smithi167 ceph-mon[110458]: pgmap v355: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:48.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T20:59:48.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 672 sec 2023-12-06T20:59:49.796 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 673 sec 2023-12-06T20:59:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:49 smithi125 ceph-mon[107806]: pgmap v356: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:50.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:49 smithi167 ceph-mon[110458]: pgmap v356: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:50.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 674 sec 2023-12-06T20:59:51.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 675 sec 2023-12-06T20:59:52.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:52 smithi125 ceph-mon[107806]: pgmap v357: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:52.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:52 smithi167 ceph-mon[110458]: pgmap v357: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:52.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 676 sec 2023-12-06T20:59:53.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 677 sec 2023-12-06T20:59:54.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:54 smithi167 ceph-mon[110458]: pgmap v358: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:54.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:54 smithi125 ceph-mon[107806]: pgmap v358: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:54.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 678 sec 2023-12-06T20:59:55.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 679 sec 2023-12-06T20:59:56.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:56 smithi167 ceph-mon[110458]: pgmap v359: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T20:59:56.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:56 smithi125 ceph-mon[107806]: pgmap v359: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T20:59:56.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 680 sec 2023-12-06T20:59:57.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 681 sec 2023-12-06T20:59:58.338 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 20:59:58 smithi167 ceph-mon[110458]: pgmap v360: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:58.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 20:59:58 smithi125 ceph-mon[107806]: pgmap v360: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T20:59:58.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 682 sec 2023-12-06T20:59:59.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 683 sec 2023-12-06T21:00:00.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: pgmap v361: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:00.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. 2023-12-06T21:00:00.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. 2023-12-06T21:00:00.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: Upgrade daemon: mgr.smithi125.xmtrzp: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi125.xmtrzp ... 2023-12-06T21:00:00.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-06T21:00:00.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-06T21:00:00.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: Traceback (most recent call last): 2023-12-06T21:00:00.467 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-06T21:00:00.468 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: "__main__", mod_spec) 2023-12-06T21:00:00.468 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-06T21:00:00.468 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: exec(code, run_globals) 2023-12-06T21:00:00.468 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 5492, in 2023-12-06T21:00:00.468 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 5480, in main 2023-12-06T21:00:00.469 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3017, in command_deploy_from 2023-12-06T21:00:00.469 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3052, in _common_deploy 2023-12-06T21:00:00.469 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3084, in _deploy_daemon_container 2023-12-06T21:00:00.469 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 1028, in deploy_daemon 2023-12-06T21:00:00.469 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 1144, in deploy_daemon_units 2023-12-06T21:00:00.470 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: File "/tmp/tmp57i13ght.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-06T21:00:00.470 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:00 smithi167 ceph-mon[110458]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: pgmap v361: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: Upgrade daemon: mgr.smithi125.xmtrzp: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi125.xmtrzp ... 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: Traceback (most recent call last): 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-06T21:00:00.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: "__main__", mod_spec) 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: exec(code, run_globals) 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 5492, in 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 5480, in main 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3017, in command_deploy_from 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3052, in _common_deploy 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3084, in _deploy_daemon_container 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 1028, in deploy_daemon 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 1144, in deploy_daemon_units 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: File "/tmp/tmp57i13ght.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-06T21:00:00.513 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:00 smithi125 ceph-mon[107806]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-06T21:00:00.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 684 sec 2023-12-06T21:00:01.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 685 sec 2023-12-06T21:00:02.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:02 smithi167 ceph-mon[110458]: pgmap v362: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:02.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:02 smithi125 ceph-mon[107806]: pgmap v362: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:02.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 686 sec 2023-12-06T21:00:03.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:03 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:00:03.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:03 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:00:03.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 687 sec 2023-12-06T21:00:04.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:04 smithi167 ceph-mon[110458]: pgmap v363: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:04.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:04 smithi125 ceph-mon[107806]: pgmap v363: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:04.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 688 sec 2023-12-06T21:00:05.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 689 sec 2023-12-06T21:00:06.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:06 smithi167 ceph-mon[110458]: pgmap v364: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:00:06.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:06 smithi125 ceph-mon[107806]: pgmap v364: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:00:06.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 690 sec 2023-12-06T21:00:07.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 691 sec 2023-12-06T21:00:08.339 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:08 smithi167 ceph-mon[110458]: pgmap v365: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:08.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:08 smithi125 ceph-mon[107806]: pgmap v365: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:08.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 692 sec 2023-12-06T21:00:09.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:09 smithi167 ceph-mon[110458]: pgmap v366: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:09.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:09 smithi125 ceph-mon[107806]: pgmap v366: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:09.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 693 sec 2023-12-06T21:00:10.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 694 sec 2023-12-06T21:00:11.797 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 695 sec 2023-12-06T21:00:12.094 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:11 smithi125 ceph-mon[107806]: pgmap v367: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:12.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:11 smithi167 ceph-mon[110458]: pgmap v367: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:12.234 INFO:teuthology.orchestra.run.smithi125.stdout: 0 cleanup 695 sec 2023-12-06T21:00:12.234 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T21:00:12.234 INFO:teuthology.orchestra.run.smithi125.stdout: Operation Count AvgLat MaxLat 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: ---------------------------------------- 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: NTCreateX 157564 6.772 166.935 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Close 115779 0.125 14.883 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Rename 6677 11.047 217.324 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Unlink 31795 6.668 100.247 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Qpathinfo 142928 2.757 108.486 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Qfileinfo 24923 0.093 16.741 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Qfsinfo 26176 1.391 37.814 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Sfileinfo 12821 10.482 85.374 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Find 55208 4.834 143.420 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: WriteX 77846 10.239 83.537 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: ReadX 247233 0.010 12.100 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: LockX 514 0.405 9.153 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: UnlockX 514 0.281 5.756 2023-12-06T21:00:12.235 INFO:teuthology.orchestra.run.smithi125.stdout: Flush 11032 0.002 0.015 2023-12-06T21:00:12.236 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T21:00:12.236 INFO:teuthology.orchestra.run.smithi125.stdout:Throughput 8.18083 MB/sec 5 clients 5 procs max_latency=217.332 ms 2023-12-06T21:00:12.237 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-06T21:00:12.296 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-06T21:00:12.365 DEBUG:teuthology.orchestra.run.smithi125:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-06T21:00:12.414 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph orch ps' 2023-12-06T21:00:12.426 INFO:teuthology.orchestra.run.smithi125.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-06T21:00:12.427 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T21:00:12.427 INFO:teuthology.orchestra.run.smithi125.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-06T21:00:12.427 INFO:teuthology.orchestra.run.smithi125.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-06T21:00:12.528 INFO:teuthology.orchestra.run.smithi125.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-06T21:00:12.528 INFO:teuthology.orchestra.run.smithi125.stdout:releasing clients 2023-12-06T21:00:13.456 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:13 smithi125 ceph-mon[107806]: pgmap v368: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:13.456 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:13.456 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:13 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:13.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:13 smithi167 ceph-mon[110458]: pgmap v368: 97 pgs: 97 active+clean; 248 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:13.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:13.716 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:13 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:14.528 INFO:teuthology.orchestra.run.smithi125.stdout: 5 252 13.78 MB/sec execute 1 sec latency 143.912 ms 2023-12-06T21:00:14.596 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T21:00:14.596 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 starting - - - - 2023-12-06T21:00:14.597 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (17m) 12m ago 17m 7008k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T21:00:14.597 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (17m) 8m ago 17m 7155k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T21:00:14.597 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 starting - - - - 2023-12-06T21:00:14.597 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (13m) 12m ago 13m 34.4M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T21:00:14.597 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (13m) 8m ago 13m 14.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T21:00:14.597 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:9283 running (18m) 12m ago 18m 398M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T21:00:14.597 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (12m) 8m ago 17m 516M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T21:00:14.597 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (18m) 12m ago 18m 89.3M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (17m) 8m ago 17m 62.4M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (13m) 12m ago 13m 258M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (13m) 8m ago 13m 86.9M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 starting - - - - 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 running (11m) 8m ago 17m 25.2M - 1.3.1 1dbe0e931976 5221376bbb33 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (16m) 12m ago 16m 572M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (16m) 12m ago 16m 367M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (16m) 12m ago 16m 206M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T21:00:14.598 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (15m) 12m ago 15m 531M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T21:00:14.599 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (15m) 8m ago 15m 1377M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T21:00:14.599 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (15m) 8m ago 15m 1751M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T21:00:14.599 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (15m) 8m ago 15m 1406M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T21:00:14.599 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (14m) 8m ago 14m 2159M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T21:00:14.599 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 starting - - - - 2023-12-06T21:00:15.209 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph versions' 2023-12-06T21:00:15.533 INFO:teuthology.orchestra.run.smithi125.stdout: 5 342 13.75 MB/sec execute 2 sec latency 132.033 ms 2023-12-06T21:00:15.862 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:15 smithi125 ceph-mon[107806]: pgmap v369: 97 pgs: 97 active+clean; 273 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 MiB/s wr, 16 op/s 2023-12-06T21:00:15.863 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:15 smithi125 ceph-mon[107806]: from='client.24609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T21:00:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:15 smithi167 ceph-mon[110458]: pgmap v369: 97 pgs: 97 active+clean; 273 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 MiB/s wr, 16 op/s 2023-12-06T21:00:16.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:15 smithi167 ceph-mon[110458]: from='client.24609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T21:00:16.538 INFO:teuthology.orchestra.run.smithi125.stdout: 5 431 13.91 MB/sec execute 3 sec latency 125.972 ms 2023-12-06T21:00:17.541 INFO:teuthology.orchestra.run.smithi125.stdout: 5 529 14.37 MB/sec execute 4 sec latency 140.398 ms 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T21:00:17.800 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T21:00:17.801 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T21:00:17.801 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T21:00:17.801 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T21:00:17.801 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T21:00:17.801 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T21:00:17.801 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T21:00:17.801 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T21:00:17.801 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T21:00:17.966 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:17 smithi125 ceph-mon[107806]: pgmap v370: 97 pgs: 97 active+clean; 273 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.0 MiB/s wr, 16 op/s 2023-12-06T21:00:17.966 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:00:17.966 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:17 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/332438247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T21:00:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:17 smithi167 ceph-mon[110458]: pgmap v370: 97 pgs: 97 active+clean; 273 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.0 MiB/s wr, 16 op/s 2023-12-06T21:00:18.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:00:18.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:17 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/332438247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T21:00:18.410 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-06T21:00:18.541 INFO:teuthology.orchestra.run.smithi125.stdout: 5 cleanup 5 sec 2023-12-06T21:00:19.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:19.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:19.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: pgmap v371: 97 pgs: 97 active+clean; 291 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.1 MiB/s wr, 30 op/s 2023-12-06T21:00:19.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T21:00:19.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T21:00:19.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: pgmap v372: 97 pgs: 97 active+clean; 340 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 385 B/s rd, 9.6 MiB/s wr, 152 op/s 2023-12-06T21:00:19.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:19.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:19.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:19 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: pgmap v371: 97 pgs: 97 active+clean; 291 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.1 MiB/s wr, 30 op/s 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: pgmap v372: 97 pgs: 97 active+clean; 340 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 385 B/s rd, 9.6 MiB/s wr, 152 op/s 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:19.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:19 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T21:00:19.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 6 sec 2023-12-06T21:00:20.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:20 smithi167 ceph-mon[110458]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-06T21:00:20.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:20 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:20.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:20 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:20.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:20 smithi125 ceph-mon[107806]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-06T21:00:20.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:20 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:20.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:20 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:20.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 7 sec 2023-12-06T21:00:21.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:21 smithi167 ceph-mon[110458]: pgmap v373: 97 pgs: 97 active+clean; 340 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 385 B/s rd, 9.6 MiB/s wr, 152 op/s 2023-12-06T21:00:21.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:21 smithi125 ceph-mon[107806]: pgmap v373: 97 pgs: 97 active+clean; 340 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 385 B/s rd, 9.6 MiB/s wr, 152 op/s 2023-12-06T21:00:21.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 8 sec 2023-12-06T21:00:22.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 9 sec 2023-12-06T21:00:23.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 10 sec 2023-12-06T21:00:24.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:23 smithi167 ceph-mon[110458]: pgmap v374: 97 pgs: 97 active+clean; 340 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 385 B/s rd, 9.6 MiB/s wr, 152 op/s 2023-12-06T21:00:24.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:23 smithi125 ceph-mon[107806]: pgmap v374: 97 pgs: 97 active+clean; 340 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 385 B/s rd, 9.6 MiB/s wr, 152 op/s 2023-12-06T21:00:24.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 11 sec 2023-12-06T21:00:25.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 12 sec 2023-12-06T21:00:26.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:25 smithi167 ceph-mon[110458]: pgmap v375: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 7.6 MiB/s wr, 175 op/s 2023-12-06T21:00:26.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:25 smithi125 ceph-mon[107806]: pgmap v375: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 7.6 MiB/s wr, 175 op/s 2023-12-06T21:00:26.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 13 sec 2023-12-06T21:00:27.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 14 sec 2023-12-06T21:00:28.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:27 smithi167 ceph-mon[110458]: pgmap v376: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 7.6 MiB/s wr, 175 op/s 2023-12-06T21:00:28.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:27 smithi125 ceph-mon[107806]: pgmap v376: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 7.6 MiB/s wr, 175 op/s 2023-12-06T21:00:28.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 15 sec 2023-12-06T21:00:29.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 16 sec 2023-12-06T21:00:30.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:29 smithi167 ceph-mon[110458]: pgmap v377: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.3 MiB/s wr, 159 op/s 2023-12-06T21:00:30.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:29 smithi125 ceph-mon[107806]: pgmap v377: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.3 MiB/s wr, 159 op/s 2023-12-06T21:00:30.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 17 sec 2023-12-06T21:00:31.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 18 sec 2023-12-06T21:00:32.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:31 smithi167 ceph-mon[110458]: pgmap v378: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 268 KiB/s wr, 37 op/s 2023-12-06T21:00:32.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:31 smithi125 ceph-mon[107806]: pgmap v378: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 268 KiB/s wr, 37 op/s 2023-12-06T21:00:32.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 19 sec 2023-12-06T21:00:33.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:33 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:33.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:33 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:00:33.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:33 smithi167 ceph-mon[110458]: pgmap v379: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 268 KiB/s wr, 37 op/s 2023-12-06T21:00:33.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:33 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:33.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:33 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:00:33.512 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:33 smithi125 ceph-mon[107806]: pgmap v379: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 268 KiB/s wr, 37 op/s 2023-12-06T21:00:33.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 20 sec 2023-12-06T21:00:34.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 21 sec 2023-12-06T21:00:35.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 22 sec 2023-12-06T21:00:36.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:35 smithi167 ceph-mon[110458]: pgmap v380: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 269 KiB/s wr, 37 op/s 2023-12-06T21:00:36.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:35 smithi125 ceph-mon[107806]: pgmap v380: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 269 KiB/s wr, 37 op/s 2023-12-06T21:00:36.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 23 sec 2023-12-06T21:00:37.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 24 sec 2023-12-06T21:00:38.218 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:37 smithi167 ceph-mon[110458]: pgmap v381: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T21:00:38.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:37 smithi125 ceph-mon[107806]: pgmap v381: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T21:00:38.541 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 25 sec 2023-12-06T21:00:39.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 26 sec 2023-12-06T21:00:40.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:39 smithi167 ceph-mon[110458]: pgmap v382: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T21:00:40.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:39 smithi125 ceph-mon[107806]: pgmap v382: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-06T21:00:40.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 27 sec 2023-12-06T21:00:41.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 28 sec 2023-12-06T21:00:42.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:41 smithi167 ceph-mon[110458]: pgmap v383: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T21:00:42.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:41 smithi125 ceph-mon[107806]: pgmap v383: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T21:00:42.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 29 sec 2023-12-06T21:00:43.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 30 sec 2023-12-06T21:00:44.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:43 smithi167 ceph-mon[110458]: pgmap v384: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T21:00:44.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:43 smithi125 ceph-mon[107806]: pgmap v384: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T21:00:44.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 31 sec 2023-12-06T21:00:45.542 INFO:teuthology.orchestra.run.smithi125.stdout: 1 cleanup 32 sec 2023-12-06T21:00:45.571 INFO:teuthology.orchestra.run.smithi125.stdout: 0 cleanup 32 sec 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Operation Count AvgLat MaxLat 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: ---------------------------------------- 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: NTCreateX 305 44.681 140.394 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Close 293 14.987 40.022 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Rename 1 49.106 49.106 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Unlink 5 25.852 66.226 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Qpathinfo 21 13.528 102.623 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Qfileinfo 298 18.180 47.886 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Qfsinfo 30 4.750 30.784 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Sfileinfo 13 18.582 55.546 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Find 28 19.174 130.648 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: WriteX 1389 0.027 0.093 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: ReadX 100 0.042 3.023 2023-12-06T21:00:45.572 INFO:teuthology.orchestra.run.smithi125.stdout: Flush 22 18.090 23.828 2023-12-06T21:00:45.573 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-06T21:00:45.573 INFO:teuthology.orchestra.run.smithi125.stdout:Throughput 14.3731 MB/sec 5 clients 5 procs max_latency=143.912 ms 2023-12-06T21:00:45.574 DEBUG:teuthology.parallel:result is None 2023-12-06T21:00:46.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:45 smithi167 ceph-mon[110458]: pgmap v385: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T21:00:46.230 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:45 smithi125 ceph-mon[107806]: pgmap v385: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T21:00:46.372 INFO:teuthology.orchestra.run.smithi125.stdout:wait for servicemap items w/ changing names to refresh 2023-12-06T21:00:46.702 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'sleep 60' 2023-12-06T21:00:48.075 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:47 smithi125 ceph-mon[107806]: pgmap v386: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:48.076 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:00:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:47 smithi167 ceph-mon[110458]: pgmap v386: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:00:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:00:50.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:49 smithi167 ceph-mon[110458]: pgmap v387: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-12-06T21:00:50.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:49 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:50.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:49 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:50.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:49 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T21:00:50.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:49 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T21:00:50.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:49 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:50.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:49 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:49 smithi125 ceph-mon[107806]: pgmap v387: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-12-06T21:00:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:49 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:49 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:49 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T21:00:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:49 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T21:00:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:49 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:49 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:00:51.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:50 smithi167 ceph-mon[110458]: pgmap v388: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-06T21:00:51.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:50 smithi167 ceph-mon[110458]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-06T21:00:51.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:50 smithi125 ceph-mon[107806]: pgmap v388: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-06T21:00:51.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:50 smithi125 ceph-mon[107806]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-06T21:00:53.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:52 smithi167 ceph-mon[110458]: pgmap v389: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-06T21:00:53.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:52 smithi125 ceph-mon[107806]: pgmap v389: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-06T21:00:55.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:54 smithi167 ceph-mon[110458]: pgmap v390: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-06T21:00:55.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:54 smithi125 ceph-mon[107806]: pgmap v390: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-12-06T21:00:57.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:56 smithi167 ceph-mon[110458]: pgmap v391: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-06T21:00:57.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:56 smithi125 ceph-mon[107806]: pgmap v391: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-06T21:00:59.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:00:58 smithi167 ceph-mon[110458]: pgmap v392: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-06T21:00:59.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:00:58 smithi125 ceph-mon[107806]: pgmap v392: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 391 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-06T21:01:01.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:00 smithi167 ceph-mon[110458]: pgmap v393: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 195 B/s rd, 782 B/s wr, 0 op/s 2023-12-06T21:01:01.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:00 smithi125 ceph-mon[107806]: pgmap v393: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 195 B/s rd, 782 B/s wr, 0 op/s 2023-12-06T21:01:03.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:02 smithi167 ceph-mon[110458]: pgmap v394: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T21:01:03.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:02 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:03.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:02 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:01:03.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:02 smithi125 ceph-mon[107806]: pgmap v394: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T21:01:03.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:02 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:03.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:02 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:01:05.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:04 smithi167 ceph-mon[110458]: pgmap v395: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T21:01:05.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:04 smithi125 ceph-mon[107806]: pgmap v395: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T21:01:07.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:06 smithi167 ceph-mon[110458]: pgmap v396: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T21:01:07.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:06 smithi125 ceph-mon[107806]: pgmap v396: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-06T21:01:09.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:08 smithi167 ceph-mon[110458]: pgmap v397: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:09.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:08 smithi125 ceph-mon[107806]: pgmap v397: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:11.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:10 smithi167 ceph-mon[110458]: pgmap v398: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:11.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:10 smithi125 ceph-mon[107806]: pgmap v398: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:13.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:12 smithi167 ceph-mon[110458]: pgmap v399: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:13.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:12 smithi125 ceph-mon[107806]: pgmap v399: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:15.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:14 smithi167 ceph-mon[110458]: pgmap v400: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:15.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:14 smithi125 ceph-mon[107806]: pgmap v400: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:17.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:16 smithi167 ceph-mon[110458]: pgmap v401: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:17.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:16 smithi125 ceph-mon[107806]: pgmap v401: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:18.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:17 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:01:18.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:17 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:01:19.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:18 smithi167 ceph-mon[110458]: pgmap v402: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:19.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:18 smithi125 ceph-mon[107806]: pgmap v402: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:21.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:20 smithi167 ceph-mon[110458]: pgmap v403: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:21.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:20 smithi125 ceph-mon[107806]: pgmap v403: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:23.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:22 smithi167 ceph-mon[110458]: pgmap v404: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:23.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:22 smithi125 ceph-mon[107806]: pgmap v404: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:25.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:24 smithi167 ceph-mon[110458]: pgmap v405: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:25.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:24 smithi125 ceph-mon[107806]: pgmap v405: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:27.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:26 smithi167 ceph-mon[110458]: pgmap v406: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:27.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:26 smithi125 ceph-mon[107806]: pgmap v406: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:29.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:28 smithi167 ceph-mon[110458]: pgmap v407: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:29.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:28 smithi125 ceph-mon[107806]: pgmap v407: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:31.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:30 smithi167 ceph-mon[110458]: pgmap v408: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:31.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:30 smithi125 ceph-mon[107806]: pgmap v408: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:33.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:32 smithi167 ceph-mon[110458]: pgmap v409: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:33.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:32 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:01:33.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:32 smithi125 ceph-mon[107806]: pgmap v409: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:33.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:32 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:01:35.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:34 smithi167 ceph-mon[110458]: pgmap v410: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:35.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:34 smithi125 ceph-mon[107806]: pgmap v410: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:37.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:36 smithi167 ceph-mon[110458]: pgmap v411: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:37.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:36 smithi125 ceph-mon[107806]: pgmap v411: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:39.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:38 smithi167 ceph-mon[110458]: pgmap v412: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:39.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:38 smithi125 ceph-mon[107806]: pgmap v412: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:41.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:40 smithi167 ceph-mon[110458]: pgmap v413: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:41.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:40 smithi125 ceph-mon[107806]: pgmap v413: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:43.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:42 smithi167 ceph-mon[110458]: pgmap v414: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:43.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:42 smithi125 ceph-mon[107806]: pgmap v414: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:45.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:44 smithi167 ceph-mon[110458]: pgmap v415: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:45.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:44 smithi125 ceph-mon[107806]: pgmap v415: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:47.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:46 smithi167 ceph-mon[110458]: pgmap v416: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:47.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:46 smithi125 ceph-mon[107806]: pgmap v416: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:48.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:47 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:01:48.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:47 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T21:01:48.736 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph orch ps' 2023-12-06T21:01:49.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:48 smithi125 ceph-mon[107806]: pgmap v417: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:49.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:48 smithi167 ceph-mon[110458]: pgmap v417: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:50.095 INFO:teuthology.orchestra.run.smithi125.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T21:01:50.095 INFO:teuthology.orchestra.run.smithi125.stdout:alertmanager.smithi125 smithi125 *:9093,9094 running (13m) 60s ago 19m 24.8M - 0.23.0 ba2b418f427c f3f8e816dc39 2023-12-06T21:01:50.095 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi125 smithi125 running (19m) 60s ago 19m 7000k - 17.2.0 e1d6a67b021e b4f8673f47f7 2023-12-06T21:01:50.095 INFO:teuthology.orchestra.run.smithi125.stdout:crash.smithi167 smithi167 running (19m) 9m ago 19m 7155k - 17.2.0 e1d6a67b021e 16dc5831b608 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:grafana.smithi125 smithi125 *:3000 running (13m) 60s ago 19m 59.3M - 8.3.5 dad864ee21e9 2d2867911b1a 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi125.blylck smithi125 running (15m) 60s ago 15m 38.6M - 17.2.0 e1d6a67b021e 50a4f9e63a0f 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:mds.foofs.smithi167.bhvmfb smithi167 running (15m) 9m ago 15m 14.9M - 17.2.0 e1d6a67b021e bd5fc230a14c 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi125.xmtrzp smithi125 *:8443,9283,8765 running (20m) 60s ago 20m 432M - 17.2.0 e1d6a67b021e 419062e98fea 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:mgr.smithi167.vqmncs smithi167 *:8443,9283 running (13m) 9m ago 18m 516M - 19.0.0-69-g583a8f42 1299c0cbdc4b 52c365a610c6 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi125 smithi125 running (20m) 60s ago 20m 176M 2048M 17.2.0 e1d6a67b021e 4aa09c86a5f9 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:mon.smithi167 smithi167 running (18m) 9m ago 18m 62.4M 2048M 17.2.0 e1d6a67b021e 8a0f3399035c 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.0.0.smithi125.uneviz smithi125 *:2049 running (15m) 60s ago 15m 340M - 4.0 e1d6a67b021e e185326c8d90 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:nfs.foo.1.0.smithi167.sscwsd smithi167 *:2049 running (15m) 9m ago 15m 86.9M - 4.0 e1d6a67b021e 06bdde4df1a6 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi125 smithi125 *:9100 running (13m) 60s ago 19m 25.1M - 1.3.1 1dbe0e931976 eb2ce683e12a 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:node-exporter.smithi167 smithi167 *:9100 running (12m) 9m ago 18m 25.2M - 1.3.1 1dbe0e931976 5221376bbb33 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:osd.0 smithi125 running (18m) 60s ago 18m 2823M 1944M 17.2.0 e1d6a67b021e fbe1b099db86 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:osd.1 smithi125 running (18m) 60s ago 18m 2749M 1944M 17.2.0 e1d6a67b021e 3d4cf6c6c92b 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:osd.2 smithi125 running (17m) 60s ago 17m 2022M 1944M 17.2.0 e1d6a67b021e d8950baa5fc1 2023-12-06T21:01:50.096 INFO:teuthology.orchestra.run.smithi125.stdout:osd.3 smithi125 running (17m) 60s ago 17m 2671M 1944M 17.2.0 e1d6a67b021e 35ccb421c605 2023-12-06T21:01:50.097 INFO:teuthology.orchestra.run.smithi125.stdout:osd.4 smithi167 running (17m) 9m ago 17m 1377M 2712M 17.2.0 e1d6a67b021e 4f74378157e9 2023-12-06T21:01:50.097 INFO:teuthology.orchestra.run.smithi125.stdout:osd.5 smithi167 running (16m) 9m ago 16m 1751M 2712M 17.2.0 e1d6a67b021e 112827c81686 2023-12-06T21:01:50.097 INFO:teuthology.orchestra.run.smithi125.stdout:osd.6 smithi167 running (16m) 9m ago 16m 1406M 2712M 17.2.0 e1d6a67b021e b1cfc30fabe1 2023-12-06T21:01:50.097 INFO:teuthology.orchestra.run.smithi125.stdout:osd.7 smithi167 running (16m) 9m ago 16m 2159M 2712M 17.2.0 e1d6a67b021e 593a85f7740f 2023-12-06T21:01:50.097 INFO:teuthology.orchestra.run.smithi125.stdout:prometheus.smithi125 smithi125 *:9095 running (12m) 60s ago 18m 70.3M - 2.33.4 514e6a882f6e 0d56a1bb6be4 2023-12-06T21:01:50.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:49 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T21:01:50.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:49 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T21:01:50.543 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph orch upgrade status' 2023-12-06T21:01:51.012 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:50 smithi125 ceph-mon[107806]: pgmap v418: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:51.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:50 smithi167 ceph-mon[110458]: pgmap v418: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:52.262 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:51 smithi125 ceph-mon[107806]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T21:01:52.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:51 smithi167 ceph-mon[110458]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T21:01:52.468 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T21:01:52.468 INFO:teuthology.orchestra.run.smithi125.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:11b2f4267fd52f7817f8d9a10845abc9b4d6cf62c01a8e3f192b80f9968583f7", 2023-12-06T21:01:52.468 INFO:teuthology.orchestra.run.smithi125.stdout: "in_progress": true, 2023-12-06T21:01:52.468 INFO:teuthology.orchestra.run.smithi125.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T21:01:52.468 INFO:teuthology.orchestra.run.smithi125.stdout: "services_complete": [], 2023-12-06T21:01:52.469 INFO:teuthology.orchestra.run.smithi125.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T21:01:52.469 INFO:teuthology.orchestra.run.smithi125.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed.", 2023-12-06T21:01:52.469 INFO:teuthology.orchestra.run.smithi125.stdout: "is_paused": true 2023-12-06T21:01:52.469 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T21:01:53.030 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph health detail' 2023-12-06T21:01:53.057 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:52 smithi125 ceph-mon[107806]: pgmap v419: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:53.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:52 smithi167 ceph-mon[110458]: pgmap v419: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:54.113 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:53 smithi125 ceph-mon[107806]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T21:01:54.113 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:53 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:54.113 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:53 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:54.113 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:53 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T21:01:54.113 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:53 smithi125 ceph-mon[107806]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T21:01:54.113 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:53 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:54.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:53 smithi167 ceph-mon[110458]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T21:01:54.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:53 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:54.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:53 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:54.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:53 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T21:01:54.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:53 smithi167 ceph-mon[110458]: from='mgr.24443 172.21.15.167:0/1980285020' entity='mgr.smithi167.vqmncs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T21:01:54.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:53 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:54.754 INFO:teuthology.orchestra.run.smithi125.stdout:HEALTH_WARN Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi125.xmtrzp on host smithi125 failed. 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: Upgrade daemon: mgr.smithi125.xmtrzp: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi125.xmtrzp ... 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout:Traceback (most recent call last): 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: "__main__", mod_spec) 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: exec(code, run_globals) 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 5492, in 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 5480, in main 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3017, in command_deploy_from 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3052, in _common_deploy 2023-12-06T21:01:54.755 INFO:teuthology.orchestra.run.smithi125.stdout: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 3084, in _deploy_daemon_container 2023-12-06T21:01:54.756 INFO:teuthology.orchestra.run.smithi125.stdout: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 1028, in deploy_daemon 2023-12-06T21:01:54.756 INFO:teuthology.orchestra.run.smithi125.stdout: File "/tmp/tmp57i13ght.cephadm.build/__main__.py", line 1144, in deploy_daemon_units 2023-12-06T21:01:54.756 INFO:teuthology.orchestra.run.smithi125.stdout: File "/tmp/tmp57i13ght.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-06T21:01:54.756 INFO:teuthology.orchestra.run.smithi125.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-06T21:01:55.088 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:54 smithi125 ceph-mon[107806]: pgmap v420: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:55.088 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:54 smithi125 ceph-mon[107806]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:55.088 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:54 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/358773103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T21:01:55.155 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph versions' 2023-12-06T21:01:55.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:54 smithi167 ceph-mon[110458]: pgmap v420: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:55.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:54 smithi167 ceph-mon[110458]: from='mgr.24443 ' entity='mgr.smithi167.vqmncs' 2023-12-06T21:01:55.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:54 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/358773103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T21:01:56.617 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-06T21:01:56.617 INFO:teuthology.orchestra.run.smithi125.stdout: "mon": { 2023-12-06T21:01:56.617 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "mgr": { 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "osd": { 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "mds": { 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: }, 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "overall": { 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T21:01:56.618 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph version 19.0.0-69-g583a8f42 (583a8f423152326ab01a6e95dd560ab68ea88e77) reef (dev)": 1 2023-12-06T21:01:56.619 INFO:teuthology.orchestra.run.smithi125.stdout: } 2023-12-06T21:01:56.619 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-06T21:01:56.950 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-06T21:01:57.257 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:56 smithi125 ceph-mon[107806]: pgmap v421: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:57.257 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:56 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/913049485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T21:01:57.465 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:56 smithi167 ceph-mon[110458]: pgmap v421: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T21:01:57.466 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:56 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/913049485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T21:01:58.362 INFO:teuthology.orchestra.run.smithi125.stdout:false 2023-12-06T21:01:58.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T21:01:58.721 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_583a8f423152326ab01a6e95dd560ab68ea88e77/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_583a8f423152326ab01a6e95dd560ab68ea88e77/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi125 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 bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T21:01:58.801 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7ba662ad4c7042aab7513dd370566c70 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_583a8f423152326ab01a6e95dd560ab68ea88e77/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_583a8f423152326ab01a6e95dd560ab68ea88e77/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi125 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 bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T21:01:58.805 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T21:01:58.815 INFO:tasks.cephadm:Teardown begin 2023-12-06T21:01:58.816 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T21:01:58.860 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T21:01:58.898 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T21:01:58.899 DEBUG:teuthology.orchestra.run.smithi125:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T21:01:58.918 DEBUG:teuthology.orchestra.run.smithi167:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T21:01:58.960 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T21:01:58.961 INFO:tasks.cephadm.mon.smithi125:Stopping mon.smithi125... 2023-12-06T21:01:58.961 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi125 2023-12-06T21:01:59.215 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:58 smithi167 ceph-mon[110458]: pgmap v422: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:59.216 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:58 smithi167 ceph-mon[110458]: from='client.? 172.21.15.125:0/3075665735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T21:01:59.243 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:58 smithi125 ceph-mon[107806]: pgmap v422: 97 pgs: 97 active+clean; 241 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T21:01:59.243 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:58 smithi125 ceph-mon[107806]: from='client.? 172.21.15.125:0/3075665735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T21:01:59.243 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:58 smithi125 systemd[1]: Stopping Ceph mon.smithi125 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:01:59.243 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:59 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon-smithi125[107783]: 2023-12-06T21:01:59.055+0000 7ff2b03e7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi125 -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-06T21:01:59.243 INFO:journalctl@ceph.mon.smithi125.smithi125.stdout:Dec 06 21:01:59 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon-smithi125[107783]: 2023-12-06T21:01:59.055+0000 7ff2b03e7700 -1 mon.smithi125@0(leader) e2 *** Got Signal Terminated *** 2023-12-06T21:01:59.415 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi125.service' 2023-12-06T21:01:59.473 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:01:59.473 INFO:tasks.cephadm.mon.smithi125:Stopped mon.smithi125 2023-12-06T21:01:59.474 INFO:tasks.cephadm.mon.smithi167:Stopping mon.smithi167... 2023-12-06T21:01:59.474 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi167 2023-12-06T21:01:59.957 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:59 smithi167 systemd[1]: Stopping Ceph mon.smithi167 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:01:59.957 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:59 smithi167 bash[135490]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon.smithi167" found: no such container 2023-12-06T21:01:59.958 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:59 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon-smithi167[110415]: 2023-12-06T21:01:59.621+0000 7fd9e3207700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi167 -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-06T21:01:59.958 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Dec 06 21:01:59 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-mon-smithi167[110415]: 2023-12-06T21:01:59.621+0000 7fd9e3207700 -1 mon.smithi167@1(peon) e2 *** Got Signal Terminated *** 2023-12-06T21:02:00.166 DEBUG:teuthology.orchestra.run.smithi167:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@mon.smithi167.service' 2023-12-06T21:02:00.215 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:00.216 INFO:tasks.cephadm.mon.smithi167:Stopped mon.smithi167 2023-12-06T21:02:00.216 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-06T21:02:00.216 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.0 2023-12-06T21:02:00.512 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 21:02:00 smithi125 systemd[1]: Stopping Ceph osd.0 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:02:00.512 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 21:02:00 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-0[120602]: 2023-12-06T21:02:00.358+0000 7fa78b037700 -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-06T21:02:00.512 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 21:02:00 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-0[120602]: 2023-12-06T21:02:00.358+0000 7fa78b037700 -1 osd.0 67 *** Got signal Terminated *** 2023-12-06T21:02:00.512 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 21:02:00 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-0[120602]: 2023-12-06T21:02:00.358+0000 7fa78b037700 -1 osd.0 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T21:02:06.363 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 21:02:06 smithi125 bash[158134]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-0 2023-12-06T21:02:06.363 INFO:journalctl@ceph.osd.0.smithi125.stdout:Dec 06 21:02:06 smithi125 bash[158177]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-12-06T21:02:07.131 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.0.service' 2023-12-06T21:02:07.173 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:07.173 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-06T21:02:07.173 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-06T21:02:07.173 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.1 2023-12-06T21:02:07.512 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 21:02:07 smithi125 systemd[1]: Stopping Ceph osd.1 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:02:07.512 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 21:02:07 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-1[125324]: 2023-12-06T21:02:07.326+0000 7f374cdad700 -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-06T21:02:07.512 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 21:02:07 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-1[125324]: 2023-12-06T21:02:07.326+0000 7f374cdad700 -1 osd.1 67 *** Got signal Terminated *** 2023-12-06T21:02:07.512 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 21:02:07 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-1[125324]: 2023-12-06T21:02:07.326+0000 7f374cdad700 -1 osd.1 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T21:02:13.262 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 21:02:13 smithi125 bash[158354]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-1 2023-12-06T21:02:13.262 INFO:journalctl@ceph.osd.1.smithi125.stdout:Dec 06 21:02:13 smithi125 bash[158397]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-12-06T21:02:14.080 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.1.service' 2023-12-06T21:02:14.121 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:14.121 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-06T21:02:14.121 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-06T21:02:14.122 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.2 2023-12-06T21:02:14.512 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 21:02:14 smithi125 systemd[1]: Stopping Ceph osd.2 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:02:14.512 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 21:02:14 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-2[129594]: 2023-12-06T21:02:14.296+0000 7fb66dd76700 -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-06T21:02:14.513 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 21:02:14 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-2[129594]: 2023-12-06T21:02:14.296+0000 7fb66dd76700 -1 osd.2 67 *** Got signal Terminated *** 2023-12-06T21:02:14.513 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 21:02:14 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-2[129594]: 2023-12-06T21:02:14.296+0000 7fb66dd76700 -1 osd.2 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T21:02:20.262 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 21:02:20 smithi125 bash[158575]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-2 2023-12-06T21:02:20.262 INFO:journalctl@ceph.osd.2.smithi125.stdout:Dec 06 21:02:20 smithi125 bash[158663]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-12-06T21:02:21.021 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.2.service' 2023-12-06T21:02:21.062 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:21.062 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-06T21:02:21.062 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-06T21:02:21.062 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.3 2023-12-06T21:02:21.512 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 21:02:21 smithi125 systemd[1]: Stopping Ceph osd.3 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:02:21.512 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 21:02:21 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-3[133366]: 2023-12-06T21:02:21.215+0000 7f1c09abd700 -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-06T21:02:21.513 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 21:02:21 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-3[133366]: 2023-12-06T21:02:21.215+0000 7f1c09abd700 -1 osd.3 67 *** Got signal Terminated *** 2023-12-06T21:02:21.513 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 21:02:21 smithi125 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-3[133366]: 2023-12-06T21:02:21.215+0000 7f1c09abd700 -1 osd.3 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T21:02:27.012 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 21:02:26 smithi125 bash[158842]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-3 2023-12-06T21:02:27.012 INFO:journalctl@ceph.osd.3.smithi125.stdout:Dec 06 21:02:26 smithi125 bash[158883]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-12-06T21:02:27.215 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:26 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:26.909+0000 7f6e2e1c5700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:03.203683+0000 front 2023-12-06T21:02:03.203651+0000 (oldest deadline 2023-12-06T21:02:26.103670+0000) 2023-12-06T21:02:27.216 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:26 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:26.947+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:27.778 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.3.service' 2023-12-06T21:02:27.818 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:27.819 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-06T21:02:27.819 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-06T21:02:27.819 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.4 2023-12-06T21:02:28.157 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:27 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:27.982+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:28.157 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:27 smithi167 systemd[1]: Stopping Ceph osd.4 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:02:28.157 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:27 smithi167 bash[135656]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-06T21:02:28.157 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:27 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:27.883+0000 7f6e2e1c5700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:03.203683+0000 front 2023-12-06T21:02:03.203651+0000 (oldest deadline 2023-12-06T21:02:26.103670+0000) 2023-12-06T21:02:28.157 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:27 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:27.957+0000 7f6e31029700 -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-06T21:02:28.158 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:27 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:27.957+0000 7f6e31029700 -1 osd.4 67 *** Got signal Terminated *** 2023-12-06T21:02:28.158 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:27 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:27.957+0000 7f6e31029700 -1 osd.4 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T21:02:28.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:28 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:28.154+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:29.215 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:28 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:28.923+0000 7f6e2e1c5700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:03.203683+0000 front 2023-12-06T21:02:03.203651+0000 (oldest deadline 2023-12-06T21:02:26.103670+0000) 2023-12-06T21:02:29.216 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:29 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:28.998+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:29.216 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:29 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:29.123+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:30.215 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:29 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:29.939+0000 7f6e2e1c5700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:03.203683+0000 front 2023-12-06T21:02:03.203651+0000 (oldest deadline 2023-12-06T21:02:26.103670+0000) 2023-12-06T21:02:30.216 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:29 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:29.997+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:30.216 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:30 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:30.137+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:30.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:30 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:30.323+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:31.288 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:30 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:30.967+0000 7f6e2e1c5700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:03.203683+0000 front 2023-12-06T21:02:03.203651+0000 (oldest deadline 2023-12-06T21:02:26.103670+0000) 2023-12-06T21:02:31.289 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:31 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:31.000+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:31.289 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:31 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:31.159+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:31.717 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:31 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:31.285+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:32.294 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:31 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:31.990+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:32.295 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:32 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4[115179]: 2023-12-06T21:02:32.017+0000 7f6e2e1c5700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:03.203683+0000 front 2023-12-06T21:02:03.203651+0000 (oldest deadline 2023-12-06T21:02:26.103670+0000) 2023-12-06T21:02:32.296 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:32 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:32.166+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:32.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:32 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:32.291+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:33.215 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:32 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:32.945+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:33.216 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:32 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:32.945+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:09.408599+0000 front 2023-12-06T21:02:09.408561+0000 (oldest deadline 2023-12-06T21:02:32.908475+0000) 2023-12-06T21:02:33.216 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:33 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:33.134+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:33.602 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:33 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:33.278+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:33.965 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:33 smithi167 bash[135668]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-4 2023-12-06T21:02:33.966 INFO:journalctl@ceph.osd.4.smithi167.stdout:Dec 06 21:02:33 smithi167 bash[135711]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-06T21:02:34.270 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:34 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:34.139+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:34.271 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:33 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:33.963+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:34.271 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:33 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:33.963+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:09.408599+0000 front 2023-12-06T21:02:09.408561+0000 (oldest deadline 2023-12-06T21:02:32.908475+0000) 2023-12-06T21:02:34.527 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:34 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:34.268+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:34.726 DEBUG:teuthology.orchestra.run.smithi167:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.4.service' 2023-12-06T21:02:34.766 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:34.767 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-06T21:02:34.767 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-06T21:02:34.767 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.5 2023-12-06T21:02:35.181 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:34 smithi167 systemd[1]: Stopping Ceph osd.5 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:02:35.182 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:34 smithi167 bash[135889]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-06T21:02:35.182 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:34 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:34.923+0000 7f6486cc5700 -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-06T21:02:35.182 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:34 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:34.923+0000 7f6486cc5700 -1 osd.5 67 *** Got signal Terminated *** 2023-12-06T21:02:35.182 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:34 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:34.923+0000 7f6486cc5700 -1 osd.5 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T21:02:35.182 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:34 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:34.997+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:35.182 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:34 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:34.997+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:09.408599+0000 front 2023-12-06T21:02:09.408561+0000 (oldest deadline 2023-12-06T21:02:32.908475+0000) 2023-12-06T21:02:35.465 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:35 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:35.241+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:35.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:35 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:35.180+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:35.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:35 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:35.180+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:36.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:36 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:36.145+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:36.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:36 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:36.145+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:36.466 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:36 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:36.031+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:36.466 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:36 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:36.031+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:09.408599+0000 front 2023-12-06T21:02:09.408561+0000 (oldest deadline 2023-12-06T21:02:32.908475+0000) 2023-12-06T21:02:36.467 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:36 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:36.243+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:36.467 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:36 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:36.243+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:37.285 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:36 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:36.997+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:37.285 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:36 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:36.997+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:09.408599+0000 front 2023-12-06T21:02:09.408561+0000 (oldest deadline 2023-12-06T21:02:32.908475+0000) 2023-12-06T21:02:37.285 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:37 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:37.186+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:37.286 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:37 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:37.186+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:37.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:37 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:37.283+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:37.716 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:37 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:37.283+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:38.304 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:38 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:38.008+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:38.305 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:38 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:38.008+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:09.408599+0000 front 2023-12-06T21:02:09.408561+0000 (oldest deadline 2023-12-06T21:02:32.908475+0000) 2023-12-06T21:02:38.305 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:38 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:38.204+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:38.305 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:38 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:38.204+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:38.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:38 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:38.302+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:38.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:38 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:38.302+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:39.324 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:39 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:39.023+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:02.407593+0000 front 2023-12-06T21:02:02.407644+0000 (oldest deadline 2023-12-06T21:02:26.507541+0000) 2023-12-06T21:02:39.324 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:39 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5[118617]: 2023-12-06T21:02:39.023+0000 7f6481e5d700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:09.408599+0000 front 2023-12-06T21:02:09.408561+0000 (oldest deadline 2023-12-06T21:02:32.908475+0000) 2023-12-06T21:02:39.324 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:39 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:39.180+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:39.324 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:39 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:39.180+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:39.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:39 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:39.322+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:39.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:39 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:39.322+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:40.684 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:40 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:40.289+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:40.684 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:40 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:40.289+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:40.685 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:40 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:40.289+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:16.510959+0000 front 2023-12-06T21:02:16.511042+0000 (oldest deadline 2023-12-06T21:02:39.911352+0000) 2023-12-06T21:02:40.685 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:40 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:40.220+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:40.685 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:40 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:40.220+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:40.685 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:40 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:40.220+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:40.965 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:40 smithi167 bash[135901]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-5 2023-12-06T21:02:40.965 INFO:journalctl@ceph.osd.5.smithi167.stdout:Dec 06 21:02:40 smithi167 bash[135982]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-06T21:02:41.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:41 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:41.274+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:41.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:41 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:41.274+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:41.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:41 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:41.274+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:16.510959+0000 front 2023-12-06T21:02:16.511042+0000 (oldest deadline 2023-12-06T21:02:39.911352+0000) 2023-12-06T21:02:41.467 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:41 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:41.177+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:41.467 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:41 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:41.177+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:41.467 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:41 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:41.177+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:41.800 DEBUG:teuthology.orchestra.run.smithi167:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.5.service' 2023-12-06T21:02:41.841 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:41.841 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-06T21:02:41.842 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-06T21:02:41.842 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.6 2023-12-06T21:02:42.216 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:41 smithi167 systemd[1]: Stopping Ceph osd.6 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:02:42.216 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:41 smithi167 bash[136161]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-06T21:02:42.216 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:42.006+0000 7fa0878ba700 -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-06T21:02:42.216 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:42.006+0000 7fa0878ba700 -1 osd.6 67 *** Got signal Terminated *** 2023-12-06T21:02:42.216 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:42.006+0000 7fa0878ba700 -1 osd.6 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T21:02:42.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:42.254+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:42.715 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:42.254+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:42.716 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:42.254+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:16.510959+0000 front 2023-12-06T21:02:16.511042+0000 (oldest deadline 2023-12-06T21:02:39.911352+0000) 2023-12-06T21:02:42.716 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:42.216+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:42.716 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:42.216+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:42.716 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:42 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:42.216+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:43.465 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:43 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:43.282+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:43.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:43 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:43.282+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:43.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:43 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:43.282+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:16.510959+0000 front 2023-12-06T21:02:16.511042+0000 (oldest deadline 2023-12-06T21:02:39.911352+0000) 2023-12-06T21:02:43.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:43 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:43.196+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:43.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:43 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:43.196+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:43.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:43 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:43.196+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:44.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:44 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:44.163+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:44.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:44 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:44.163+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:44.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:44 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:44.163+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:44.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:44 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:44.248+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:44.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:44 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:44.248+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:44.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:44 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:44.248+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:16.510959+0000 front 2023-12-06T21:02:16.511042+0000 (oldest deadline 2023-12-06T21:02:39.911352+0000) 2023-12-06T21:02:45.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:45 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:45.189+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:45.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:45 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:45.189+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:45.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:45 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:45.189+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:45.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:45 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:45.269+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:45.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:45 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:45.269+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:45.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:45 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:45.269+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:16.510959+0000 front 2023-12-06T21:02:16.511042+0000 (oldest deadline 2023-12-06T21:02:39.911352+0000) 2023-12-06T21:02:46.465 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:46 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:46.292+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:04.208934+0000 front 2023-12-06T21:02:04.209062+0000 (oldest deadline 2023-12-06T21:02:30.108973+0000) 2023-12-06T21:02:46.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:46 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:46.292+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.109567+0000 front 2023-12-06T21:02:10.109528+0000 (oldest deadline 2023-12-06T21:02:35.409486+0000) 2023-12-06T21:02:46.466 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:46 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6[122150]: 2023-12-06T21:02:46.292+0000 7fa085257700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:16.510959+0000 front 2023-12-06T21:02:16.511042+0000 (oldest deadline 2023-12-06T21:02:39.911352+0000) 2023-12-06T21:02:46.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:46 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:46.148+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:46.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:46 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:46.148+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:46.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:46 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:46.148+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:47.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:47 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:47.177+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:47.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:47 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:47.177+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:47.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:47 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:47.177+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:47.965 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:47 smithi167 bash[136173]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-6 2023-12-06T21:02:47.965 INFO:journalctl@ceph.osd.6.smithi167.stdout:Dec 06 21:02:47 smithi167 bash[136216]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-06T21:02:48.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:48 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:48.150+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:48.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:48 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:48.150+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:48.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:48 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:48.150+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:48.833 DEBUG:teuthology.orchestra.run.smithi167:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.6.service' 2023-12-06T21:02:48.873 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:48.873 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-06T21:02:48.874 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-06T21:02:48.874 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.7 2023-12-06T21:02:49.160 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:48 smithi167 systemd[1]: Stopping Ceph osd.7 for bf5e28f4-9477-11ee-95a2-87774f69a715... 2023-12-06T21:02:49.160 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:48 smithi167 bash[136393]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-06T21:02:49.160 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:49 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:49.046+0000 7f6bf4813700 -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-06T21:02:49.160 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:49 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:49.046+0000 7f6bf4813700 -1 osd.7 67 *** Got signal Terminated *** 2023-12-06T21:02:49.161 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:49 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:49.046+0000 7f6bf4813700 -1 osd.7 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T21:02:49.161 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:49 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:49.158+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:49.161 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:49 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:49.158+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:49.161 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:49 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:49.158+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:50.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:50 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:50.184+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:50.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:50 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:50.184+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:50.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:50 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:50.184+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:51.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:51 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:51.146+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:51.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:51 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:51.146+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:51.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:51 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:51.146+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:51.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:51 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:51.146+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6830 osd.3 since back 2023-12-06T21:02:24.789590+0000 front 2023-12-06T21:02:24.789646+0000 (oldest deadline 2023-12-06T21:02:50.689509+0000) 2023-12-06T21:02:52.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:52 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:52.183+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:52.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:52 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:52.183+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:52.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:52 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:52.183+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:52.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:52 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:52.183+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6830 osd.3 since back 2023-12-06T21:02:24.789590+0000 front 2023-12-06T21:02:24.789646+0000 (oldest deadline 2023-12-06T21:02:50.689509+0000) 2023-12-06T21:02:53.465 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:53 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:53.188+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6806 osd.0 since back 2023-12-06T21:02:01.486066+0000 front 2023-12-06T21:02:01.485981+0000 (oldest deadline 2023-12-06T21:02:27.286481+0000) 2023-12-06T21:02:53.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:53 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:53.188+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6814 osd.1 since back 2023-12-06T21:02:10.187449+0000 front 2023-12-06T21:02:10.187538+0000 (oldest deadline 2023-12-06T21:02:34.287576+0000) 2023-12-06T21:02:53.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:53 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:53.188+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6822 osd.2 since back 2023-12-06T21:02:17.188446+0000 front 2023-12-06T21:02:17.188418+0000 (oldest deadline 2023-12-06T21:02:40.088472+0000) 2023-12-06T21:02:53.466 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:53 smithi167 ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7[125641]: 2023-12-06T21:02:53.188+0000 7f6bef9ab700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.125:6830 osd.3 since back 2023-12-06T21:02:24.789590+0000 front 2023-12-06T21:02:24.789646+0000 (oldest deadline 2023-12-06T21:02:50.689509+0000) 2023-12-06T21:02:54.966 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:54 smithi167 bash[136405]: ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd-7 2023-12-06T21:02:54.966 INFO:journalctl@ceph.osd.7.smithi167.stdout:Dec 06 21:02:54 smithi167 bash[136446]: Error: no container with name or ID "ceph-bf5e28f4-9477-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-06T21:02:55.774 DEBUG:teuthology.orchestra.run.smithi167:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf5e28f4-9477-11ee-95a2-87774f69a715@osd.7.service' 2023-12-06T21:02:55.814 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:02:55.815 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-06T21:02:55.815 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T21:03:13.938 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T21:03:28.638 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T21:03:28.680 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T21:03:28.711 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T21:03:28.713 DEBUG:teuthology.misc:Transferring archived files from smithi125:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687/remote/smithi125/crash 2023-12-06T21:03:28.714 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/crash -- . 2023-12-06T21:03:28.761 INFO:teuthology.orchestra.run.smithi125.stderr:tar: /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T21:03:28.762 INFO:teuthology.orchestra.run.smithi125.stderr:tar: Error is not recoverable: exiting now 2023-12-06T21:03:28.763 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687/remote/smithi167/crash 2023-12-06T21:03:28.765 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/crash -- . 2023-12-06T21:03:28.805 INFO:teuthology.orchestra.run.smithi167.stderr:tar: /var/lib/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T21:03:28.806 INFO:teuthology.orchestra.run.smithi167.stderr:tar: Error is not recoverable: exiting now 2023-12-06T21:03:28.807 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T21:03:28.807 DEBUG:teuthology.orchestra.run.smithi125:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T21:03:28.837 INFO:teuthology.orchestra.run.smithi125.stderr:grep: /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T21:03:28.839 INFO:tasks.cephadm:Compressing logs... 2023-12-06T21:03:28.839 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T21:03:28.882 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T21:03:28.908 INFO:teuthology.orchestra.run.smithi125.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T21:03:28.909 INFO:teuthology.orchestra.run.smithi125.stderr:: No such file or directory 2023-12-06T21:03:28.909 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T21:03:28.909 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T21:03:28.914 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mon.smithi125.log 2023-12-06T21:03:28.914 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T21:03:28.914 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mon.smithi125.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T21:03:28.915 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi125.blylck.log 2023-12-06T21:03:28.915 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi125.blylck.log: 80.1% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi125.blylck.log.gz 2023-12-06T21:03:28.915 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 90.9%--verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.1.log -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T21:03:28.915 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T21:03:28.915 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mgr.smithi125.xmtrzp.log 2023-12-06T21:03:28.916 INFO:teuthology.orchestra.run.smithi167.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory 2023-12-06T21:03:28.917 INFO:teuthology.orchestra.run.smithi167.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T21:03:28.917 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T21:03:28.917 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T21:03:28.917 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mgr.smithi167.vqmncs.log 2023-12-06T21:03:28.917 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi167.bhvmfb.log 2023-12-06T21:03:28.917 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mgr.smithi167.vqmncs.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T21:03:28.918 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi167.bhvmfb.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mon.smithi167.log 2023-12-06T21:03:28.918 INFO:teuthology.orchestra.run.smithi167.stderr: 60.7% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi167.bhvmfb.log.gz 2023-12-06T21:03:28.918 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T21:03:28.918 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mon.smithi167.log: /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.4.log: 91.1% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T21:03:28.918 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T21:03:28.918 INFO:teuthology.orchestra.run.smithi167.stderr: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T21:03:28.922 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.1.log: /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mgr.smithi125.xmtrzp.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T21:03:29.047 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.5.log: 90.2% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mgr.smithi167.vqmncs.log.gz 2023-12-06T21:03:29.048 INFO:teuthology.orchestra.run.smithi125.stderr: 88.5% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mgr.smithi125.xmtrzp.log.gz 2023-12-06T21:03:29.161 INFO:teuthology.orchestra.run.smithi167.stderr: 92.3% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mon.smithi167.log.gz 2023-12-06T21:03:29.907 INFO:teuthology.orchestra.run.smithi125.stderr: 91.7% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-mon.smithi125.log.gz 2023-12-06T21:03:37.022 INFO:teuthology.orchestra.run.smithi125.stderr: 94.5% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T21:03:39.399 INFO:teuthology.orchestra.run.smithi167.stderr: 94.1% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T21:03:40.479 INFO:teuthology.orchestra.run.smithi167.stderr: 94.3% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T21:03:41.371 INFO:teuthology.orchestra.run.smithi125.stderr: 94.1% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T21:03:42.159 INFO:teuthology.orchestra.run.smithi125.stderr: 94.1% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T21:03:42.193 INFO:teuthology.orchestra.run.smithi125.stderr: 94.3% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T21:03:42.195 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-06T21:03:42.195 INFO:teuthology.orchestra.run.smithi125.stderr:real 0m13.297s 2023-12-06T21:03:42.195 INFO:teuthology.orchestra.run.smithi125.stderr:user 0m46.277s 2023-12-06T21:03:42.195 INFO:teuthology.orchestra.run.smithi125.stderr:sys 0m1.932s 2023-12-06T21:03:44.182 INFO:teuthology.orchestra.run.smithi167.stderr: 94.2% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T21:03:46.270 INFO:teuthology.orchestra.run.smithi167.stderr: 94.2% -- replaced with /var/log/ceph/bf5e28f4-9477-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T21:03:46.272 INFO:teuthology.orchestra.run.smithi167.stderr: 2023-12-06T21:03:46.272 INFO:teuthology.orchestra.run.smithi167.stderr:real 0m17.373s 2023-12-06T21:03:46.272 INFO:teuthology.orchestra.run.smithi167.stderr:user 0m52.893s 2023-12-06T21:03:46.272 INFO:teuthology.orchestra.run.smithi167.stderr:sys 0m2.128s 2023-12-06T21:03:46.273 INFO:tasks.cephadm:Archiving logs... 2023-12-06T21:03:46.273 DEBUG:teuthology.misc:Transferring archived files from smithi125:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687/remote/smithi125/log 2023-12-06T21:03:46.274 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T21:03:52.877 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687/remote/smithi167/log 2023-12-06T21:03:52.878 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T21:04:00.435 INFO:tasks.cephadm:Removing cluster... 2023-12-06T21:04:00.435 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 --force 2023-12-06T21:04:00.808 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf5e28f4-9477-11ee-95a2-87774f69a715 --force 2023-12-06T21:04:01.202 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T21:04:01.202 DEBUG:teuthology.orchestra.run.smithi125:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T21:04:01.222 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T21:04:01.240 INFO:tasks.cephadm:Teardown complete 2023-12-06T21:04:01.241 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T21:04:01.255 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T21:04:01.255 DEBUG:teuthology.orchestra.run.smithi125:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T21:04:01.265 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T21:04:01.279 INFO:teuthology.orchestra.run.smithi125.stderr:bash: ntpq: command not found 2023-12-06T21:04:01.284 INFO:teuthology.orchestra.run.smithi125.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T21:04:01.284 INFO:teuthology.orchestra.run.smithi125.stdout:=============================================================================== 2023-12-06T21:04:01.284 INFO:teuthology.orchestra.run.smithi125.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 -237us[ -237us] +/- 85ms 2023-12-06T21:04:01.284 INFO:teuthology.orchestra.run.smithi125.stdout:^* hv02.front.sepia.ceph.com 3 6 377 43 -157us[ -157us] +/- 77ms 2023-12-06T21:04:01.285 INFO:teuthology.orchestra.run.smithi125.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 +422us[ +422us] +/- 78ms 2023-12-06T21:04:01.285 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T21:04:01.297 INFO:teuthology.orchestra.run.smithi167.stderr:bash: ntpq: command not found 2023-12-06T21:04:01.301 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T21:04:01.301 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2023-12-06T21:04:01.301 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 39 -244us[ -244us] +/- 85ms 2023-12-06T21:04:01.302 INFO:teuthology.orchestra.run.smithi167.stdout:^* hv02.front.sepia.ceph.com 3 6 377 39 -141us[ -120us] +/- 77ms 2023-12-06T21:04:01.302 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 41 +406us[ +427us] +/- 78ms 2023-12-06T21:04:01.302 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T21:04:01.303 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T21:04:01.313 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T21:04:01.313 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T21:04:01.322 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T21:04:01.421 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T21:04:01.512 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T21:04:01.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T21:04:01.546 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T21:04:01.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T21:04:01.577 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T21:04:01.588 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T21:04:01.707 INFO:teuthology.task.internal:Duration was 2344.619726 seconds 2023-12-06T21:04:01.707 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T21:04:01.718 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T21:04:01.718 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T21:04:01.721 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T21:04:01.764 INFO:teuthology.orchestra.run.smithi125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T21:04:01.767 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T21:04:02.228 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T21:04:02.228 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi125.front.sepia.ceph.com 2023-12-06T21:04:02.229 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T21:04:02.254 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2023-12-06T21:04:02.254 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T21:04:02.278 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T21:04:02.279 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T21:04:02.297 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T21:04:02.376 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T21:04:02.377 DEBUG:teuthology.orchestra.run.smithi125:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T21:04:02.379 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T21:04:11.057 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T21:04:11.072 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T21:04:11.073 DEBUG:teuthology.orchestra.run.smithi125:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T21:04:11.100 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T21:04:11.133 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T21:04:11.144 DEBUG:teuthology.orchestra.run.smithi125:> 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-06T21:04:11.146 DEBUG:teuthology.orchestra.run.smithi167:> 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-06T21:04:11.170 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = core 2023-12-06T21:04:11.204 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2023-12-06T21:04:11.229 DEBUG:teuthology.orchestra.run.smithi125:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T21:04:11.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T21:04:11.270 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T21:04:11.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T21:04:11.288 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T21:04:11.299 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T21:04:11.300 DEBUG:teuthology.misc:Transferring archived files from smithi125:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687/remote/smithi125 2023-12-06T21:04:11.301 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T21:04:11.371 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687/remote/smithi167 2023-12-06T21:04:11.371 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T21:04:11.414 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T21:04:11.414 DEBUG:teuthology.orchestra.run.smithi125:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T21:04:11.416 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T21:04:11.466 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T21:04:11.478 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T21:04:11.479 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T21:04:11.489 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T21:04:11.489 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T21:04:11.491 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T21:04:11.506 INFO:teuthology.orchestra.run.smithi125.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 21:04 /home/ubuntu/cephtest 2023-12-06T21:04:11.524 INFO:teuthology.orchestra.run.smithi167.stdout: 525658 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 21:04 /home/ubuntu/cephtest 2023-12-06T21:04:11.526 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T21:04:11.537 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T21:04:11.559 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T21:04:11.587 DEBUG:teuthology.nuke:shortname: smithi125 2023-12-06T21:04:11.588 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T21:04:11.613 DEBUG:teuthology.nuke:shortname: smithi167 2023-12-06T21:04:11.613 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T21:04:11.617 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 20:15:26.535205', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNIb7OB8hp9oDkkTUoVGGOKpgazc2K8Lw02MlUal0f7iu/vK4PowWFt2jDSEkg/oYy6xRivUbXYbfPXN7EoXDIE='} 2023-12-06T21:04:11.638 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480687', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 20:15:26.536669', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGa8XMy4/5b4QRDw7ShcUSD/itEjQGfH2h80Zmg1yh7mlcOHDnDrtvwtk+eLLG2OMal2D92tfAYluFnjhhzj3Tw='} 2023-12-06T21:04:11.675 INFO:teuthology.orchestra.console.smithi125:Power off 2023-12-06T21:04:11.675 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T21:04:11.700 DEBUG:teuthology.orchestra.console.smithi125:power off output: Chassis Power Control: Down/Off 2023-12-06T21:04:11.700 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:04:11.718 INFO:teuthology.orchestra.console.smithi167:Power off 2023-12-06T21:04:11.718 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T21:04:11.728 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-06T21:04:11.740 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2023-12-06T21:04:11.740 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:04:11.764 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-06T21:04:15.728 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:04:15.765 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:04:15.839 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-06T21:04:15.877 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-06T21:04:19.843 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:04:19.878 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:04:19.953 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-06T21:04:19.990 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-06T21:04:23.958 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:04:23.991 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:04:24.068 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is off 2023-12-06T21:04:24.101 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2023-12-06T21:04:24.170 INFO:teuthology.orchestra.console.smithi125:Power off completed 2023-12-06T21:04:24.202 INFO:teuthology.orchestra.console.smithi167:Power off completed 2023-12-06T21:04:24.307 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: 2344.619726419449 failure_reason: 'Command failed on smithi125 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 bf5e28f4-9477-11ee-95a2-87774f69a715 -e sha1=583a8f423152326ab01a6e95dd560ab68ea88e77 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7ba662ad4c7042aab7513dd370566c70 status: fail success: false 2023-12-06T21:04:24.308 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T21:04:24.382 INFO:teuthology.run:FAIL