2023-09-30T17:09:24.996 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-30T17:09:24.997 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493 --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 adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi --owner scheduled_adking@teuthology --verbose -- /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493/orig.config.yaml 2023-09-30T17:09:25.036 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T17:09:25.116 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493 branch: wip-adk-testing-2023-09-27-2233 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7405493' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-09-27-2233 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: f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-09-27-2233 sha1: f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 7358 sha1: f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-09-27-2233 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5AodjM9EKtlYJDoJb8ihxQLMELb4lxBdpMCsWkviE28D+F33hkLkNL6ey/LXJR6809pBOshy4FjU414rqZKKI= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRZkq4XhTjO1UoBL3apO7N5AtorkqNNuZOp0UxzO/0LTmXyyYMBMI0KXrB0HolEvaiUNTpGLdkB8ytCSMRT/cM= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-28_12:35:23 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-09-30T17:09:25.117 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a/qa; will attempt to use it 2023-09-30T17:09:25.117 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a/qa/tasks 2023-09-30T17:09:25.118 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-30T17:09:25.119 INFO:teuthology.task.internal:Checking packages... 2023-09-30T17:09:25.142 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a' 2023-09-30T17:09:25.142 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T17:09:25.142 INFO:teuthology.packaging:ref: None 2023-09-30T17:09:25.142 INFO:teuthology.packaging:tag: None 2023-09-30T17:09:25.142 INFO:teuthology.packaging:branch: wip-adk-testing-2023-09-27-2233 2023-09-30T17:09:25.143 INFO:teuthology.packaging:sha1: f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a 2023-09-30T17:09:25.143 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-09-27-2233 2023-09-30T17:09:25.284 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6468.gf78c4ba7 2023-09-30T17:09:25.284 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-30T17:09:25.291 INFO:teuthology.task.internal:no buildpackages task found 2023-09-30T17:09:25.291 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-30T17:09:25.311 INFO:teuthology.task.internal:Saving configuration 2023-09-30T17:09:25.326 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-30T17:09:25.333 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T17:09:25.356 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493', '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-09-30 17:04:25.439360', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5AodjM9EKtlYJDoJb8ihxQLMELb4lxBdpMCsWkviE28D+F33hkLkNL6ey/LXJR6809pBOshy4FjU414rqZKKI='} 2023-09-30T17:09:25.379 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493', '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-09-30 17:04:25.437220', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRZkq4XhTjO1UoBL3apO7N5AtorkqNNuZOp0UxzO/0LTmXyyYMBMI0KXrB0HolEvaiUNTpGLdkB8ytCSMRT/cM='} 2023-09-30T17:09:25.379 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-30T17:09:25.386 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-09-30T17:09:25.386 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-09-30T17:09:25.386 INFO:teuthology.run_tasks:Running task console_log... 2023-09-30T17:09:25.459 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2f8f30bb80>, signals=[15]) 2023-09-30T17:09:25.459 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-30T17:09:25.467 INFO:teuthology.task.internal:Opening connections... 2023-09-30T17:09:25.468 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:09:25.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:09:25.538 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2023-09-30T17:09:25.538 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:09:25.603 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-30T17:09:25.610 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2023-09-30T17:09:25.632 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2023-09-30T17:09:25.632 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2023-09-30T17:09:25.694 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="CentOS Stream" 2023-09-30T17:09:25.694 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="8" 2023-09-30T17:09:25.694 INFO:teuthology.orchestra.run.smithi008.stdout:ID="centos" 2023-09-30T17:09:25.694 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="rhel fedora" 2023-09-30T17:09:25.694 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="8" 2023-09-30T17:09:25.694 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el8" 2023-09-30T17:09:25.694 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T17:09:25.694 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2023-09-30T17:09:25.695 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T17:09:25.695 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://centos.org/" 2023-09-30T17:09:25.695 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T17:09:25.695 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T17:09:25.695 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T17:09:25.695 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2023-09-30T17:09:25.723 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2023-09-30T17:09:25.745 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2023-09-30T17:09:25.746 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2023-09-30T17:09:25.806 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2023-09-30T17:09:25.806 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="8" 2023-09-30T17:09:25.806 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2023-09-30T17:09:25.806 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2023-09-30T17:09:25.806 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="8" 2023-09-30T17:09:25.806 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el8" 2023-09-30T17:09:25.807 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T17:09:25.807 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2023-09-30T17:09:25.807 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T17:09:25.807 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2023-09-30T17:09:25.807 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T17:09:25.807 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T17:09:25.807 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T17:09:25.807 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2023-09-30T17:09:25.831 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-30T17:09:25.842 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-30T17:09:25.852 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-30T17:09:25.852 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2023-09-30T17:09:25.855 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2023-09-30T17:09:25.874 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-30T17:09:25.883 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-30T17:09:25.883 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2023-09-30T17:09:25.917 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2023-09-30T17:09:25.946 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-30T17:09:26.011 INFO:teuthology.run_tasks:Running task kernel... 2023-09-30T17:09:26.030 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-30T17:09:26.030 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-30T17:09:26.031 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T17:09:26.031 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T17:09:26.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:09:26.051 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-09-30T17:09:26.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:09:26.053 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-09-30T17:09:26.112 INFO:teuthology.orchestra.run.smithi079.stdout:4.18.0-489.el8.x86_64 2023-09-30T17:09:26.112 INFO:teuthology.task.kernel:Running kernel on smithi079: 4.18.0-489.el8.x86_64 2023-09-30T17:09:26.112 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2023-09-30T17:09:26.117 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-489.el8.x86_64 2023-09-30T17:09:26.118 INFO:teuthology.task.kernel:Running kernel on smithi008: 4.18.0-489.el8.x86_64 2023-09-30T17:09:26.118 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2023-09-30T17:09:30.847 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - AppStream 16 MB/s | 33 MB 00:02 2023-09-30T17:09:31.411 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - AppStream 12 MB/s | 33 MB 00:02 2023-09-30T17:09:38.580 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - BaseOS 28 MB/s | 48 MB 00:01 2023-09-30T17:09:39.636 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - BaseOS 27 MB/s | 48 MB 00:01 2023-09-30T17:09:45.829 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras 43 kB/s | 18 kB 00:00 2023-09-30T17:09:46.388 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-09-30T17:09:46.706 INFO:teuthology.orchestra.run.smithi079.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-09-30T17:09:47.328 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - Extras 43 kB/s | 18 kB 00:00 2023-09-30T17:09:47.665 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-09-30T17:09:47.895 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-09-30T17:09:48.197 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-09-30T17:09:49.539 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-09-30T17:09:51.582 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 416 kB/s | 24 kB 00:00 2023-09-30T17:09:53.514 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 503 kB/s | 24 kB 00:00 2023-09-30T17:09:55.137 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T17:09:55.138 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T17:09:55.398 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-09-30T17:09:55.398 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:09:55.398 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2023-09-30T17:09:55.398 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout:Install 3 Packages 2023-09-30T17:09:55.399 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:09:55.400 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 88 M 2023-09-30T17:09:55.400 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 96 M 2023-09-30T17:09:55.400 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-09-30T17:09:56.341 INFO:teuthology.orchestra.run.smithi079.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-09-30T17:09:57.273 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T17:09:57.273 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T17:09:57.529 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-09-30T17:09:57.530 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:09:57.530 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2023-09-30T17:09:57.530 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:09:57.530 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2023-09-30T17:09:57.530 INFO:teuthology.orchestra.run.smithi008.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T17:09:57.530 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-09-30T17:09:57.530 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T17:09:57.531 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T17:09:57.531 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:09:57.531 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-09-30T17:09:57.531 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:09:57.531 INFO:teuthology.orchestra.run.smithi008.stdout:Install 3 Packages 2023-09-30T17:09:57.531 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:09:57.531 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 88 M 2023-09-30T17:09:57.532 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 96 M 2023-09-30T17:09:57.532 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-09-30T17:09:57.791 INFO:teuthology.orchestra.run.smithi079.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 16 MB/s | 35 MB 00:02 2023-09-30T17:09:58.191 INFO:teuthology.orchestra.run.smithi079.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-09-30T17:09:58.192 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-09-30T17:09:58.192 INFO:teuthology.orchestra.run.smithi079.stdout:Total 32 MB/s | 88 MB 00:02 2023-09-30T17:09:58.241 INFO:teuthology.orchestra.run.smithi008.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2023-09-30T17:09:58.857 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-09-30T17:09:59.279 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-09-30T17:09:59.279 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-09-30T17:09:59.282 INFO:teuthology.orchestra.run.smithi008.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 21 MB/s | 35 MB 00:01 2023-09-30T17:09:59.933 INFO:teuthology.orchestra.run.smithi008.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 18 MB/s | 43 MB 00:02 2023-09-30T17:09:59.934 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-09-30T17:09:59.934 INFO:teuthology.orchestra.run.smithi008.stdout:Total 37 MB/s | 88 MB 00:02 2023-09-30T17:10:00.509 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-09-30T17:10:00.528 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-09-30T17:10:00.637 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-09-30T17:10:01.081 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-09-30T17:10:01.081 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-09-30T17:10:02.384 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-09-30T17:10:02.402 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-09-30T17:10:03.264 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-09-30T17:10:03.810 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T17:10:05.301 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-09-30T17:10:05.864 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T17:10:07.363 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T17:10:07.775 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T17:10:09.599 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T17:10:10.205 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T17:10:11.147 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T17:10:11.464 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:13.830 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T17:10:14.140 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:33.192 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:33.214 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:33.581 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:33.581 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T17:10:33.581 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T17:10:34.330 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:34.330 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:10:34.330 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-09-30T17:10:34.330 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T17:10:34.330 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T17:10:34.330 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:10:34.331 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-09-30T17:10:34.475 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T17:10:34.688 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T17:10:34.688 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T17:10:34.688 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-30T17:10:34.689 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T17:10:34.689 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T17:10:34.689 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-30T17:10:34.689 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T17:10:34.689 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T17:10:34.897 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T17:10:34.897 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T17:10:34.898 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2023-09-30T17:10:34.931 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2023-09-30T17:10:34.931 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2023-09-30T17:10:34.931 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.02 2023-09-30T17:10:34.931 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 129.el8 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Group : System Environment/Base 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 9265586 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Relocations : (not relocatable) 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : CentOS BuildSystem 2023-09-30T17:10:34.932 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:10:34.933 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T17:10:34.934 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T17:10:34.934 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 4.18.0-514.el8.x86_64 2023-09-30T17:10:34.934 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T17:10:36.572 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2023-09-30T17:10:37.413 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:37.438 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:37.902 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:37.902 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T17:10:37.902 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T17:10:38.687 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T17:10:38.687 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:10:38.687 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-09-30T17:10:38.687 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T17:10:38.687 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T17:10:38.687 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:10:38.687 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-09-30T17:10:38.741 INFO:teuthology.orchestra.run.smithi079.stderr:done 2023-09-30T17:10:38.743 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2023-09-30T17:10:38.772 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.rt2cEprvlR 2023-09-30T17:10:38.773 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rt2cEprvlR 2023-09-30T17:10:38.821 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T17:10:38.858 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.rt2cEprvlR 2023-09-30T17:10:38.967 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.rt2cEprvlR is 6KB 2023-09-30T17:10:39.015 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.rt2cEprvlR 2023-09-30T17:10:39.032 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T17:10:39.043 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T17:10:39.044 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T17:10:39.044 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-30T17:10:39.044 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T17:10:39.044 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T17:10:39.044 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-30T17:10:39.045 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T17:10:39.045 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T17:10:39.113 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T17:10:39.113 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T17:10:39.114 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T17:10:39.114 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T17:10:39.115 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T17:10:39.262 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T17:10:39.263 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T17:10:39.264 DEBUG:teuthology.orchestra.run.smithi008:> sudo rpm -qi grub2-tools 2023-09-30T17:10:39.297 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2023-09-30T17:10:39.298 INFO:teuthology.orchestra.run.smithi008.stdout:Name : grub2-tools 2023-09-30T17:10:39.298 INFO:teuthology.orchestra.run.smithi008.stdout:Epoch : 1 2023-09-30T17:10:39.298 INFO:teuthology.orchestra.run.smithi008.stdout:Version : 2.02 2023-09-30T17:10:39.298 INFO:teuthology.orchestra.run.smithi008.stdout:Release : 129.el8 2023-09-30T17:10:39.298 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: x86_64 2023-09-30T17:10:39.298 INFO:teuthology.orchestra.run.smithi008.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Group : System Environment/Base 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Size : 9265586 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:License : GPLv3+ 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Relocations : (not relocatable) 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Packager : CentOS BuildSystem 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Vendor : CentOS 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Summary : Support tools for GRUB. 2023-09-30T17:10:39.299 INFO:teuthology.orchestra.run.smithi008.stdout:Description : 2023-09-30T17:10:39.300 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:10:39.300 INFO:teuthology.orchestra.run.smithi008.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T17:10:39.300 INFO:teuthology.orchestra.run.smithi008.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T17:10:39.300 INFO:teuthology.orchestra.run.smithi008.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T17:10:39.300 INFO:teuthology.orchestra.run.smithi008.stdout:hardware devices. 2023-09-30T17:10:39.300 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:10:39.300 INFO:teuthology.orchestra.run.smithi008.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T17:10:39.301 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T17:10:39.301 INFO:teuthology.task.kernel:Updating grub on smithi008 to boot 4.18.0-514.el8.x86_64 2023-09-30T17:10:39.301 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T17:10:40.592 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2023-09-30T17:10:42.472 INFO:teuthology.orchestra.run.smithi008.stderr:done 2023-09-30T17:10:42.474 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2023-09-30T17:10:42.505 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.mXJ9QJBqtT 2023-09-30T17:10:42.505 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.mXJ9QJBqtT 2023-09-30T17:10:42.581 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.mXJ9QJBqtT 2023-09-30T17:10:42.733 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.mXJ9QJBqtT is 6KB 2023-09-30T17:10:42.781 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.mXJ9QJBqtT 2023-09-30T17:10:42.799 DEBUG:teuthology.orchestra.run.smithi008:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T17:10:42.866 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T17:10:42.866 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T17:10:42.866 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T17:10:42.866 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T17:10:42.867 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T17:10:43.125 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2023-09-30T17:11:09.326 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-30T17:11:09.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-09-30T17:11:09.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:11:13.132 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-30T17:11:13.132 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-09-30T17:11:13.132 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:11:27.870 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-09-30T17:11:31.454 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-09-30T17:11:36.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-09-30T17:11:36.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:11:39.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-09-30T17:11:40.455 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-09-30T17:11:40.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:11:51.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-09-30T17:11:51.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:12:24.399 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-09-30T17:12:24.944 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-09-30T17:12:24.945 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-514.el8.x86_64"... 2023-09-30T17:12:24.945 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-09-30T17:12:24.961 INFO:teuthology.orchestra.run.smithi079.stdout:4.18.0-514.el8.x86_64 2023-09-30T17:12:24.962 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-30T17:12:24.962 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T17:12:24.962 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T17:12:25.963 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-30T17:12:25.963 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T17:12:26.045 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2023-09-30T17:12:26.061 DEBUG:teuthology.parallel:result is None 2023-09-30T17:12:40.539 DEBUG:teuthology.orchestra.remote:timed out 2023-09-30T17:12:52.540 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-09-30T17:12:52.540 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:12:52.899 DEBUG:teuthology.orchestra.run.smithi008:> true 2023-09-30T17:12:53.176 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-09-30T17:12:53.176 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-09-30T17:12:53.176 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-09-30T17:12:53.198 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-514.el8.x86_64 2023-09-30T17:12:53.198 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-30T17:12:53.199 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T17:12:53.199 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T17:12:54.200 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-30T17:12:54.200 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T17:12:54.274 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2023-09-30T17:12:54.293 DEBUG:teuthology.parallel:result is None 2023-09-30T17:12:54.293 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-30T17:12:54.299 INFO:teuthology.task.internal:Creating test directory... 2023-09-30T17:12:54.300 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T17:12:54.302 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T17:12:54.325 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-30T17:12:54.362 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-30T17:12:54.370 INFO:teuthology.task.internal:Creating archive directory... 2023-09-30T17:12:54.371 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T17:12:54.374 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T17:12:54.421 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-30T17:12:54.427 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-30T17:12:54.428 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:12:54.459 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:12:54.497 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T17:12:54.503 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T17:12:54.508 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T17:12:54.515 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T17:12:54.517 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-30T17:12:54.524 INFO:teuthology.task.internal:Configuring sudo... 2023-09-30T17:12:54.524 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T17:12:54.526 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T17:12:54.579 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-30T17:12:54.588 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-30T17:12:54.588 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T17:12:54.601 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T17:12:54.638 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T17:12:54.711 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T17:12:54.765 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T17:12:54.853 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T17:12:54.906 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:12:54.906 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T17:12:54.981 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T17:12:55.028 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T17:12:55.089 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T17:12:55.135 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T17:12:55.178 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-09-30T17:12:55.178 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T17:12:55.245 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2023-09-30T17:12:55.248 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2023-09-30T17:12:55.327 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T17:12:55.356 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T17:12:55.857 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-30T17:12:55.865 INFO:teuthology.task.internal:Starting timer... 2023-09-30T17:12:55.865 INFO:teuthology.run_tasks:Running task pcp... 2023-09-30T17:12:55.875 INFO:teuthology.run_tasks:Running task selinux... 2023-09-30T17:12:55.883 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-30T17:12:55.884 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2023-09-30T17:12:55.961 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2023-09-30T17:12:55.963 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2023-09-30T17:12:56.035 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2023-09-30T17:12:56.036 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-30T17:12:56.037 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2023-09-30T17:12:56.092 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2023-09-30T17:12:56.092 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2023-09-30T17:12:56.138 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2023-09-30T17:12:56.138 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi079.front.sepia.ceph.com': 'permissive'} 2023-09-30T17:12:56.139 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:12:56.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:12:56.176 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:12:56.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:12:56.204 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-30T17:12:56.204 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2023-09-30T17:12:56.251 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2023-09-30T17:12:56.279 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-30T17:12:56.290 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-09-30T17:12:56.296 INFO:teuthology.repo_utils:Fetching main from origin 2023-09-30T17:12:56.421 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-30T17:12:56.438 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-09-30T17:12:56.440 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi079.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-30T17:21:04.803 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com')] 2023-09-30T17:21:04.804 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-09-30T17:21:04.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:21:04.877 DEBUG:teuthology.orchestra.run.smithi008:> true 2023-09-30T17:21:04.954 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-09-30T17:21:04.955 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-09-30T17:21:04.956 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T17:21:05.022 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-09-30T17:21:05.049 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-09-30T17:21:05.049 INFO:teuthology.run_tasks:Running task clock... 2023-09-30T17:21:05.061 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-30T17:21:05.062 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T17:21:05.062 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:21:05.064 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T17:21:05.064 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:21:05.103 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T17:21:05.120 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T17:21:05.122 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T17:21:05.136 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T17:21:05.194 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2023-09-30T17:21:05.205 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2023-09-30T17:21:05.207 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2023-09-30T17:21:05.216 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2023-09-30T17:21:05.224 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T17:21:05.229 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T17:21:05.240 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T17:21:05.243 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T17:21:05.310 INFO:teuthology.orchestra.run.smithi079.stderr:bash: ntpq: command not found 2023-09-30T17:21:05.310 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-09-30T17:21:05.313 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T17:21:05.313 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2023-09-30T17:21:05.313 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:21:05.313 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:21:05.314 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:21:05.314 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:21:05.315 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T17:21:05.315 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-09-30T17:21:05.315 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:21:05.315 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:21:05.318 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:21:05.318 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:21:05.318 INFO:teuthology.run_tasks:Running task pexec... 2023-09-30T17:21:05.327 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-30T17:21:05.327 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:21:05.327 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T17:21:05.328 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi079.front.sepia.ceph.com 2023-09-30T17:21:05.328 DEBUG:teuthology.orchestra.run.smithi079:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T17:21:06.235 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:25 ago on Sat 30 Sep 2023 05:18:41 PM UTC. 2023-09-30T17:21:06.369 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:43 ago on Sat 30 Sep 2023 05:19:23 PM UTC. 2023-09-30T17:21:08.276 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout:Resetting modules: 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:21:08.277 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:21:08.532 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-09-30T17:21:08.614 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-09-30T17:21:08.615 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:21:08.615 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2023-09-30T17:21:08.615 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:21:08.615 INFO:teuthology.orchestra.run.smithi008.stdout:Resetting modules: 2023-09-30T17:21:08.615 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools 2023-09-30T17:21:08.615 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:21:08.616 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-09-30T17:21:08.616 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:21:08.616 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:21:08.906 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-09-30T17:21:09.509 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:28 ago on Sat 30 Sep 2023 05:18:41 PM UTC. 2023-09-30T17:21:09.991 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:46 ago on Sat 30 Sep 2023 05:19:23 PM UTC. 2023-09-30T17:21:11.493 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-09-30T17:21:11.647 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:21:11.647 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-09-30T17:21:11.647 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:21:11.647 INFO:teuthology.orchestra.run.smithi079.stdout:Installing group/module packages: 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T17:21:11.648 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout:Installing weak dependencies: 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout:Installing module profiles: 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools/common 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling module streams: 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools rhel8 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:21:11.649 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-09-30T17:21:11.650 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-09-30T17:21:11.650 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2023-09-30T17:21:11.650 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:21:11.650 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 26 M 2023-09-30T17:21:11.651 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 87 M 2023-09-30T17:21:11.651 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-09-30T17:21:12.114 INFO:teuthology.orchestra.run.smithi079.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.6 MB/s | 739 kB 00:00 2023-09-30T17:21:12.148 INFO:teuthology.orchestra.run.smithi079.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 3.2 MB/s | 1.0 MB 00:00 2023-09-30T17:21:12.173 INFO:teuthology.orchestra.run.smithi079.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2023-09-30T17:21:12.198 INFO:teuthology.orchestra.run.smithi079.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.6 MB/s | 239 kB 00:00 2023-09-30T17:21:12.239 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-09-30T17:21:12.257 INFO:teuthology.orchestra.run.smithi079.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 3.0 MB/s | 177 kB 00:00 2023-09-30T17:21:12.341 INFO:teuthology.orchestra.run.smithi079.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 297 kB/s | 25 kB 00:00 2023-09-30T17:21:12.399 INFO:teuthology.orchestra.run.smithi079.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-09-30T17:21:12.412 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:21:12.413 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-09-30T17:21:12.413 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:21:12.413 INFO:teuthology.orchestra.run.smithi008.stdout:Installing group/module packages: 2023-09-30T17:21:12.413 INFO:teuthology.orchestra.run.smithi008.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T17:21:12.413 INFO:teuthology.orchestra.run.smithi008.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T17:21:12.413 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T17:21:12.413 INFO:teuthology.orchestra.run.smithi008.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T17:21:12.414 INFO:teuthology.orchestra.run.smithi008.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T17:21:12.414 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T17:21:12.414 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T17:21:12.414 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T17:21:12.414 INFO:teuthology.orchestra.run.smithi008.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T17:21:12.414 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-09-30T17:21:12.414 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T17:21:12.414 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout:Installing weak dependencies: 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout:Installing module profiles: 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools/common 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling module streams: 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools rhel8 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:21:12.415 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-09-30T17:21:12.416 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-09-30T17:21:12.416 INFO:teuthology.orchestra.run.smithi008.stdout:Install 13 Packages 2023-09-30T17:21:12.416 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:21:12.416 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 26 M 2023-09-30T17:21:12.416 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 87 M 2023-09-30T17:21:12.417 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-09-30T17:21:12.550 INFO:teuthology.orchestra.run.smithi079.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 10 MB/s | 3.7 MB 00:00 2023-09-30T17:21:12.725 INFO:teuthology.orchestra.run.smithi079.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 10 MB/s | 8.8 MB 00:00 2023-09-30T17:21:12.784 INFO:teuthology.orchestra.run.smithi079.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 907 kB/s | 53 kB 00:00 2023-09-30T17:21:12.855 INFO:teuthology.orchestra.run.smithi079.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 8.3 MB/s | 2.5 MB 00:00 2023-09-30T17:21:12.884 INFO:teuthology.orchestra.run.smithi079.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 408 kB/s | 41 kB 00:00 2023-09-30T17:21:12.923 INFO:teuthology.orchestra.run.smithi008.stdout:(1/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 3.2 MB/s | 1.0 MB 00:00 2023-09-30T17:21:12.990 INFO:teuthology.orchestra.run.smithi008.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 570 kB/s | 38 kB 00:00 2023-09-30T17:21:13.057 INFO:teuthology.orchestra.run.smithi008.stdout:(3/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 3.5 MB/s | 239 kB 00:00 2023-09-30T17:21:13.126 INFO:teuthology.orchestra.run.smithi079.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 11 MB/s | 8.1 MB 00:00 2023-09-30T17:21:13.126 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-09-30T17:21:13.126 INFO:teuthology.orchestra.run.smithi079.stdout:Total 17 MB/s | 26 MB 00:01 2023-09-30T17:21:13.207 INFO:teuthology.orchestra.run.smithi008.stdout:(4/13): cockpit-podman-75-1.module_el8+664+4072 1.2 MB/s | 739 kB 00:00 2023-09-30T17:21:13.333 INFO:teuthology.orchestra.run.smithi008.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.4 MB/s | 177 kB 00:00 2023-09-30T17:21:13.388 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-09-30T17:21:13.409 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-09-30T17:21:13.409 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-09-30T17:21:13.433 INFO:teuthology.orchestra.run.smithi008.stdout:(6/13): netavark-1.7.0-1.module_el8+487+8e42a27 10 MB/s | 3.7 MB 00:00 2023-09-30T17:21:13.458 INFO:teuthology.orchestra.run.smithi008.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2023-09-30T17:21:13.559 INFO:teuthology.orchestra.run.smithi008.stdout:(8/13): buildah-1.31.3-1.module_el8+664+4072b3a 9.3 MB/s | 8.8 MB 00:00 2023-09-30T17:21:13.584 INFO:teuthology.orchestra.run.smithi008.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 624 kB/s | 94 kB 00:00 2023-09-30T17:21:13.642 INFO:teuthology.orchestra.run.smithi008.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 905 kB/s | 53 kB 00:00 2023-09-30T17:21:13.669 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-09-30T17:21:13.673 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-09-30T17:21:13.701 INFO:teuthology.orchestra.run.smithi008.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2023-09-30T17:21:13.751 INFO:teuthology.orchestra.run.smithi008.stdout:(12/13): toolbox-0.0.99.4-5.module_el8+649+e2de 13 MB/s | 2.5 MB 00:00 2023-09-30T17:21:14.369 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-09-30T17:21:14.677 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T17:21:14.818 INFO:teuthology.orchestra.run.smithi008.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 6.0 MB/s | 8.1 MB 00:01 2023-09-30T17:21:14.819 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-09-30T17:21:14.819 INFO:teuthology.orchestra.run.smithi008.stdout:Total 11 MB/s | 26 MB 00:02 2023-09-30T17:21:14.888 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T17:21:15.107 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-09-30T17:21:15.132 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-09-30T17:21:15.132 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-09-30T17:21:15.140 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T17:21:15.399 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T17:21:15.409 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-09-30T17:21:15.413 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-09-30T17:21:15.960 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T17:21:16.162 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-09-30T17:21:16.402 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T17:21:16.560 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T17:21:16.759 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T17:21:16.897 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T17:21:16.984 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T17:21:17.123 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T17:21:17.354 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T17:21:17.579 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T17:21:17.650 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T17:21:18.076 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T17:21:18.719 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T17:21:18.975 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T17:21:18.989 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T17:21:19.187 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T17:21:19.230 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T17:21:19.441 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T17:21:19.445 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T17:21:19.847 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T17:21:19.853 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T17:21:19.854 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T17:21:19.854 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T17:21:19.854 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T17:21:20.801 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T17:21:20.801 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:21:20.801 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-09-30T17:21:20.801 INFO:teuthology.orchestra.run.smithi079.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T17:21:20.801 INFO:teuthology.orchestra.run.smithi079.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T17:21:20.801 INFO:teuthology.orchestra.run.smithi079.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T17:21:20.801 INFO:teuthology.orchestra.run.smithi079.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T17:21:20.801 INFO:teuthology.orchestra.run.smithi079.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:21:20.802 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-09-30T17:21:20.803 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T17:21:21.004 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T17:21:21.103 DEBUG:teuthology.parallel:result is None 2023-09-30T17:21:21.175 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T17:21:21.669 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T17:21:21.669 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T17:21:21.670 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T17:21:21.671 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T17:21:21.671 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T17:21:22.476 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T17:21:22.476 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:21:22.476 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-09-30T17:21:22.476 INFO:teuthology.orchestra.run.smithi008.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T17:21:22.477 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T17:21:22.478 INFO:teuthology.orchestra.run.smithi008.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T17:21:22.478 INFO:teuthology.orchestra.run.smithi008.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T17:21:22.478 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:21:22.478 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-09-30T17:21:23.033 DEBUG:teuthology.parallel:result is None 2023-09-30T17:21:23.034 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-30T17:21:23.115 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': 'f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a'} 2023-09-30T17:21:23.115 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-09-30T17:21:23.116 INFO:tasks.cephadm:Cluster fsid is c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:23.116 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-30T17:21:23.117 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-30T17:21:23.117 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi008': '172.21.15.8', 'mon.smithi079': '172.21.15.79'} 2023-09-30T17:21:23.117 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-30T17:21:23.117 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2023-09-30T17:21:23.153 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2023-09-30T17:21:23.188 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-09-30T17:21:23.189 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:21:23.459 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Sep 30 17:21 /home/ubuntu/cephtest/cephadm 2023-09-30T17:21:23.460 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:21:23.631 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Sep 30 17:21 /home/ubuntu/cephtest/cephadm 2023-09-30T17:21:23.631 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T17:21:23.656 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T17:21:23.689 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-09-30T17:21:23.689 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-09-30T17:21:23.698 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-09-30T17:21:25.232 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-30T17:21:25.503 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-30T17:21:43.658 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2023-09-30T17:21:43.659 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-09-30T17:21:43.659 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-09-30T17:21:43.659 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2023-09-30T17:21:43.659 INFO:teuthology.orchestra.run.smithi079.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-09-30T17:21:43.659 INFO:teuthology.orchestra.run.smithi079.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-09-30T17:21:43.659 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2023-09-30T17:21:43.659 INFO:teuthology.orchestra.run.smithi079.stdout:} 2023-09-30T17:21:44.907 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:21:44.908 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-09-30T17:21:44.908 INFO:teuthology.orchestra.run.smithi008.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-09-30T17:21:44.908 INFO:teuthology.orchestra.run.smithi008.stdout: "repo_digests": [ 2023-09-30T17:21:44.908 INFO:teuthology.orchestra.run.smithi008.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-09-30T17:21:44.908 INFO:teuthology.orchestra.run.smithi008.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-09-30T17:21:44.908 INFO:teuthology.orchestra.run.smithi008.stdout: ] 2023-09-30T17:21:44.908 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:21:44.935 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /etc/ceph 2023-09-30T17:21:44.974 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2023-09-30T17:21:45.011 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 777 /etc/ceph 2023-09-30T17:21:45.048 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2023-09-30T17:21:45.081 INFO:tasks.cephadm:Writing seed config... 2023-09-30T17:21:45.082 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-30T17:21:45.082 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-30T17:21:45.083 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-30T17:21:45.083 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-30T17:21:45.083 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-30T17:21:45.083 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-30T17:21:45.083 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-30T17:21:45.083 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-30T17:21:45.084 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:21:45.084 DEBUG:teuthology.orchestra.run.smithi008:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-30T17:21:45.112 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 = c738a938-5fb5-11ee-8db5-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-09-30T17:21:45.112 DEBUG:teuthology.orchestra.run.smithi008:mon.smithi008> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi008.service 2023-09-30T17:21:45.155 INFO:tasks.cephadm:Bootstrapping... 2023-09-30T17:21:45.155 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.8 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-30T17:21:45.190 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:-- Logs begin at Sat 2023-09-30 17:12:02 UTC. -- 2023-09-30T17:21:45.383 INFO:teuthology.orchestra.run.smithi008.stderr:-------------------------------------------------------------------------------- 2023-09-30T17:21:45.384 INFO:teuthology.orchestra.run.smithi008.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'c738a938-5fb5-11ee-8db5-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.8', '--skip-admin-label'] 2023-09-30T17:21:45.408 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2023-09-30T17:21:45.417 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying podman|docker is present... 2023-09-30T17:21:45.439 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2023-09-30T17:21:45.449 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying lvm2 is present... 2023-09-30T17:21:45.449 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying time synchronization is in place... 2023-09-30T17:21:45.456 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T17:21:45.462 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-09-30T17:21:45.469 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2023-09-30T17:21:45.476 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2023-09-30T17:21:45.476 INFO:teuthology.orchestra.run.smithi008.stderr:Unit chronyd.service is enabled and running 2023-09-30T17:21:45.477 INFO:teuthology.orchestra.run.smithi008.stderr:Repeating the final host check... 2023-09-30T17:21:45.498 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2023-09-30T17:21:45.511 INFO:teuthology.orchestra.run.smithi008.stderr:podman (/bin/podman) version 4.6.1 is present 2023-09-30T17:21:45.511 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl is present 2023-09-30T17:21:45.511 INFO:teuthology.orchestra.run.smithi008.stderr:lvcreate is present 2023-09-30T17:21:45.517 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T17:21:45.524 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-09-30T17:21:45.530 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2023-09-30T17:21:45.537 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2023-09-30T17:21:45.537 INFO:teuthology.orchestra.run.smithi008.stderr:Unit chronyd.service is enabled and running 2023-09-30T17:21:45.537 INFO:teuthology.orchestra.run.smithi008.stderr:Host looks OK 2023-09-30T17:21:45.538 INFO:teuthology.orchestra.run.smithi008.stderr:Cluster fsid: c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:45.538 INFO:teuthology.orchestra.run.smithi008.stderr:Acquiring lock 140304608002176 on /run/cephadm/c738a938-5fb5-11ee-8db5-212e2dc638e7.lock 2023-09-30T17:21:45.538 INFO:teuthology.orchestra.run.smithi008.stderr:Lock 140304608002176 acquired on /run/cephadm/c738a938-5fb5-11ee-8db5-212e2dc638e7.lock 2023-09-30T17:21:45.538 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 3300 ... 2023-09-30T17:21:45.539 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 6789 ... 2023-09-30T17:21:45.539 INFO:teuthology.orchestra.run.smithi008.stderr:Base mon IP is 172.21.15.8, final addrv is [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2023-09-30T17:21:45.542 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.8 metric 100 2023-09-30T17:21:45.542 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2023-09-30T17:21:45.545 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-09-30T17:21:45.545 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-09-30T17:21:45.545 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-09-30T17:21:45.548 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-30T17:21:45.548 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-09-30T17:21:45.548 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-30T17:21:45.548 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-09-30T17:21:45.548 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:25fe/64 scope link 2023-09-30T17:21:45.548 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-30T17:21:45.549 INFO:teuthology.orchestra.run.smithi008.stderr:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2023-09-30T17:21:45.549 INFO:teuthology.orchestra.run.smithi008.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-30T17:21:45.550 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-30T17:21:45.635 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-09-30T17:21:46.023 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Getting image source signatures 2023-09-30T17:21:46.024 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-09-30T17:21:46.024 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-09-30T17:21:46.024 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-09-30T17:21:46.024 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-09-30T17:21:46.024 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-09-30T17:21:46.024 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-09-30T17:21:46.084 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Writing manifest to image destination 2023-09-30T17:21:46.200 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-09-30T17:21:46.593 INFO:teuthology.orchestra.run.smithi008.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-09-30T17:21:46.947 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-09-30T17:21:46.948 INFO:teuthology.orchestra.run.smithi008.stderr:Extracting ceph user uid/gid from container image... 2023-09-30T17:21:47.260 INFO:teuthology.orchestra.run.smithi008.stderr:stat: 167 167 2023-09-30T17:21:47.585 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial keys... 2023-09-30T17:21:47.868 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQArWRhlg6JMMxAAb6eLvn2jA5+2zowIzXT9HA== 2023-09-30T17:21:48.501 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQAsWRhloNxAHRAAKQdLVrKSXudBIpblDO6iOA== 2023-09-30T17:21:49.127 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQAtWRhlQxzaBhAASQTmCW4aulOAm62/UGF9LQ== 2023-09-30T17:21:49.456 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial monmap... 2023-09-30T17:21:49.735 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T17:21:49.735 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-09-30T17:21:49.735 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:49.735 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T17:21:50.074 INFO:teuthology.orchestra.run.smithi008.stderr:monmaptool for smithi008 [v2:172.21.15.8:3300,v1:172.21.15.8:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T17:21:50.075 INFO:teuthology.orchestra.run.smithi008.stderr:setting min_mon_release = octopus 2023-09-30T17:21:50.075 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: set fsid to c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:50.075 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T17:21:50.075 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:21:50.075 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mon... 2023-09-30T17:21:50.721 INFO:teuthology.orchestra.run.smithi008.stderr:create mon.smithi008 on 2023-09-30T17:21:50.841 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-30T17:21:50.948 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7.target. 2023-09-30T17:21:50.949 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7.target. 2023-09-30T17:21:51.174 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi008.service: Unit ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi008.service not loaded. 2023-09-30T17:21:51.182 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7.target.wants/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi008.service → /etc/systemd/system/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@.service. 2023-09-30T17:21:51.326 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:51 smithi008 systemd[1]: Starting Ceph mon.smithi008 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:21:51.659 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2023-09-30T17:21:51.668 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-09-30T17:21:51.673 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2023-09-30T17:21:51.673 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2023-09-30T17:21:51.673 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon to start... 2023-09-30T17:21:51.673 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon... 2023-09-30T17:21:52.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:51 smithi008 bash[106913]: a77031262f3bbfaaca7583852859fc1e22428ea0437fb6e053ceebe7a60a0ef3 2023-09-30T17:21:52.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:51 smithi008 systemd[1]: Started Ceph mon.smithi008 for c738a938-5fb5-11ee-8db5-212e2dc638e7. 2023-09-30T17:21:52.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:51 smithi008 ceph-mon[106951]: mkfs c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:52.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:51 smithi008 ceph-mon[106951]: mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2023-09-30T17:21:52.191 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: cluster: 2023-09-30T17:21:52.191 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: id: c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:52.191 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-09-30T17:21:52.192 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:21:52.192 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: services: 2023-09-30T17:21:52.192 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi008 (age 0.51307s) 2023-09-30T17:21:52.192 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr: no daemons active 2023-09-30T17:21:52.192 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-09-30T17:21:52.192 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:21:52.192 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: data: 2023-09-30T17:21:52.192 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-09-30T17:21:52.193 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-09-30T17:21:52.193 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-09-30T17:21:52.193 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pgs: 2023-09-30T17:21:52.193 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:21:52.529 INFO:teuthology.orchestra.run.smithi008.stderr:mon is available 2023-09-30T17:21:52.530 INFO:teuthology.orchestra.run.smithi008.stderr:Assimilating anything we can from ceph.conf... 2023-09-30T17:21:52.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:52 smithi008 ceph-mon[106951]: mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2023-09-30T17:21:52.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:52 smithi008 ceph-mon[106951]: monmap e1: 1 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} 2023-09-30T17:21:52.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:52 smithi008 ceph-mon[106951]: fsmap 2023-09-30T17:21:52.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:52 smithi008 ceph-mon[106951]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T17:21:52.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:52 smithi008 ceph-mon[106951]: mgrmap e1: no daemons active 2023-09-30T17:21:52.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:52 smithi008 ceph-mon[106951]: from='client.? 172.21.15.8:0/2019810099' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:21:52.989 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2023-09-30T17:21:52.990 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-30T17:21:52.990 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:21:52.990 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2023-09-30T17:21:52.990 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-30T17:21:52.990 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-30T17:21:53.412 INFO:teuthology.orchestra.run.smithi008.stderr:Generating new minimal ceph.conf... 2023-09-30T17:21:54.044 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:53 smithi008 ceph-mon[106951]: from='client.? 172.21.15.8:0/3124651355' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T17:21:54.044 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:53 smithi008 ceph-mon[106951]: from='client.? 172.21.15.8:0/3124651355' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T17:21:54.230 INFO:teuthology.orchestra.run.smithi008.stderr:Restarting the monitor... 2023-09-30T17:21:54.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 systemd[1]: Stopping Ceph mon.smithi008 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:21:54.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 bash[107253]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon.smithi008" found: no such container 2023-09-30T17:21:54.727 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon-smithi008[106928]: 2023-09-30T17:21:54.386+0000 7f0e6ba7f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi008 -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-09-30T17:21:54.727 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon-smithi008[106928]: 2023-09-30T17:21:54.386+0000 7f0e6ba7f700 -1 mon.smithi008@0(leader) e1 *** Got Signal Terminated *** 2023-09-30T17:21:54.727 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 bash[107266]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon-smithi008 2023-09-30T17:21:55.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 bash[107304]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon.smithi008" found: no such container 2023-09-30T17:21:55.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 systemd[1]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi008.service: Succeeded. 2023-09-30T17:21:55.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 systemd[1]: Stopped Ceph mon.smithi008 for c738a938-5fb5-11ee-8db5-212e2dc638e7. 2023-09-30T17:21:55.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:54 smithi008 systemd[1]: Starting Ceph mon.smithi008 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:21:55.155 INFO:teuthology.orchestra.run.smithi008.stderr:Setting mon public_network to 172.21.0.0/20 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: pidfile_write: ignore empty --pid-file 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 bash[107374]: b0f07e383b4a429b5581a5d1fd6f0aa6e2675493bc0434531ebeb6da7539955c 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: load: jerasure load: lrc 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: RocksDB version: 6.15.5 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Compile date Apr 18 2022 2023-09-30T17:21:55.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 systemd[1]: Started Ceph mon.smithi008 for c738a938-5fb5-11ee-8db5-212e2dc638e7. 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: DB SUMMARY 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: DB Session ID: O6W1BM1FQ9YEQWY4IZN6 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: CURRENT file: CURRENT 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi008/store.db dir, Total Num: 1, files: 000008.sst 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi008/store.db: 000010.log size: 80743 ; 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.error_if_exists: 0 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.create_if_missing: 0 2023-09-30T17:21:55.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.paranoid_checks: 1 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.env: 0x557f9e8ae860 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.fs: Posix File System 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.info_log: 0x557f9fd3bfa0 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.statistics: (nil) 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.use_fsync: 0 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_log_file_size: 0 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T17:21:55.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.allow_fallocate: 1 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.use_direct_reads: 0 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.db_log_dir: 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi008/store.db 2023-09-30T17:21:55.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.write_buffer_manager: 0x557f9fe2c330 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T17:21:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.unordered_write: 0 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T17:21:55.629 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.row_cache: None 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.wal_filter: None 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.preserve_deletes: 0 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.two_write_queues: 0 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.atomic_flush: 0 2023-09-30T17:21:55.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T17:21:55.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T17:21:55.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T17:21:55.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.log_readahead_size: 0 2023-09-30T17:21:55.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T17:21:55.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T17:21:55.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T17:21:55.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T17:21:55.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_background_jobs: 2 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_background_compactions: -1 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_subcompactions: 1 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T17:21:55.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_open_files: -1 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_background_flushes: -1 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Compression algorithms supported: 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: kZSTD supported: 0 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: kXpressCompression supported: 0 2023-09-30T17:21:55.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: kLZ4Compression supported: 1 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: kBZip2Compression supported: 0 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: kZlibCompression supported: 1 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: kSnappyCompression supported: 1 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000009 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T17:21:55.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.merge_operator: 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_filter: None 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557f9fd07d00) 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: cache_index_and_filter_blocks: 1 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T17:21:55.635 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T17:21:55.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: pin_top_level_index_and_filter: 1 2023-09-30T17:21:55.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: index_type: 0 2023-09-30T17:21:55.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: data_block_index_type: 0 2023-09-30T17:21:55.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: index_shortening: 1 2023-09-30T17:21:55.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T17:21:55.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: hash_index_allow_collision: 1 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: checksum: 1 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: no_block_cache: 0 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: block_cache: 0x557f9fd72170 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: block_cache_name: BinnedLRUCache 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: block_cache_options: 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: capacity : 536870912 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: num_shard_bits : 4 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: strict_capacity_limit : 0 2023-09-30T17:21:55.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: high_pri_pool_ratio: 0.000 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: block_cache_compressed: (nil) 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: persistent_cache: (nil) 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: block_size: 4096 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: block_size_deviation: 10 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: block_restart_interval: 16 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: index_block_restart_interval: 1 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: metadata_block_size: 4096 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: partition_filters: 0 2023-09-30T17:21:55.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: use_delta_encoding: 1 2023-09-30T17:21:55.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-30T17:21:55.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: whole_key_filtering: 1 2023-09-30T17:21:55.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: verify_compression: 0 2023-09-30T17:21:55.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: read_amp_bytes_per_bit: 0 2023-09-30T17:21:55.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: format_version: 4 2023-09-30T17:21:55.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: enable_index_compression: 1 2023-09-30T17:21:55.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: block_align: 0 2023-09-30T17:21:55.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T17:21:55.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T17:21:55.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compression: NoCompression 2023-09-30T17:21:55.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T17:21:55.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T17:21:55.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T17:21:55.641 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.num_levels: 7 2023-09-30T17:21:55.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T17:21:55.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T17:21:55.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T17:21:55.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T17:21:55.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T17:21:55.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T17:21:55.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T17:21:55.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T17:21:55.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T17:21:55.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.arena_block_size: 4194304 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T17:21:55.645 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.table_properties_collectors: 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.inplace_update_support: 0 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T17:21:55.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.bloom_locality: 0 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.max_successive_merges: 0 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.ttl: 2592000 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.enable_blob_files: false 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.min_blob_size: 0 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T17:21:55.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi008/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-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696094515155637, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: 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-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696094515156495, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77601, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75859, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70315, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696094515, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "326583fb-4ed0-43bf-8c0d-d5935294578c", "db_session_id": "O6W1BM1FQ9YEQWY4IZN6"}} 2023-09-30T17:21:55.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696094515156944, "job": 1, "event": "recovery_finished"} 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi008/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x557f9fd58a80 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: DB pointer 0x557f9fd68000 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ** DB Stats ** 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T17:21:55.649 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ** Compaction Stats [default] ** 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: L0 2/0 77.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.4 0.00 0.00 1 0.001 0 0 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Sum 2/0 77.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.4 0.00 0.00 1 0.001 0 0 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.4 0.00 0.00 1 0.001 0 0 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: 2023-09-30T17:21:55.650 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ** Compaction Stats [default] ** 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.4 0.00 0.00 1 0.001 0 0 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Cumulative compaction: 0.00 GB write, 18.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Interval compaction: 0.00 GB write, 18.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T17:21:55.651 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ** Compaction Stats [default] ** 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: L0 2/0 77.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.4 0.00 0.00 1 0.001 0 0 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Sum 2/0 77.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.4 0.00 0.00 1 0.001 0 0 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ** Compaction Stats [default] ** 2023-09-30T17:21:55.652 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.4 0.00 0.00 1 0.001 0 0 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: Cumulative compaction: 0.00 GB write, 18.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: starting mon.smithi008 rank 0 at public addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] at bind addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi008 fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008@-1(???) e1 preinit fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008@-1(???).mds e1 new map 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008@-1(???).mds e1 print_map 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: e1 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.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-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: legacy client fscid: -1 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout: No filesystems configured 2023-09-30T17:21:55.654 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta expand map: {default=false} 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta from 'false' to 'false' 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta expanded map: {default=false} 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta expand map: {default=info} 2023-09-30T17:21:55.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta from 'info' to 'info' 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta expanded map: {default=info} 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta expand map: {default=daemon} 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta expand map: {default=debug} 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: expand_channel_meta expanded map: {default=debug} 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: monmap e1: 1 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: fsmap 2023-09-30T17:21:55.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T17:21:55.657 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:55 smithi008 ceph-mon[107412]: mgrmap e1: no daemons active 2023-09-30T17:21:55.971 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote config to /etc/ceph/ceph.conf 2023-09-30T17:21:55.971 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-30T17:21:55.971 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mgr... 2023-09-30T17:21:55.972 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying port 9283 ... 2023-09-30T17:21:56.124 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mgr.smithi008.wfpuhc.service: Unit ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mgr.smithi008.wfpuhc.service not loaded. 2023-09-30T17:21:56.131 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7.target.wants/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mgr.smithi008.wfpuhc.service → /etc/systemd/system/ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@.service. 2023-09-30T17:21:56.667 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2023-09-30T17:21:56.677 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-09-30T17:21:56.677 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2023-09-30T17:21:56.678 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2023-09-30T17:21:56.686 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2023-09-30T17:21:56.695 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-09-30T17:21:56.696 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2023-09-30T17:21:56.696 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-30T17:21:56.697 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr to start... 2023-09-30T17:21:56.697 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr... 2023-09-30T17:21:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:56 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/655056411' entity='client.admin' 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "c738a938-5fb5-11ee-8db5-212e2dc638e7", 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-30T17:21:57.237 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:21:57.238 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2023-09-30T17:21:57.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:21:57.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-30T17:21:57.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-30T17:21:57.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-30T17:21:57.239 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-30T17:21:57.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-30T17:21:57.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-30T17:21:57.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:21:57.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:21:57.243 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2023-09-30T17:21:57.244 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2023-09-30T17:21:51.676641+0000", 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-30T17:21:57.245 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-09-30T17:21:57.577 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (1/15)... 2023-09-30T17:21:57.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:21:57 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/382024331' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T17:22:00.077 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:22:00.077 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-09-30T17:22:00.077 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "c738a938-5fb5-11ee-8db5-212e2dc638e7", 2023-09-30T17:22:00.077 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2023-09-30T17:22:00.077 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-30T17:22:00.077 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2023-09-30T17:22:00.077 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-09-30T17:22:00.078 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2023-09-30T17:22:00.079 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:00.079 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-30T17:22:00.079 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-30T17:22:00.081 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:00.081 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2023-09-30T17:22:00.081 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:00.081 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-30T17:22:00.081 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-30T17:22:00.081 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-30T17:22:00.082 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-30T17:22:00.083 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2023-09-30T17:21:51.676641+0000", 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:00.084 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-30T17:22:00.085 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-09-30T17:22:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:00 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/345292451' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T17:22:00.411 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (2/15)... 2023-09-30T17:22:02.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:22:02.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-09-30T17:22:02.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "c738a938-5fb5-11ee-8db5-212e2dc638e7", 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2023-09-30T17:22:02.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-30T17:22:02.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-30T17:22:02.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-30T17:22:02.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-30T17:22:02.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-30T17:22:02.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:02.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2023-09-30T17:22:02.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-30T17:22:02.895 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2023-09-30T17:22:02.896 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:02.897 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2023-09-30T17:21:51.676641+0000", 2023-09-30T17:22:02.897 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-09-30T17:22:02.897 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:02.897 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-30T17:22:02.897 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-09-30T17:22:03.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:02 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2300972359' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T17:22:03.251 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (3/15)... 2023-09-30T17:22:04.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: Activating manager daemon smithi008.wfpuhc 2023-09-30T17:22:04.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: mgrmap e2: smithi008.wfpuhc(active, starting, since 0.00330028s) 2023-09-30T17:22:04.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T17:22:04.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T17:22:04.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T17:22:04.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:22:04.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr metadata", "who": "smithi008.wfpuhc", "id": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:22:04.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: Manager daemon smithi008.wfpuhc is now available 2023-09-30T17:22:04.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:22:04.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:22:04.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:04.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:04.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:03 smithi008 ceph-mon[107412]: from='mgr.14100 172.21.15.8:0/2831712226' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:05.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:05 smithi008 ceph-mon[107412]: mgrmap e3: smithi008.wfpuhc(active, since 1.00683s) 2023-09-30T17:22:05.911 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "c738a938-5fb5-11ee-8db5-212e2dc638e7", 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:05.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:05.913 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2023-09-30T17:22:05.914 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:05.914 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-30T17:22:05.914 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-30T17:22:05.914 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-30T17:22:05.918 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:05.919 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-30T17:22:05.920 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2023-09-30T17:22:05.920 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-30T17:22:05.920 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2023-09-30T17:22:05.920 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2023-09-30T17:22:05.920 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2023-09-30T17:22:05.921 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2023-09-30T17:22:05.921 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-09-30T17:22:05.921 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-09-30T17:22:05.921 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:05.921 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2023-09-30T17:22:05.921 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T17:22:05.922 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2023-09-30T17:21:51.676641+0000", 2023-09-30T17:22:05.922 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-09-30T17:22:05.922 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-09-30T17:22:05.922 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-30T17:22:05.922 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-09-30T17:22:06.252 INFO:teuthology.orchestra.run.smithi008.stderr:mgr is available 2023-09-30T17:22:06.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:06 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/665262735' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T17:22:06.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:22:06.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2023-09-30T17:22:06.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:22:06.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-30T17:22:06.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-30T17:22:06.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-30T17:22:06.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-30T17:22:06.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:22:06.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2023-09-30T17:22:06.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-30T17:22:06.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-09-30T17:22:06.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2023-09-30T17:22:06.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-30T17:22:06.894 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-30T17:22:07.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:07 smithi008 ceph-mon[107412]: mgrmap e4: smithi008.wfpuhc(active, since 3s) 2023-09-30T17:22:07.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:07 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1824478245' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T17:22:08.269 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling cephadm module... 2023-09-30T17:22:10.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:09 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/472659262' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T17:22:11.064 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:10 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/472659262' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T17:22:11.064 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:10 smithi008 ceph-mon[107412]: mgrmap e5: smithi008.wfpuhc(active, since 6s) 2023-09-30T17:22:13.271 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-09-30T17:22:13.271 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 5, 2023-09-30T17:22:13.271 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2023-09-30T17:22:13.271 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "smithi008.wfpuhc", 2023-09-30T17:22:13.271 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-30T17:22:13.271 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-09-30T17:22:13.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:13 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2078463774' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T17:22:15.667 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2023-09-30T17:22:15.667 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 5... 2023-09-30T17:22:17.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-09-30T17:22:17.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-09-30T17:22:17.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2023-09-30T17:22:17.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: Active manager daemon smithi008.wfpuhc restarted 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: Activating manager daemon smithi008.wfpuhc 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: mgrmap e6: smithi008.wfpuhc(active, starting, since 0.0528192s) 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr metadata", "who": "smithi008.wfpuhc", "id": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T17:22:17.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T17:22:17.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: Manager daemon smithi008.wfpuhc is now available 2023-09-30T17:22:17.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:17.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:17.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:17.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:17.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:17.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:22:17.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:17 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:22:18.192 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 5 is available 2023-09-30T17:22:18.192 INFO:teuthology.orchestra.run.smithi008.stderr:Setting orchestrator backend to cephadm... 2023-09-30T17:22:18.974 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:18 smithi008 ceph-mon[107412]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T17:22:18.974 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:18 smithi008 ceph-mon[107412]: mgrmap e7: smithi008.wfpuhc(active, since 1.05579s) 2023-09-30T17:22:18.974 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:18 smithi008 ceph-mon[107412]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T17:22:18.974 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:18 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:18.974 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:18 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:19.784 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: value unchanged 2023-09-30T17:22:20.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:19 smithi008 ceph-mon[107412]: [30/Sep/2023:17:22:17] ENGINE Bus STARTING 2023-09-30T17:22:20.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:19 smithi008 ceph-mon[107412]: [30/Sep/2023:17:22:18] ENGINE Serving on https://172.21.15.8:7150 2023-09-30T17:22:20.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:19 smithi008 ceph-mon[107412]: [30/Sep/2023:17:22:18] ENGINE Bus STARTED 2023-09-30T17:22:20.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:19 smithi008 ceph-mon[107412]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:20.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:19 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:20.095 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:19 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:20.096 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:19 smithi008 ceph-mon[107412]: mgrmap e8: smithi008.wfpuhc(active, since 2s) 2023-09-30T17:22:20.151 INFO:teuthology.orchestra.run.smithi008.stderr:Generating ssh key... 2023-09-30T17:22:21.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:20 smithi008 ceph-mon[107412]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:22.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:21 smithi008 ceph-mon[107412]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:22.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:21 smithi008 ceph-mon[107412]: Generating ssh key... 2023-09-30T17:22:22.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:21 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:22.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:21 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:22.164 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5do6lgteikjvDooqzGsevmE63SSS7nEnWWVD6ZAOSNLfs3XNHllVMVhdWM3spVtOzS0mg8pKJXI/6RKOhfqZEuaoerm8dLRZmjqhYCzOd/4HctRPjfmjeezdT8AvqhRSLGxWju9YK3HSEBstZWFHb1Ks7GN1/YJlMAi8PCF1JigA+FWEoawkRv9GfI5mMI0Y8qgobva+S9JAJYU6jEkg/prsKJWDMBdhqOlWx0odhbvD/aqCvA8pjqMZLxrs/w0gcggm+NT1lPPrFvYsDS+VZiLT6inIMausmgfkw4RJtQLzQnhUkdCpOw1dKd3uE9IvoRRN8j6LmAR87yb0Avym2dOkcQcbJZ6VZ3vwu+z5ELKldB8GRqwR9+B1oL6hYA258d2OYJN7l0RkZ0aTWfMqsXkqWPnoWWGSjzCmiWJ3s/Hqvb//4sL9FCyr21KBtTaZLkMQ8o8z+jC+2ulhWirr16hnyKt/Q2tzf/Y+ST+y1O35EY1PcfJB2UW2ptzQcYwc= ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:22:22.509 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-30T17:22:22.509 INFO:teuthology.orchestra.run.smithi008.stderr:Adding key to root@localhost authorized_keys... 2023-09-30T17:22:22.510 INFO:teuthology.orchestra.run.smithi008.stderr:Adding host smithi008... 2023-09-30T17:22:23.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:22 smithi008 ceph-mon[107412]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:23.999 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:23 smithi008 ceph-mon[107412]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi008", "addr": "172.21.15.8", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:23.999 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:23 smithi008 ceph-mon[107412]: Deploying cephadm binary to smithi008 2023-09-30T17:22:24.007 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Added host 'smithi008' with addr '172.21.15.8' 2023-09-30T17:22:24.299 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying mon service with default placement... 2023-09-30T17:22:24.912 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mon update... 2023-09-30T17:22:25.303 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:25 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:25.303 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:25 smithi008 ceph-mon[107412]: Added host smithi008 2023-09-30T17:22:25.303 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:25 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:25.303 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:25 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:25.317 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying mgr service with default placement... 2023-09-30T17:22:26.045 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-09-30T17:22:26.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:26 smithi008 ceph-mon[107412]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:26.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:26 smithi008 ceph-mon[107412]: Saving service mon spec with placement count:5 2023-09-30T17:22:26.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:26 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:26.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:26 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:26.375 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying crash service with default placement... 2023-09-30T17:22:27.001 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled crash update... 2023-09-30T17:22:27.367 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying prometheus service with default placement... 2023-09-30T17:22:27.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:27 smithi008 ceph-mon[107412]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:27.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:27 smithi008 ceph-mon[107412]: Saving service mgr spec with placement count:2 2023-09-30T17:22:27.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:27 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:27.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:27 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:27.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:27 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:28.038 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-09-30T17:22:28.383 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying grafana service with default placement... 2023-09-30T17:22:28.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:28 smithi008 ceph-mon[107412]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:28.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:28 smithi008 ceph-mon[107412]: Saving service crash spec with placement * 2023-09-30T17:22:28.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:28 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:28.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:28 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:29.331 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-09-30T17:22:29.611 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:29 smithi008 ceph-mon[107412]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:29.611 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:29 smithi008 ceph-mon[107412]: Saving service prometheus spec with placement count:1 2023-09-30T17:22:29.611 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:29 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:29.698 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying node-exporter service with default placement... 2023-09-30T17:22:30.304 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-09-30T17:22:30.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:30 smithi008 ceph-mon[107412]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:30.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:30 smithi008 ceph-mon[107412]: Saving service grafana spec with placement count:1 2023-09-30T17:22:30.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:30 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:30.649 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying alertmanager service with default placement... 2023-09-30T17:22:31.265 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-09-30T17:22:31.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:31 smithi008 ceph-mon[107412]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:31.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:31 smithi008 ceph-mon[107412]: Saving service node-exporter spec with placement * 2023-09-30T17:22:31.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:31 smithi008 ceph-mon[107412]: from='mgr.14120 172.21.15.8:0/1837799231' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:32.485 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:32 smithi008 ceph-mon[107412]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:32.486 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:32 smithi008 ceph-mon[107412]: Saving service alertmanager spec with placement count:1 2023-09-30T17:22:32.486 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:32 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1213739487' entity='client.admin' 2023-09-30T17:22:33.490 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling the dashboard module... 2023-09-30T17:22:34.418 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:34 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4245235851' entity='client.admin' 2023-09-30T17:22:34.419 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:34 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3372372689' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T17:22:35.145 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-09-30T17:22:35.146 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 9, 2023-09-30T17:22:35.146 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2023-09-30T17:22:35.146 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "smithi008.wfpuhc", 2023-09-30T17:22:35.146 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-30T17:22:35.146 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-09-30T17:22:35.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:35 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3372372689' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T17:22:35.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:35 smithi008 ceph-mon[107412]: mgrmap e9: smithi008.wfpuhc(active, since 17s) 2023-09-30T17:22:35.450 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2023-09-30T17:22:35.450 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 9... 2023-09-30T17:22:36.573 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:36 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3141471509' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: Active manager daemon smithi008.wfpuhc restarted 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: Activating manager daemon smithi008.wfpuhc 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: mgrmap e10: smithi008.wfpuhc(active, starting, since 0.175956s) 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr metadata", "who": "smithi008.wfpuhc", "id": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T17:22:42.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T17:22:42.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: Manager daemon smithi008.wfpuhc is now available 2023-09-30T17:22:42.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:42.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:42.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:22:42.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:22:42.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:41 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:42.184 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-09-30T17:22:42.184 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-09-30T17:22:42.184 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2023-09-30T17:22:42.184 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-09-30T17:22:42.478 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 9 is available 2023-09-30T17:22:42.478 INFO:teuthology.orchestra.run.smithi008.stderr:Generating a dashboard self-signed certificate... 2023-09-30T17:22:43.199 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Self-signed certificate created 2023-09-30T17:22:43.232 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:43 smithi008 ceph-mon[107412]: [30/Sep/2023:17:22:41] ENGINE Bus STARTING 2023-09-30T17:22:43.233 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:43 smithi008 ceph-mon[107412]: [30/Sep/2023:17:22:41] ENGINE Serving on https://172.21.15.8:7150 2023-09-30T17:22:43.233 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:43 smithi008 ceph-mon[107412]: [30/Sep/2023:17:22:41] ENGINE Bus STARTED 2023-09-30T17:22:43.233 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:43 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:43.233 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:43 smithi008 ceph-mon[107412]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T17:22:43.233 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:43 smithi008 ceph-mon[107412]: mgrmap e11: smithi008.wfpuhc(active, since 1.17887s) 2023-09-30T17:22:43.233 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:43 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:44.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:44 smithi008 ceph-mon[107412]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T17:22:44.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:44 smithi008 ceph-mon[107412]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:44.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:44 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:44.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:44 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:44.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:44 smithi008 ceph-mon[107412]: mgrmap e12: smithi008.wfpuhc(active, since 2s) 2023-09-30T17:22:44.476 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial admin user... 2023-09-30T17:22:45.336 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$XtOGv7opgcu2Fqv9/Aj53.P6xxVhIxxIYlioWwXjICXHPHHemzLWG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696094565, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-30T17:22:45.641 INFO:teuthology.orchestra.run.smithi008.stderr:Fetching dashboard port number... 2023-09-30T17:22:46.252 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 8443 2023-09-30T17:22:46.437 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:46 smithi008 ceph-mon[107412]: 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-09-30T17:22:46.437 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:46 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:46.625 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2023-09-30T17:22:46.635 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-09-30T17:22:46.636 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2023-09-30T17:22:46.636 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-30T17:22:46.639 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph Dashboard is now available at: 2023-09-30T17:22:46.639 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:22:46.640 INFO:teuthology.orchestra.run.smithi008.stderr: URL: https://smithi008.front.sepia.ceph.com:8443/ 2023-09-30T17:22:46.640 INFO:teuthology.orchestra.run.smithi008.stderr: User: admin 2023-09-30T17:22:46.640 INFO:teuthology.orchestra.run.smithi008.stderr: Password: pnogzxjjrm 2023-09-30T17:22:46.640 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:22:46.640 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling autotune for osd_memory_target 2023-09-30T17:22:47.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:47 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2787263345' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T17:22:48.278 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-09-30T17:22:48.445 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:48 smithi008 ceph-mon[107412]: mgrmap e13: smithi008.wfpuhc(active, since 6s) 2023-09-30T17:22:48.630 INFO:teuthology.orchestra.run.smithi008.stderr:You can access the Ceph CLI with: 2023-09-30T17:22:48.630 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:22:48.630 INFO:teuthology.orchestra.run.smithi008.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-30T17:22:48.630 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:22:48.630 INFO:teuthology.orchestra.run.smithi008.stderr:Please consider enabling telemetry to help improve Ceph: 2023-09-30T17:22:48.630 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:22:48.630 INFO:teuthology.orchestra.run.smithi008.stderr: ceph telemetry on 2023-09-30T17:22:48.631 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:22:48.631 INFO:teuthology.orchestra.run.smithi008.stderr:For more information see: 2023-09-30T17:22:48.631 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:22:48.631 INFO:teuthology.orchestra.run.smithi008.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-09-30T17:22:48.631 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:22:48.631 INFO:teuthology.orchestra.run.smithi008.stderr:Bootstrap complete. 2023-09-30T17:22:48.677 INFO:tasks.cephadm:Fetching config... 2023-09-30T17:22:48.677 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:22:48.678 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-30T17:22:48.700 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-30T17:22:48.700 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:22:48.701 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-30T17:22:48.762 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-30T17:22:48.762 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:22:48.763 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/keyring of=/dev/stdout 2023-09-30T17:22:48.838 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-30T17:22:48.838 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:22:48.838 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-30T17:22:48.900 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-30T17:22:48.901 DEBUG:teuthology.orchestra.run.smithi008:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5do6lgteikjvDooqzGsevmE63SSS7nEnWWVD6ZAOSNLfs3XNHllVMVhdWM3spVtOzS0mg8pKJXI/6RKOhfqZEuaoerm8dLRZmjqhYCzOd/4HctRPjfmjeezdT8AvqhRSLGxWju9YK3HSEBstZWFHb1Ks7GN1/YJlMAi8PCF1JigA+FWEoawkRv9GfI5mMI0Y8qgobva+S9JAJYU6jEkg/prsKJWDMBdhqOlWx0odhbvD/aqCvA8pjqMZLxrs/w0gcggm+NT1lPPrFvYsDS+VZiLT6inIMausmgfkw4RJtQLzQnhUkdCpOw1dKd3uE9IvoRRN8j6LmAR87yb0Avym2dOkcQcbJZ6VZ3vwu+z5ELKldB8GRqwR9+B1oL6hYA258d2OYJN7l0RkZ0aTWfMqsXkqWPnoWWGSjzCmiWJ3s/Hqvb//4sL9FCyr21KBtTaZLkMQ8o8z+jC+2ulhWirr16hnyKt/Q2tzf/Y+ST+y1O35EY1PcfJB2UW2ptzQcYwc= ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T17:22:48.984 INFO:teuthology.orchestra.run.smithi008.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5do6lgteikjvDooqzGsevmE63SSS7nEnWWVD6ZAOSNLfs3XNHllVMVhdWM3spVtOzS0mg8pKJXI/6RKOhfqZEuaoerm8dLRZmjqhYCzOd/4HctRPjfmjeezdT8AvqhRSLGxWju9YK3HSEBstZWFHb1Ks7GN1/YJlMAi8PCF1JigA+FWEoawkRv9GfI5mMI0Y8qgobva+S9JAJYU6jEkg/prsKJWDMBdhqOlWx0odhbvD/aqCvA8pjqMZLxrs/w0gcggm+NT1lPPrFvYsDS+VZiLT6inIMausmgfkw4RJtQLzQnhUkdCpOw1dKd3uE9IvoRRN8j6LmAR87yb0Avym2dOkcQcbJZ6VZ3vwu+z5ELKldB8GRqwR9+B1oL6hYA258d2OYJN7l0RkZ0aTWfMqsXkqWPnoWWGSjzCmiWJ3s/Hqvb//4sL9FCyr21KBtTaZLkMQ8o8z+jC+2ulhWirr16hnyKt/Q2tzf/Y+ST+y1O35EY1PcfJB2UW2ptzQcYwc= ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:22:48.997 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5do6lgteikjvDooqzGsevmE63SSS7nEnWWVD6ZAOSNLfs3XNHllVMVhdWM3spVtOzS0mg8pKJXI/6RKOhfqZEuaoerm8dLRZmjqhYCzOd/4HctRPjfmjeezdT8AvqhRSLGxWju9YK3HSEBstZWFHb1Ks7GN1/YJlMAi8PCF1JigA+FWEoawkRv9GfI5mMI0Y8qgobva+S9JAJYU6jEkg/prsKJWDMBdhqOlWx0odhbvD/aqCvA8pjqMZLxrs/w0gcggm+NT1lPPrFvYsDS+VZiLT6inIMausmgfkw4RJtQLzQnhUkdCpOw1dKd3uE9IvoRRN8j6LmAR87yb0Avym2dOkcQcbJZ6VZ3vwu+z5ELKldB8GRqwR9+B1oL6hYA258d2OYJN7l0RkZ0aTWfMqsXkqWPnoWWGSjzCmiWJ3s/Hqvb//4sL9FCyr21KBtTaZLkMQ8o8z+jC+2ulhWirr16hnyKt/Q2tzf/Y+ST+y1O35EY1PcfJB2UW2ptzQcYwc= ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T17:22:49.042 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5do6lgteikjvDooqzGsevmE63SSS7nEnWWVD6ZAOSNLfs3XNHllVMVhdWM3spVtOzS0mg8pKJXI/6RKOhfqZEuaoerm8dLRZmjqhYCzOd/4HctRPjfmjeezdT8AvqhRSLGxWju9YK3HSEBstZWFHb1Ks7GN1/YJlMAi8PCF1JigA+FWEoawkRv9GfI5mMI0Y8qgobva+S9JAJYU6jEkg/prsKJWDMBdhqOlWx0odhbvD/aqCvA8pjqMZLxrs/w0gcggm+NT1lPPrFvYsDS+VZiLT6inIMausmgfkw4RJtQLzQnhUkdCpOw1dKd3uE9IvoRRN8j6LmAR87yb0Avym2dOkcQcbJZ6VZ3vwu+z5ELKldB8GRqwR9+B1oL6hYA258d2OYJN7l0RkZ0aTWfMqsXkqWPnoWWGSjzCmiWJ3s/Hqvb//4sL9FCyr21KBtTaZLkMQ8o8z+jC+2ulhWirr16hnyKt/Q2tzf/Y+ST+y1O35EY1PcfJB2UW2ptzQcYwc= ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:22:49.055 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-30T17:22:49.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:49 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1260184545' entity='client.admin' 2023-09-30T17:22:51.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:51 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:51.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:51 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:22:51.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:51 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:51.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:51 smithi008 ceph-mon[107412]: Deploying daemon alertmanager.smithi008 on smithi008 2023-09-30T17:22:51.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:51 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/878614110' entity='client.admin' 2023-09-30T17:22:51.422 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-30T17:22:51.422 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-30T17:22:54.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:54 smithi008 ceph-mon[107412]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:54.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:54 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:54.495 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi079 2023-09-30T17:22:54.495 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-09-30T17:22:54.495 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.conf 2023-09-30T17:22:54.517 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-09-30T17:22:54.517 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:22:54.579 INFO:tasks.cephadm:Adding host smithi079 to orchestrator... 2023-09-30T17:22:54.579 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch host add smithi079 2023-09-30T17:22:57.473 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:57 smithi008 ceph-mon[107412]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:22:57.474 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:57 smithi008 ceph-mon[107412]: Deploying cephadm binary to smithi079 2023-09-30T17:22:57.682 INFO:teuthology.orchestra.run.smithi008.stdout:Added host 'smithi079' with addr '172.21.15.79' 2023-09-30T17:22:58.010 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T17:22:58.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:58 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:58.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:58 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T17:22:58.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:58 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T17:22:58.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:58 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:22:58.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:58 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:22:58.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:58 smithi008 ceph-mon[107412]: Added host smithi079 2023-09-30T17:22:58.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:22:58 smithi008 ceph-mon[107412]: Deploying daemon crash.smithi008 on smithi008 2023-09-30T17:22:59.659 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:22:59.660 INFO:teuthology.orchestra.run.smithi008.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}] 2023-09-30T17:23:00.039 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-30T17:23:00.039 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd crush tunables default 2023-09-30T17:23:01.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:00 smithi008 ceph-mon[107412]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:23:01.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:00 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:01.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:00 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:01.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:00 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:01.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:00 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T17:23:01.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:00 smithi008 ceph-mon[107412]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T17:23:01.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:00 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:01.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:00 smithi008 ceph-mon[107412]: Deploying daemon grafana.smithi008 on smithi008 2023-09-30T17:23:02.237 INFO:teuthology.orchestra.run.smithi008.stderr:adjusted tunables profile to default 2023-09-30T17:23:02.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:02 smithi008 ceph-mon[107412]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:02.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:02 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:02.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:02 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/446896671' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T17:23:02.601 INFO:tasks.cephadm:Adding mon.smithi008 on smithi008 2023-09-30T17:23:02.601 INFO:tasks.cephadm:Adding mon.smithi079 on smithi079 2023-09-30T17:23:02.601 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch apply mon '2;smithi008:172.21.15.8=smithi008;smithi079:172.21.15.79=smithi079' 2023-09-30T17:23:03.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:03 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/446896671' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T17:23:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:03 smithi008 ceph-mon[107412]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T17:23:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:03 smithi008 ceph-mon[107412]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:03.917 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mon update... 2023-09-30T17:23:04.297 DEBUG:teuthology.orchestra.run.smithi079:mon.smithi079> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi079.service 2023-09-30T17:23:04.299 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:04.300 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:04.329 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:-- Logs begin at Sat 2023-09-30 17:12:01 UTC. -- 2023-09-30T17:23:05.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:04 smithi008 ceph-mon[107412]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi008:172.21.15.8=smithi008;smithi079:172.21.15.79=smithi079", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:23:05.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:04 smithi008 ceph-mon[107412]: Saving service mon spec with placement smithi008:172.21.15.8=smithi008;smithi079:172.21.15.79=smithi079;count:2 2023-09-30T17:23:05.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:04 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:05.688 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:05.688 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:05.689 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:06.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:06 smithi008 ceph-mon[107412]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:06.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:06 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/3851755585' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:07.054 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:07.054 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:07.599 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:07 smithi008 ceph-mon[107412]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:08.481 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:08.481 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:08.483 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:08.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:08 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1374709884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:09.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:09.851 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:09.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:09 smithi008 ceph-mon[107412]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:11.215 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:11.215 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:11.216 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:11.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:11 smithi008 ceph-mon[107412]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:11.470 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:11 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1723096754' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:12.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:12.610 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:12.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:12 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:12.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:12 smithi008 ceph-mon[107412]: Deploying daemon node-exporter.smithi008 on smithi008 2023-09-30T17:23:13.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:13 smithi008 ceph-mon[107412]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:14.050 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:14.050 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:14.052 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:15.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:14 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/3707423382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:15.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:14 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:15.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:14 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T17:23:15.412 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:15.413 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:16.404 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:16 smithi008 ceph-mon[107412]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T17:23:16.404 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:16 smithi008 ceph-mon[107412]: mgrmap e14: smithi008.wfpuhc(active, since 34s) 2023-09-30T17:23:16.806 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:16.806 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:16.807 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:17.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:17 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/788494322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:18.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:18.187 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:19.696 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:19.697 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:19.699 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:19.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:19 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1840143720' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:21.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:21.099 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:22.568 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:22.568 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:22.570 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:23.319 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: Active manager daemon smithi008.wfpuhc restarted 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: Activating manager daemon smithi008.wfpuhc 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: mgrmap e15: smithi008.wfpuhc(active, starting, since 0.0526441s) 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr metadata", "who": "smithi008.wfpuhc", "id": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: Manager daemon smithi008.wfpuhc is now available 2023-09-30T17:23:23.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/765299942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:23.321 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:23.902 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:23.903 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:24.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:24 smithi008 ceph-mon[107412]: [30/Sep/2023:17:23:22] ENGINE Bus STARTING 2023-09-30T17:23:24.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:24 smithi008 ceph-mon[107412]: [30/Sep/2023:17:23:22] ENGINE Serving on https://172.21.15.8:7150 2023-09-30T17:23:24.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:24 smithi008 ceph-mon[107412]: [30/Sep/2023:17:23:22] ENGINE Bus STARTED 2023-09-30T17:23:24.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:24 smithi008 ceph-mon[107412]: mgrmap e16: smithi008.wfpuhc(active, since 1.05644s) 2023-09-30T17:23:24.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:24 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:25 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:25 smithi008 ceph-mon[107412]: mgrmap e17: smithi008.wfpuhc(active, since 2s) 2023-09-30T17:23:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:25 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:25 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:23:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:25 smithi008 ceph-mon[107412]: Updating smithi008:/etc/ceph/ceph.conf 2023-09-30T17:23:25.744 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:25.744 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:25.746 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:26.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:26 smithi008 ceph-mon[107412]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:23:26.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:26 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:26.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:26 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/2527671466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:27.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:27.106 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:27.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:27.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:27.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:23:27.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:27.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T17:23:27.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T17:23:27.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:27.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:27 smithi008 ceph-mon[107412]: Deploying daemon crash.smithi079 on smithi079 2023-09-30T17:23:28.691 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:28.691 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:28.693 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:30.073 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:30.073 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:30.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:29 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:30.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:29 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.evvdfh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:23:30.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:29 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.evvdfh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T17:23:30.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:29 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:23:30.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:29 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:30.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:29 smithi008 ceph-mon[107412]: Deploying daemon mgr.smithi079.evvdfh on smithi079 2023-09-30T17:23:30.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:29 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1138247944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:31.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:31 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:31.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:31 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T17:23:31.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:31 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:31.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:31 smithi008 ceph-mon[107412]: Deploying daemon mon.smithi079 on smithi079 2023-09-30T17:23:31.997 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:31.997 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:21:49.728964Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T17:23:31.998 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-09-30T17:23:32.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:32 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/3714506157' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:32.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:32 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:32.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:32 smithi079 systemd[1]: Starting Ceph mon.smithi079 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:23:33.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T17:23:33.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-09-30T17:23:33.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: pidfile_write: ignore empty --pid-file 2023-09-30T17:23:33.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: load: jerasure load: lrc 2023-09-30T17:23:33.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: RocksDB version: 6.15.5 2023-09-30T17:23:33.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-30T17:23:33.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Compile date Apr 18 2022 2023-09-30T17:23:33.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: DB SUMMARY 2023-09-30T17:23:33.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: DB Session ID: NCWG7BALM3YRYQROW2MM 2023-09-30T17:23:33.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: CURRENT file: CURRENT 2023-09-30T17:23:33.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T17:23:33.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-09-30T17:23:33.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 0, files: 2023-09-30T17:23:33.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 000004.log size: 511 ; 2023-09-30T17:23:33.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.error_if_exists: 0 2023-09-30T17:23:33.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.create_if_missing: 0 2023-09-30T17:23:33.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.paranoid_checks: 1 2023-09-30T17:23:33.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T17:23:33.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.env: 0x561f169b1860 2023-09-30T17:23:33.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.fs: Posix File System 2023-09-30T17:23:33.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.info_log: 0x561f17d63fa0 2023-09-30T17:23:33.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T17:23:33.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.statistics: (nil) 2023-09-30T17:23:33.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.use_fsync: 0 2023-09-30T17:23:33.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_log_file_size: 0 2023-09-30T17:23:33.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T17:23:33.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T17:23:33.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T17:23:33.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T17:23:33.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.allow_fallocate: 1 2023-09-30T17:23:33.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T17:23:33.418 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T17:23:33.418 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.use_direct_reads: 0 2023-09-30T17:23:33.418 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T17:23:33.418 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T17:23:33.418 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.db_log_dir: 2023-09-30T17:23:33.418 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi079/store.db 2023-09-30T17:23:33.419 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T17:23:33.419 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T17:23:33.419 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T17:23:33.419 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T17:23:33.419 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T17:23:33.419 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T17:23:33.419 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T17:23:33.419 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T17:23:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.write_buffer_manager: 0x561f17e54330 2023-09-30T17:23:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T17:23:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-30T17:23:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T17:23:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T17:23:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T17:23:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.unordered_write: 0 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.row_cache: None 2023-09-30T17:23:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.wal_filter: None 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.preserve_deletes: 0 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.two_write_queues: 0 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.atomic_flush: 0 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T17:23:33.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.log_readahead_size: 0 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 bash[110044]: 2ceb2d46389b4fdd9cd6abb04d7510a9609831eca208a210f5b1dbd6c6d12b69 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_background_jobs: 2 2023-09-30T17:23:33.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_background_compactions: -1 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_subcompactions: 1 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T17:23:33.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_open_files: -1 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_background_flushes: -1 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Compression algorithms supported: 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: kZSTD supported: 0 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: kXpressCompression supported: 0 2023-09-30T17:23:33.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T17:23:33.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: kLZ4Compression supported: 1 2023-09-30T17:23:33.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: kBZip2Compression supported: 0 2023-09-30T17:23:33.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: kZlibCompression supported: 1 2023-09-30T17:23:33.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: kSnappyCompression supported: 1 2023-09-30T17:23:33.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T17:23:33.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000003 2023-09-30T17:23:33.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-09-30T17:23:33.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.merge_operator: 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_filter: None 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561f17d2fd00) 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: cache_index_and_filter_blocks: 1 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T17:23:33.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: pin_top_level_index_and_filter: 1 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: index_type: 0 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: data_block_index_type: 0 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: index_shortening: 1 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: hash_index_allow_collision: 1 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: checksum: 1 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: no_block_cache: 0 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_cache: 0x561f17d9a170 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_cache_name: BinnedLRUCache 2023-09-30T17:23:33.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_cache_options: 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: capacity : 536870912 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: num_shard_bits : 4 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: strict_capacity_limit : 0 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: high_pri_pool_ratio: 0.000 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_cache_compressed: (nil) 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: persistent_cache: (nil) 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_size: 4096 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_size_deviation: 10 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_restart_interval: 16 2023-09-30T17:23:33.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: index_block_restart_interval: 1 2023-09-30T17:23:33.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: metadata_block_size: 4096 2023-09-30T17:23:33.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: partition_filters: 0 2023-09-30T17:23:33.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: use_delta_encoding: 1 2023-09-30T17:23:33.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-30T17:23:33.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: whole_key_filtering: 1 2023-09-30T17:23:33.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: verify_compression: 0 2023-09-30T17:23:33.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: read_amp_bytes_per_bit: 0 2023-09-30T17:23:33.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: format_version: 4 2023-09-30T17:23:33.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: enable_index_compression: 1 2023-09-30T17:23:33.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_align: 0 2023-09-30T17:23:33.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T17:23:33.432 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T17:23:33.432 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compression: NoCompression 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.num_levels: 7 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T17:23:33.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T17:23:33.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T17:23:33.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.arena_block_size: 4194304 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T17:23:33.436 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.table_properties_collectors: 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.inplace_update_support: 0 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.bloom_locality: 0 2023-09-30T17:23:33.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.max_successive_merges: 0 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.ttl: 2592000 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.enable_blob_files: false 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.min_blob_size: 0 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T17:23:33.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696094613163457, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: 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-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696094613163745, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696094613, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "64088ab4-6679-49b9-9e78-688e01f195a3", "db_session_id": "NCWG7BALM3YRYQROW2MM"}} 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696094613164093, "job": 1, "event": "recovery_finished"} 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi079/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T17:23:33.439 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x561f17d80a80 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: DB pointer 0x561f17d90000 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** DB Stats ** 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T17:23:33.440 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-09-30T17:23:33.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** Compaction Stats [default] ** 2023-09-30T17:23:33.441 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T17:23:33.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T17:23:33.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T17:23:33.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T17:23:33.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-09-30T17:23:33.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** Compaction Stats [default] ** 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T17:23:33.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** Compaction Stats [default] ** 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-09-30T17:23:33.443 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** Compaction Stats [default] ** 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T17:23:33.444 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079 does not exist in monmap, will attempt to join an existing cluster 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: using public_addr v2:172.21.15.79:0/0 -> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: starting mon.smithi079 rank -1 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi079 fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(???) e0 preinit fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 systemd[1]: Started Ceph mon.smithi079 for c738a938-5fb5-11ee-8db5-212e2dc638e7. 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).mds e1 new map 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).mds e1 print_map 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: e1 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T17:23:33.445 INFO:journalctl@ceph.mon.smithi079.smithi079.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-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: legacy client fscid: -1 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: No filesystems configured 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T17:23:33.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1374709884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1723096754' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Deploying daemon node-exporter.smithi008 on smithi008 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/3707423382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14162 172.21.15.8:0/3819137963' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mgrmap e14: smithi008.wfpuhc(active, since 34s) 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/788494322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1840143720' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Active manager daemon smithi008.wfpuhc restarted 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Activating manager daemon smithi008.wfpuhc 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mgrmap e15: smithi008.wfpuhc(active, starting, since 0.0526441s) 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr metadata", "who": "smithi008.wfpuhc", "id": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T17:23:33.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Manager daemon smithi008.wfpuhc is now available 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/765299942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: [30/Sep/2023:17:23:22] ENGINE Bus STARTING 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: [30/Sep/2023:17:23:22] ENGINE Serving on https://172.21.15.8:7150 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: [30/Sep/2023:17:23:22] ENGINE Bus STARTED 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mgrmap e16: smithi008.wfpuhc(active, since 1.05644s) 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mgrmap e17: smithi008.wfpuhc(active, since 2s) 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Updating smithi008:/etc/ceph/ceph.conf 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:23:33.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.451 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/2527671466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.451 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.451 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.451 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:23:33.451 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.451 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T17:23:33.451 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T17:23:33.451 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Deploying daemon crash.smithi079 on smithi079 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.evvdfh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.evvdfh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Deploying daemon mgr.smithi079.evvdfh on smithi079 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1138247944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:33.452 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: Deploying daemon mon.smithi079 on smithi079 2023-09-30T17:23:33.453 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/3714506157' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:33.453 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:33.453 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-09-30T17:23:33.453 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:33 smithi079 ceph-mon[110084]: mon.smithi079@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-30T17:23:33.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T17:23:33.455 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T17:23:38.557 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: mon.smithi008 calling monitor election 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: mon.smithi079 calling monitor election 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.79:0/730899222' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.evvdfh/crt"}]: dispatch 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: mon.smithi008 is new leader, mons smithi008,smithi079 in quorum (ranks 0,1) 2023-09-30T17:23:38.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: monmap e2: 2 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: fsmap 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: mgrmap e17: smithi008.wfpuhc(active, since 16s) 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: Standby manager daemon smithi079.evvdfh started 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.79:0/730899222' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.79:0/730899222' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.evvdfh/key"}]: dispatch 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.79:0/730899222' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: overall HEALTH_OK 2023-09-30T17:23:38.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:38.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:23:38.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: mon.smithi008 calling monitor election 2023-09-30T17:23:38.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: mon.smithi079 calling monitor election 2023-09-30T17:23:38.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.79:0/730899222' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.evvdfh/crt"}]: dispatch 2023-09-30T17:23:38.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:38.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: mon.smithi008 is new leader, mons smithi008,smithi079 in quorum (ranks 0,1) 2023-09-30T17:23:38.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: monmap e2: 2 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} 2023-09-30T17:23:38.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: fsmap 2023-09-30T17:23:38.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T17:23:38.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: mgrmap e17: smithi008.wfpuhc(active, since 16s) 2023-09-30T17:23:38.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: Standby manager daemon smithi079.evvdfh started 2023-09-30T17:23:38.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.79:0/730899222' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T17:23:38.624 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.79:0/730899222' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.evvdfh/key"}]: dispatch 2023-09-30T17:23:38.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.79:0/730899222' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T17:23:38.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: overall HEALTH_OK 2023-09-30T17:23:38.625 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:38.646 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-09-30T17:23:38.647 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":2,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","modified":"2023-09-30T17:23:33.196769Z","created":"2023-09-30T17:21:49.728964Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T17:23:38.648 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 2 2023-09-30T17:23:38.986 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-30T17:23:38.986 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-30T17:23:39.460 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:39 smithi079 ceph-mon[110084]: Deploying daemon node-exporter.smithi079 on smithi079 2023-09-30T17:23:39.460 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:39 smithi079 ceph-mon[110084]: mgrmap e18: smithi008.wfpuhc(active, since 16s), standbys: smithi079.evvdfh 2023-09-30T17:23:39.460 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr metadata", "who": "smithi079.evvdfh", "id": "smithi079.evvdfh"}]: dispatch 2023-09-30T17:23:39.460 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:39 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1947165961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:39.460 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:39 smithi008 ceph-mon[107412]: Deploying daemon node-exporter.smithi079 on smithi079 2023-09-30T17:23:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:39 smithi008 ceph-mon[107412]: mgrmap e18: smithi008.wfpuhc(active, since 16s), standbys: smithi079.evvdfh 2023-09-30T17:23:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr metadata", "who": "smithi079.evvdfh", "id": "smithi079.evvdfh"}]: dispatch 2023-09-30T17:23:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:39 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1947165961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T17:23:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:23:42.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:42 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:42.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:42 smithi008 ceph-mon[107412]: Deploying daemon prometheus.smithi008 on smithi008 2023-09-30T17:23:42.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:42 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:42.439 INFO:teuthology.orchestra.run.smithi008.stdout:# minimal ceph.conf for c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:23:42.439 INFO:teuthology.orchestra.run.smithi008.stdout:[global] 2023-09-30T17:23:42.439 INFO:teuthology.orchestra.run.smithi008.stdout: fsid = c738a938-5fb5-11ee-8db5-212e2dc638e7 2023-09-30T17:23:42.439 INFO:teuthology.orchestra.run.smithi008.stdout: mon_host = [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] 2023-09-30T17:23:42.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:42 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:42.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:42 smithi079 ceph-mon[110084]: Deploying daemon prometheus.smithi008 on smithi008 2023-09-30T17:23:42.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:42 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:42.990 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-30T17:23:42.991 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:23:42.991 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T17:23:43.031 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:23:43.031 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:23:43.105 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-09-30T17:23:43.105 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T17:23:43.143 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-09-30T17:23:43.143 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:23:43.214 INFO:tasks.cephadm:Deploying OSDs... 2023-09-30T17:23:43.214 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:23:43.215 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T17:23:43.235 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-09-30T17:23:43.236 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2023-09-30T17:23:43.299 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T17:23:43.299 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T17:23:43.299 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 395366 Links: 1 2023-09-30T17:23:43.299 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T17:23:43.299 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T17:23:43.299 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-09-30 17:23:12.317270256 +0000 2023-09-30T17:23:43.299 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-09-30 17:20:23.389503673 +0000 2023-09-30T17:23:43.299 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-09-30 17:20:23.389503673 +0000 2023-09-30T17:23:43.300 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-09-30T17:23:43.300 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T17:23:43.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:43 smithi008 ceph-mon[107412]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:43.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:43 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4133304487' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:43.382 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-09-30T17:23:43.382 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-09-30T17:23:43.382 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.00012016 s, 4.3 MB/s 2023-09-30T17:23:43.384 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T17:23:43.454 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2023-09-30T17:23:43.518 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T17:23:43.518 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T17:23:43.518 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 392615 Links: 1 2023-09-30T17:23:43.518 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T17:23:43.519 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T17:23:43.519 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-09-30 17:23:12.317270256 +0000 2023-09-30T17:23:43.519 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-09-30 17:20:23.967497877 +0000 2023-09-30T17:23:43.519 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-09-30 17:20:23.967497877 +0000 2023-09-30T17:23:43.519 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-09-30T17:23:43.519 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T17:23:43.589 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-09-30T17:23:43.589 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-09-30T17:23:43.589 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000130262 s, 3.9 MB/s 2023-09-30T17:23:43.590 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T17:23:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:43 smithi079 ceph-mon[110084]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:43 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4133304487' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:43.652 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2023-09-30T17:23:43.713 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T17:23:43.714 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T17:23:43.714 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 394768 Links: 1 2023-09-30T17:23:43.714 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T17:23:43.714 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T17:23:43.714 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-09-30 17:23:12.318270246 +0000 2023-09-30T17:23:43.714 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-09-30 17:20:24.548492052 +0000 2023-09-30T17:23:43.714 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-09-30 17:20:24.548492052 +0000 2023-09-30T17:23:43.714 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-09-30T17:23:43.715 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T17:23:43.788 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-09-30T17:23:43.788 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-09-30T17:23:43.788 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000118664 s, 4.3 MB/s 2023-09-30T17:23:43.789 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T17:23:43.854 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2023-09-30T17:23:43.917 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T17:23:43.917 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T17:23:43.917 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 392725 Links: 1 2023-09-30T17:23:43.917 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T17:23:43.917 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T17:23:43.917 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-09-30 17:23:12.318270246 +0000 2023-09-30T17:23:43.917 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-09-30 17:20:25.109486427 +0000 2023-09-30T17:23:43.918 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-09-30 17:20:25.109486427 +0000 2023-09-30T17:23:43.918 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-09-30T17:23:43.918 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T17:23:43.989 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-09-30T17:23:43.989 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-09-30T17:23:43.989 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 9.7614e-05 s, 5.2 MB/s 2023-09-30T17:23:43.991 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T17:23:44.053 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-09-30T17:23:44.053 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T17:23:44.075 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-09-30T17:23:44.075 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2023-09-30T17:23:44.137 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T17:23:44.137 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T17:23:44.137 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 392950 Links: 1 2023-09-30T17:23:44.137 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T17:23:44.137 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T17:23:44.137 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-09-30 17:23:38.735916692 +0000 2023-09-30T17:23:44.137 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-09-30 17:19:37.285699241 +0000 2023-09-30T17:23:44.138 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-09-30 17:19:37.285699241 +0000 2023-09-30T17:23:44.138 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-09-30T17:23:44.138 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T17:23:44.207 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-09-30T17:23:44.207 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-09-30T17:23:44.208 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000234844 s, 2.2 MB/s 2023-09-30T17:23:44.208 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T17:23:44.271 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2023-09-30T17:23:44.331 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T17:23:44.331 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T17:23:44.331 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 393793 Links: 1 2023-09-30T17:23:44.332 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T17:23:44.332 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T17:23:44.332 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-09-30 17:23:38.735916692 +0000 2023-09-30T17:23:44.332 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-09-30 17:19:37.780688406 +0000 2023-09-30T17:23:44.332 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-09-30 17:19:37.780688406 +0000 2023-09-30T17:23:44.333 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-09-30T17:23:44.333 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T17:23:44.400 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-09-30T17:23:44.400 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-09-30T17:23:44.400 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000232842 s, 2.2 MB/s 2023-09-30T17:23:44.401 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T17:23:44.461 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2023-09-30T17:23:44.520 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T17:23:44.520 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T17:23:44.521 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 388877 Links: 1 2023-09-30T17:23:44.521 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T17:23:44.521 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T17:23:44.521 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-09-30 17:23:38.735916692 +0000 2023-09-30T17:23:44.521 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-09-30 17:19:38.288677287 +0000 2023-09-30T17:23:44.521 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-09-30 17:19:38.288677287 +0000 2023-09-30T17:23:44.521 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-09-30T17:23:44.521 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T17:23:44.588 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-09-30T17:23:44.588 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-09-30T17:23:44.588 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000223315 s, 2.3 MB/s 2023-09-30T17:23:44.589 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T17:23:44.649 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2023-09-30T17:23:44.707 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T17:23:44.708 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T17:23:44.708 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 393958 Links: 1 2023-09-30T17:23:44.708 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T17:23:44.708 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T17:23:44.708 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-09-30 17:23:38.735916692 +0000 2023-09-30T17:23:44.708 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-09-30 17:19:38.794666211 +0000 2023-09-30T17:23:44.708 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-09-30 17:19:38.794666211 +0000 2023-09-30T17:23:44.708 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-09-30T17:23:44.709 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T17:23:44.775 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-09-30T17:23:44.775 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-09-30T17:23:44.776 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.00023534 s, 2.2 MB/s 2023-09-30T17:23:44.776 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T17:23:44.836 INFO:tasks.cephadm:Deploying osd.0 on smithi008 with /dev/vg_nvme/lv_4... 2023-09-30T17:23:44.837 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T17:23:45.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:45 smithi079 ceph-mon[110084]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:45.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:45 smithi008 ceph-mon[107412]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:47.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:47 smithi008 ceph-mon[107412]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:47 smithi079 ceph-mon[110084]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:48.359 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T17:23:48.359 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T17:23:48.359 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2023-09-30T17:23:48.359 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2023-09-30T17:23:48.359 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0153319 s, 684 MB/s 2023-09-30T17:23:48.360 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2023-09-30T17:23:48.970 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi008:vg_nvme/lv_4 2023-09-30T17:23:49.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:49 smithi079 ceph-mon[110084]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:49.446 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:49 smithi008 ceph-mon[107412]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:50.650 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:50 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:50.650 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:50 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:23:50.651 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:50 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:50.651 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:50 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:23:50.651 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:50 smithi079 ceph-mon[110084]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:50.698 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:50 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:50.698 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:50 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:23:50.698 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:50 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:50.698 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:50 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:23:50.699 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:50 smithi008 ceph-mon[107412]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:51.517 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:51 smithi008 ceph-mon[107412]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:23:51.517 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:51 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:23:51.517 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:51 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:23:51.517 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:51 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:51.518 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:51 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:51.518 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:51 smithi008 ceph-mon[107412]: Updating smithi079:/etc/ceph/ceph.conf 2023-09-30T17:23:51.518 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:51 smithi008 ceph-mon[107412]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:23:51.518 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:51 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:51 smithi079 ceph-mon[110084]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:23:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:51 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:23:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:51 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:23:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:51 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:51 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:51 smithi079 ceph-mon[110084]: Updating smithi079:/etc/ceph/ceph.conf 2023-09-30T17:23:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:51 smithi079 ceph-mon[110084]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:23:51.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:51 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2881184049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "47580a97-6282-428c-8d0d-4bfa5ab60532"}]: dispatch 2023-09-30T17:23:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2881184049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47580a97-6282-428c-8d0d-4bfa5ab60532"}]': finished 2023-09-30T17:23:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T17:23:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:23:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T17:23:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T17:23:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:53.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:53.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2881184049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "47580a97-6282-428c-8d0d-4bfa5ab60532"}]: dispatch 2023-09-30T17:23:53.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2881184049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47580a97-6282-428c-8d0d-4bfa5ab60532"}]': finished 2023-09-30T17:23:53.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T17:23:53.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:23:53.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:53.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T17:23:53.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T17:23:53.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:54.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:54 smithi079 ceph-mon[110084]: Updating smithi008:/etc/ceph/ceph.conf 2023-09-30T17:23:54.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:54 smithi079 ceph-mon[110084]: Reconfiguring mon.smithi008 (unknown last config time)... 2023-09-30T17:23:54.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:54 smithi079 ceph-mon[110084]: Reconfiguring daemon mon.smithi008 on smithi008 2023-09-30T17:23:54.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:54 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2303311091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:23:54.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:54 smithi008 ceph-mon[107412]: Updating smithi008:/etc/ceph/ceph.conf 2023-09-30T17:23:54.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:54 smithi008 ceph-mon[107412]: Reconfiguring mon.smithi008 (unknown last config time)... 2023-09-30T17:23:54.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:54 smithi008 ceph-mon[107412]: Reconfiguring daemon mon.smithi008 on smithi008 2023-09-30T17:23:54.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:54 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2303311091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:23:55.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:55 smithi079 ceph-mon[110084]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:55.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:55 smithi008 ceph-mon[107412]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:57.266 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:57 smithi008 ceph-mon[107412]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:57.266 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:57 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:57.267 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:57 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.wfpuhc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:23:57.267 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:57 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:23:57.267 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:57 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:57 smithi079 ceph-mon[110084]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:57 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:57 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.wfpuhc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:23:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:57 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:23:57.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:57 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:58.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:58 smithi008 ceph-mon[107412]: Reconfiguring mgr.smithi008.wfpuhc (unknown last config time)... 2023-09-30T17:23:58.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:58 smithi008 ceph-mon[107412]: Reconfiguring daemon mgr.smithi008.wfpuhc on smithi008 2023-09-30T17:23:58.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:58 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:58.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:58 smithi079 ceph-mon[110084]: Reconfiguring mgr.smithi008.wfpuhc (unknown last config time)... 2023-09-30T17:23:58.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:58 smithi079 ceph-mon[110084]: Reconfiguring daemon mgr.smithi008.wfpuhc on smithi008 2023-09-30T17:23:58.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:58 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:23:59.445 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:59 smithi008 ceph-mon[107412]: Reconfiguring alertmanager.smithi008 (dependencies changed)... 2023-09-30T17:23:59.446 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:59 smithi008 ceph-mon[107412]: Reconfiguring daemon alertmanager.smithi008 on smithi008 2023-09-30T17:23:59.446 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:59 smithi008 ceph-mon[107412]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:59.446 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T17:23:59.446 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:23:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:59 smithi079 ceph-mon[110084]: Reconfiguring alertmanager.smithi008 (dependencies changed)... 2023-09-30T17:23:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:59 smithi079 ceph-mon[110084]: Reconfiguring daemon alertmanager.smithi008 on smithi008 2023-09-30T17:23:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:59 smithi079 ceph-mon[110084]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:23:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T17:23:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:23:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:00.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:00 smithi008 ceph-mon[107412]: Deploying daemon osd.0 on smithi008 2023-09-30T17:24:00.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:00 smithi079 ceph-mon[110084]: Deploying daemon osd.0 on smithi008 2023-09-30T17:24:01.429 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:01 smithi008 ceph-mon[107412]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:01 smithi079 ceph-mon[110084]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:02.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:02 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:02.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:02 smithi008 ceph-mon[107412]: Reconfiguring crash.smithi008 (monmap changed)... 2023-09-30T17:24:02.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:02 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T17:24:02.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:02 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:02 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:02 smithi079 ceph-mon[110084]: Reconfiguring crash.smithi008 (monmap changed)... 2023-09-30T17:24:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:02 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T17:24:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:02 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:03.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:03 smithi008 ceph-mon[107412]: Reconfiguring daemon crash.smithi008 on smithi008 2023-09-30T17:24:03.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:03 smithi008 ceph-mon[107412]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:03 smithi079 ceph-mon[110084]: Reconfiguring daemon crash.smithi008 on smithi008 2023-09-30T17:24:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:03 smithi079 ceph-mon[110084]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:04.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:04 smithi008 ceph-mon[107412]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:04.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:04 smithi079 ceph-mon[110084]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:05.773 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:05 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:05.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:05 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:06.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:05 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:06.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:05 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:06.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:06 smithi008 ceph-mon[107412]: Reconfiguring grafana.smithi008 (dependencies changed)... 2023-09-30T17:24:06.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:06 smithi008 ceph-mon[107412]: Reconfiguring daemon grafana.smithi008 on smithi008 2023-09-30T17:24:06.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:06 smithi008 ceph-mon[107412]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:07.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:06 smithi079 ceph-mon[110084]: Reconfiguring grafana.smithi008 (dependencies changed)... 2023-09-30T17:24:07.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:06 smithi079 ceph-mon[110084]: Reconfiguring daemon grafana.smithi008 on smithi008 2023-09-30T17:24:07.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:06 smithi079 ceph-mon[110084]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:08.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:07 smithi008 ceph-mon[107412]: from='osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T17:24:08.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:07 smithi079 ceph-mon[110084]: from='osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T17:24:09.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:08 smithi079 ceph-mon[110084]: from='osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T17:24:09.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:08 smithi079 ceph-mon[110084]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T17:24:09.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:09.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:08 smithi079 ceph-mon[110084]: from='osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:24:09.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:08 smithi079 ceph-mon[110084]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:09.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:09.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T17:24:09.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:09.249 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:08 smithi008 ceph-mon[107412]: from='osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T17:24:09.250 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:08 smithi008 ceph-mon[107412]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T17:24:09.250 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:09.250 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:08 smithi008 ceph-mon[107412]: from='osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:24:09.250 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:08 smithi008 ceph-mon[107412]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:09.250 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:09.250 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T17:24:09.250 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:09.260 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 0 on host 'smithi008' 2023-09-30T17:24:09.638 DEBUG:teuthology.orchestra.run.smithi008:osd.0> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.0.service 2023-09-30T17:24:09.641 INFO:tasks.cephadm:Deploying osd.1 on smithi008 with /dev/vg_nvme/lv_3... 2023-09-30T17:24:09.641 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-30T17:24:09.680 INFO:journalctl@ceph.osd.0.smithi008.stdout:-- Logs begin at Sat 2023-09-30 17:12:02 UTC. -- 2023-09-30T17:24:10.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: Reconfiguring crash.smithi079 (monmap changed)... 2023-09-30T17:24:10.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: Reconfiguring daemon crash.smithi079 on smithi079 2023-09-30T17:24:10.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-09-30T17:24:10.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: osdmap e8: 1 total, 0 up, 1 in 2023-09-30T17:24:10.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: Reconfiguring mgr.smithi079.evvdfh (monmap changed)... 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.evvdfh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: Reconfiguring daemon mgr.smithi079.evvdfh on smithi079 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:10.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:10.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: Reconfiguring crash.smithi079 (monmap changed)... 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: Reconfiguring daemon crash.smithi079 on smithi079 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: osdmap e8: 1 total, 0 up, 1 in 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: Reconfiguring mgr.smithi079.evvdfh (monmap changed)... 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.evvdfh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:24:10.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:10.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: Reconfiguring daemon mgr.smithi079.evvdfh on smithi079 2023-09-30T17:24:10.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:10.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:11.152 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-30T17:24:11.152 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-30T17:24:11.152 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2023-09-30T17:24:11.152 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2023-09-30T17:24:11.152 INFO:teuthology.orchestra.run.smithi008.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00915932 s, 1.1 GB/s 2023-09-30T17:24:11.153 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2023-09-30T17:24:11.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: purged_snaps scrub starts 2023-09-30T17:24:11.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: purged_snaps scrub ok 2023-09-30T17:24:11.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721] boot 2023-09-30T17:24:11.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T17:24:11.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:11.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:11.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: Reconfiguring mon.smithi079 (monmap changed)... 2023-09-30T17:24:11.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T17:24:11.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T17:24:11.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:11.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: Reconfiguring daemon mon.smithi079 on smithi079 2023-09-30T17:24:11.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:10 smithi079 ceph-mon[110084]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:11.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: purged_snaps scrub starts 2023-09-30T17:24:11.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: purged_snaps scrub ok 2023-09-30T17:24:11.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: osd.0 [v2:172.21.15.8:6802/2531513721,v1:172.21.15.8:6803/2531513721] boot 2023-09-30T17:24:11.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T17:24:11.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:24:11.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:11.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: Reconfiguring mon.smithi079 (monmap changed)... 2023-09-30T17:24:11.297 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T17:24:11.297 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T17:24:11.297 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:11.297 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: Reconfiguring daemon mon.smithi079 on smithi079 2023-09-30T17:24:11.297 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:10 smithi008 ceph-mon[107412]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T17:24:11.552 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi008:vg_nvme/lv_3 2023-09-30T17:24:12.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: osdmap e10: 1 total, 1 up, 1 in 2023-09-30T17:24:12.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:12.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T17:24:12.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2023-09-30T17:24:12.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:12.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T17:24:12.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.8:3000"}]: dispatch 2023-09-30T17:24:12.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:12.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T17:24:12.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.8:9095"}]: dispatch 2023-09-30T17:24:12.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:12.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:12.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:12.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:12.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: osdmap e10: 1 total, 1 up, 1 in 2023-09-30T17:24:12.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:12.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T17:24:12.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.8:3000"}]: dispatch 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.8:9095"}]: dispatch 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:12.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:13.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T17:24:13.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.8:3000"}]: dispatch 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.8:9095"}]: dispatch 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:24:13.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T17:24:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.8:9093"}]: dispatch 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.8:3000"}]: dispatch 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.8:9095"}]: dispatch 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:24:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:14.505 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:14 smithi008 ceph-mon[107412]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:24:14.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:14 smithi079 ceph-mon[110084]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:24:15.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:15 smithi008 ceph-mon[107412]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:15.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:15.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:15 smithi079 ceph-mon[110084]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:15.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:16 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2819340288' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e353e1d3-fee3-40a4-bd4e-7204034b59bf"}]: dispatch 2023-09-30T17:24:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:16 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2819340288' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e353e1d3-fee3-40a4-bd4e-7204034b59bf"}]': finished 2023-09-30T17:24:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:16 smithi079 ceph-mon[110084]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T17:24:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:16 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:16.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:16 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2819340288' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e353e1d3-fee3-40a4-bd4e-7204034b59bf"}]: dispatch 2023-09-30T17:24:16.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:16 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2819340288' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e353e1d3-fee3-40a4-bd4e-7204034b59bf"}]': finished 2023-09-30T17:24:16.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:16 smithi008 ceph-mon[107412]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T17:24:16.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:16 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:17.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:17 smithi008 ceph-mon[107412]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:17.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:17 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4150012455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:24:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:17 smithi079 ceph-mon[110084]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:17 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4150012455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:24:19.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:19 smithi079 ceph-mon[110084]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:19.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:19 smithi008 ceph-mon[107412]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:21.493 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:21 smithi008 ceph-mon[107412]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:21.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:21 smithi079 ceph-mon[110084]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:23.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: Detected new or changed devices on smithi008 2023-09-30T17:24:23.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:23.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:23.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi008 to 12894M 2023-09-30T17:24:23.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:23.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:23.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:23.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:23.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:23.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:23.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:24:23.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: Detected new or changed devices on smithi008 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi008 to 12894M 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:24:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:24:24.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:24 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T17:24:24.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:24 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:24.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:24 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:24.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:24 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T17:24:24.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:24 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:24.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:24 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:25.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:25 smithi079 ceph-mon[110084]: Deploying daemon osd.1 on smithi008 2023-09-30T17:24:25.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:25 smithi079 ceph-mon[110084]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:25.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:25 smithi008 ceph-mon[107412]: Deploying daemon osd.1 on smithi008 2023-09-30T17:24:25.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:25 smithi008 ceph-mon[107412]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:26.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:26 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:26.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:26 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:26.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:26 smithi008 ceph-mon[107412]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:26.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:26 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:26.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:26 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:26.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:26 smithi079 ceph-mon[110084]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:28.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:28 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:28.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:28 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:28.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:28 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:28.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:28 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:28.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:28 smithi008 ceph-mon[107412]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:28.779 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:28 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:28.779 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:28 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:28.779 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:28 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:28.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:28 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:28.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:28 smithi079 ceph-mon[110084]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:29.851 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 1 on host 'smithi008' 2023-09-30T17:24:30.042 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:29 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:30.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:29 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:30.320 DEBUG:teuthology.orchestra.run.smithi008:osd.1> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.1.service 2023-09-30T17:24:30.322 INFO:tasks.cephadm:Deploying osd.2 on smithi008 with /dev/vg_nvme/lv_2... 2023-09-30T17:24:30.322 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-30T17:24:30.361 INFO:journalctl@ceph.osd.1.smithi008.stdout:-- Logs begin at Sat 2023-09-30 17:12:02 UTC. -- 2023-09-30T17:24:31.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:30 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:31.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:30 smithi008 ceph-mon[107412]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:31.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:30 smithi008 ceph-mon[107412]: from='osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T17:24:31.123 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:30 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-1[124972]: 2023-09-30T17:24:30.774+0000 7fa7b0e0d3c0 -1 osd.1 0 log_to_monitors true 2023-09-30T17:24:31.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:30 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:31.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:30 smithi079 ceph-mon[110084]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:31.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:30 smithi079 ceph-mon[110084]: from='osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T17:24:32.256 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-30T17:24:32.257 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-30T17:24:32.257 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2023-09-30T17:24:32.257 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2023-09-30T17:24:32.257 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126449 s, 829 MB/s 2023-09-30T17:24:32.257 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2023-09-30T17:24:32.549 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:32 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-1[124972]: 2023-09-30T17:24:32.206+0000 7fa7a7810700 -1 osd.1 0 waiting for initial osdmap 2023-09-30T17:24:32.549 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:32 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-1[124972]: 2023-09-30T17:24:32.209+0000 7fa7a31a9700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T17:24:32.550 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:32 smithi008 ceph-mon[107412]: from='osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T17:24:32.550 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:32 smithi008 ceph-mon[107412]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T17:24:32.550 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:32 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:32.550 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:32 smithi008 ceph-mon[107412]: from='osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:24:32.550 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:32 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:32.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:32 smithi079 ceph-mon[110084]: from='osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T17:24:32.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:32 smithi079 ceph-mon[110084]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T17:24:32.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:32 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:32.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:32 smithi079 ceph-mon[110084]: from='osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:24:32.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:32 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:32.927 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi008:vg_nvme/lv_2 2023-09-30T17:24:33.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:33 smithi008 ceph-mon[107412]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:33.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:33 smithi008 ceph-mon[107412]: from='osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-09-30T17:24:33.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:33 smithi008 ceph-mon[107412]: osdmap e13: 2 total, 1 up, 2 in 2023-09-30T17:24:33.470 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:33.470 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:33.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:33 smithi079 ceph-mon[110084]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:33.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:33 smithi079 ceph-mon[110084]: from='osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-09-30T17:24:33.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:33 smithi079 ceph-mon[110084]: osdmap e13: 2 total, 1 up, 2 in 2023-09-30T17:24:33.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:33.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:34.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:34 smithi008 ceph-mon[107412]: purged_snaps scrub starts 2023-09-30T17:24:34.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:34 smithi008 ceph-mon[107412]: purged_snaps scrub ok 2023-09-30T17:24:34.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:34 smithi008 ceph-mon[107412]: osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214] boot 2023-09-30T17:24:34.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:34 smithi008 ceph-mon[107412]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T17:24:34.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:34 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:34.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:34 smithi079 ceph-mon[110084]: purged_snaps scrub starts 2023-09-30T17:24:34.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:34 smithi079 ceph-mon[110084]: purged_snaps scrub ok 2023-09-30T17:24:34.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:34 smithi079 ceph-mon[110084]: osd.1 [v2:172.21.15.8:6810/2675235214,v1:172.21.15.8:6811/2675235214] boot 2023-09-30T17:24:34.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:34 smithi079 ceph-mon[110084]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T17:24:34.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:34 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:24:35.259 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:35.259 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: osdmap e15: 2 total, 2 up, 2 in 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi008 to 6447M 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:24:35.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:24:35.261 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:24:35.261 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:35 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T17:24:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: osdmap e15: 2 total, 2 up, 2 in 2023-09-30T17:24:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi008 to 6447M 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:24:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:24:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:24:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:35 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:36.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:36 smithi008 ceph-mon[107412]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:36.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:36 smithi079 ceph-mon[110084]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:37.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:37 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/804302413' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf0a8f55-d943-4bbe-8c9d-66bb81e48510"}]: dispatch 2023-09-30T17:24:37.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:37 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/804302413' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf0a8f55-d943-4bbe-8c9d-66bb81e48510"}]': finished 2023-09-30T17:24:37.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:37 smithi008 ceph-mon[107412]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T17:24:37.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:37 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:37 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/804302413' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf0a8f55-d943-4bbe-8c9d-66bb81e48510"}]: dispatch 2023-09-30T17:24:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:37 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/804302413' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf0a8f55-d943-4bbe-8c9d-66bb81e48510"}]': finished 2023-09-30T17:24:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:37 smithi079 ceph-mon[110084]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T17:24:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:37 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:38 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:38 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4110309310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:24:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:38 smithi079 ceph-mon[110084]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:39.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:39.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:38 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:39.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:38 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4110309310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:24:39.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:38 smithi008 ceph-mon[107412]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:41.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:41 smithi008 ceph-mon[107412]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:41 smithi079 ceph-mon[110084]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:43.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:43 smithi008 ceph-mon[107412]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:43.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T17:24:43.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:43 smithi079 ceph-mon[110084]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:43.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T17:24:43.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:44.526 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:44 smithi008 ceph-mon[107412]: Deploying daemon osd.2 on smithi008 2023-09-30T17:24:44.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:44 smithi079 ceph-mon[110084]: Deploying daemon osd.2 on smithi008 2023-09-30T17:24:45.495 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:45 smithi008 ceph-mon[107412]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:45.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:45 smithi079 ceph-mon[110084]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:47.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:47 smithi008 ceph-mon[107412]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:47.374 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:47 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:47.374 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:47 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:47.374 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:47 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:47.374 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:47 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:47 smithi079 ceph-mon[110084]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:47 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:47 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:47 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:47 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:48.625 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 2 on host 'smithi008' 2023-09-30T17:24:49.126 DEBUG:teuthology.orchestra.run.smithi008:osd.2> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.2.service 2023-09-30T17:24:49.128 INFO:tasks.cephadm:Deploying osd.3 on smithi008 with /dev/vg_nvme/lv_1... 2023-09-30T17:24:49.129 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-30T17:24:49.171 INFO:journalctl@ceph.osd.2.smithi008.stdout:-- Logs begin at Sat 2023-09-30 17:12:02 UTC. -- 2023-09-30T17:24:49.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:49 smithi008 ceph-mon[107412]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:49.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:49 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:49 smithi079 ceph-mon[110084]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:49 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:49.867 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:49 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-2[129253]: 2023-09-30T17:24:49.437+0000 7f4d922313c0 -1 osd.2 0 log_to_monitors true 2023-09-30T17:24:50.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:50 smithi008 ceph-mon[107412]: from='osd.2 [v2:172.21.15.8:6818/3913582251,v1:172.21.15.8:6819/3913582251]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T17:24:50.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:50 smithi008 ceph-mon[107412]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T17:24:50.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:50 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:50.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:50 smithi079 ceph-mon[110084]: from='osd.2 [v2:172.21.15.8:6818/3913582251,v1:172.21.15.8:6819/3913582251]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T17:24:50.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:50 smithi079 ceph-mon[110084]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T17:24:50.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:50 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:50.904 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-30T17:24:50.905 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-30T17:24:50.905 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2023-09-30T17:24:50.905 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2023-09-30T17:24:50.905 INFO:teuthology.orchestra.run.smithi008.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00911338 s, 1.2 GB/s 2023-09-30T17:24:50.905 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2023-09-30T17:24:51.423 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi008:vg_nvme/lv_1 2023-09-30T17:24:51.455 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:51 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-2[129253]: 2023-09-30T17:24:51.227+0000 7f4d88c34700 -1 osd.2 0 waiting for initial osdmap 2023-09-30T17:24:51.455 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:51 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-2[129253]: 2023-09-30T17:24:51.232+0000 7f4d83dcc700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T17:24:51.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:51 smithi008 ceph-mon[107412]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:51.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:51 smithi008 ceph-mon[107412]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T17:24:51.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:51 smithi008 ceph-mon[107412]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T17:24:51.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:51 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:51.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:51 smithi008 ceph-mon[107412]: from='osd.2 [v2:172.21.15.8:6818/3913582251,v1:172.21.15.8:6819/3913582251]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:24:51.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:51 smithi008 ceph-mon[107412]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:24:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:51 smithi079 ceph-mon[110084]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:51 smithi079 ceph-mon[110084]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T17:24:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:51 smithi079 ceph-mon[110084]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T17:24:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:51 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:51 smithi079 ceph-mon[110084]: from='osd.2 [v2:172.21.15.8:6818/3913582251,v1:172.21.15.8:6819/3913582251]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:24:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:51 smithi079 ceph-mon[110084]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:24:52.447 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:52 smithi008 ceph-mon[107412]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-09-30T17:24:52.447 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:52 smithi008 ceph-mon[107412]: osdmap e18: 3 total, 2 up, 3 in 2023-09-30T17:24:52.447 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:52 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:52.447 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:52 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:52.447 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:52 smithi008 ceph-mon[107412]: pgmap v51: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:52 smithi079 ceph-mon[110084]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-09-30T17:24:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:52 smithi079 ceph-mon[110084]: osdmap e18: 3 total, 2 up, 3 in 2023-09-30T17:24:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:52 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:52 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:52 smithi079 ceph-mon[110084]: pgmap v51: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T17:24:53.529 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: purged_snaps scrub starts 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: purged_snaps scrub ok 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: osd.2 [v2:172.21.15.8:6818/3913582251,v1:172.21.15.8:6819/3913582251] boot 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: Detected new or changed devices on smithi008 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:53.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi008 to 4298M 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:24:53.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:53 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: purged_snaps scrub starts 2023-09-30T17:24:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: purged_snaps scrub ok 2023-09-30T17:24:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: osd.2 [v2:172.21.15.8:6818/3913582251,v1:172.21.15.8:6819/3913582251] boot 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: Detected new or changed devices on smithi008 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi008 to 4298M 2023-09-30T17:24:53.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:24:53.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:53 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:54.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:54 smithi008 ceph-mon[107412]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T17:24:54.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:54 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T17:24:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:54 smithi079 ceph-mon[110084]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T17:24:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:54 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T17:24:55.872 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:24:55 smithi008 sudo[131456]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T17:24:55.872 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:24:55 smithi008 sudo[131456]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:55.872 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:24:55 smithi008 sudo[131456]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:55.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:24:55.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T17:24:55.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T17:24:55.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T17:24:55.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2158925640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12188f08-a85d-42a9-b7a4-c4083e86aa2c"}]: dispatch 2023-09-30T17:24:55.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T17:24:55.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2158925640' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12188f08-a85d-42a9-b7a4-c4083e86aa2c"}]': finished 2023-09-30T17:24:55.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: osdmap e22: 4 total, 3 up, 4 in 2023-09-30T17:24:55.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:55 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:24:56.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:24:56.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T17:24:56.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T17:24:56.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T17:24:56.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2158925640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12188f08-a85d-42a9-b7a4-c4083e86aa2c"}]: dispatch 2023-09-30T17:24:56.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T17:24:56.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2158925640' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12188f08-a85d-42a9-b7a4-c4083e86aa2c"}]': finished 2023-09-30T17:24:56.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: osdmap e22: 4 total, 3 up, 4 in 2023-09-30T17:24:56.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:55 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:24:56.614 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:24:56 smithi008 sudo[131510]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T17:24:56.614 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:24:56 smithi008 sudo[131510]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:56.614 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:24:56 smithi008 sudo[131510]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:56 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2842357936' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:24:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:56 smithi008 ceph-mon[107412]: osdmap e23: 4 total, 3 up, 4 in 2023-09-30T17:24:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:56 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:24:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:56 smithi008 ceph-mon[107412]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:24:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:56 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:56.872 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:56 smithi008 sudo[131884]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T17:24:56.872 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:56 smithi008 sudo[131884]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:56.873 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:56 smithi008 sudo[131884]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:56 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2842357936' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:24:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:56 smithi079 ceph-mon[110084]: osdmap e23: 4 total, 3 up, 4 in 2023-09-30T17:24:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:56 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:24:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:56 smithi079 ceph-mon[110084]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:24:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:56 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:24:57.371 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:57 smithi008 sudo[132076]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T17:24:57.372 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:57 smithi008 sudo[132076]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:57.372 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:24:57 smithi008 sudo[132076]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:57.871 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:57 smithi008 sudo[132272]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T17:24:57.872 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:57 smithi008 sudo[132272]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:57.872 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:57 smithi008 sudo[132272]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:58.176 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:58 smithi008 sudo[132309]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T17:24:58.176 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:58 smithi008 sudo[132309]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:58.176 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:24:58 smithi008 sudo[132309]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:58.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:58 smithi008 sudo[132381]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T17:24:58.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:58 smithi008 sudo[132381]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:58.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:58 smithi008 sudo[132381]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:59.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:59 smithi008 sudo[132443]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T17:24:59.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:59 smithi008 sudo[132443]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:59.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:59 smithi008 sudo[132443]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:59.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:24:59 smithi008 ceph-mon[107412]: mgrmap e19: smithi008.wfpuhc(active, since 95s), standbys: smithi079.evvdfh 2023-09-30T17:24:59.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:59 smithi079 ceph-mon[110084]: mgrmap e19: smithi008.wfpuhc(active, since 95s), standbys: smithi079.evvdfh 2023-09-30T17:24:59.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:59 smithi079 sudo[112786]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T17:24:59.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:59 smithi079 sudo[112786]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:59.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:59 smithi079 sudo[112786]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:24:59.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:59 smithi079 sudo[112789]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T17:24:59.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:59 smithi079 sudo[112789]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T17:24:59.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:24:59 smithi079 sudo[112789]: pam_unix(sudo:session): session closed for user root 2023-09-30T17:25:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T17:25:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:25:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T17:25:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:25:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:25:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T17:25:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:25:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:25:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T17:25:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:00.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T17:25:00.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:25:00.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T17:25:00.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:25:00.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:25:00.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T17:25:00.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:25:00.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:25:00.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T17:25:00.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:01.306 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:01 smithi008 ceph-mon[107412]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:25:01.306 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T17:25:01.306 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:01.307 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:01 smithi008 ceph-mon[107412]: Deploying daemon osd.3 on smithi008 2023-09-30T17:25:01.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:01 smithi079 ceph-mon[110084]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:25:01.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T17:25:01.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:01.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:01 smithi079 ceph-mon[110084]: Deploying daemon osd.3 on smithi008 2023-09-30T17:25:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:03 smithi079 ceph-mon[110084]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:25:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:03 smithi008 ceph-mon[107412]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:25:05.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:04 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:05.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:04 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:05.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:04 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:05.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:04 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:05.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:04 smithi008 ceph-mon[107412]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:25:05.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:04 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:05.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:04 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:05.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:04 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:05.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:04 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:05.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:04 smithi079 ceph-mon[110084]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T17:25:06.584 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 3 on host 'smithi008' 2023-09-30T17:25:07.324 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:07 smithi008 ceph-mon[107412]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-09-30T17:25:07.325 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:07 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:07.325 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:07 smithi008 ceph-mon[107412]: from='osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T17:25:07.326 DEBUG:teuthology.orchestra.run.smithi008:osd.3> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.3.service 2023-09-30T17:25:07.368 INFO:tasks.cephadm:Deploying osd.4 on smithi079 with /dev/vg_nvme/lv_4... 2023-09-30T17:25:07.369 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T17:25:07.404 INFO:journalctl@ceph.osd.3.smithi008.stdout:-- Logs begin at Sat 2023-09-30 17:12:02 UTC. -- 2023-09-30T17:25:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:07 smithi079 ceph-mon[110084]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-09-30T17:25:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:07 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:07 smithi079 ceph-mon[110084]: from='osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T17:25:08.804 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T17:25:08.805 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T17:25:08.805 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-09-30T17:25:08.805 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-09-30T17:25:08.805 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124942 s, 839 MB/s 2023-09-30T17:25:08.805 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-09-30T17:25:08.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:08 smithi079 ceph-mon[110084]: from='osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T17:25:08.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:08 smithi079 ceph-mon[110084]: osdmap e24: 4 total, 3 up, 4 in 2023-09-30T17:25:08.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:08.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:08 smithi079 ceph-mon[110084]: from='osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:25:08.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:08.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:08 smithi079 ceph-mon[110084]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-09-30T17:25:08.872 INFO:journalctl@ceph.osd.3.smithi008.stdout:Sep 30 17:25:08 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-3[133031]: 2023-09-30T17:25:08.590+0000 7f5125e82700 -1 osd.3 0 waiting for initial osdmap 2023-09-30T17:25:08.872 INFO:journalctl@ceph.osd.3.smithi008.stdout:Sep 30 17:25:08 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-3[133031]: 2023-09-30T17:25:08.596+0000 7f5120819700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T17:25:08.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:08 smithi008 ceph-mon[107412]: from='osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T17:25:08.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:08 smithi008 ceph-mon[107412]: osdmap e24: 4 total, 3 up, 4 in 2023-09-30T17:25:08.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:08.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:08 smithi008 ceph-mon[107412]: from='osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-09-30T17:25:08.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:08.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:08 smithi008 ceph-mon[107412]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-09-30T17:25:09.198 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_4 2023-09-30T17:25:09.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:09 smithi079 ceph-mon[110084]: from='osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-09-30T17:25:09.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:09 smithi079 ceph-mon[110084]: osdmap e25: 4 total, 3 up, 4 in 2023-09-30T17:25:09.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:09.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:09 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:09.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:09 smithi008 ceph-mon[107412]: from='osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-09-30T17:25:09.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:09 smithi008 ceph-mon[107412]: osdmap e25: 4 total, 3 up, 4 in 2023-09-30T17:25:09.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:09.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:09 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: purged_snaps scrub starts 2023-09-30T17:25:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: purged_snaps scrub ok 2023-09-30T17:25:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571] boot 2023-09-30T17:25:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: osdmap e26: 4 total, 4 up, 4 in 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: Detected new or changed devices on smithi008 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:10.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:10.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:10.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:10.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:25:10.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:25:10.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:10 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:10.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: purged_snaps scrub starts 2023-09-30T17:25:10.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: purged_snaps scrub ok 2023-09-30T17:25:10.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:10.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: osd.3 [v2:172.21.15.8:6826/294191571,v1:172.21.15.8:6827/294191571] boot 2023-09-30T17:25:10.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: osdmap e26: 4 total, 4 up, 4 in 2023-09-30T17:25:10.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: Detected new or changed devices on smithi008 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:10.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:10.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:10.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:25:10.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:25:10.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:10 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:12.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:12 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi008 to 3223M 2023-09-30T17:25:12.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:12 smithi079 ceph-mon[110084]: from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:25:12.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:12 smithi079 ceph-mon[110084]: osdmap e27: 4 total, 4 up, 4 in 2023-09-30T17:25:12.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:12 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi008 to 3223M 2023-09-30T17:25:12.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:12 smithi008 ceph-mon[107412]: from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:25:12.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:12 smithi008 ceph-mon[107412]: osdmap e27: 4 total, 4 up, 4 in 2023-09-30T17:25:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:13 smithi079 ceph-mon[110084]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:13 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/285065082' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "486dcfef-ac01-4595-b523-696148eb8f84"}]: dispatch 2023-09-30T17:25:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:13 smithi079 ceph-mon[110084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "486dcfef-ac01-4595-b523-696148eb8f84"}]: dispatch 2023-09-30T17:25:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:13 smithi079 ceph-mon[110084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "486dcfef-ac01-4595-b523-696148eb8f84"}]': finished 2023-09-30T17:25:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:13 smithi079 ceph-mon[110084]: osdmap e28: 5 total, 4 up, 5 in 2023-09-30T17:25:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:13 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/2660954982' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:25:13.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:13 smithi008 ceph-mon[107412]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:13.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:13 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/285065082' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "486dcfef-ac01-4595-b523-696148eb8f84"}]: dispatch 2023-09-30T17:25:13.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:13 smithi008 ceph-mon[107412]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "486dcfef-ac01-4595-b523-696148eb8f84"}]: dispatch 2023-09-30T17:25:13.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:13 smithi008 ceph-mon[107412]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "486dcfef-ac01-4595-b523-696148eb8f84"}]': finished 2023-09-30T17:25:13.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:13 smithi008 ceph-mon[107412]: osdmap e28: 5 total, 4 up, 5 in 2023-09-30T17:25:13.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:13.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:13 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/2660954982' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:25:14.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:14 smithi079 ceph-mon[110084]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:14.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:14 smithi008 ceph-mon[107412]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:17.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:17 smithi079 ceph-mon[110084]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:17.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:17 smithi008 ceph-mon[107412]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:18.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:18 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T17:25:18.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:18 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:18.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:18 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T17:25:18.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:18 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:19.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:19 smithi079 ceph-mon[110084]: Deploying daemon osd.4 on smithi079 2023-09-30T17:25:19.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:19 smithi079 ceph-mon[110084]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:19.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:19 smithi008 ceph-mon[107412]: Deploying daemon osd.4 on smithi079 2023-09-30T17:25:19.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:19 smithi008 ceph-mon[107412]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:21.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:21 smithi079 ceph-mon[110084]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:21.493 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:21 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:21.493 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:21 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:21.493 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:21 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:21.493 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:21 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:21.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:21 smithi008 ceph-mon[107412]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:21.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:21 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:21.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:21 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:21.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:21 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:21.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:21 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:22.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:25:22.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:25:22.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:25:22.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:25:23.135 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 4 on host 'smithi079' 2023-09-30T17:25:23.308 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:23 smithi079 ceph-mon[110084]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:23.308 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:23.308 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:23.308 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:23.308 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:23.309 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:23.309 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:23.515 DEBUG:teuthology.orchestra.run.smithi079:osd.4> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.4.service 2023-09-30T17:25:23.517 INFO:tasks.cephadm:Deploying osd.5 on smithi079 with /dev/vg_nvme/lv_3... 2023-09-30T17:25:23.518 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-30T17:25:23.549 INFO:journalctl@ceph.osd.4.smithi079.stdout:-- Logs begin at Sat 2023-09-30 17:12:01 UTC. -- 2023-09-30T17:25:23.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:23 smithi008 ceph-mon[107412]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:23.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:23.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:23.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:23.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:23.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:23.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:24.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:24 smithi079 ceph-mon[110084]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:24.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:24 smithi079 ceph-mon[110084]: from='osd.4 [v2:172.21.15.79:6800/549555676,v1:172.21.15.79:6801/549555676]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T17:25:24.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:24 smithi079 ceph-mon[110084]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T17:25:24.390 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:25:24 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:25:24.097+0000 7f71df0a83c0 -1 osd.4 0 log_to_monitors true 2023-09-30T17:25:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:24 smithi008 ceph-mon[107412]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:24 smithi008 ceph-mon[107412]: from='osd.4 [v2:172.21.15.79:6800/549555676,v1:172.21.15.79:6801/549555676]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T17:25:24.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:24 smithi008 ceph-mon[107412]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T17:25:25.297 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-30T17:25:25.297 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-30T17:25:25.298 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-09-30T17:25:25.298 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-09-30T17:25:25.298 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0155025 s, 676 MB/s 2023-09-30T17:25:25.298 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-09-30T17:25:25.597 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:25:25 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:25:25.239+0000 7f71d5aab700 -1 osd.4 0 waiting for initial osdmap 2023-09-30T17:25:25.597 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:25:25 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:25:25.245+0000 7f71d2446700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T17:25:25.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:25 smithi079 ceph-mon[110084]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T17:25:25.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:25 smithi079 ceph-mon[110084]: osdmap e29: 5 total, 4 up, 5 in 2023-09-30T17:25:25.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:25 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:25.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:25 smithi079 ceph-mon[110084]: from='osd.4 [v2:172.21.15.79:6800/549555676,v1:172.21.15.79:6801/549555676]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:25.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:25 smithi079 ceph-mon[110084]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:25 smithi008 ceph-mon[107412]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T17:25:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:25 smithi008 ceph-mon[107412]: osdmap e29: 5 total, 4 up, 5 in 2023-09-30T17:25:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:25 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:25 smithi008 ceph-mon[107412]: from='osd.4 [v2:172.21.15.79:6800/549555676,v1:172.21.15.79:6801/549555676]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:25.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:25 smithi008 ceph-mon[107412]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:25.687 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_3 2023-09-30T17:25:26.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:26 smithi079 ceph-mon[110084]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-09-30T17:25:26.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:26 smithi079 ceph-mon[110084]: osdmap e30: 5 total, 4 up, 5 in 2023-09-30T17:25:26.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:26 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:26.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:26 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:26.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:26 smithi079 ceph-mon[110084]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:26.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:26 smithi079 ceph-mon[110084]: osd.4 [v2:172.21.15.79:6800/549555676,v1:172.21.15.79:6801/549555676] boot 2023-09-30T17:25:26.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:26 smithi079 ceph-mon[110084]: osdmap e31: 5 total, 5 up, 5 in 2023-09-30T17:25:26.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:26 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:26 smithi008 ceph-mon[107412]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-09-30T17:25:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:26 smithi008 ceph-mon[107412]: osdmap e30: 5 total, 4 up, 5 in 2023-09-30T17:25:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:26 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:26 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:26 smithi008 ceph-mon[107412]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T17:25:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:26 smithi008 ceph-mon[107412]: osd.4 [v2:172.21.15.79:6800/549555676,v1:172.21.15.79:6801/549555676] boot 2023-09-30T17:25:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:26 smithi008 ceph-mon[107412]: osdmap e31: 5 total, 5 up, 5 in 2023-09-30T17:25:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:26 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:25:27.458 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: purged_snaps scrub starts 2023-09-30T17:25:27.458 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: purged_snaps scrub ok 2023-09-30T17:25:27.458 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: Detected new or changed devices on smithi079 2023-09-30T17:25:27.458 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi079 to 15962M 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:27.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:27 smithi079 ceph-mon[110084]: osdmap e32: 5 total, 5 up, 5 in 2023-09-30T17:25:27.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: purged_snaps scrub starts 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: purged_snaps scrub ok 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: Detected new or changed devices on smithi079 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi079 to 15962M 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:25:27.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:25:27.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:25:27.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:27.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:27 smithi008 ceph-mon[107412]: osdmap e32: 5 total, 5 up, 5 in 2023-09-30T17:25:28.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:28 smithi079 ceph-mon[110084]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:28.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:28 smithi079 ceph-mon[110084]: osdmap e33: 5 total, 5 up, 5 in 2023-09-30T17:25:28.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:28 smithi008 ceph-mon[107412]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:28.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:28 smithi008 ceph-mon[107412]: osdmap e33: 5 total, 5 up, 5 in 2023-09-30T17:25:29.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:29 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/2234355425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95fe4a66-1c06-4063-ae87-503cc6de943b"}]: dispatch 2023-09-30T17:25:29.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:29 smithi079 ceph-mon[110084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95fe4a66-1c06-4063-ae87-503cc6de943b"}]: dispatch 2023-09-30T17:25:29.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:29 smithi079 ceph-mon[110084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95fe4a66-1c06-4063-ae87-503cc6de943b"}]': finished 2023-09-30T17:25:29.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:29 smithi079 ceph-mon[110084]: osdmap e34: 6 total, 5 up, 6 in 2023-09-30T17:25:29.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:29 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:29.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:29 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/2234355425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95fe4a66-1c06-4063-ae87-503cc6de943b"}]: dispatch 2023-09-30T17:25:29.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:29 smithi008 ceph-mon[107412]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95fe4a66-1c06-4063-ae87-503cc6de943b"}]: dispatch 2023-09-30T17:25:29.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:29 smithi008 ceph-mon[107412]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95fe4a66-1c06-4063-ae87-503cc6de943b"}]': finished 2023-09-30T17:25:29.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:29 smithi008 ceph-mon[107412]: osdmap e34: 6 total, 5 up, 6 in 2023-09-30T17:25:29.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:29 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:30.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:30 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1840163479' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:25:30.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:30 smithi079 ceph-mon[110084]: osdmap e35: 6 total, 5 up, 6 in 2023-09-30T17:25:30.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:30 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:30.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:30 smithi079 ceph-mon[110084]: pgmap v87: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 134 KiB/s, 0 objects/s recovering 2023-09-30T17:25:30.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:30 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1840163479' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:25:30.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:30 smithi008 ceph-mon[107412]: osdmap e35: 6 total, 5 up, 6 in 2023-09-30T17:25:30.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:30 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:30.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:30 smithi008 ceph-mon[107412]: pgmap v87: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 134 KiB/s, 0 objects/s recovering 2023-09-30T17:25:31.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:31 smithi079 ceph-mon[110084]: osdmap e36: 6 total, 5 up, 6 in 2023-09-30T17:25:31.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:31 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:32.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:31 smithi008 ceph-mon[107412]: osdmap e36: 6 total, 5 up, 6 in 2023-09-30T17:25:32.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:31 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:32.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:32 smithi079 ceph-mon[110084]: pgmap v89: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-09-30T17:25:33.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:32 smithi008 ceph-mon[107412]: pgmap v89: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-09-30T17:25:34.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T17:25:34.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:34.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T17:25:34.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:34 smithi079 ceph-mon[110084]: Deploying daemon osd.5 on smithi079 2023-09-30T17:25:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:34 smithi079 ceph-mon[110084]: pgmap v90: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2023-09-30T17:25:35.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:34 smithi008 ceph-mon[107412]: Deploying daemon osd.5 on smithi079 2023-09-30T17:25:35.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:34 smithi008 ceph-mon[107412]: pgmap v90: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2023-09-30T17:25:37.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:37 smithi079 ceph-mon[110084]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-09-30T17:25:37.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:37 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:37.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:37 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:37.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:37 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:37.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:37 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:37.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:37 smithi008 ceph-mon[107412]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-09-30T17:25:37.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:37 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:37.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:37 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:37.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:37 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:37.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:37 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:39.365 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 5 on host 'smithi079' 2023-09-30T17:25:39.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:39 smithi079 ceph-mon[110084]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:39.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:39.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:39 smithi008 ceph-mon[107412]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:39.754 DEBUG:teuthology.orchestra.run.smithi079:osd.5> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.5.service 2023-09-30T17:25:39.756 INFO:tasks.cephadm:Deploying osd.6 on smithi079 with /dev/vg_nvme/lv_2... 2023-09-30T17:25:39.757 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-30T17:25:39.786 INFO:journalctl@ceph.osd.5.smithi079.stdout:-- Logs begin at Sat 2023-09-30 17:12:01 UTC. -- 2023-09-30T17:25:40.597 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:25:40 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:25:40.342+0000 7fbc1f6be3c0 -1 osd.5 0 log_to_monitors true 2023-09-30T17:25:40.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:40 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:40.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:40 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:40.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:40 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:40.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:40 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:40.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:40 smithi079 ceph-mon[110084]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:40.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:40 smithi079 ceph-mon[110084]: from='osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T17:25:40.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:40 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:40.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:40 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:40.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:40 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:40.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:40 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:40.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:40 smithi008 ceph-mon[107412]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:40.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:40 smithi008 ceph-mon[107412]: from='osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T17:25:41.526 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-30T17:25:41.526 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-30T17:25:41.526 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-09-30T17:25:41.526 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-09-30T17:25:41.526 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121641 s, 862 MB/s 2023-09-30T17:25:41.527 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-09-30T17:25:41.911 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_2 2023-09-30T17:25:42.491 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:25:42 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:25:42.221+0000 7fbc160c1700 -1 osd.5 0 waiting for initial osdmap 2023-09-30T17:25:42.492 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:25:42 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:25:42.227+0000 7fbc1225b700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T17:25:42.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:42 smithi079 ceph-mon[110084]: from='osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T17:25:42.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:42 smithi079 ceph-mon[110084]: osdmap e37: 6 total, 5 up, 6 in 2023-09-30T17:25:42.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:42 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:42.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:42 smithi079 ceph-mon[110084]: from='osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:42.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:42 smithi008 ceph-mon[107412]: from='osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T17:25:42.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:42 smithi008 ceph-mon[107412]: osdmap e37: 6 total, 5 up, 6 in 2023-09-30T17:25:42.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:42 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:42.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:42 smithi008 ceph-mon[107412]: from='osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: from='osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-09-30T17:25:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: osdmap e38: 6 total, 5 up, 6 in 2023-09-30T17:25:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:43.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:43.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:43.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:43.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:43 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: from='osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: osdmap e38: 6 total, 5 up, 6 in 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:25:43.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:43.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:43 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:44.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: purged_snaps scrub starts 2023-09-30T17:25:44.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: purged_snaps scrub ok 2023-09-30T17:25:44.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: Detected new or changed devices on smithi079 2023-09-30T17:25:44.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi079 to 7981M 2023-09-30T17:25:44.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649] boot 2023-09-30T17:25:44.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: osdmap e39: 6 total, 6 up, 6 in 2023-09-30T17:25:44.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:44.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: from='client.24213 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:25:44.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:25:44.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:25:44.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:44.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:44 smithi079 ceph-mon[110084]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: purged_snaps scrub starts 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: purged_snaps scrub ok 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: Detected new or changed devices on smithi079 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi079 to 7981M 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: osd.5 [v2:172.21.15.79:6808/448644649,v1:172.21.15.79:6809/448644649] boot 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: osdmap e39: 6 total, 6 up, 6 in 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: from='client.24213 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:25:44.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:25:44.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:25:44.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:44.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:44 smithi008 ceph-mon[107412]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T17:25:45.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:45 smithi079 ceph-mon[110084]: osdmap e40: 6 total, 6 up, 6 in 2023-09-30T17:25:45.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:45 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1092530075' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f3865e41-a624-4c8d-9e64-333c7803ed97"}]: dispatch 2023-09-30T17:25:45.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:45 smithi079 ceph-mon[110084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f3865e41-a624-4c8d-9e64-333c7803ed97"}]: dispatch 2023-09-30T17:25:45.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:45 smithi079 ceph-mon[110084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f3865e41-a624-4c8d-9e64-333c7803ed97"}]': finished 2023-09-30T17:25:45.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:45 smithi079 ceph-mon[110084]: osdmap e41: 7 total, 6 up, 7 in 2023-09-30T17:25:45.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:45 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:25:45.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:45 smithi008 ceph-mon[107412]: osdmap e40: 6 total, 6 up, 6 in 2023-09-30T17:25:45.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:45 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1092530075' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f3865e41-a624-4c8d-9e64-333c7803ed97"}]: dispatch 2023-09-30T17:25:45.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:45 smithi008 ceph-mon[107412]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f3865e41-a624-4c8d-9e64-333c7803ed97"}]: dispatch 2023-09-30T17:25:45.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:45 smithi008 ceph-mon[107412]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f3865e41-a624-4c8d-9e64-333c7803ed97"}]': finished 2023-09-30T17:25:45.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:45 smithi008 ceph-mon[107412]: osdmap e41: 7 total, 6 up, 7 in 2023-09-30T17:25:45.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:45 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:25:46.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:46 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/2026678397' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:25:46.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:46 smithi079 ceph-mon[110084]: pgmap v101: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:46.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:46 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/2026678397' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:25:46.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:46 smithi008 ceph-mon[107412]: pgmap v101: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:47.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:47 smithi008 ceph-mon[107412]: osdmap e42: 7 total, 6 up, 7 in 2023-09-30T17:25:47.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:47 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:25:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:47 smithi079 ceph-mon[110084]: osdmap e42: 7 total, 6 up, 7 in 2023-09-30T17:25:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:47 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:25:48.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:48 smithi079 ceph-mon[110084]: osdmap e43: 7 total, 6 up, 7 in 2023-09-30T17:25:48.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:48 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:25:48.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:48 smithi079 ceph-mon[110084]: pgmap v104: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:48.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:48 smithi008 ceph-mon[107412]: osdmap e43: 7 total, 6 up, 7 in 2023-09-30T17:25:48.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:48 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:25:48.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:48 smithi008 ceph-mon[107412]: pgmap v104: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:51.477 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:51 smithi079 ceph-mon[110084]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:51.582 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:51 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T17:25:51.582 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:51 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:51.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:51 smithi008 ceph-mon[107412]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:51.768 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:51 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T17:25:51.768 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:51 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:52.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:52 smithi079 ceph-mon[110084]: Deploying daemon osd.6 on smithi079 2023-09-30T17:25:52.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:52 smithi008 ceph-mon[107412]: Deploying daemon osd.6 on smithi079 2023-09-30T17:25:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:53 smithi079 ceph-mon[110084]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:53.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:53 smithi008 ceph-mon[107412]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:55.227 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:54 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:55.227 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:54 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:55.228 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:54 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:55.228 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:54 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:55.228 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:54 smithi079 ceph-mon[110084]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:55.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:54 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:55.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:54 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:55.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:54 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:55.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:54 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:55.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:54 smithi008 ceph-mon[107412]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:56.203 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 6 on host 'smithi079' 2023-09-30T17:25:56.601 DEBUG:teuthology.orchestra.run.smithi079:osd.6> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.6.service 2023-09-30T17:25:56.603 INFO:tasks.cephadm:Deploying osd.7 on smithi079 with /dev/vg_nvme/lv_1... 2023-09-30T17:25:56.603 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-30T17:25:56.631 INFO:journalctl@ceph.osd.6.smithi079.stdout:-- Logs begin at Sat 2023-09-30 17:12:01 UTC. -- 2023-09-30T17:25:57.067 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:56 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:57.067 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:56 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:57.068 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:56 smithi079 ceph-mon[110084]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:57.068 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:56 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:57.068 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:56 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:57.068 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:56 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:57.068 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:56 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:56 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:56 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:56 smithi008 ceph-mon[107412]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:56 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:25:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:56 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:56 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:56 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:57.333 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:25:57 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:25:57.125+0000 7f293e70c3c0 -1 osd.6 0 log_to_monitors true 2023-09-30T17:25:57.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:57 smithi008 ceph-mon[107412]: from='osd.6 [v2:172.21.15.79:6816/427781381,v1:172.21.15.79:6817/427781381]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T17:25:57.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:57 smithi008 ceph-mon[107412]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T17:25:57.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:57 smithi079 ceph-mon[110084]: from='osd.6 [v2:172.21.15.79:6816/427781381,v1:172.21.15.79:6817/427781381]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T17:25:57.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:57 smithi079 ceph-mon[110084]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T17:25:58.458 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-30T17:25:58.459 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-30T17:25:58.459 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-09-30T17:25:58.459 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-09-30T17:25:58.459 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127625 s, 822 MB/s 2023-09-30T17:25:58.459 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-09-30T17:25:58.872 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_1 2023-09-30T17:25:59.097 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:25:58 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:25:58.807+0000 7f293510f700 -1 osd.6 0 waiting for initial osdmap 2023-09-30T17:25:59.097 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:25:58 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:25:58.815+0000 7f29312a9700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T17:25:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:58 smithi079 ceph-mon[110084]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T17:25:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:58 smithi079 ceph-mon[110084]: osdmap e44: 7 total, 6 up, 7 in 2023-09-30T17:25:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:58 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:25:59.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:58 smithi079 ceph-mon[110084]: from='osd.6 [v2:172.21.15.79:6816/427781381,v1:172.21.15.79:6817/427781381]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:59.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:58 smithi079 ceph-mon[110084]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:59.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:58 smithi079 ceph-mon[110084]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:25:59.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:58 smithi008 ceph-mon[107412]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T17:25:59.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:58 smithi008 ceph-mon[107412]: osdmap e44: 7 total, 6 up, 7 in 2023-09-30T17:25:59.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:58 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:25:59.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:58 smithi008 ceph-mon[107412]: from='osd.6 [v2:172.21.15.79:6816/427781381,v1:172.21.15.79:6817/427781381]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:59.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:58 smithi008 ceph-mon[107412]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:25:59.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:58 smithi008 ceph-mon[107412]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T17:26:00.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-09-30T17:26:00.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: osdmap e45: 7 total, 6 up, 7 in 2023-09-30T17:26:00.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: Detected new or changed devices on smithi079 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi079 to 5320M 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: osd.6 [v2:172.21.15.79:6816/427781381,v1:172.21.15.79:6817/427781381] boot 2023-09-30T17:26:00.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: osdmap e46: 7 total, 7 up, 7 in 2023-09-30T17:26:00.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:25:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:26:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-09-30T17:26:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: osdmap e45: 7 total, 6 up, 7 in 2023-09-30T17:26:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:26:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:26:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: Detected new or changed devices on smithi079 2023-09-30T17:26:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:00.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi079 to 5320M 2023-09-30T17:26:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: osd.6 [v2:172.21.15.79:6816/427781381,v1:172.21.15.79:6817/427781381] boot 2023-09-30T17:26:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: osdmap e46: 7 total, 7 up, 7 in 2023-09-30T17:26:00.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:25:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:26:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:00 smithi079 ceph-mon[110084]: purged_snaps scrub starts 2023-09-30T17:26:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:00 smithi079 ceph-mon[110084]: purged_snaps scrub ok 2023-09-30T17:26:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:00 smithi079 ceph-mon[110084]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T17:26:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:00 smithi079 ceph-mon[110084]: from='client.24231 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:26:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:26:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:00 smithi079 ceph-mon[110084]: osdmap e47: 7 total, 7 up, 7 in 2023-09-30T17:26:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:00 smithi008 ceph-mon[107412]: purged_snaps scrub starts 2023-09-30T17:26:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:00 smithi008 ceph-mon[107412]: purged_snaps scrub ok 2023-09-30T17:26:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:00 smithi008 ceph-mon[107412]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T17:26:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:00 smithi008 ceph-mon[107412]: from='client.24231 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:26:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T17:26:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:00 smithi008 ceph-mon[107412]: osdmap e47: 7 total, 7 up, 7 in 2023-09-30T17:26:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:02 smithi079 ceph-mon[110084]: osdmap e48: 7 total, 7 up, 7 in 2023-09-30T17:26:02.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:02 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1792842147' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4edf0be0-efef-4492-bfc1-b6c81e2b9a2d"}]: dispatch 2023-09-30T17:26:02.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:02 smithi079 ceph-mon[110084]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4edf0be0-efef-4492-bfc1-b6c81e2b9a2d"}]: dispatch 2023-09-30T17:26:02.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:02 smithi079 ceph-mon[110084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4edf0be0-efef-4492-bfc1-b6c81e2b9a2d"}]': finished 2023-09-30T17:26:02.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:02 smithi079 ceph-mon[110084]: osdmap e49: 8 total, 7 up, 8 in 2023-09-30T17:26:02.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:02 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:02.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:02 smithi008 ceph-mon[107412]: osdmap e48: 7 total, 7 up, 7 in 2023-09-30T17:26:02.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:02 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1792842147' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4edf0be0-efef-4492-bfc1-b6c81e2b9a2d"}]: dispatch 2023-09-30T17:26:02.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:02 smithi008 ceph-mon[107412]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4edf0be0-efef-4492-bfc1-b6c81e2b9a2d"}]: dispatch 2023-09-30T17:26:02.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:02 smithi008 ceph-mon[107412]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4edf0be0-efef-4492-bfc1-b6c81e2b9a2d"}]': finished 2023-09-30T17:26:02.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:02 smithi008 ceph-mon[107412]: osdmap e49: 8 total, 7 up, 8 in 2023-09-30T17:26:02.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:02 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:03 smithi079 ceph-mon[110084]: pgmap v117: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T17:26:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:03 smithi079 ceph-mon[110084]: from='client.? 172.21.15.79:0/1297863908' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:26:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:03 smithi079 ceph-mon[110084]: osdmap e50: 8 total, 7 up, 8 in 2023-09-30T17:26:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:03 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:03 smithi008 ceph-mon[107412]: pgmap v117: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T17:26:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:03 smithi008 ceph-mon[107412]: from='client.? 172.21.15.79:0/1297863908' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T17:26:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:03 smithi008 ceph-mon[107412]: osdmap e50: 8 total, 7 up, 8 in 2023-09-30T17:26:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:03 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:05.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:04 smithi079 ceph-mon[110084]: osdmap e51: 8 total, 7 up, 8 in 2023-09-30T17:26:05.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:04 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:05.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:04 smithi079 ceph-mon[110084]: pgmap v120: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T17:26:05.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:04 smithi008 ceph-mon[107412]: osdmap e51: 8 total, 7 up, 8 in 2023-09-30T17:26:05.374 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:04 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:05.374 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:04 smithi008 ceph-mon[107412]: pgmap v120: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T17:26:07.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:07 smithi079 ceph-mon[110084]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-09-30T17:26:07.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:07 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T17:26:07.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:07 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:07.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:07 smithi008 ceph-mon[107412]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-09-30T17:26:07.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:07 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T17:26:07.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:07 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:08.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:08 smithi079 ceph-mon[110084]: Deploying daemon osd.7 on smithi079 2023-09-30T17:26:08.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:08 smithi008 ceph-mon[107412]: Deploying daemon osd.7 on smithi079 2023-09-30T17:26:09.263 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:09 smithi079 ceph-mon[110084]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 84 KiB/s, 0 objects/s recovering 2023-09-30T17:26:09.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:09 smithi008 ceph-mon[107412]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 84 KiB/s, 0 objects/s recovering 2023-09-30T17:26:11.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:11 smithi079 ceph-mon[110084]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-09-30T17:26:11.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:11 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:11.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:11 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:26:11.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:11 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:11.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:11 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:26:11.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:11 smithi008 ceph-mon[107412]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-09-30T17:26:11.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:11 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:11.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:11 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:26:11.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:11 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:11.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:11 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:26:12.725 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 7 on host 'smithi079' 2023-09-30T17:26:13.091 DEBUG:teuthology.orchestra.run.smithi079:osd.7> sudo journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.7.service 2023-09-30T17:26:13.093 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-30T17:26:13.093 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T17:26:13.122 INFO:journalctl@ceph.osd.7.smithi079.stdout:-- Logs begin at Sat 2023-09-30 17:12:01 UTC. -- 2023-09-30T17:26:13.305 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:13 smithi079 ceph-mon[110084]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-30T17:26:13.305 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:13.306 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:13.306 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:13.306 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:26:13.306 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:13.306 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:26:13.471 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:13 smithi008 ceph-mon[107412]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-30T17:26:13.471 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:13.471 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:13.471 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:13.471 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:26:13.471 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:13.471 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:26:14.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:26:13 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:26:13.710+0000 7f35035383c0 -1 osd.7 0 log_to_monitors true 2023-09-30T17:26:14.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:14 smithi008 ceph-mon[107412]: from='osd.7 [v2:172.21.15.79:6824/2951787432,v1:172.21.15.79:6825/2951787432]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T17:26:14.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:14 smithi008 ceph-mon[107412]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T17:26:14.526 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:14.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:14 smithi079 ceph-mon[110084]: from='osd.7 [v2:172.21.15.79:6824/2951787432,v1:172.21.15.79:6825/2951787432]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T17:26:14.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:14 smithi079 ceph-mon[110084]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T17:26:14.904 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":52,"num_osds":8,"num_up_osds":7,"osd_up_since":1696094759,"num_in_osds":8,"osd_in_since":1696094761,"num_remapped_pgs":0} 2023-09-30T17:26:15.347 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:26:15.242+0000 7f34f9f3b700 -1 osd.7 0 waiting for initial osdmap 2023-09-30T17:26:15.347 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:26:15.249+0000 7f34f58d4700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T17:26:15.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-09-30T17:26:15.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T17:26:15.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: osdmap e52: 8 total, 7 up, 8 in 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='osd.7 [v2:172.21.15.79:6824/2951787432,v1:172.21.15.79:6825/2951787432]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/891368928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:15.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:15.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-09-30T17:26:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T17:26:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: osdmap e52: 8 total, 7 up, 8 in 2023-09-30T17:26:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='osd.7 [v2:172.21.15.79:6824/2951787432,v1:172.21.15.79:6825/2951787432]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:26:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-09-30T17:26:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/891368928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T17:26:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:15.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:15.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:15.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:15.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:26:15.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:15.623 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:26:15.905 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T17:26:16.242 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:16 smithi008 ceph-mon[107412]: Detected new or changed devices on smithi079 2023-09-30T17:26:16.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:16 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi079 to 3990M 2023-09-30T17:26:16.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:16 smithi008 ceph-mon[107412]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-09-30T17:26:16.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:16 smithi008 ceph-mon[107412]: osdmap e53: 8 total, 7 up, 8 in 2023-09-30T17:26:16.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:16 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:16.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:16 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:16.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:16 smithi008 ceph-mon[107412]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T17:26:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:16 smithi079 ceph-mon[110084]: Detected new or changed devices on smithi079 2023-09-30T17:26:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:16 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi079 to 3990M 2023-09-30T17:26:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:16 smithi079 ceph-mon[110084]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-09-30T17:26:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:16 smithi079 ceph-mon[110084]: osdmap e53: 8 total, 7 up, 8 in 2023-09-30T17:26:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:16 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:16 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:16.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:16 smithi079 ceph-mon[110084]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T17:26:17.267 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:17.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:17 smithi008 ceph-mon[107412]: purged_snaps scrub starts 2023-09-30T17:26:17.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:17 smithi008 ceph-mon[107412]: purged_snaps scrub ok 2023-09-30T17:26:17.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:17 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:17.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:17 smithi008 ceph-mon[107412]: osd.7 [v2:172.21.15.79:6824/2951787432,v1:172.21.15.79:6825/2951787432] boot 2023-09-30T17:26:17.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:17 smithi008 ceph-mon[107412]: osdmap e54: 8 total, 8 up, 8 in 2023-09-30T17:26:17.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:17 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:17 smithi079 ceph-mon[110084]: purged_snaps scrub starts 2023-09-30T17:26:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:17 smithi079 ceph-mon[110084]: purged_snaps scrub ok 2023-09-30T17:26:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:17 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:17 smithi079 ceph-mon[110084]: osd.7 [v2:172.21.15.79:6824/2951787432,v1:172.21.15.79:6825/2951787432] boot 2023-09-30T17:26:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:17 smithi079 ceph-mon[110084]: osdmap e54: 8 total, 8 up, 8 in 2023-09-30T17:26:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:17 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:26:17.647 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1696094776,"num_in_osds":8,"osd_in_since":1696094761,"num_remapped_pgs":1} 2023-09-30T17:26:17.648 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T17:26:17.907 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:18.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:18 smithi008 ceph-mon[107412]: osdmap e55: 8 total, 8 up, 8 in 2023-09-30T17:26:18.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:18 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2298452383' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T17:26:18.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:18 smithi008 ceph-mon[107412]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:18.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:18 smithi079 ceph-mon[110084]: osdmap e55: 8 total, 8 up, 8 in 2023-09-30T17:26:18.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:18 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2298452383' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T17:26:18.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:18 smithi079 ceph-mon[110084]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:19.090 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:19.091 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":56,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","created":"2023-09-30T17:21:51.676068+0000","modified":"2023-09-30T17:26:18.245462+0000","last_up_change":"2023-09-30T17:26:16.236253+0000","last_in_change":"2023-09-30T17:26:01.920740+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-09-30T17:24:54.607084+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"47580a97-6282-428c-8d0d-4bfa5ab60532","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6803","nonce":2531513721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6805","nonce":2531513721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6809","nonce":2531513721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6807","nonce":2531513721}]},"public_addr":"172.21.15.8:6803/2531513721","cluster_addr":"172.21.15.8:6805/2531513721","heartbeat_back_addr":"172.21.15.8:6809/2531513721","heartbeat_front_addr":"172.21.15.8:6807/2531513721","state":["exists","up"]},{"osd":1,"uuid":"e353e1d3-fee3-40a4-bd4e-7204034b59bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6811","nonce":2675235214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6813","nonce":2675235214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6817","nonce":2675235214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6815","nonce":2675235214}]},"public_addr":"172.21.15.8:6811/2675235214","cluster_addr":"172.21.15.8:6813/2675235214","heartbeat_back_addr":"172.21.15.8:6817/2675235214","heartbeat_front_addr":"172.21.15.8:6815/2675235214","state":["exists","up"]},{"osd":2,"uuid":"bf0a8f55-d943-4bbe-8c9d-66bb81e48510","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6819","nonce":3913582251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6821","nonce":3913582251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6825","nonce":3913582251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6823","nonce":3913582251}]},"public_addr":"172.21.15.8:6819/3913582251","cluster_addr":"172.21.15.8:6821/3913582251","heartbeat_back_addr":"172.21.15.8:6825/3913582251","heartbeat_front_addr":"172.21.15.8:6823/3913582251","state":["exists","up"]},{"osd":3,"uuid":"12188f08-a85d-42a9-b7a4-c4083e86aa2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6827","nonce":294191571}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6829","nonce":294191571}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6833","nonce":294191571}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6831","nonce":294191571}]},"public_addr":"172.21.15.8:6827/294191571","cluster_addr":"172.21.15.8:6829/294191571","heartbeat_back_addr":"172.21.15.8:6833/294191571","heartbeat_front_addr":"172.21.15.8:6831/294191571","state":["exists","up"]},{"osd":4,"uuid":"486dcfef-ac01-4595-b523-696148eb8f84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6801","nonce":549555676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6803","nonce":549555676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6807","nonce":549555676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6805","nonce":549555676}]},"public_addr":"172.21.15.79:6801/549555676","cluster_addr":"172.21.15.79:6803/549555676","heartbeat_back_addr":"172.21.15.79:6807/549555676","heartbeat_front_addr":"172.21.15.79:6805/549555676","state":["exists","up"]},{"osd":5,"uuid":"95fe4a66-1c06-4063-ae87-503cc6de943b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6809","nonce":448644649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6811","nonce":448644649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6815","nonce":448644649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6813","nonce":448644649}]},"public_addr":"172.21.15.79:6809/448644649","cluster_addr":"172.21.15.79:6811/448644649","heartbeat_back_addr":"172.21.15.79:6815/448644649","heartbeat_front_addr":"172.21.15.79:6813/448644649","state":["exists","up"]},{"osd":6,"uuid":"f3865e41-a624-4c8d-9e64-333c7803ed97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6817","nonce":427781381}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6819","nonce":427781381}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6823","nonce":427781381}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6821","nonce":427781381}]},"public_addr":"172.21.15.79:6817/427781381","cluster_addr":"172.21.15.79:6819/427781381","heartbeat_back_addr":"172.21.15.79:6823/427781381","heartbeat_front_addr":"172.21.15.79:6821/427781381","state":["exists","up"]},{"osd":7,"uuid":"4edf0be0-efef-4492-bfc1-b6c81e2b9a2d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6825","nonce":2951787432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6827","nonce":2951787432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6831","nonce":2951787432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6829","nonce":2951787432}]},"public_addr":"172.21.15.79:6825/2951787432","cluster_addr":"172.21.15.79:6827/2951787432","heartbeat_back_addr":"172.21.15.79:6831/2951787432","heartbeat_front_addr":"172.21.15.79:6829/2951787432","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-09-30T17:24:08.888950+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-09-30T17:24:31.780657+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-09-30T17:24:50.415631+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-09-30T17:25:08.228613+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-09-30T17:25:25.102752+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-09-30T17:25:41.358204+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-09-30T17:25:58.130051+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-09-30T17:26:14.715262+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.8:0/1406765249":"2023-10-01T17:23:22.014556+0000","172.21.15.8:6800/1850697272":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/4183341106":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/1195961690":"2023-10-01T17:22:40.997381+0000","172.21.15.8:6800/2951244006":"2023-10-01T17:22:40.997381+0000","172.21.15.8:6800/1515127059":"2023-10-01T17:22:16.650148+0000","172.21.15.8:6801/1850697272":"2023-10-01T17:23:22.014556+0000","172.21.15.8:6801/1515127059":"2023-10-01T17:22:16.650148+0000","172.21.15.8:0/1799065255":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/716351262":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/3931294486":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/534040175":"2023-10-01T17:22:16.650148+0000","172.21.15.8:6801/2951244006":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/746086596":"2023-10-01T17:22:16.650148+0000","172.21.15.8:0/3669099129":"2023-10-01T17:22:16.650148+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-09-30T17:26:19.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:19 smithi008 ceph-mon[107412]: osdmap e56: 8 total, 8 up, 8 in 2023-09-30T17:26:19.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:19 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2620655030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T17:26:19.496 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T17:24:54.607084+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-09-30T17:26:19.497 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-09-30T17:26:19.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:19 smithi079 ceph-mon[110084]: osdmap e56: 8 total, 8 up, 8 in 2023-09-30T17:26:19.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:19 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2620655030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T17:26:19.758 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:20.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:20 smithi008 ceph-mon[107412]: osdmap e57: 8 total, 8 up, 8 in 2023-09-30T17:26:20.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:20 smithi008 ceph-mon[107412]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:20 smithi079 ceph-mon[110084]: osdmap e57: 8 total, 8 up, 8 in 2023-09-30T17:26:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:20 smithi079 ceph-mon[110084]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:20.909 INFO:teuthology.orchestra.run.smithi008.stdout:pg_num: 1 2023-09-30T17:26:21.288 INFO:tasks.cephadm:Setting up client nodes... 2023-09-30T17:26:21.288 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-30T17:26:21.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:21 smithi079 ceph-mon[110084]: osdmap e58: 8 total, 8 up, 8 in 2023-09-30T17:26:21.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:21 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1496716595' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T17:26:21.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:21 smithi008 ceph-mon[107412]: osdmap e58: 8 total, 8 up, 8 in 2023-09-30T17:26:21.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:21 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1496716595' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T17:26:22.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:22 smithi079 ceph-mon[110084]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:22.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:26:22.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:26:22.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:22 smithi008 ceph-mon[107412]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:22.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:26:22.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:26:22.775 INFO:teuthology.orchestra.run.smithi008.stdout:[client.0] 2023-09-30T17:26:22.775 INFO:teuthology.orchestra.run.smithi008.stdout: key = AQA+WhhlXtb4LRAACgaYz8LfrZC83eEEFOTQlg== 2023-09-30T17:26:23.271 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-09-30T17:26:23.272 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-30T17:26:23.272 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-30T17:26:23.321 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-30T17:26:23.321 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-30T17:26:23.321 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-30T17:26:23.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:23 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4018175402' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T17:26:23.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:23 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4018175402' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T17:26:23.621 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:23.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:23 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4018175402' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T17:26:23.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:23 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4018175402' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T17:26:24.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:24 smithi008 ceph-mon[107412]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T17:26:24.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:24 smithi079 ceph-mon[110084]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T17:26:24.889 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:25.320 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi008.wfpuhc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6800","nonce":168887390},{"type":"v1","addr":"172.21.15.8:6801","nonce":168887390}]},"active_addr":"172.21.15.8:6801/168887390","active_change":"2023-09-30T17:23:22.014894+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi079.evvdfh","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.8:8443/","prometheus":"http://172.21.15.8: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.8:0","nonce":4259421180}]},{"addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":2271085275}]},{"addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":2927005200}]},{"addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":4085771045}]}]}} 2023-09-30T17:26:25.325 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-30T17:26:25.326 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-30T17:26:25.326 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T17:26:25.584 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:25.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:25 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1014707355' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T17:26:25.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:25 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1014707355' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T17:26:26.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:26 smithi079 ceph-mon[110084]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-09-30T17:26:26.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:26 smithi008 ceph-mon[107412]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-09-30T17:26:26.725 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:26.726 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":58,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","created":"2023-09-30T17:21:51.676068+0000","modified":"2023-09-30T17:26:20.255599+0000","last_up_change":"2023-09-30T17:26:16.236253+0000","last_in_change":"2023-09-30T17:26:01.920740+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-09-30T17:24:54.607084+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"47580a97-6282-428c-8d0d-4bfa5ab60532","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6803","nonce":2531513721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6805","nonce":2531513721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6809","nonce":2531513721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6807","nonce":2531513721}]},"public_addr":"172.21.15.8:6803/2531513721","cluster_addr":"172.21.15.8:6805/2531513721","heartbeat_back_addr":"172.21.15.8:6809/2531513721","heartbeat_front_addr":"172.21.15.8:6807/2531513721","state":["exists","up"]},{"osd":1,"uuid":"e353e1d3-fee3-40a4-bd4e-7204034b59bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6811","nonce":2675235214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6813","nonce":2675235214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6817","nonce":2675235214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6815","nonce":2675235214}]},"public_addr":"172.21.15.8:6811/2675235214","cluster_addr":"172.21.15.8:6813/2675235214","heartbeat_back_addr":"172.21.15.8:6817/2675235214","heartbeat_front_addr":"172.21.15.8:6815/2675235214","state":["exists","up"]},{"osd":2,"uuid":"bf0a8f55-d943-4bbe-8c9d-66bb81e48510","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6819","nonce":3913582251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6821","nonce":3913582251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6825","nonce":3913582251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6823","nonce":3913582251}]},"public_addr":"172.21.15.8:6819/3913582251","cluster_addr":"172.21.15.8:6821/3913582251","heartbeat_back_addr":"172.21.15.8:6825/3913582251","heartbeat_front_addr":"172.21.15.8:6823/3913582251","state":["exists","up"]},{"osd":3,"uuid":"12188f08-a85d-42a9-b7a4-c4083e86aa2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6827","nonce":294191571}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6829","nonce":294191571}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6833","nonce":294191571}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6831","nonce":294191571}]},"public_addr":"172.21.15.8:6827/294191571","cluster_addr":"172.21.15.8:6829/294191571","heartbeat_back_addr":"172.21.15.8:6833/294191571","heartbeat_front_addr":"172.21.15.8:6831/294191571","state":["exists","up"]},{"osd":4,"uuid":"486dcfef-ac01-4595-b523-696148eb8f84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6801","nonce":549555676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6803","nonce":549555676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6807","nonce":549555676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6805","nonce":549555676}]},"public_addr":"172.21.15.79:6801/549555676","cluster_addr":"172.21.15.79:6803/549555676","heartbeat_back_addr":"172.21.15.79:6807/549555676","heartbeat_front_addr":"172.21.15.79:6805/549555676","state":["exists","up"]},{"osd":5,"uuid":"95fe4a66-1c06-4063-ae87-503cc6de943b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6809","nonce":448644649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6811","nonce":448644649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6815","nonce":448644649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6813","nonce":448644649}]},"public_addr":"172.21.15.79:6809/448644649","cluster_addr":"172.21.15.79:6811/448644649","heartbeat_back_addr":"172.21.15.79:6815/448644649","heartbeat_front_addr":"172.21.15.79:6813/448644649","state":["exists","up"]},{"osd":6,"uuid":"f3865e41-a624-4c8d-9e64-333c7803ed97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6817","nonce":427781381}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6819","nonce":427781381}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6823","nonce":427781381}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6821","nonce":427781381}]},"public_addr":"172.21.15.79:6817/427781381","cluster_addr":"172.21.15.79:6819/427781381","heartbeat_back_addr":"172.21.15.79:6823/427781381","heartbeat_front_addr":"172.21.15.79:6821/427781381","state":["exists","up"]},{"osd":7,"uuid":"4edf0be0-efef-4492-bfc1-b6c81e2b9a2d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6825","nonce":2951787432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6827","nonce":2951787432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6831","nonce":2951787432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6829","nonce":2951787432}]},"public_addr":"172.21.15.79:6825/2951787432","cluster_addr":"172.21.15.79:6827/2951787432","heartbeat_back_addr":"172.21.15.79:6831/2951787432","heartbeat_front_addr":"172.21.15.79:6829/2951787432","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-09-30T17:24:08.888950+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-09-30T17:24:31.780657+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-09-30T17:24:50.415631+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-09-30T17:25:08.228613+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-09-30T17:25:25.102752+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-09-30T17:25:41.358204+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-09-30T17:25:58.130051+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-09-30T17:26:14.715262+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/1406765249":"2023-10-01T17:23:22.014556+0000","172.21.15.8:6800/1850697272":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/4183341106":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/1195961690":"2023-10-01T17:22:40.997381+0000","172.21.15.8:6800/2951244006":"2023-10-01T17:22:40.997381+0000","172.21.15.8:6800/1515127059":"2023-10-01T17:22:16.650148+0000","172.21.15.8:6801/1850697272":"2023-10-01T17:23:22.014556+0000","172.21.15.8:6801/1515127059":"2023-10-01T17:22:16.650148+0000","172.21.15.8:0/1799065255":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/716351262":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/3931294486":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/534040175":"2023-10-01T17:22:16.650148+0000","172.21.15.8:6801/2951244006":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/746086596":"2023-10-01T17:22:16.650148+0000","172.21.15.8:0/3669099129":"2023-10-01T17:22:16.650148+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-09-30T17:26:27.104 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-30T17:26:27.104 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T17:26:27.363 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:27.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:27 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3154853615' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T17:26:27.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:27 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/3154853615' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T17:26:28.529 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:28.530 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":58,"fsid":"c738a938-5fb5-11ee-8db5-212e2dc638e7","created":"2023-09-30T17:21:51.676068+0000","modified":"2023-09-30T17:26:20.255599+0000","last_up_change":"2023-09-30T17:26:16.236253+0000","last_in_change":"2023-09-30T17:26:01.920740+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-09-30T17:24:54.607084+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"47580a97-6282-428c-8d0d-4bfa5ab60532","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6803","nonce":2531513721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6805","nonce":2531513721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6809","nonce":2531513721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":2531513721},{"type":"v1","addr":"172.21.15.8:6807","nonce":2531513721}]},"public_addr":"172.21.15.8:6803/2531513721","cluster_addr":"172.21.15.8:6805/2531513721","heartbeat_back_addr":"172.21.15.8:6809/2531513721","heartbeat_front_addr":"172.21.15.8:6807/2531513721","state":["exists","up"]},{"osd":1,"uuid":"e353e1d3-fee3-40a4-bd4e-7204034b59bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6811","nonce":2675235214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6813","nonce":2675235214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6817","nonce":2675235214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":2675235214},{"type":"v1","addr":"172.21.15.8:6815","nonce":2675235214}]},"public_addr":"172.21.15.8:6811/2675235214","cluster_addr":"172.21.15.8:6813/2675235214","heartbeat_back_addr":"172.21.15.8:6817/2675235214","heartbeat_front_addr":"172.21.15.8:6815/2675235214","state":["exists","up"]},{"osd":2,"uuid":"bf0a8f55-d943-4bbe-8c9d-66bb81e48510","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6819","nonce":3913582251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6821","nonce":3913582251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6825","nonce":3913582251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":3913582251},{"type":"v1","addr":"172.21.15.8:6823","nonce":3913582251}]},"public_addr":"172.21.15.8:6819/3913582251","cluster_addr":"172.21.15.8:6821/3913582251","heartbeat_back_addr":"172.21.15.8:6825/3913582251","heartbeat_front_addr":"172.21.15.8:6823/3913582251","state":["exists","up"]},{"osd":3,"uuid":"12188f08-a85d-42a9-b7a4-c4083e86aa2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6827","nonce":294191571}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6829","nonce":294191571}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6833","nonce":294191571}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":294191571},{"type":"v1","addr":"172.21.15.8:6831","nonce":294191571}]},"public_addr":"172.21.15.8:6827/294191571","cluster_addr":"172.21.15.8:6829/294191571","heartbeat_back_addr":"172.21.15.8:6833/294191571","heartbeat_front_addr":"172.21.15.8:6831/294191571","state":["exists","up"]},{"osd":4,"uuid":"486dcfef-ac01-4595-b523-696148eb8f84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6801","nonce":549555676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6803","nonce":549555676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6807","nonce":549555676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":549555676},{"type":"v1","addr":"172.21.15.79:6805","nonce":549555676}]},"public_addr":"172.21.15.79:6801/549555676","cluster_addr":"172.21.15.79:6803/549555676","heartbeat_back_addr":"172.21.15.79:6807/549555676","heartbeat_front_addr":"172.21.15.79:6805/549555676","state":["exists","up"]},{"osd":5,"uuid":"95fe4a66-1c06-4063-ae87-503cc6de943b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6809","nonce":448644649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6811","nonce":448644649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6815","nonce":448644649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":448644649},{"type":"v1","addr":"172.21.15.79:6813","nonce":448644649}]},"public_addr":"172.21.15.79:6809/448644649","cluster_addr":"172.21.15.79:6811/448644649","heartbeat_back_addr":"172.21.15.79:6815/448644649","heartbeat_front_addr":"172.21.15.79:6813/448644649","state":["exists","up"]},{"osd":6,"uuid":"f3865e41-a624-4c8d-9e64-333c7803ed97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6817","nonce":427781381}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6819","nonce":427781381}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6823","nonce":427781381}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":427781381},{"type":"v1","addr":"172.21.15.79:6821","nonce":427781381}]},"public_addr":"172.21.15.79:6817/427781381","cluster_addr":"172.21.15.79:6819/427781381","heartbeat_back_addr":"172.21.15.79:6823/427781381","heartbeat_front_addr":"172.21.15.79:6821/427781381","state":["exists","up"]},{"osd":7,"uuid":"4edf0be0-efef-4492-bfc1-b6c81e2b9a2d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6825","nonce":2951787432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6827","nonce":2951787432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6831","nonce":2951787432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2951787432},{"type":"v1","addr":"172.21.15.79:6829","nonce":2951787432}]},"public_addr":"172.21.15.79:6825/2951787432","cluster_addr":"172.21.15.79:6827/2951787432","heartbeat_back_addr":"172.21.15.79:6831/2951787432","heartbeat_front_addr":"172.21.15.79:6829/2951787432","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-09-30T17:24:08.888950+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-09-30T17:24:31.780657+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-09-30T17:24:50.415631+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-09-30T17:25:08.228613+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-09-30T17:25:25.102752+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-09-30T17:25:41.358204+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-09-30T17:25:58.130051+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-09-30T17:26:14.715262+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/1406765249":"2023-10-01T17:23:22.014556+0000","172.21.15.8:6800/1850697272":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/4183341106":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/1195961690":"2023-10-01T17:22:40.997381+0000","172.21.15.8:6800/2951244006":"2023-10-01T17:22:40.997381+0000","172.21.15.8:6800/1515127059":"2023-10-01T17:22:16.650148+0000","172.21.15.8:6801/1850697272":"2023-10-01T17:23:22.014556+0000","172.21.15.8:6801/1515127059":"2023-10-01T17:22:16.650148+0000","172.21.15.8:0/1799065255":"2023-10-01T17:23:22.014556+0000","172.21.15.8:0/716351262":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/3931294486":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/534040175":"2023-10-01T17:22:16.650148+0000","172.21.15.8:6801/2951244006":"2023-10-01T17:22:40.997381+0000","172.21.15.8:0/746086596":"2023-10-01T17:22:16.650148+0000","172.21.15.8:0/3669099129":"2023-10-01T17:22:16.650148+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-09-30T17:26:28.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:28 smithi008 ceph-mon[107412]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-09-30T17:26:28.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:28 smithi079 ceph-mon[110084]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-09-30T17:26:28.904 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-30T17:26:28.905 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-30T17:26:28.905 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-30T17:26:28.905 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-09-30T17:26:28.906 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-09-30T17:26:28.906 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-09-30T17:26:28.906 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-09-30T17:26:28.907 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-09-30T17:26:29.571 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:29.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:29 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1194876059' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T17:26:29.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:29 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1194876059' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T17:26:29.674 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:29.975 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:30.026 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:30.279 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:30.532 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:30.633 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:30.830 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:31.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:31 smithi008 ceph-mon[107412]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-09-30T17:26:31.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:31 smithi079 ceph-mon[110084]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-09-30T17:26:32.984 INFO:teuthology.orchestra.run.smithi008.stdout:197568495624 2023-09-30T17:26:32.984 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-09-30T17:26:33.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:33 smithi008 ceph-mon[107412]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s, 0 objects/s recovering 2023-09-30T17:26:33.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:33 smithi079 ceph-mon[110084]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s, 0 objects/s recovering 2023-09-30T17:26:33.731 INFO:teuthology.orchestra.run.smithi008.stdout:81604378647 2023-09-30T17:26:33.731 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-30T17:26:34.553 INFO:teuthology.orchestra.run.smithi008.stdout:60129542171 2023-09-30T17:26:34.553 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-30T17:26:34.855 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:35.094 INFO:teuthology.orchestra.run.smithi008.stdout:111669149716 2023-09-30T17:26:35.094 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-09-30T17:26:35.131 INFO:teuthology.orchestra.run.smithi008.stdout:231928233991 2023-09-30T17:26:35.131 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-09-30T17:26:35.286 INFO:teuthology.orchestra.run.smithi008.stdout:167503724556 2023-09-30T17:26:35.286 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-09-30T17:26:35.359 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:35.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:35 smithi008 ceph-mon[107412]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-09-30T17:26:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:35 smithi079 ceph-mon[110084]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-09-30T17:26:35.701 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:35.744 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:36.043 INFO:teuthology.orchestra.run.smithi008.stdout:133143986192 2023-09-30T17:26:36.043 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-09-30T17:26:36.198 INFO:teuthology.orchestra.run.smithi008.stdout:38654705695 2023-09-30T17:26:36.199 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-30T17:26:36.354 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:36.880 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:37.275 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:37 smithi008 ceph-mon[107412]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:37 smithi079 ceph-mon[110084]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:37.735 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:37.849 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:38.410 INFO:teuthology.orchestra.run.smithi008.stdout:60129542172 2023-09-30T17:26:39.294 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-09-30T17:26:39.294 DEBUG:teuthology.parallel:result is None 2023-09-30T17:26:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:39 smithi079 ceph-mon[110084]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:39 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2529753302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T17:26:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:39 smithi008 ceph-mon[107412]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:39.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:39 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2529753302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T17:26:39.830 INFO:teuthology.orchestra.run.smithi008.stdout:111669149717 2023-09-30T17:26:39.844 INFO:teuthology.orchestra.run.smithi008.stdout:81604378648 2023-09-30T17:26:39.907 INFO:teuthology.orchestra.run.smithi008.stdout:197568495625 2023-09-30T17:26:40.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:40 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1595850449' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T17:26:40.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:40 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2353347709' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T17:26:40.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:40 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1327613564' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T17:26:40.609 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:40 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1595850449' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T17:26:40.609 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:40 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2353347709' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T17:26:40.609 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:40 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1327613564' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T17:26:40.646 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-09-30T17:26:40.646 DEBUG:teuthology.parallel:result is None 2023-09-30T17:26:40.779 INFO:teuthology.orchestra.run.smithi008.stdout:167503724557 2023-09-30T17:26:40.998 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-09-30T17:26:40.998 DEBUG:teuthology.parallel:result is None 2023-09-30T17:26:41.014 INFO:teuthology.orchestra.run.smithi008.stdout:231928233992 2023-09-30T17:26:41.293 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495624 got 197568495625 for osd.6 2023-09-30T17:26:41.293 DEBUG:teuthology.parallel:result is None 2023-09-30T17:26:41.472 INFO:teuthology.orchestra.run.smithi008.stdout:133143986193 2023-09-30T17:26:41.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:41 smithi008 ceph-mon[107412]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:41.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:41 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3005025455' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T17:26:41.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:41 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4181029813' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T17:26:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:41 smithi079 ceph-mon[110084]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:41 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/3005025455' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T17:26:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:41 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4181029813' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T17:26:41.613 INFO:teuthology.orchestra.run.smithi008.stdout:38654705696 2023-09-30T17:26:41.635 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724556 got 167503724557 for osd.5 2023-09-30T17:26:41.635 DEBUG:teuthology.parallel:result is None 2023-09-30T17:26:41.827 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928233991 got 231928233992 for osd.7 2023-09-30T17:26:41.827 DEBUG:teuthology.parallel:result is None 2023-09-30T17:26:42.285 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705696 for osd.0 2023-09-30T17:26:42.286 DEBUG:teuthology.parallel:result is None 2023-09-30T17:26:42.316 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986193 for osd.4 2023-09-30T17:26:42.316 DEBUG:teuthology.parallel:result is None 2023-09-30T17:26:42.316 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-30T17:26:42.316 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T17:26:42.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:42 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4055773233' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T17:26:42.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:42 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4289970862' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T17:26:42.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:42 smithi008 ceph-mon[107412]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:42.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:42 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4055773233' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T17:26:42.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:42 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4289970862' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T17:26:42.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:42 smithi079 ceph-mon[110084]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:42.615 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:43.880 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:43.882 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2023-09-30T17:26:44.471 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":146,"stamp":"2023-09-30T17:26:42.106585+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":48640,"kb_used_data":6208,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912576,"statfs":{"total":767960285184,"available":767910477824,"internally_reserved":0,"allocated":6356992,"data_stored":3512092,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43384832},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002253"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T17:26:20.263288+0000","last_change":"2023-09-30T17:26:20.263288+0000","last_active":"2023-09-30T17:26:20.263288+0000","last_peered":"2023-09-30T17:26:20.263288+0000","last_clean":"2023-09-30T17:26:20.263288+0000","last_became_active":"2023-09-30T17:26:20.262819+0000","last_became_peered":"2023-09-30T17:26:20.262819+0000","last_unstale":"2023-09-30T17:26:20.263288+0000","last_undegraded":"2023-09-30T17:26:20.263288+0000","last_fullsized":"2023-09-30T17:26:20.263288+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T17:24:54.657248+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T17:24:54.657248+0000","last_clean_scrub_stamp":"2023-09-30T17:24:54.657248+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-02T01:05:02.443081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928233992,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6040,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739112,"statfs":{"total":95995035648,"available":95988850688,"internally_reserved":0,"allocated":1130496,"data_stored":769812,"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.67900000000000005}]},{"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.60599999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56999999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68799999999999994}]},{"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.45900000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64100000000000001}]}]},{"osd":6,"up_from":46,"seq":197568495626,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":1126400,"data_stored":769489,"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.503}]},{"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.44500000000000001}]},{"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":2.5019999999999998}]},{"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.52900000000000003}]},{"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.39000000000000001}]},{"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.42499999999999999}]},{"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.51700000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6348,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738804,"statfs":{"total":95995035648,"available":95988535296,"internally_reserved":0,"allocated":593920,"data_stored":240619,"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":"Sat Sep 30 17:26:36 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.38500000000000001,"15min":0.379},"min":{"1min":0.28499999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.40500000000000003,"15min":0.39600000000000002},"min":{"1min":0.32300000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.46600000000000003}]},{"osd":2,"last update":"Sat Sep 30 17:25:55 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.51800000000000002}]},{"osd":3,"last update":"Sat Sep 30 17:26:12 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.436},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.53500000000000003}]},{"osd":4,"last update":"Sat Sep 30 17:26:27 2023","interfaces":[{"interface":"back","average":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.58599999999999997}]},{"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.50700000000000001}]},{"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.57299999999999995}]},{"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.65000000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6872,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738280,"statfs":{"total":95995035648,"available":95987998720,"internally_reserved":0,"allocated":1130496,"data_stored":769812,"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":"Sat Sep 30 17:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.45300000000000001,"15min":0.45500000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.73699999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.499,"5min":0.47899999999999998,"15min":0.47499999999999998},"min":{"1min":0.28799999999999998,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.88900000000000001,"5min":1.425,"15min":1.425},"last":0.53900000000000003}]},{"osd":2,"last update":"Sat Sep 30 17:25:56 2023","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.60899999999999999}]},{"osd":3,"last update":"Sat Sep 30 17:26:12 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.59899999999999998}]},{"osd":4,"last update":"Sat Sep 30 17:26:30 2023","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.86699999999999999}]},{"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.72899999999999998}]},{"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.68700000000000006}]},{"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.85899999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6220,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738932,"statfs":{"total":95995035648,"available":95988666368,"internally_reserved":0,"allocated":593920,"data_stored":240619,"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":"Sat Sep 30 17:25:54 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.29999999999999999}]},{"osd":1,"last update":"Sat Sep 30 17:25:54 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.36099999999999999}]},{"osd":3,"last update":"Sat Sep 30 17:26:11 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.38300000000000001}]},{"osd":4,"last update":"Sat Sep 30 17:26:28 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.56000000000000005}]},{"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.51300000000000001}]},{"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.48499999999999999}]},{"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.57999999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5712,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739440,"statfs":{"total":95995035648,"available":95989186560,"internally_reserved":0,"allocated":598016,"data_stored":240884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 17:26:10 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.38400000000000001}]},{"osd":1,"last update":"Sat Sep 30 17:26:10 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.49099999999999999}]},{"osd":2,"last update":"Sat Sep 30 17:26:10 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.60399999999999998}]},{"osd":4,"last update":"Sat Sep 30 17:26:26 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.048,"5min":1.048,"15min":1.048},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.091,"5min":1.091,"15min":1.091},"last":0.78400000000000003}]},{"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.74399999999999999}]},{"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.71499999999999997}]},{"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.66800000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":240561,"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":"Sat Sep 30 17:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.63100000000000001}]},{"osd":1,"last update":"Sat Sep 30 17:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.61799999999999999}]},{"osd":2,"last update":"Sat Sep 30 17:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.59599999999999997}]},{"osd":3,"last update":"Sat Sep 30 17:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.60899999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49299999999999999}]},{"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.56499999999999995}]}]},{"osd":5,"up_from":39,"seq":167503724557,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5640,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739512,"statfs":{"total":95995035648,"available":95989260288,"internally_reserved":0,"allocated":589824,"data_stored":240296,"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.40100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46000000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66400000000000003}]},{"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.627}]},{"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.68899999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T17:26:44.473 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T17:26:44.773 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:45.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:45 smithi008 ceph-mon[107412]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:26:45.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:45 smithi008 ceph-mon[107412]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:45.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:45 smithi079 ceph-mon[110084]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:26:45.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:45 smithi079 ceph-mon[110084]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:45.924 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:45.926 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2023-09-30T17:26:46.302 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2023-09-30T17:26:44.107070+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":48640,"kb_used_data":6208,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912576,"statfs":{"total":767960285184,"available":767910477824,"internally_reserved":0,"allocated":6356992,"data_stored":3512092,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43384832},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002335"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T17:26:20.263288+0000","last_change":"2023-09-30T17:26:20.263288+0000","last_active":"2023-09-30T17:26:20.263288+0000","last_peered":"2023-09-30T17:26:20.263288+0000","last_clean":"2023-09-30T17:26:20.263288+0000","last_became_active":"2023-09-30T17:26:20.262819+0000","last_became_peered":"2023-09-30T17:26:20.262819+0000","last_unstale":"2023-09-30T17:26:20.263288+0000","last_undegraded":"2023-09-30T17:26:20.263288+0000","last_fullsized":"2023-09-30T17:26:20.263288+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T17:24:54.657248+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T17:24:54.657248+0000","last_clean_scrub_stamp":"2023-09-30T17:24:54.657248+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-02T01:05:02.443081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928233993,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6040,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739112,"statfs":{"total":95995035648,"available":95988850688,"internally_reserved":0,"allocated":1130496,"data_stored":769812,"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.54700000000000004}]},{"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.46800000000000003}]},{"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.57799999999999996}]},{"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.65000000000000002}]},{"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.70999999999999996}]},{"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.66300000000000003}]},{"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.748}]}]},{"osd":6,"up_from":46,"seq":197568495626,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":1126400,"data_stored":769489,"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.503}]},{"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.44500000000000001}]},{"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":2.5019999999999998}]},{"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.52900000000000003}]},{"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.39000000000000001}]},{"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.42499999999999999}]},{"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.51700000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6348,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738804,"statfs":{"total":95995035648,"available":95988535296,"internally_reserved":0,"allocated":593920,"data_stored":240619,"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":"Sat Sep 30 17:26:36 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.38500000000000001,"15min":0.379},"min":{"1min":0.28499999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.40500000000000003,"15min":0.39600000000000002},"min":{"1min":0.32300000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.46600000000000003}]},{"osd":2,"last update":"Sat Sep 30 17:25:55 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.51800000000000002}]},{"osd":3,"last update":"Sat Sep 30 17:26:12 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.436},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.53500000000000003}]},{"osd":4,"last update":"Sat Sep 30 17:26:27 2023","interfaces":[{"interface":"back","average":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.58599999999999997}]},{"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.50700000000000001}]},{"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.57299999999999995}]},{"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.65000000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6872,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738280,"statfs":{"total":95995035648,"available":95987998720,"internally_reserved":0,"allocated":1130496,"data_stored":769812,"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":"Sat Sep 30 17:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.45300000000000001,"15min":0.45500000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.73699999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.499,"5min":0.47899999999999998,"15min":0.47499999999999998},"min":{"1min":0.28799999999999998,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.88900000000000001,"5min":1.425,"15min":1.425},"last":0.53900000000000003}]},{"osd":2,"last update":"Sat Sep 30 17:25:56 2023","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.60899999999999999}]},{"osd":3,"last update":"Sat Sep 30 17:26:12 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.59899999999999998}]},{"osd":4,"last update":"Sat Sep 30 17:26:30 2023","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.86699999999999999}]},{"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.72899999999999998}]},{"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.68700000000000006}]},{"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.85899999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6220,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738932,"statfs":{"total":95995035648,"available":95988666368,"internally_reserved":0,"allocated":593920,"data_stored":240619,"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":"Sat Sep 30 17:25:54 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.443}]},{"osd":1,"last update":"Sat Sep 30 17:25:54 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.48899999999999999}]},{"osd":3,"last update":"Sat Sep 30 17:26:11 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.57699999999999996}]},{"osd":4,"last update":"Sat Sep 30 17:26:28 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.96399999999999997}]},{"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":1.0109999999999999}]},{"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.93899999999999995}]},{"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.95099999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5712,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739440,"statfs":{"total":95995035648,"available":95989186560,"internally_reserved":0,"allocated":598016,"data_stored":240884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 17:26:10 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.38400000000000001}]},{"osd":1,"last update":"Sat Sep 30 17:26:10 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.49099999999999999}]},{"osd":2,"last update":"Sat Sep 30 17:26:10 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.60399999999999998}]},{"osd":4,"last update":"Sat Sep 30 17:26:26 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.048,"5min":1.048,"15min":1.048},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.091,"5min":1.091,"15min":1.091},"last":0.78400000000000003}]},{"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.74399999999999999}]},{"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.71499999999999997}]},{"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.66800000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":240561,"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":"Sat Sep 30 17:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.63100000000000001}]},{"osd":1,"last update":"Sat Sep 30 17:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.61799999999999999}]},{"osd":2,"last update":"Sat Sep 30 17:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.59599999999999997}]},{"osd":3,"last update":"Sat Sep 30 17:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.60899999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49299999999999999}]},{"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.56499999999999995}]}]},{"osd":5,"up_from":39,"seq":167503724557,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5640,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739512,"statfs":{"total":95995035648,"available":95989260288,"internally_reserved":0,"allocated":589824,"data_stored":240296,"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.40100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46000000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66400000000000003}]},{"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.627}]},{"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.68899999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T17:26:46.303 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-30T17:26:46.303 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-30T17:26:46.303 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-30T17:26:46.304 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph health --format=json 2023-09-30T17:26:46.564 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/mon.smithi008/config 2023-09-30T17:26:47.326 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:47 smithi008 ceph-mon[107412]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:26:47.326 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:47 smithi008 ceph-mon[107412]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:47 smithi079 ceph-mon[110084]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:26:47.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:47 smithi079 ceph-mon[110084]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:47.796 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:26:47.796 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-30T17:26:48.177 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-30T17:26:48.177 INFO:tasks.cephadm:Setup complete, yielding 2023-09-30T17:26:48.177 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T17:26:48.189 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:26:48.190 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch status' 2023-09-30T17:26:48.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:48 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1460345719' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T17:26:48.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:48 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1460345719' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T17:26:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:49 smithi079 ceph-mon[110084]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:49.611 INFO:teuthology.orchestra.run.smithi008.stdout:Backend: cephadm 2023-09-30T17:26:49.611 INFO:teuthology.orchestra.run.smithi008.stdout:Available: Yes 2023-09-30T17:26:49.612 INFO:teuthology.orchestra.run.smithi008.stdout:Paused: No 2023-09-30T17:26:49.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:49 smithi008 ceph-mon[107412]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:49.968 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-09-30T17:26:51.391 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:26:51.391 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (2m) 103s ago 3m - - ba2b418f427c 9c4e1e9a8d2d 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (3m) 103s ago 3m - - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (3m) 38s ago 3m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (2m) 103s ago 3m - - 8.3.5 dad864ee21e9 a4bfbf6a8571 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (4m) 103s ago 4m - - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (3m) 38s ago 3m 420M - 17.2.0 e1d6a67b021e f2ef9ef4f8da 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (4m) 103s ago 4m - 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (3m) 38s ago 3m 53.2M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (3m) 103s ago 3m - - 1dbe0e931976 55b79d0b241e 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (3m) 38s ago 3m 25.0M - 1dbe0e931976 8e22e7fea1ff 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (2m) 103s ago 2m - 3223M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (2m) 103s ago 2m - 3223M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:26:51.392 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (2m) 103s ago 2m - 3223M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:26:51.393 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (107s) 103s ago 107s - 3223M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:26:51.393 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (90s) 38s ago 90s 40.2M 3990M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:26:51.393 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (74s) 38s ago 74s 40.4M 3990M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:26:51.393 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (57s) 38s ago 57s 37.6M 3990M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:26:51.393 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (41s) 38s ago 40s 12.0M 3990M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:26:51.393 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (3m) 103s ago 3m - - 514e6a882f6e 4c40a25cbc5e 2023-09-30T17:26:51.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:51 smithi008 ceph-mon[107412]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:51.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:51 smithi008 ceph-mon[107412]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:51 smithi079 ceph-mon[110084]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:51 smithi079 ceph-mon[110084]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:51.785 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-09-30T17:26:53.281 INFO:teuthology.orchestra.run.smithi008.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-30T17:26:53.281 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager ?:9093,9094 1/1 105s ago 4m count:1 2023-09-30T17:26:53.282 INFO:teuthology.orchestra.run.smithi008.stdout:crash 2/2 105s ago 4m * 2023-09-30T17:26:53.282 INFO:teuthology.orchestra.run.smithi008.stdout:grafana ?:3000 1/1 105s ago 4m count:1 2023-09-30T17:26:53.282 INFO:teuthology.orchestra.run.smithi008.stdout:mgr 2/2 105s ago 4m count:2 2023-09-30T17:26:53.282 INFO:teuthology.orchestra.run.smithi008.stdout:mon 2/2 105s ago 3m smithi008:172.21.15.8=smithi008;smithi079:172.21.15.79=smithi079;count:2 2023-09-30T17:26:53.282 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter ?:9100 2/2 105s ago 4m * 2023-09-30T17:26:53.282 INFO:teuthology.orchestra.run.smithi008.stdout:osd 8 105s ago - 2023-09-30T17:26:53.282 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus ?:9095 1/1 105s ago 4m count:1 2023-09-30T17:26:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:53 smithi079 ceph-mon[110084]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:53 smithi079 ceph-mon[110084]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:53.602 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:53 smithi008 ceph-mon[107412]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:53.602 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:53 smithi008 ceph-mon[107412]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:53.668 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-09-30T17:26:54.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:54 smithi008 ceph-mon[107412]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:54.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:54 smithi008 ceph-mon[107412]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:54.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:54 smithi079 ceph-mon[110084]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:54.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:54 smithi079 ceph-mon[110084]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:55.084 INFO:teuthology.orchestra.run.smithi008.stdout:HOST ADDR LABELS STATUS 2023-09-30T17:26:55.084 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 172.21.15.8 2023-09-30T17:26:55.084 INFO:teuthology.orchestra.run.smithi008.stdout:smithi079 172.21.15.79 2023-09-30T17:26:55.084 INFO:teuthology.orchestra.run.smithi008.stdout:2 hosts in cluster 2023-09-30T17:26:55.428 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-09-30T17:26:56.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:56 smithi008 ceph-mon[107412]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:56.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:56 smithi079 ceph-mon[110084]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:56.867 INFO:teuthology.orchestra.run.smithi008.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-09-30T17:26:56.867 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476004A480DGN 480G LVM detected, locked 2023-09-30T17:26:56.867 INFO:teuthology.orchestra.run.smithi008.stdout:smithi079 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204013G400BGN 400G LVM detected, locked 2023-09-30T17:26:57.235 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T17:26:57.248 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:26:57.248 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-30T17:26:57.284 INFO:teuthology.orchestra.run.smithi008.stderr:+ systemctl stop nfs-server 2023-09-30T17:26:57.294 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi079.front.sepia.ceph.com 2023-09-30T17:26:57.294 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-30T17:26:57.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ systemctl stop nfs-server 2023-09-30T17:26:57.342 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T17:26:57.350 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:26:57.350 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-09-30T17:26:57.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:57 smithi008 ceph-mon[107412]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:57 smithi079 ceph-mon[110084]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:58.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:58 smithi079 ceph-mon[110084]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:58.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:58 smithi008 ceph-mon[107412]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:26:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:59 smithi079 ceph-mon[110084]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:26:59 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-30T17:26:59.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:59 smithi008 ceph-mon[107412]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:26:59.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:26:59 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-30T17:27:00.505 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:00 smithi008 ceph-mon[107412]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:00.505 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-30T17:27:00.505 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:00 smithi008 ceph-mon[107412]: osdmap e59: 8 total, 8 up, 8 in 2023-09-30T17:27:00.505 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:00 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-30T17:27:00.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:00 smithi008 ceph-mon[107412]: pgmap v156: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:27:00.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:00 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon-smithi008[107389]: 2023-09-30T17:27:00.254+0000 7f7d27983700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T17:27:00.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:00 smithi079 ceph-mon[110084]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:00.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-30T17:27:00.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:00 smithi079 ceph-mon[110084]: osdmap e59: 8 total, 8 up, 8 in 2023-09-30T17:27:00.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:00 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-30T17:27:00.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:00 smithi079 ceph-mon[110084]: pgmap v156: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:27:00.689 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-30T17:27:00.698 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-09-30T17:27:00.701 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: osdmap e60: 8 total, 8 up, 8 in 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: osdmap e61: 8 total, 8 up, 8 in 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: fsmap foofs:0 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: Saving service mds.foofs spec with placement count:2 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:01.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:01.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:01.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:01.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:01.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:01.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.iomkur", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T17:27:01.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.iomkur", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T17:27:01.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:01.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:01 smithi008 ceph-mon[107412]: Deploying daemon mds.foofs.smithi008.iomkur on smithi008 2023-09-30T17:27:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-30T17:27:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: osdmap e60: 8 total, 8 up, 8 in 2023-09-30T17:27:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: osdmap e61: 8 total, 8 up, 8 in 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: fsmap foofs:0 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: Saving service mds.foofs spec with placement count:2 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:01.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:01.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:01.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.iomkur", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T17:27:01.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.iomkur", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T17:27:01.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:01.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:01 smithi079 ceph-mon[110084]: Deploying daemon mds.foofs.smithi008.iomkur on smithi008 2023-09-30T17:27:02.401 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:27:02.401 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T17:22:31.262309Z", "last_refresh": "2023-09-30T17:25:07.856782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T17:22:26.997618Z", "last_refresh": "2023-09-30T17:25:07.856855Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-30T17:22:29.328325Z", "last_refresh": "2023-09-30T17:25:07.856923Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T17:27:00.283742Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T17:27:00.280126Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T17:22:26.042058Z", "last_refresh": "2023-09-30T17:25:07.856702Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T17:23:03.913457Z", "last_refresh": "2023-09-30T17:25:07.856548Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T17:22:30.301259Z", "last_refresh": "2023-09-30T17:25:07.856991Z", "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-09-30T17:25:07.857126Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T17:22:28.035155Z", "last_refresh": "2023-09-30T17:25:07.857059Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T17:27:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:02 smithi079 ceph-mon[110084]: osdmap e62: 8 total, 8 up, 8 in 2023-09-30T17:27:02.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:02 smithi079 ceph-mon[110084]: pgmap v160: 65 pgs: 21 creating+peering, 7 active+clean, 37 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:27:02.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:02 smithi008 ceph-mon[107412]: osdmap e62: 8 total, 8 up, 8 in 2023-09-30T17:27:02.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:02 smithi008 ceph-mon[107412]: pgmap v160: 65 pgs: 21 creating+peering, 7 active+clean, 37 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:27:02.810 INFO:tasks.cephadm:mds.foofs has 0/2 2023-09-30T17:27:03.543 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:03 smithi079 ceph-mon[110084]: osdmap e63: 8 total, 8 up, 8 in 2023-09-30T17:27:03.543 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:03 smithi079 ceph-mon[110084]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:27:03.543 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:03 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:03.543 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:03 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.tgkdjq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T17:27:03.543 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:03 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.tgkdjq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T17:27:03.543 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:03 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:03.543 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:03 smithi079 ceph-mon[110084]: Deploying daemon mds.foofs.smithi079.tgkdjq on smithi079 2023-09-30T17:27:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:03 smithi008 ceph-mon[107412]: osdmap e63: 8 total, 8 up, 8 in 2023-09-30T17:27:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:03 smithi008 ceph-mon[107412]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:27:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:03 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:03 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.tgkdjq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T17:27:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:03 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.tgkdjq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T17:27:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:03 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:03.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:03 smithi008 ceph-mon[107412]: Deploying daemon mds.foofs.smithi079.tgkdjq on smithi079 2023-09-30T17:27:03.811 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T17:27:04.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: mds.? [v2:172.21.15.8:6834/3212395175,v1:172.21.15.8:6835/3212395175] up:boot 2023-09-30T17:27:04.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: daemon mds.foofs.smithi008.iomkur assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-30T17:27:04.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T17:27:04.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-30T17:27:04.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: Cluster is now healthy 2023-09-30T17:27:04.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: fsmap foofs:0 1 up:standby 2023-09-30T17:27:04.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi008.iomkur"}]: dispatch 2023-09-30T17:27:04.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: fsmap foofs:1 {0=foofs.smithi008.iomkur=up:creating} 2023-09-30T17:27:04.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: daemon mds.foofs.smithi008.iomkur is now active in filesystem foofs as rank 0 2023-09-30T17:27:04.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:04 smithi008 ceph-mon[107412]: pgmap v162: 65 pgs: 21 creating+peering, 23 active+clean, 21 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:27:04.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: mds.? [v2:172.21.15.8:6834/3212395175,v1:172.21.15.8:6835/3212395175] up:boot 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: daemon mds.foofs.smithi008.iomkur assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: Cluster is now healthy 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: fsmap foofs:0 1 up:standby 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi008.iomkur"}]: dispatch 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: fsmap foofs:1 {0=foofs.smithi008.iomkur=up:creating} 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: daemon mds.foofs.smithi008.iomkur is now active in filesystem foofs as rank 0 2023-09-30T17:27:04.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:04 smithi079 ceph-mon[110084]: pgmap v162: 65 pgs: 21 creating+peering, 23 active+clean, 21 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T17:27:05.304 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:27:05.304 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T17:22:31.262309Z", "last_refresh": "2023-09-30T17:25:07.856782Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T17:22:26.997618Z", "last_refresh": "2023-09-30T17:25:07.856855Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-30T17:22:29.328325Z", "last_refresh": "2023-09-30T17:25:07.856923Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T17:27:00.283742Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T17:27:00.280126Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T17:22:26.042058Z", "last_refresh": "2023-09-30T17:25:07.856702Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T17:23:03.913457Z", "last_refresh": "2023-09-30T17:25:07.856548Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T17:22:30.301259Z", "last_refresh": "2023-09-30T17:25:07.856991Z", "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-09-30T17:25:07.857126Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T17:22:28.035155Z", "last_refresh": "2023-09-30T17:25:07.857059Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T17:27:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: mds.? [v2:172.21.15.8:6834/3212395175,v1:172.21.15.8:6835/3212395175] up:active 2023-09-30T17:27:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: fsmap foofs:1 {0=foofs.smithi008.iomkur=up:active} 2023-09-30T17:27:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:05.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: mds.? [v2:172.21.15.79:6832/992647519,v1:172.21.15.79:6833/992647519] up:boot 2023-09-30T17:27:05.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: fsmap foofs:1 {0=foofs.smithi008.iomkur=up:active} 1 up:standby 2023-09-30T17:27:05.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:05 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.tgkdjq"}]: dispatch 2023-09-30T17:27:05.600 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: mds.? [v2:172.21.15.8:6834/3212395175,v1:172.21.15.8:6835/3212395175] up:active 2023-09-30T17:27:05.600 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: fsmap foofs:1 {0=foofs.smithi008.iomkur=up:active} 2023-09-30T17:27:05.600 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:05.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:05.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:05.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:05.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: mds.? [v2:172.21.15.79:6832/992647519,v1:172.21.15.79:6833/992647519] up:boot 2023-09-30T17:27:05.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: fsmap foofs:1 {0=foofs.smithi008.iomkur=up:active} 1 up:standby 2023-09-30T17:27:05.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:05 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.tgkdjq"}]: dispatch 2023-09-30T17:27:05.750 INFO:tasks.cephadm:mds.foofs has 0/2 2023-09-30T17:27:06.751 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T17:27:07.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:07 smithi079 ceph-mon[110084]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:27:07.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:07 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:07.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:07 smithi079 ceph-mon[110084]: pgmap v163: 65 pgs: 4 creating+peering, 61 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 3 op/s 2023-09-30T17:27:07.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:07 smithi008 ceph-mon[107412]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:27:07.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:07 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:07.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:07 smithi008 ceph-mon[107412]: pgmap v163: 65 pgs: 4 creating+peering, 61 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 3 op/s 2023-09-30T17:27:08.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:08.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:08.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:08.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:08.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:08.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:08.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:08 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:08.485 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:27:08.485 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T17:22:31.262309Z", "last_refresh": "2023-09-30T17:27:07.992851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T17:22:26.997618Z", "last_refresh": "2023-09-30T17:27:06.037522Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-30T17:22:29.328325Z", "last_refresh": "2023-09-30T17:27:07.992993Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T17:27:00.283742Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T17:27:00.280126Z", "last_refresh": "2023-09-30T17:27:06.038198Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T17:22:26.042058Z", "last_refresh": "2023-09-30T17:27:06.037683Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T17:23:03.913457Z", "last_refresh": "2023-09-30T17:27:06.037767Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T17:22:30.301259Z", "last_refresh": "2023-09-30T17:27:06.037842Z", "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-09-30T17:27:06.037914Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T17:22:28.035155Z", "last_refresh": "2023-09-30T17:27:07.993131Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T17:27:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:08.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:08 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:08.881 INFO:tasks.cephadm:mds.foofs has 2/2 2023-09-30T17:27:08.881 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T17:27:08.891 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:27:08.891 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-09-30T17:27:09.571 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:09 smithi008 ceph-mon[107412]: pgmap v164: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 3 op/s 2023-09-30T17:27:09.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:09 smithi079 ceph-mon[110084]: pgmap v164: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 3 op/s 2023-09-30T17:27:10.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:10 smithi079 ceph-mon[110084]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:27:10.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:10 smithi008 ceph-mon[107412]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T17:27:11.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:11 smithi079 ceph-mon[110084]: pgmap v165: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-09-30T17:27:11.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:11 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-30T17:27:11.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:11 smithi008 ceph-mon[107412]: pgmap v165: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-09-30T17:27:11.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:11 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-30T17:27:12.284 INFO:teuthology.orchestra.run.smithi008.stdout:NFS Cluster Created Successfully 2023-09-30T17:27:12.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:12 smithi008 ceph-mon[107412]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:12.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-30T17:27:12.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:12 smithi008 ceph-mon[107412]: osdmap e64: 8 total, 8 up, 8 in 2023-09-30T17:27:12.567 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-30T17:27:12.567 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:12 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:12.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:12 smithi079 ceph-mon[110084]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:12.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-30T17:27:12.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:12 smithi079 ceph-mon[110084]: osdmap e64: 8 total, 8 up, 8 in 2023-09-30T17:27:12.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-30T17:27:12.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:12 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:12.647 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-09-30T17:27:13.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: pgmap v167: 97 pgs: 9 creating+peering, 23 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: osdmap e65: 8 total, 8 up, 8 in 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: Saving service nfs.foo spec with placement count:2 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:13.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: Creating key for client.nfs.foo.0.0.smithi008.aesiyi 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.aesiyi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.aesiyi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: Rados config object exists: conf-nfs.foo 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: Creating key for client.nfs.foo.0.0.smithi008.aesiyi-rgw 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.aesiyi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T17:27:13.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.aesiyi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T17:27:13.586 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:13.586 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:13 smithi008 ceph-mon[107412]: Deploying daemon nfs.foo.0.0.smithi008.aesiyi on smithi008 2023-09-30T17:27:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: pgmap v167: 97 pgs: 9 creating+peering, 23 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-09-30T17:27:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-30T17:27:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: osdmap e65: 8 total, 8 up, 8 in 2023-09-30T17:27:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: Saving service nfs.foo spec with placement count:2 2023-09-30T17:27:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: Creating key for client.nfs.foo.0.0.smithi008.aesiyi 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.aesiyi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.aesiyi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T17:27:13.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:13.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T17:27:13.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T17:27:13.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: Rados config object exists: conf-nfs.foo 2023-09-30T17:27:13.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: Creating key for client.nfs.foo.0.0.smithi008.aesiyi-rgw 2023-09-30T17:27:13.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.aesiyi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T17:27:13.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.aesiyi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T17:27:13.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:13.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:13 smithi079 ceph-mon[110084]: Deploying daemon nfs.foo.0.0.smithi008.aesiyi on smithi008 2023-09-30T17:27:14.510 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:14 smithi008 ceph-mon[107412]: osdmap e66: 8 total, 8 up, 8 in 2023-09-30T17:27:14.510 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:14 smithi008 ceph-mon[107412]: mgrmap e20: smithi008.wfpuhc(active, since 3m), standbys: smithi079.evvdfh 2023-09-30T17:27:14.510 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:14 smithi008 ceph-mon[107412]: pgmap v170: 97 pgs: 9 creating+peering, 22 unknown, 66 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 2 op/s 2023-09-30T17:27:14.554 INFO:teuthology.orchestra.run.smithi008.stderr:Invalid command: Unexpected argument '--clusterid' 2023-09-30T17:27:14.554 INFO:teuthology.orchestra.run.smithi008.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-09-30T17:27:14.554 INFO:teuthology.orchestra.run.smithi008.stderr:Error EINVAL: invalid command 2023-09-30T17:27:14.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:14 smithi079 ceph-mon[110084]: osdmap e66: 8 total, 8 up, 8 in 2023-09-30T17:27:14.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:14 smithi079 ceph-mon[110084]: mgrmap e20: smithi008.wfpuhc(active, since 3m), standbys: smithi079.evvdfh 2023-09-30T17:27:14.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:14 smithi079 ceph-mon[110084]: pgmap v170: 97 pgs: 9 creating+peering, 22 unknown, 66 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 2 op/s 2023-09-30T17:27:14.926 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:27:14.926 INFO:teuthology.orchestra.run.smithi008.stdout: "bind": "/fake", 2023-09-30T17:27:14.926 INFO:teuthology.orchestra.run.smithi008.stdout: "fs": "foofs", 2023-09-30T17:27:14.926 INFO:teuthology.orchestra.run.smithi008.stdout: "path": "/", 2023-09-30T17:27:14.927 INFO:teuthology.orchestra.run.smithi008.stdout: "cluster": "foo", 2023-09-30T17:27:14.927 INFO:teuthology.orchestra.run.smithi008.stdout: "mode": "RW" 2023-09-30T17:27:14.927 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:27:15.298 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-09-30T17:27:15.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:15.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: Creating key for client.nfs.foo.1.0.smithi079.sweffm 2023-09-30T17:27:15.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.sweffm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T17:27:15.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.sweffm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T17:27:15.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-30T17:27:15.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T17:27:15.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T17:27:15.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:15.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:15.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 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-09-30T17:27:15.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:15 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 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-09-30T17:27:15.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:15.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: Creating key for client.nfs.foo.1.0.smithi079.sweffm 2023-09-30T17:27:15.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.sweffm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T17:27:15.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.sweffm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T17:27:15.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-30T17:27:15.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T17:27:15.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T17:27:15.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:15.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:15.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 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-09-30T17:27:15.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:15 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 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-09-30T17:27:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:16 smithi079 ceph-mon[110084]: pgmap v171: 97 pgs: 9 creating+peering, 88 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-09-30T17:27:16.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:16 smithi008 ceph-mon[107412]: pgmap v171: 97 pgs: 9 creating+peering, 88 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-09-30T17:27:17.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:17 smithi079 ceph-mon[110084]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:17.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:17 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T17:27:17.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:17 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T17:27:17.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:17 smithi008 ceph-mon[107412]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:17.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:17 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T17:27:17.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:17 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T17:27:18.730 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:18 smithi079 ceph-mon[110084]: Rados config object exists: conf-nfs.foo 2023-09-30T17:27:18.730 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:18 smithi079 ceph-mon[110084]: Creating key for client.nfs.foo.1.0.smithi079.sweffm-rgw 2023-09-30T17:27:18.730 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:18 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.sweffm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T17:27:18.730 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:18 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.sweffm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T17:27:18.730 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:18 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:18.730 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:18 smithi079 ceph-mon[110084]: Deploying daemon nfs.foo.1.0.smithi079.sweffm on smithi079 2023-09-30T17:27:18.730 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:18 smithi079 ceph-mon[110084]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:18.730 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:18 smithi079 ceph-mon[110084]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-09-30T17:27:18.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:18 smithi008 ceph-mon[107412]: Rados config object exists: conf-nfs.foo 2023-09-30T17:27:18.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:18 smithi008 ceph-mon[107412]: Creating key for client.nfs.foo.1.0.smithi079.sweffm-rgw 2023-09-30T17:27:18.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:18 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.sweffm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T17:27:18.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:18 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.sweffm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T17:27:18.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:18 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:18.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:18 smithi008 ceph-mon[107412]: Deploying daemon nfs.foo.1.0.smithi079.sweffm on smithi079 2023-09-30T17:27:18.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:18 smithi008 ceph-mon[107412]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:18.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:18 smithi008 ceph-mon[107412]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-09-30T17:27:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:20 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:20 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:20 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:20 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:20 smithi079 ceph-mon[110084]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:20 smithi079 ceph-mon[110084]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.4 KiB/s wr, 4 op/s 2023-09-30T17:27:20.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:20 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:20.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:20 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:20.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:20 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:20.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:20 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:20.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:20 smithi008 ceph-mon[107412]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:20.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:20 smithi008 ceph-mon[107412]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.4 KiB/s wr, 4 op/s 2023-09-30T17:27:22.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:22 smithi008 ceph-mon[107412]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:22.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:22.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2023-09-30T17:27:22.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-09-30T17:27:22.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-09-30T17:27:22.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-09-30T17:27:22.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:22 smithi079 ceph-mon[110084]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:22.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:22.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2023-09-30T17:27:22.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-09-30T17:27:22.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-09-30T17:27:22.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: osdmap e67: 8 total, 8 up, 8 in 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:23.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.373 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:23 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.525 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2023-09-30T17:27:23.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2023-09-30T17:27:23.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: osdmap e67: 8 total, 8 up, 8 in 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:23.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:23.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:23.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:23 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:23.897 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T17:27:23.905 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:27:23.906 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-09-30T17:27:23.942 INFO:teuthology.orchestra.run.smithi008.stderr:+ mkdir /mnt/foo 2023-09-30T17:27:23.951 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-09-30T17:27:24.026 INFO:teuthology.orchestra.run.smithi008.stderr:++ hostname 2023-09-30T17:27:24.027 INFO:teuthology.orchestra.run.smithi008.stderr:+ mount -t nfs smithi008:/fake /mnt/foo -o sync 2023-09-30T17:27:24.424 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:24 smithi008 ceph-mon[107412]: osdmap e68: 8 total, 8 up, 8 in 2023-09-30T17:27:24.445 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-09-30T17:27:24.521 INFO:teuthology.orchestra.run.smithi008.stderr:+ echo test 2023-09-30T17:27:24.571 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-09-30T17:27:24.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:24 smithi079 ceph-mon[110084]: osdmap e68: 8 total, 8 up, 8 in 2023-09-30T17:27:24.646 INFO:teuthology.orchestra.run.smithi008.stderr:+ sync 2023-09-30T17:27:25.019 INFO:teuthology.run_tasks:Running task parallel... 2023-09-30T17:27:25.028 INFO:teuthology.task.parallel:starting parallel... 2023-09-30T17:27:25.029 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-30T17:27:25.029 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-30T17:27:25.030 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:27:25.030 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-09-30T17:27:25.030 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-30T17:27:25.030 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-09-30T17:27:25.031 INFO:teuthology.task.exec:Executing custom commands... 2023-09-30T17:27:25.031 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:27:25.031 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-09-30T17:27:25.159 INFO:teuthology.orchestra.run.smithi008.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-30T17:27:25.160 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:27:25.160 INFO:teuthology.orchestra.run.smithi008.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-09-30T17:27:25.168 INFO:teuthology.orchestra.run.smithi008.stdout:3 of 5 processes prepared for launch 0 sec 2023-09-30T17:27:25.269 INFO:teuthology.orchestra.run.smithi008.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-30T17:27:25.269 INFO:teuthology.orchestra.run.smithi008.stdout:releasing clients 2023-09-30T17:27:25.280 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:25 smithi008 ceph-mon[107412]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:25.281 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:25 smithi008 ceph-mon[107412]: pgmap v177: 97 pgs: 1 activating, 96 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2023-09-30T17:27:25.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:25 smithi079 ceph-mon[110084]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:25.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:25 smithi079 ceph-mon[110084]: pgmap v177: 97 pgs: 1 activating, 96 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2023-09-30T17:27:26.269 INFO:teuthology.orchestra.run.smithi008.stdout: 5 99 22.81 MB/sec warmup 1 sec latency 182.877 ms 2023-09-30T17:27:27.269 INFO:teuthology.orchestra.run.smithi008.stdout: 5 207 20.26 MB/sec warmup 2 sec latency 137.089 ms 2023-09-30T17:27:27.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:27 smithi008 ceph-mon[107412]: pgmap v178: 97 pgs: 1 activating, 96 active+clean; 3.3 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 349 KiB/s wr, 13 op/s 2023-09-30T17:27:27.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:27.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:27 smithi079 ceph-mon[110084]: pgmap v178: 97 pgs: 1 activating, 96 active+clean; 3.3 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 349 KiB/s wr, 13 op/s 2023-09-30T17:27:27.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:27.645 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-09-30T17:27:28.269 INFO:teuthology.orchestra.run.smithi008.stdout: 5 310 18.93 MB/sec warmup 3 sec latency 147.138 ms 2023-09-30T17:27:29.269 INFO:teuthology.orchestra.run.smithi008.stdout: 5 409 18.09 MB/sec warmup 4 sec latency 133.263 ms 2023-09-30T17:27:29.461 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:29 smithi008 ceph-mon[107412]: pgmap v179: 97 pgs: 1 activating, 96 active+clean; 11 MiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.4 MiB/s wr, 29 op/s 2023-09-30T17:27:29.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:29 smithi079 ceph-mon[110084]: pgmap v179: 97 pgs: 1 activating, 96 active+clean; 11 MiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.4 MiB/s wr, 29 op/s 2023-09-30T17:27:30.223 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph config set global log_to_journald false --force' 2023-09-30T17:27:30.269 INFO:teuthology.orchestra.run.smithi008.stdout: 5 522 18.18 MB/sec warmup 5 sec latency 142.148 ms 2023-09-30T17:27:31.275 INFO:teuthology.orchestra.run.smithi008.stdout: 5 717 17.64 MB/sec warmup 6 sec latency 229.096 ms 2023-09-30T17:27:31.279 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:31 smithi008 ceph-mon[107412]: pgmap v180: 97 pgs: 97 active+clean; 39 MiB data, 96 MiB used, 715 GiB / 715 GiB avail; 5.0 MiB/s wr, 273 op/s 2023-09-30T17:27:31.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:31 smithi079 ceph-mon[110084]: pgmap v180: 97 pgs: 97 active+clean; 39 MiB data, 96 MiB used, 715 GiB / 715 GiB avail; 5.0 MiB/s wr, 273 op/s 2023-09-30T17:27:32.275 INFO:teuthology.orchestra.run.smithi008.stdout: 5 968 15.92 MB/sec warmup 7 sec latency 81.709 ms 2023-09-30T17:27:32.932 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph mgr module enable nfs --force' 2023-09-30T17:27:33.275 INFO:teuthology.orchestra.run.smithi008.stdout: 5 1346 15.51 MB/sec warmup 8 sec latency 94.309 ms 2023-09-30T17:27:33.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:33 smithi008 ceph-mon[107412]: pgmap v181: 97 pgs: 97 active+clean; 83 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 8.5 MiB/s wr, 363 op/s 2023-09-30T17:27:33.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:33 smithi079 ceph-mon[110084]: pgmap v181: 97 pgs: 97 active+clean; 83 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 8.5 MiB/s wr, 363 op/s 2023-09-30T17:27:34.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 1881 14.66 MB/sec warmup 9 sec latency 65.211 ms 2023-09-30T17:27:34.325 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:34 smithi008 ceph-mon[107412]: pgmap v182: 97 pgs: 97 active+clean; 97 MiB data, 151 MiB used, 715 GiB / 715 GiB avail; 186 B/s rd, 9.1 MiB/s wr, 361 op/s 2023-09-30T17:27:34.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:34 smithi079 ceph-mon[110084]: pgmap v182: 97 pgs: 97 active+clean; 97 MiB data, 151 MiB used, 715 GiB / 715 GiB avail; 186 B/s rd, 9.1 MiB/s wr, 361 op/s 2023-09-30T17:27:35.275 INFO:teuthology.orchestra.run.smithi008.stdout: 5 2385 14.02 MB/sec warmup 10 sec latency 128.490 ms 2023-09-30T17:27:36.276 INFO:teuthology.orchestra.run.smithi008.stderr:module 'nfs' is already enabled 2023-09-30T17:27:36.282 INFO:teuthology.orchestra.run.smithi008.stdout: 5 2892 14.80 MB/sec warmup 11 sec latency 129.667 ms 2023-09-30T17:27:36.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:36 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/157704049' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-09-30T17:27:36.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:36 smithi008 ceph-mon[107412]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-09-30T17:27:36.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:36 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/157704049' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-09-30T17:27:36.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:36 smithi079 ceph-mon[110084]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-09-30T17:27:36.891 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-09-30T17:27:37.284 INFO:teuthology.orchestra.run.smithi008.stdout: 5 3221 14.66 MB/sec warmup 12 sec latency 144.669 ms 2023-09-30T17:27:37.370 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:37 smithi008 ceph-mon[107412]: pgmap v183: 97 pgs: 97 active+clean; 112 MiB data, 185 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 10 MiB/s wr, 462 op/s 2023-09-30T17:27:37.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:37 smithi008 ceph-mon[107412]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-09-30T17:27:37.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:37 smithi008 ceph-mon[107412]: mgrmap e21: smithi008.wfpuhc(active, since 4m), standbys: smithi079.evvdfh 2023-09-30T17:27:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:37 smithi079 ceph-mon[110084]: pgmap v183: 97 pgs: 97 active+clean; 112 MiB data, 185 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 10 MiB/s wr, 462 op/s 2023-09-30T17:27:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:37 smithi079 ceph-mon[110084]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-09-30T17:27:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:37 smithi079 ceph-mon[110084]: mgrmap e21: smithi008.wfpuhc(active, since 4m), standbys: smithi079.evvdfh 2023-09-30T17:27:38.296 INFO:teuthology.orchestra.run.smithi008.stdout: 5 3597 14.65 MB/sec warmup 13 sec latency 128.747 ms 2023-09-30T17:27:39.143 INFO:teuthology.orchestra.run.smithi008.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a 2023-09-30T17:27:39.296 INFO:teuthology.orchestra.run.smithi008.stdout: 5 3824 14.12 MB/sec warmup 14 sec latency 150.655 ms 2023-09-30T17:27:39.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:39 smithi008 ceph-mon[107412]: pgmap v184: 97 pgs: 97 active+clean; 118 MiB data, 211 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 11 MiB/s wr, 585 op/s 2023-09-30T17:27:39.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:39.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:39.418 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:39.418 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:39.418 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:39.418 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:39 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:39 smithi079 ceph-mon[110084]: pgmap v184: 97 pgs: 97 active+clean; 118 MiB data, 211 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 11 MiB/s wr, 585 op/s 2023-09-30T17:27:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:39.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:39 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:27:39.633 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-30T17:27:39.633 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:27:39.634 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- 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-09-30T17:27:40.296 INFO:teuthology.orchestra.run.smithi008.stdout: 5 4049 13.36 MB/sec warmup 15 sec latency 127.321 ms 2023-09-30T17:27:40.431 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:40 smithi008 ceph-mon[107412]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:40.431 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:40 smithi008 ceph-mon[107412]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a 2023-09-30T17:27:40.431 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:40 smithi008 ceph-mon[107412]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a 2023-09-30T17:27:40.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:40 smithi079 ceph-mon[110084]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:40.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:40 smithi079 ceph-mon[110084]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a 2023-09-30T17:27:40.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:40 smithi079 ceph-mon[110084]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a 2023-09-30T17:27:41.299 INFO:teuthology.orchestra.run.smithi008.stdout: 5 4422 12.73 MB/sec warmup 16 sec latency 88.105 ms 2023-09-30T17:27:41.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:41 smithi008 ceph-mon[107412]: pgmap v185: 97 pgs: 97 active+clean; 121 MiB data, 223 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 11 MiB/s wr, 600 op/s 2023-09-30T17:27:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:41 smithi079 ceph-mon[110084]: pgmap v185: 97 pgs: 97 active+clean; 121 MiB data, 223 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 11 MiB/s wr, 600 op/s 2023-09-30T17:27:41.977 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:27:42.298 INFO:teuthology.orchestra.run.smithi008.stdout: 5 4756 12.41 MB/sec warmup 17 sec latency 137.873 ms 2023-09-30T17:27:42.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:42 smithi008 ceph-mon[107412]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:42.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:42 smithi008 ceph-mon[107412]: pgmap v186: 97 pgs: 97 active+clean; 130 MiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.8 MiB/s wr, 543 op/s 2023-09-30T17:27:42.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:42 smithi079 ceph-mon[110084]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:42.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:42 smithi079 ceph-mon[110084]: pgmap v186: 97 pgs: 97 active+clean; 130 MiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.8 MiB/s wr, 543 op/s 2023-09-30T17:27:42.971 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:27:42.971 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (3m) 20s ago 4m 24.6M - ba2b418f427c 9c4e1e9a8d2d 2023-09-30T17:27:42.971 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (4m) 20s ago 4m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:27:42.971 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (4m) 21s ago 4m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:27:42.971 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (3m) 20s ago 4m 47.6M - 8.3.5 dad864ee21e9 a4bfbf6a8571 2023-09-30T17:27:42.971 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (40s) 20s ago 40s 15.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (38s) 21s ago 38s 15.5M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (5m) 20s ago 5m 477M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (4m) 21s ago 4m 421M - 17.2.0 e1d6a67b021e f2ef9ef4f8da 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (5m) 20s ago 5m 81.6M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (4m) 21s ago 4m 61.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (28s) 20s ago 28s 56.2M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (24s) 21s ago 23s 51.6M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (4m) 20s ago 4m 24.7M - 1dbe0e931976 55b79d0b241e 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (4m) 21s ago 4m 28.0M - 1dbe0e931976 8e22e7fea1ff 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (3m) 20s ago 3m 56.0M 3223M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (3m) 20s ago 3m 57.8M 3223M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:27:42.972 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (2m) 20s ago 2m 50.0M 3223M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:27:42.973 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (2m) 20s ago 2m 49.7M 3223M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:27:42.973 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (2m) 21s ago 2m 51.3M 3990M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:27:42.973 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (2m) 21s ago 2m 50.7M 3990M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:27:42.973 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (109s) 21s ago 109s 50.9M 3990M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:27:42.973 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (92s) 21s ago 92s 50.6M 3990M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:27:42.973 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (3m) 20s ago 3m 62.8M - 514e6a882f6e 4c40a25cbc5e 2023-09-30T17:27:43.301 INFO:teuthology.orchestra.run.smithi008.stdout: 5 5094 12.24 MB/sec warmup 18 sec latency 148.699 ms 2023-09-30T17:27:43.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:43 smithi008 ceph-mon[107412]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:43.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:43 smithi008 ceph-mon[107412]: from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:43.579 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:27:43.579 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:27:43.579 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:27:43.579 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:27:43.579 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:27:43.579 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:27:43.580 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:27:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:43 smithi079 ceph-mon[110084]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:43 smithi079 ceph-mon[110084]: from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:44.103 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:27:44.104 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a", 2023-09-30T17:27:44.104 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:27:44.104 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:27:44.104 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "", 2023-09-30T17:27:44.104 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a image" 2023-09-30T17:27:44.104 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:27:44.319 INFO:teuthology.orchestra.run.smithi008.stdout: 5 5429 12.04 MB/sec warmup 19 sec latency 109.788 ms 2023-09-30T17:27:44.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:44 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/808057375' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:27:44.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:44 smithi008 ceph-mon[107412]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:44.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:44 smithi008 ceph-mon[107412]: pgmap v187: 97 pgs: 97 active+clean; 130 MiB data, 249 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 6.2 MiB/s wr, 433 op/s 2023-09-30T17:27:44.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:44 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/808057375' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:27:44.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:44 smithi079 ceph-mon[110084]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:27:44.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:44 smithi079 ceph-mon[110084]: pgmap v187: 97 pgs: 97 active+clean; 130 MiB data, 249 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 6.2 MiB/s wr, 433 op/s 2023-09-30T17:27:44.680 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:27:45.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 5862 11.80 MB/sec warmup 20 sec latency 128.972 ms 2023-09-30T17:27:45.550 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:45 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4270169495' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:27:45.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:45 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4270169495' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:27:46.305 INFO:teuthology.orchestra.run.smithi008.stdout: 5 6254 11.78 MB/sec warmup 21 sec latency 134.387 ms 2023-09-30T17:27:46.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:46 smithi008 ceph-mon[107412]: pgmap v188: 97 pgs: 97 active+clean; 131 MiB data, 289 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-09-30T17:27:46.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:46 smithi079 ceph-mon[110084]: pgmap v188: 97 pgs: 97 active+clean; 131 MiB data, 289 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-09-30T17:27:47.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 6578 11.86 MB/sec warmup 22 sec latency 128.068 ms 2023-09-30T17:27:48.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 6925 11.96 MB/sec warmup 23 sec latency 129.324 ms 2023-09-30T17:27:49.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 7291 12.04 MB/sec warmup 24 sec latency 129.661 ms 2023-09-30T17:27:49.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:49 smithi008 ceph-mon[107412]: pgmap v189: 97 pgs: 97 active+clean; 130 MiB data, 302 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.3 MiB/s wr, 536 op/s 2023-09-30T17:27:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:49 smithi079 ceph-mon[110084]: pgmap v189: 97 pgs: 97 active+clean; 130 MiB data, 302 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.3 MiB/s wr, 536 op/s 2023-09-30T17:27:50.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 7551 11.84 MB/sec warmup 25 sec latency 130.426 ms 2023-09-30T17:27:51.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 7792 11.46 MB/sec warmup 26 sec latency 189.569 ms 2023-09-30T17:27:51.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:51 smithi008 ceph-mon[107412]: pgmap v190: 97 pgs: 97 active+clean; 132 MiB data, 330 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 432 op/s 2023-09-30T17:27:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:51 smithi079 ceph-mon[110084]: pgmap v190: 97 pgs: 97 active+clean; 132 MiB data, 330 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 432 op/s 2023-09-30T17:27:52.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 8073 11.24 MB/sec warmup 27 sec latency 126.800 ms 2023-09-30T17:27:53.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 8348 10.95 MB/sec warmup 28 sec latency 132.134 ms 2023-09-30T17:27:53.508 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:53 smithi008 ceph-mon[107412]: pgmap v191: 97 pgs: 97 active+clean; 139 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 459 op/s 2023-09-30T17:27:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:53 smithi079 ceph-mon[110084]: pgmap v191: 97 pgs: 97 active+clean; 139 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 459 op/s 2023-09-30T17:27:54.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 8661 10.93 MB/sec warmup 29 sec latency 126.698 ms 2023-09-30T17:27:55.287 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:55 smithi008 ceph-mon[107412]: pgmap v192: 97 pgs: 97 active+clean; 146 MiB data, 352 MiB used, 715 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-09-30T17:27:55.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 8938 10.70 MB/sec warmup 30 sec latency 140.623 ms 2023-09-30T17:27:55.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:55 smithi079 ceph-mon[110084]: pgmap v192: 97 pgs: 97 active+clean; 146 MiB data, 352 MiB used, 715 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-09-30T17:27:56.302 INFO:teuthology.orchestra.run.smithi008.stdout: 5 9296 10.66 MB/sec warmup 31 sec latency 154.766 ms 2023-09-30T17:27:57.303 INFO:teuthology.orchestra.run.smithi008.stdout: 5 9574 10.50 MB/sec warmup 32 sec latency 134.516 ms 2023-09-30T17:27:57.333 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:57 smithi008 ceph-mon[107412]: pgmap v193: 97 pgs: 97 active+clean; 139 MiB data, 384 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.1 MiB/s wr, 517 op/s 2023-09-30T17:27:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:57 smithi079 ceph-mon[110084]: pgmap v193: 97 pgs: 97 active+clean; 139 MiB data, 384 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.1 MiB/s wr, 517 op/s 2023-09-30T17:27:58.303 INFO:teuthology.orchestra.run.smithi008.stdout: 5 9970 10.65 MB/sec warmup 33 sec latency 127.368 ms 2023-09-30T17:27:59.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 10287 10.66 MB/sec warmup 34 sec latency 143.698 ms 2023-09-30T17:27:59.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:27:59 smithi008 ceph-mon[107412]: pgmap v194: 97 pgs: 97 active+clean; 141 MiB data, 405 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-09-30T17:27:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:27:59 smithi079 ceph-mon[110084]: pgmap v194: 97 pgs: 97 active+clean; 141 MiB data, 405 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-09-30T17:28:00.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 10648 10.73 MB/sec warmup 35 sec latency 126.602 ms 2023-09-30T17:28:01.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 10986 10.82 MB/sec warmup 36 sec latency 120.423 ms 2023-09-30T17:28:01.381 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:01 smithi008 ceph-mon[107412]: pgmap v195: 97 pgs: 97 active+clean; 143 MiB data, 417 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.4 MiB/s wr, 411 op/s 2023-09-30T17:28:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:01 smithi079 ceph-mon[110084]: pgmap v195: 97 pgs: 97 active+clean; 143 MiB data, 417 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.4 MiB/s wr, 411 op/s 2023-09-30T17:28:02.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 11228 10.62 MB/sec warmup 37 sec latency 136.497 ms 2023-09-30T17:28:03.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 11507 10.46 MB/sec warmup 38 sec latency 138.844 ms 2023-09-30T17:28:03.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:03 smithi008 ceph-mon[107412]: pgmap v196: 97 pgs: 97 active+clean; 153 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-09-30T17:28:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:03 smithi079 ceph-mon[110084]: pgmap v196: 97 pgs: 97 active+clean; 153 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-09-30T17:28:04.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 11721 10.28 MB/sec warmup 39 sec latency 148.188 ms 2023-09-30T17:28:05.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 12031 10.24 MB/sec warmup 40 sec latency 112.365 ms 2023-09-30T17:28:05.509 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:05 smithi008 ceph-mon[107412]: pgmap v197: 97 pgs: 97 active+clean; 154 MiB data, 444 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.5 MiB/s wr, 468 op/s 2023-09-30T17:28:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:05 smithi079 ceph-mon[110084]: pgmap v197: 97 pgs: 97 active+clean; 154 MiB data, 444 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.5 MiB/s wr, 468 op/s 2023-09-30T17:28:06.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 12286 10.12 MB/sec warmup 41 sec latency 169.597 ms 2023-09-30T17:28:07.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 12562 9.95 MB/sec warmup 42 sec latency 148.208 ms 2023-09-30T17:28:07.560 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:07 smithi008 ceph-mon[107412]: pgmap v198: 97 pgs: 97 active+clean; 155 MiB data, 463 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 446 op/s 2023-09-30T17:28:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:07 smithi079 ceph-mon[110084]: pgmap v198: 97 pgs: 97 active+clean; 155 MiB data, 463 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 446 op/s 2023-09-30T17:28:08.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 12897 9.96 MB/sec warmup 43 sec latency 121.215 ms 2023-09-30T17:28:09.305 INFO:teuthology.orchestra.run.smithi008.stdout: 5 13244 9.95 MB/sec warmup 44 sec latency 92.219 ms 2023-09-30T17:28:09.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:09 smithi008 ceph-mon[107412]: pgmap v199: 97 pgs: 97 active+clean; 155 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 497 op/s 2023-09-30T17:28:09.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:09 smithi079 ceph-mon[110084]: pgmap v199: 97 pgs: 97 active+clean; 155 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 497 op/s 2023-09-30T17:28:10.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 13671 10.03 MB/sec warmup 45 sec latency 123.942 ms 2023-09-30T17:28:11.316 INFO:teuthology.orchestra.run.smithi008.stdout: 5 13973 10.07 MB/sec warmup 46 sec latency 150.444 ms 2023-09-30T17:28:11.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:11 smithi008 ceph-mon[107412]: pgmap v200: 97 pgs: 97 active+clean; 155 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.4 MiB/s wr, 399 op/s 2023-09-30T17:28:11.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:11 smithi079 ceph-mon[110084]: pgmap v200: 97 pgs: 97 active+clean; 155 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.4 MiB/s wr, 399 op/s 2023-09-30T17:28:12.316 INFO:teuthology.orchestra.run.smithi008.stdout: 5 14291 10.11 MB/sec warmup 47 sec latency 133.525 ms 2023-09-30T17:28:12.670 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:12 smithi008 ceph-mon[107412]: pgmap v201: 97 pgs: 97 active+clean; 158 MiB data, 541 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-09-30T17:28:12.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:12 smithi079 ceph-mon[110084]: pgmap v201: 97 pgs: 97 active+clean; 158 MiB data, 541 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-09-30T17:28:13.316 INFO:teuthology.orchestra.run.smithi008.stdout: 5 14596 10.05 MB/sec warmup 48 sec latency 127.165 ms 2023-09-30T17:28:14.328 INFO:teuthology.orchestra.run.smithi008.stdout: 5 14872 9.97 MB/sec warmup 49 sec latency 145.561 ms 2023-09-30T17:28:15.163 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:28:15.328 INFO:teuthology.orchestra.run.smithi008.stdout: 5 15090 9.90 MB/sec warmup 50 sec latency 120.149 ms 2023-09-30T17:28:15.477 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:15 smithi008 ceph-mon[107412]: pgmap v202: 97 pgs: 97 active+clean; 162 MiB data, 533 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-09-30T17:28:15.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:15 smithi079 ceph-mon[110084]: pgmap v202: 97 pgs: 97 active+clean; 162 MiB data, 533 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-09-30T17:28:16.163 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:28:16.163 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (4m) 53s ago 5m 24.6M - ba2b418f427c 9c4e1e9a8d2d 2023-09-30T17:28:16.163 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (5m) 53s ago 5m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:28:16.163 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (4m) 55s ago 4m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (4m) 53s ago 5m 47.6M - 8.3.5 dad864ee21e9 a4bfbf6a8571 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (73s) 53s ago 73s 15.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (71s) 55s ago 71s 15.5M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (6m) 53s ago 6m 477M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (4m) 55s ago 4m 421M - 17.2.0 e1d6a67b021e f2ef9ef4f8da 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (6m) 53s ago 6m 81.6M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (4m) 55s ago 4m 61.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (61s) 53s ago 61s 56.2M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (57s) 55s ago 56s 51.6M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (5m) 53s ago 5m 24.7M - 1dbe0e931976 55b79d0b241e 2023-09-30T17:28:16.164 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (4m) 55s ago 4m 28.0M - 1dbe0e931976 8e22e7fea1ff 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (4m) 53s ago 4m 56.0M 3223M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (3m) 53s ago 3m 57.8M 3223M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (3m) 53s ago 3m 50.0M 3223M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (3m) 53s ago 3m 49.7M 3223M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (2m) 55s ago 2m 51.3M 3990M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (2m) 55s ago 2m 50.7M 3990M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (2m) 55s ago 2m 50.9M 3990M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (2m) 55s ago 2m 50.6M 3990M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:28:16.165 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (4m) 53s ago 4m 62.8M - 514e6a882f6e 4c40a25cbc5e 2023-09-30T17:28:16.328 INFO:teuthology.orchestra.run.smithi008.stdout: 5 15306 9.74 MB/sec warmup 51 sec latency 92.329 ms 2023-09-30T17:28:16.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:16 smithi008 ceph-mon[107412]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:16.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:16 smithi079 ceph-mon[110084]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:16.709 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:28:16.709 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:28:16.709 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:28:16.709 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:28:16.710 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:28:16.711 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-09-30T17:28:16.711 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:28:16.711 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:28:17.209 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:28:17.209 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a", 2023-09-30T17:28:17.210 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:28:17.210 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:28:17.210 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "", 2023-09-30T17:28:17.210 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a image" 2023-09-30T17:28:17.210 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:28:17.328 INFO:teuthology.orchestra.run.smithi008.stdout: 5 15542 9.70 MB/sec warmup 52 sec latency 124.038 ms 2023-09-30T17:28:17.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:17 smithi008 ceph-mon[107412]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:17.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:17 smithi008 ceph-mon[107412]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:17.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:17 smithi008 ceph-mon[107412]: pgmap v203: 97 pgs: 97 active+clean; 167 MiB data, 528 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-09-30T17:28:17.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:17 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2269952782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:28:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:17 smithi079 ceph-mon[110084]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:17 smithi079 ceph-mon[110084]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:17 smithi079 ceph-mon[110084]: pgmap v203: 97 pgs: 97 active+clean; 167 MiB data, 528 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-09-30T17:28:17.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:17 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2269952782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:28:17.770 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:28:18.328 INFO:teuthology.orchestra.run.smithi008.stdout: 5 15868 9.62 MB/sec warmup 53 sec latency 140.262 ms 2023-09-30T17:28:18.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:18 smithi008 ceph-mon[107412]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:18.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:18 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/149092831' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:28:18.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:18 smithi079 ceph-mon[110084]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:18.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:18 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/149092831' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:28:19.329 INFO:teuthology.orchestra.run.smithi008.stdout: 5 16217 9.58 MB/sec warmup 54 sec latency 133.848 ms 2023-09-30T17:28:19.549 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:19 smithi008 ceph-mon[107412]: pgmap v204: 97 pgs: 97 active+clean; 168 MiB data, 565 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-09-30T17:28:19.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:19 smithi079 ceph-mon[110084]: pgmap v204: 97 pgs: 97 active+clean; 168 MiB data, 565 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-09-30T17:28:20.331 INFO:teuthology.orchestra.run.smithi008.stdout: 5 16569 9.58 MB/sec warmup 55 sec latency 138.914 ms 2023-09-30T17:28:21.331 INFO:teuthology.orchestra.run.smithi008.stdout: 5 16941 9.68 MB/sec warmup 56 sec latency 121.065 ms 2023-09-30T17:28:21.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:21 smithi008 ceph-mon[107412]: pgmap v205: 97 pgs: 97 active+clean; 166 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.2 MiB/s wr, 380 op/s 2023-09-30T17:28:21.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:21 smithi079 ceph-mon[110084]: pgmap v205: 97 pgs: 97 active+clean; 166 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.2 MiB/s wr, 380 op/s 2023-09-30T17:28:22.331 INFO:teuthology.orchestra.run.smithi008.stdout: 5 17288 9.73 MB/sec warmup 57 sec latency 210.179 ms 2023-09-30T17:28:22.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:28:22.548 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:28:22.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:28:22.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:28:23.331 INFO:teuthology.orchestra.run.smithi008.stdout: 5 17555 9.69 MB/sec warmup 58 sec latency 120.803 ms 2023-09-30T17:28:23.518 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:23 smithi008 ceph-mon[107412]: pgmap v206: 97 pgs: 97 active+clean; 167 MiB data, 600 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 386 op/s 2023-09-30T17:28:23.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:23 smithi079 ceph-mon[110084]: pgmap v206: 97 pgs: 97 active+clean; 167 MiB data, 600 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 386 op/s 2023-09-30T17:28:24.331 INFO:teuthology.orchestra.run.smithi008.stdout: 5 17837 9.64 MB/sec warmup 59 sec latency 143.011 ms 2023-09-30T17:28:24.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:24 smithi008 ceph-mon[107412]: pgmap v207: 97 pgs: 97 active+clean; 169 MiB data, 611 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 348 op/s 2023-09-30T17:28:24.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:24 smithi079 ceph-mon[110084]: pgmap v207: 97 pgs: 97 active+clean; 169 MiB data, 611 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 348 op/s 2023-09-30T17:28:25.331 INFO:teuthology.orchestra.run.smithi008.stdout: 5 18145 9.63 MB/sec warmup 60 sec latency 134.934 ms 2023-09-30T17:28:26.333 INFO:teuthology.orchestra.run.smithi008.stdout: 5 18495 9.59 MB/sec warmup 61 sec latency 126.727 ms 2023-09-30T17:28:27.311 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:27 smithi008 ceph-mon[107412]: pgmap v208: 97 pgs: 97 active+clean; 177 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-09-30T17:28:27.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 18943 9.61 MB/sec warmup 62 sec latency 127.108 ms 2023-09-30T17:28:27.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:27 smithi079 ceph-mon[110084]: pgmap v208: 97 pgs: 97 active+clean; 177 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-09-30T17:28:28.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 19425 9.61 MB/sec warmup 63 sec latency 103.000 ms 2023-09-30T17:28:29.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:29 smithi008 ceph-mon[107412]: pgmap v209: 97 pgs: 97 active+clean; 177 MiB data, 646 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-09-30T17:28:29.370 INFO:teuthology.orchestra.run.smithi008.stdout: 5 19819 9.59 MB/sec warmup 64 sec latency 134.829 ms 2023-09-30T17:28:29.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:29 smithi079 ceph-mon[110084]: pgmap v209: 97 pgs: 97 active+clean; 177 MiB data, 646 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-09-30T17:28:30.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 20191 9.60 MB/sec warmup 65 sec latency 126.843 ms 2023-09-30T17:28:31.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 20592 9.67 MB/sec warmup 66 sec latency 118.003 ms 2023-09-30T17:28:31.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:31 smithi008 ceph-mon[107412]: pgmap v210: 97 pgs: 97 active+clean; 183 MiB data, 680 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.7 MiB/s wr, 478 op/s 2023-09-30T17:28:31.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:31 smithi079 ceph-mon[110084]: pgmap v210: 97 pgs: 97 active+clean; 183 MiB data, 680 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.7 MiB/s wr, 478 op/s 2023-09-30T17:28:32.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 20965 9.73 MB/sec warmup 67 sec latency 189.383 ms 2023-09-30T17:28:33.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 21263 9.71 MB/sec warmup 68 sec latency 126.320 ms 2023-09-30T17:28:33.415 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:33 smithi008 ceph-mon[107412]: pgmap v211: 97 pgs: 97 active+clean; 180 MiB data, 694 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.1 MiB/s wr, 488 op/s 2023-09-30T17:28:33.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:33 smithi079 ceph-mon[110084]: pgmap v211: 97 pgs: 97 active+clean; 180 MiB data, 694 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.1 MiB/s wr, 488 op/s 2023-09-30T17:28:34.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 21579 9.72 MB/sec warmup 69 sec latency 129.351 ms 2023-09-30T17:28:35.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 21909 9.70 MB/sec warmup 70 sec latency 137.894 ms 2023-09-30T17:28:35.454 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:35 smithi008 ceph-mon[107412]: pgmap v212: 97 pgs: 97 active+clean; 185 MiB data, 703 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 565 op/s 2023-09-30T17:28:35.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:35 smithi079 ceph-mon[110084]: pgmap v212: 97 pgs: 97 active+clean; 185 MiB data, 703 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 565 op/s 2023-09-30T17:28:36.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 22175 9.66 MB/sec warmup 71 sec latency 125.332 ms 2023-09-30T17:28:37.345 INFO:teuthology.orchestra.run.smithi008.stdout: 5 22422 9.59 MB/sec warmup 72 sec latency 146.626 ms 2023-09-30T17:28:37.511 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:37 smithi008 ceph-mon[107412]: pgmap v213: 97 pgs: 97 active+clean; 190 MiB data, 717 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-09-30T17:28:37.773 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:37 smithi079 ceph-mon[110084]: pgmap v213: 97 pgs: 97 active+clean; 190 MiB data, 717 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-09-30T17:28:38.351 INFO:teuthology.orchestra.run.smithi008.stdout: 5 22679 9.52 MB/sec warmup 73 sec latency 123.271 ms 2023-09-30T17:28:39.351 INFO:teuthology.orchestra.run.smithi008.stdout: 5 22985 9.44 MB/sec warmup 74 sec latency 114.923 ms 2023-09-30T17:28:39.539 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:39 smithi008 ceph-mon[107412]: pgmap v214: 97 pgs: 97 active+clean; 197 MiB data, 741 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-09-30T17:28:39.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:39 smithi079 ceph-mon[110084]: pgmap v214: 97 pgs: 97 active+clean; 197 MiB data, 741 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-09-30T17:28:40.351 INFO:teuthology.orchestra.run.smithi008.stdout: 5 23358 9.45 MB/sec warmup 75 sec latency 135.982 ms 2023-09-30T17:28:41.351 INFO:teuthology.orchestra.run.smithi008.stdout: 5 23685 9.44 MB/sec warmup 76 sec latency 124.165 ms 2023-09-30T17:28:41.581 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:41 smithi008 ceph-mon[107412]: pgmap v215: 97 pgs: 97 active+clean; 193 MiB data, 775 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-09-30T17:28:41.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:41 smithi079 ceph-mon[110084]: pgmap v215: 97 pgs: 97 active+clean; 193 MiB data, 775 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-09-30T17:28:42.351 INFO:teuthology.orchestra.run.smithi008.stdout: 5 24129 9.51 MB/sec warmup 77 sec latency 126.750 ms 2023-09-30T17:28:43.351 INFO:teuthology.orchestra.run.smithi008.stdout: 5 24420 9.52 MB/sec warmup 78 sec latency 132.609 ms 2023-09-30T17:28:43.612 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:43 smithi008 ceph-mon[107412]: pgmap v216: 97 pgs: 97 active+clean; 191 MiB data, 774 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.8 MiB/s wr, 461 op/s 2023-09-30T17:28:43.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:43 smithi079 ceph-mon[110084]: pgmap v216: 97 pgs: 97 active+clean; 191 MiB data, 774 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.8 MiB/s wr, 461 op/s 2023-09-30T17:28:44.353 INFO:teuthology.orchestra.run.smithi008.stdout: 5 24683 9.52 MB/sec warmup 79 sec latency 139.278 ms 2023-09-30T17:28:45.356 INFO:teuthology.orchestra.run.smithi008.stdout: 5 24985 9.52 MB/sec warmup 80 sec latency 134.748 ms 2023-09-30T17:28:45.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:45 smithi008 ceph-mon[107412]: pgmap v217: 97 pgs: 97 active+clean; 192 MiB data, 780 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.5 MiB/s wr, 465 op/s 2023-09-30T17:28:45.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:45 smithi079 ceph-mon[110084]: pgmap v217: 97 pgs: 97 active+clean; 192 MiB data, 780 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.5 MiB/s wr, 465 op/s 2023-09-30T17:28:46.356 INFO:teuthology.orchestra.run.smithi008.stdout: 5 25273 9.48 MB/sec warmup 81 sec latency 124.068 ms 2023-09-30T17:28:47.364 INFO:teuthology.orchestra.run.smithi008.stdout: 5 25597 9.47 MB/sec warmup 82 sec latency 124.626 ms 2023-09-30T17:28:47.430 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:47 smithi008 ceph-mon[107412]: pgmap v218: 97 pgs: 97 active+clean; 199 MiB data, 809 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 423 op/s 2023-09-30T17:28:47.773 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:47 smithi079 ceph-mon[110084]: pgmap v218: 97 pgs: 97 active+clean; 199 MiB data, 809 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 423 op/s 2023-09-30T17:28:48.365 INFO:teuthology.orchestra.run.smithi008.stdout: 5 25807 9.43 MB/sec warmup 83 sec latency 137.423 ms 2023-09-30T17:28:48.372 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:28:49.365 INFO:teuthology.orchestra.run.smithi008.stdout: 5 26001 9.36 MB/sec warmup 84 sec latency 170.799 ms 2023-09-30T17:28:49.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:49 smithi008 ceph-mon[107412]: pgmap v219: 97 pgs: 97 active+clean; 203 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-09-30T17:28:49.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:49 smithi008 ceph-mon[107412]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:49.495 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:28:49.495 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (4m) 87s ago 5m 24.6M - ba2b418f427c 9c4e1e9a8d2d 2023-09-30T17:28:49.495 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (5m) 87s ago 5m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:28:49.495 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (5m) 88s ago 5m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:28:49.495 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (4m) 87s ago 5m 47.6M - 8.3.5 dad864ee21e9 a4bfbf6a8571 2023-09-30T17:28:49.495 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (106s) 87s ago 106s 15.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:28:49.495 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (105s) 88s ago 104s 15.5M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (6m) 87s ago 6m 477M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (5m) 88s ago 5m 421M - 17.2.0 e1d6a67b021e f2ef9ef4f8da 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (6m) 87s ago 6m 81.6M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (5m) 88s ago 5m 61.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (95s) 87s ago 94s 56.2M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (90s) 88s ago 90s 51.6M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (5m) 87s ago 5m 24.7M - 1dbe0e931976 55b79d0b241e 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (5m) 88s ago 5m 28.0M - 1dbe0e931976 8e22e7fea1ff 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (4m) 87s ago 4m 56.0M 3223M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (4m) 87s ago 4m 57.8M 3223M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (4m) 87s ago 4m 50.0M 3223M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (3m) 87s ago 3m 49.7M 3223M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:28:49.496 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (3m) 88s ago 3m 51.3M 3990M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:28:49.497 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (3m) 88s ago 3m 50.7M 3990M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:28:49.497 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (2m) 88s ago 2m 50.9M 3990M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:28:49.497 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (2m) 88s ago 2m 50.6M 3990M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:28:49.497 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (5m) 87s ago 5m 62.8M - 514e6a882f6e 4c40a25cbc5e 2023-09-30T17:28:49.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:49 smithi079 ceph-mon[110084]: pgmap v219: 97 pgs: 97 active+clean; 203 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-09-30T17:28:49.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:49 smithi079 ceph-mon[110084]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:50.119 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:28:50.143 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:28:50.143 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:28:50.143 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:28:50.143 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:28:50.143 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:28:50.143 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:28:50.144 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:28:50.365 INFO:teuthology.orchestra.run.smithi008.stdout: 5 26298 9.30 MB/sec warmup 85 sec latency 94.791 ms 2023-09-30T17:28:50.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:50 smithi008 ceph-mon[107412]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:50.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:50 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2650117368' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:28:50.636 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:28:50.636 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a", 2023-09-30T17:28:50.637 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:28:50.637 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:28:50.637 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "", 2023-09-30T17:28:50.637 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a image" 2023-09-30T17:28:50.637 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:28:50.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:50 smithi079 ceph-mon[110084]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:50.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:50 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2650117368' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:28:51.238 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:28:51.365 INFO:teuthology.orchestra.run.smithi008.stdout: 5 26581 9.26 MB/sec warmup 86 sec latency 154.010 ms 2023-09-30T17:28:51.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:51 smithi008 ceph-mon[107412]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:51.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:51 smithi008 ceph-mon[107412]: pgmap v220: 97 pgs: 97 active+clean; 208 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-09-30T17:28:51.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:51 smithi008 ceph-mon[107412]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:51.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:51 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2347875127' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:28:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:51 smithi079 ceph-mon[110084]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:51 smithi079 ceph-mon[110084]: pgmap v220: 97 pgs: 97 active+clean; 208 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-09-30T17:28:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:51 smithi079 ceph-mon[110084]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:28:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:51 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2347875127' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:28:52.369 INFO:teuthology.orchestra.run.smithi008.stdout: 5 26926 9.26 MB/sec warmup 87 sec latency 142.607 ms 2023-09-30T17:28:52.549 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:52 smithi008 ceph-mon[107412]: pgmap v221: 97 pgs: 97 active+clean; 205 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-09-30T17:28:52.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:52 smithi079 ceph-mon[110084]: pgmap v221: 97 pgs: 97 active+clean; 205 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-09-30T17:28:53.380 INFO:teuthology.orchestra.run.smithi008.stdout: 5 27308 9.28 MB/sec warmup 88 sec latency 126.980 ms 2023-09-30T17:28:54.380 INFO:teuthology.orchestra.run.smithi008.stdout: 5 27702 9.30 MB/sec warmup 89 sec latency 127.059 ms 2023-09-30T17:28:55.370 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:55 smithi008 ceph-mon[107412]: pgmap v222: 97 pgs: 97 active+clean; 205 MiB data, 881 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-09-30T17:28:55.379 INFO:teuthology.orchestra.run.smithi008.stdout: 5 27938 9.30 MB/sec warmup 90 sec latency 127.021 ms 2023-09-30T17:28:55.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:55 smithi079 ceph-mon[110084]: pgmap v222: 97 pgs: 97 active+clean; 205 MiB data, 881 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-09-30T17:28:56.380 INFO:teuthology.orchestra.run.smithi008.stdout: 5 28241 9.33 MB/sec warmup 91 sec latency 131.703 ms 2023-09-30T17:28:57.380 INFO:teuthology.orchestra.run.smithi008.stdout: 5 28573 9.33 MB/sec warmup 92 sec latency 156.343 ms 2023-09-30T17:28:57.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:57 smithi008 ceph-mon[107412]: pgmap v223: 97 pgs: 97 active+clean; 207 MiB data, 906 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.9 MiB/s wr, 430 op/s 2023-09-30T17:28:57.410 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:57 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:28:57.410 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:57 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:28:57.410 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:57 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:28:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:57 smithi079 ceph-mon[110084]: pgmap v223: 97 pgs: 97 active+clean; 207 MiB data, 906 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.9 MiB/s wr, 430 op/s 2023-09-30T17:28:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:57 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:28:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:57 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:28:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:57 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:28:58.391 INFO:teuthology.orchestra.run.smithi008.stdout: 5 28880 9.34 MB/sec warmup 93 sec latency 143.661 ms 2023-09-30T17:28:58.421 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:58 smithi008 ceph-mon[107412]: Upgrade: Target is version 18.0.0-6468-gf78c4ba7 (unknown) 2023-09-30T17:28:58.421 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:58 smithi008 ceph-mon[107412]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4'] 2023-09-30T17:28:58.421 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:58 smithi008 ceph-mon[107412]: Upgrade: Need to upgrade myself (mgr.smithi008.wfpuhc) 2023-09-30T17:28:58.422 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:58 smithi008 ceph-mon[107412]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4 on smithi079 2023-09-30T17:28:58.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:58 smithi079 ceph-mon[110084]: Upgrade: Target is version 18.0.0-6468-gf78c4ba7 (unknown) 2023-09-30T17:28:58.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:58 smithi079 ceph-mon[110084]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4'] 2023-09-30T17:28:58.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:58 smithi079 ceph-mon[110084]: Upgrade: Need to upgrade myself (mgr.smithi008.wfpuhc) 2023-09-30T17:28:58.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:58 smithi079 ceph-mon[110084]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4 on smithi079 2023-09-30T17:28:59.391 INFO:teuthology.orchestra.run.smithi008.stdout: 5 29191 9.30 MB/sec warmup 94 sec latency 89.157 ms 2023-09-30T17:28:59.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:28:59 smithi008 ceph-mon[107412]: pgmap v224: 97 pgs: 97 active+clean; 211 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-09-30T17:28:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:28:59 smithi079 ceph-mon[110084]: pgmap v224: 97 pgs: 97 active+clean; 211 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-09-30T17:29:00.391 INFO:teuthology.orchestra.run.smithi008.stdout: 5 29509 9.25 MB/sec warmup 95 sec latency 129.441 ms 2023-09-30T17:29:01.393 INFO:teuthology.orchestra.run.smithi008.stdout: 5 29854 9.24 MB/sec warmup 96 sec latency 123.942 ms 2023-09-30T17:29:01.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:01 smithi008 ceph-mon[107412]: pgmap v225: 97 pgs: 97 active+clean; 216 MiB data, 925 MiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-09-30T17:29:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:01 smithi079 ceph-mon[110084]: pgmap v225: 97 pgs: 97 active+clean; 216 MiB data, 925 MiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-09-30T17:29:02.393 INFO:teuthology.orchestra.run.smithi008.stdout: 5 30252 9.25 MB/sec warmup 97 sec latency 137.106 ms 2023-09-30T17:29:03.393 INFO:teuthology.orchestra.run.smithi008.stdout: 5 30536 9.21 MB/sec warmup 98 sec latency 118.587 ms 2023-09-30T17:29:03.468 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:03 smithi008 ceph-mon[107412]: pgmap v226: 97 pgs: 97 active+clean; 220 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-09-30T17:29:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:03 smithi079 ceph-mon[110084]: pgmap v226: 97 pgs: 97 active+clean; 220 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-09-30T17:29:04.393 INFO:teuthology.orchestra.run.smithi008.stdout: 5 30887 9.22 MB/sec warmup 99 sec latency 123.744 ms 2023-09-30T17:29:05.396 INFO:teuthology.orchestra.run.smithi008.stdout: 5 31255 9.25 MB/sec warmup 100 sec latency 117.476 ms 2023-09-30T17:29:05.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:05 smithi008 ceph-mon[107412]: pgmap v227: 97 pgs: 97 active+clean; 221 MiB data, 949 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-09-30T17:29:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:05 smithi079 ceph-mon[110084]: pgmap v227: 97 pgs: 97 active+clean; 221 MiB data, 949 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-09-30T17:29:06.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 31594 9.25 MB/sec warmup 101 sec latency 138.635 ms 2023-09-30T17:29:07.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 31940 9.30 MB/sec warmup 102 sec latency 127.442 ms 2023-09-30T17:29:07.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:07 smithi008 ceph-mon[107412]: pgmap v228: 97 pgs: 97 active+clean; 220 MiB data, 995 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-09-30T17:29:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:07 smithi079 ceph-mon[110084]: pgmap v228: 97 pgs: 97 active+clean; 220 MiB data, 995 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-09-30T17:29:08.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 32280 9.32 MB/sec warmup 103 sec latency 129.412 ms 2023-09-30T17:29:09.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 32627 9.31 MB/sec warmup 104 sec latency 131.989 ms 2023-09-30T17:29:09.578 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:09 smithi008 ceph-mon[107412]: pgmap v229: 97 pgs: 97 active+clean; 223 MiB data, 1002 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-09-30T17:29:09.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:09 smithi079 ceph-mon[110084]: pgmap v229: 97 pgs: 97 active+clean; 223 MiB data, 1002 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-09-30T17:29:10.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 32990 9.25 MB/sec warmup 105 sec latency 130.076 ms 2023-09-30T17:29:11.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 33257 9.24 MB/sec warmup 106 sec latency 129.784 ms 2023-09-30T17:29:11.606 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:11 smithi008 ceph-mon[107412]: pgmap v230: 97 pgs: 97 active+clean; 230 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-09-30T17:29:11.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:11 smithi079 ceph-mon[110084]: pgmap v230: 97 pgs: 97 active+clean; 230 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-09-30T17:29:12.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 33574 9.24 MB/sec warmup 107 sec latency 141.167 ms 2023-09-30T17:29:13.381 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:13 smithi008 ceph-mon[107412]: pgmap v231: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 466 op/s 2023-09-30T17:29:13.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 33917 9.21 MB/sec warmup 108 sec latency 142.029 ms 2023-09-30T17:29:13.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:13 smithi079 ceph-mon[110084]: pgmap v231: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 466 op/s 2023-09-30T17:29:14.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 34236 9.20 MB/sec warmup 109 sec latency 126.655 ms 2023-09-30T17:29:15.406 INFO:teuthology.orchestra.run.smithi008.stdout: 5 34564 9.20 MB/sec warmup 110 sec latency 140.573 ms 2023-09-30T17:29:15.424 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:15 smithi008 ceph-mon[107412]: pgmap v232: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 418 op/s 2023-09-30T17:29:15.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:15 smithi079 ceph-mon[110084]: pgmap v232: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 418 op/s 2023-09-30T17:29:16.414 INFO:teuthology.orchestra.run.smithi008.stdout: 5 35087 9.26 MB/sec warmup 111 sec latency 111.811 ms 2023-09-30T17:29:17.414 INFO:teuthology.orchestra.run.smithi008.stdout: 5 35479 9.30 MB/sec warmup 112 sec latency 135.511 ms 2023-09-30T17:29:17.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:17 smithi008 ceph-mon[107412]: pgmap v233: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-09-30T17:29:17.778 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:17 smithi079 ceph-mon[110084]: pgmap v233: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-09-30T17:29:18.421 INFO:teuthology.orchestra.run.smithi008.stdout: 5 35840 9.35 MB/sec warmup 113 sec latency 130.189 ms 2023-09-30T17:29:19.421 INFO:teuthology.orchestra.run.smithi008.stdout: 5 36164 9.33 MB/sec warmup 114 sec latency 143.726 ms 2023-09-30T17:29:19.424 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:19 smithi008 ceph-mon[107412]: pgmap v234: 97 pgs: 97 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 440 op/s 2023-09-30T17:29:19.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:19 smithi079 ceph-mon[110084]: pgmap v234: 97 pgs: 97 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 440 op/s 2023-09-30T17:29:20.421 INFO:teuthology.orchestra.run.smithi008.stdout: 5 36503 9.28 MB/sec warmup 115 sec latency 129.885 ms 2023-09-30T17:29:21.422 INFO:teuthology.orchestra.run.smithi008.stdout: 5 36786 9.27 MB/sec warmup 116 sec latency 134.387 ms 2023-09-30T17:29:21.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:21 smithi008 ceph-mon[107412]: pgmap v235: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 512 op/s 2023-09-30T17:29:21.763 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:29:21.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:21 smithi079 ceph-mon[110084]: pgmap v235: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 512 op/s 2023-09-30T17:29:22.422 INFO:teuthology.orchestra.run.smithi008.stdout: 5 37052 9.25 MB/sec warmup 117 sec latency 117.268 ms 2023-09-30T17:29:22.476 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:29:22.477 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:22 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:29:22.788 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:29:22.788 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (5m) 2m ago 6m 24.6M - ba2b418f427c 9c4e1e9a8d2d 2023-09-30T17:29:22.788 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (6m) 2m ago 6m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (5m) 2m ago 5m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (5m) 2m ago 6m 47.6M - 8.3.5 dad864ee21e9 a4bfbf6a8571 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (2m) 2m ago 2m 15.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (2m) 2m ago 2m 15.5M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (7m) 2m ago 7m 477M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (5m) 2m ago 5m 421M - 17.2.0 e1d6a67b021e f2ef9ef4f8da 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (7m) 2m ago 7m 81.6M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (5m) 2m ago 5m 61.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (2m) 2m ago 2m 56.2M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (2m) 2m ago 2m 51.6M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (6m) 2m ago 6m 24.7M - 1dbe0e931976 55b79d0b241e 2023-09-30T17:29:22.789 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (5m) 2m ago 5m 28.0M - 1dbe0e931976 8e22e7fea1ff 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (5m) 2m ago 5m 56.0M 3223M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (4m) 2m ago 4m 57.8M 3223M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (4m) 2m ago 4m 50.0M 3223M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (4m) 2m ago 4m 49.7M 3223M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (4m) 2m ago 4m 51.3M 3990M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (3m) 2m ago 3m 50.7M 3990M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (3m) 2m ago 3m 50.9M 3990M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (3m) 2m ago 3m 50.6M 3990M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:29:22.790 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (5m) 2m ago 5m 62.8M - 514e6a882f6e 4c40a25cbc5e 2023-09-30T17:29:22.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:29:22.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:22 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.wfpuhc/trash_purge_schedule"}]: dispatch 2023-09-30T17:29:23.364 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:29:23.365 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:29:23.366 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:29:23.366 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:29:23.366 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-09-30T17:29:23.366 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:29:23.366 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:29:23.422 INFO:teuthology.orchestra.run.smithi008.stdout: 5 37363 9.24 MB/sec warmup 118 sec latency 119.237 ms 2023-09-30T17:29:23.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:23 smithi008 ceph-mon[107412]: from='client.24519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:23.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:23 smithi008 ceph-mon[107412]: pgmap v236: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.9 MiB/s wr, 458 op/s 2023-09-30T17:29:23.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:23 smithi008 ceph-mon[107412]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:23.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:23 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3089977957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:29:23.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:23 smithi079 ceph-mon[110084]: from='client.24519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:23.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:23 smithi079 ceph-mon[110084]: pgmap v236: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.9 MiB/s wr, 458 op/s 2023-09-30T17:29:23.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:23 smithi079 ceph-mon[110084]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:23.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:23 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/3089977957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:29:23.875 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:29:23.876 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:29:23.876 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:29:23.876 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:29:23.876 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "0/23 daemons upgraded", 2023-09-30T17:29:23.876 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4 image on host smithi079" 2023-09-30T17:29:23.876 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:29:24.422 INFO:teuthology.orchestra.run.smithi008.stdout: 5 37709 9.21 MB/sec warmup 119 sec latency 139.502 ms 2023-09-30T17:29:24.476 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:29:24.499 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:24 smithi008 ceph-mon[107412]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:24.500 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:24 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:24.500 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:24 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.evvdfh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:29:24.500 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:24 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:29:24.500 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:24 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:29:24.752 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:24 smithi079 ceph-mon[110084]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:24.753 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:24 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:24.753 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:24 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.evvdfh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:29:24.753 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:24 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:29:24.753 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:24 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:29:25.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:25 smithi008 ceph-mon[107412]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:25.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:25 smithi008 ceph-mon[107412]: pgmap v237: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.3 MiB/s wr, 561 op/s 2023-09-30T17:29:25.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:25 smithi008 ceph-mon[107412]: Upgrade: Updating mgr.smithi079.evvdfh 2023-09-30T17:29:25.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:25 smithi008 ceph-mon[107412]: Deploying daemon mgr.smithi079.evvdfh on smithi079 2023-09-30T17:29:25.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:25 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3908201992' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:29:25.672 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:25 smithi079 ceph-mon[110084]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:25.672 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:25 smithi079 ceph-mon[110084]: pgmap v237: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.3 MiB/s wr, 561 op/s 2023-09-30T17:29:25.672 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:25 smithi079 ceph-mon[110084]: Upgrade: Updating mgr.smithi079.evvdfh 2023-09-30T17:29:25.672 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:25 smithi079 ceph-mon[110084]: Deploying daemon mgr.smithi079.evvdfh on smithi079 2023-09-30T17:29:25.673 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:25 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/3908201992' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:29:26.425 INFO:teuthology.orchestra.run.smithi008.stdout: 5 38407 13.76 MB/sec execute 1 sec latency 127.302 ms 2023-09-30T17:29:27.425 INFO:teuthology.orchestra.run.smithi008.stdout: 5 38788 11.54 MB/sec execute 2 sec latency 123.729 ms 2023-09-30T17:29:27.536 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:27 smithi008 ceph-mon[107412]: pgmap v238: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 535 op/s 2023-09-30T17:29:27.536 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:27.536 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:27.536 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:29:27.536 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:27 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:29:27.692 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:27 smithi079 ceph-mon[110084]: pgmap v238: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 535 op/s 2023-09-30T17:29:27.692 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:27.692 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:27.692 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:29:27.692 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:27 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:29:28.425 INFO:teuthology.orchestra.run.smithi008.stdout: 5 39106 11.90 MB/sec execute 3 sec latency 142.472 ms 2023-09-30T17:29:29.425 INFO:teuthology.orchestra.run.smithi008.stdout: 5 39314 11.04 MB/sec execute 4 sec latency 201.273 ms 2023-09-30T17:29:29.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:29 smithi008 ceph-mon[107412]: pgmap v239: 97 pgs: 97 active+clean; 244 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 401 op/s 2023-09-30T17:29:29.580 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:29 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:29.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:29 smithi079 ceph-mon[110084]: pgmap v239: 97 pgs: 97 active+clean; 244 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 401 op/s 2023-09-30T17:29:29.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:29 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:30.426 INFO:teuthology.orchestra.run.smithi008.stdout: 5 39594 10.11 MB/sec execute 5 sec latency 131.230 ms 2023-09-30T17:29:30.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:30 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:30.963 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:30 smithi008 ceph-mon[107412]: pgmap v240: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 558 op/s 2023-09-30T17:29:30.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:30 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:30.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:30 smithi079 ceph-mon[110084]: pgmap v240: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 558 op/s 2023-09-30T17:29:31.426 INFO:teuthology.orchestra.run.smithi008.stdout: 5 39954 9.37 MB/sec execute 6 sec latency 141.894 ms 2023-09-30T17:29:32.426 INFO:teuthology.orchestra.run.smithi008.stdout: 5 40160 8.60 MB/sec execute 7 sec latency 136.149 ms 2023-09-30T17:29:33.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:33.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:33.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:33.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:33.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: Upgrade: Need to upgrade myself (mgr.smithi008.wfpuhc) 2023-09-30T17:29:33.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: Failing over to other MGR 2023-09-30T17:29:33.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr fail", "who": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:29:33.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: osdmap e69: 8 total, 8 up, 8 in 2023-09-30T17:29:33.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: pgmap v242: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-09-30T17:29:33.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:33 smithi008 ceph-mon[107412]: Standby manager daemon smithi008.wfpuhc started 2023-09-30T17:29:33.426 INFO:teuthology.orchestra.run.smithi008.stdout: 5 40336 8.02 MB/sec execute 8 sec latency 172.864 ms 2023-09-30T17:29:33.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:33.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:33.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' 2023-09-30T17:29:33.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:33.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: Upgrade: Need to upgrade myself (mgr.smithi008.wfpuhc) 2023-09-30T17:29:33.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: Failing over to other MGR 2023-09-30T17:29:33.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "mgr fail", "who": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:29:33.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: osdmap e69: 8 total, 8 up, 8 in 2023-09-30T17:29:33.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: pgmap v242: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-09-30T17:29:33.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:33 smithi079 ceph-mon[110084]: Standby manager daemon smithi008.wfpuhc started 2023-09-30T17:29:34.263 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "mgr fail", "who": "smithi008.wfpuhc"}]': finished 2023-09-30T17:29:34.263 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: mgrmap e22: smithi079.evvdfh(active, starting, since 0.99521s), standbys: smithi008.wfpuhc 2023-09-30T17:29:34.263 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: Active manager daemon smithi079.evvdfh restarted 2023-09-30T17:29:34.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: Activating manager daemon smithi079.evvdfh 2023-09-30T17:29:34.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.evvdfh/crt"}]: dispatch 2023-09-30T17:29:34.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: osdmap e70: 8 total, 8 up, 8 in 2023-09-30T17:29:34.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T17:29:34.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.evvdfh/key"}]: dispatch 2023-09-30T17:29:34.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:34 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T17:29:34.426 INFO:teuthology.orchestra.run.smithi008.stdout: 5 40575 8.32 MB/sec execute 9 sec latency 114.515 ms 2023-09-30T17:29:34.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: from='mgr.14204 172.21.15.8:0/2419445880' entity='mgr.smithi008.wfpuhc' cmd='[{"prefix": "mgr fail", "who": "smithi008.wfpuhc"}]': finished 2023-09-30T17:29:34.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: mgrmap e22: smithi079.evvdfh(active, starting, since 0.99521s), standbys: smithi008.wfpuhc 2023-09-30T17:29:34.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: Active manager daemon smithi079.evvdfh restarted 2023-09-30T17:29:34.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: Activating manager daemon smithi079.evvdfh 2023-09-30T17:29:34.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.evvdfh/crt"}]: dispatch 2023-09-30T17:29:34.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: osdmap e70: 8 total, 8 up, 8 in 2023-09-30T17:29:34.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T17:29:34.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.evvdfh/key"}]: dispatch 2023-09-30T17:29:34.437 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:34 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T17:29:35.426 INFO:teuthology.orchestra.run.smithi008.stdout: 5 40862 8.03 MB/sec execute 10 sec latency 114.990 ms 2023-09-30T17:29:35.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: mgrmap e23: smithi079.evvdfh(active, starting, since 0.0517453s), standbys: smithi008.wfpuhc 2023-09-30T17:29:35.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:29:35.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:29:35.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi008.iomkur"}]: dispatch 2023-09-30T17:29:35.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.tgkdjq"}]: dispatch 2023-09-30T17:29:35.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mgr metadata", "who": "smithi079.evvdfh", "id": "smithi079.evvdfh"}]: dispatch 2023-09-30T17:29:35.458 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mgr metadata", "who": "smithi008.wfpuhc", "id": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T17:29:35.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: Manager daemon smithi079.evvdfh is now available 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.evvdfh/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.evvdfh/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.evvdfh/trash_purge_schedule"}]: dispatch 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.evvdfh/trash_purge_schedule"}]: dispatch 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:35.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:35 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: mgrmap e23: smithi079.evvdfh(active, starting, since 0.0517453s), standbys: smithi008.wfpuhc 2023-09-30T17:29:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-09-30T17:29:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-09-30T17:29:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi008.iomkur"}]: dispatch 2023-09-30T17:29:35.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.tgkdjq"}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mgr metadata", "who": "smithi079.evvdfh", "id": "smithi079.evvdfh"}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mgr metadata", "who": "smithi008.wfpuhc", "id": "smithi008.wfpuhc"}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T17:29:35.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: Manager daemon smithi079.evvdfh is now available 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.evvdfh/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.evvdfh/mirror_snapshot_schedule"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.evvdfh/trash_purge_schedule"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.evvdfh/trash_purge_schedule"}]: dispatch 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:35.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:35 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:36.426 INFO:teuthology.orchestra.run.smithi008.stdout: 5 41206 7.77 MB/sec execute 11 sec latency 99.644 ms 2023-09-30T17:29:36.475 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:36 smithi008 ceph-mon[107412]: Deploying cephadm binary to smithi079 2023-09-30T17:29:36.475 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:36 smithi008 ceph-mon[107412]: mgrmap e24: smithi079.evvdfh(active, since 1.07166s), standbys: smithi008.wfpuhc 2023-09-30T17:29:36.476 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:36 smithi008 ceph-mon[107412]: pgmap v3: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-09-30T17:29:36.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:36 smithi079 ceph-mon[110084]: Deploying cephadm binary to smithi079 2023-09-30T17:29:36.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:36 smithi079 ceph-mon[110084]: mgrmap e24: smithi079.evvdfh(active, since 1.07166s), standbys: smithi008.wfpuhc 2023-09-30T17:29:36.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:36 smithi079 ceph-mon[110084]: pgmap v3: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-09-30T17:29:37.430 INFO:teuthology.orchestra.run.smithi008.stdout: 5 41441 7.60 MB/sec execute 12 sec latency 101.772 ms 2023-09-30T17:29:37.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:37 smithi008 ceph-mon[107412]: [30/Sep/2023:17:29:35] ENGINE Bus STARTING 2023-09-30T17:29:37.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:37 smithi008 ceph-mon[107412]: [30/Sep/2023:17:29:35] ENGINE Serving on http://172.21.15.79:8765 2023-09-30T17:29:37.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:37 smithi008 ceph-mon[107412]: [30/Sep/2023:17:29:35] ENGINE Serving on https://172.21.15.79:7150 2023-09-30T17:29:37.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:37 smithi008 ceph-mon[107412]: [30/Sep/2023:17:29:35] ENGINE Bus STARTED 2023-09-30T17:29:37.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:37 smithi008 ceph-mon[107412]: Deploying cephadm binary to smithi008 2023-09-30T17:29:37.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:37 smithi008 ceph-mon[107412]: pgmap v4: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-09-30T17:29:37.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:37 smithi008 ceph-mon[107412]: mgrmap e25: smithi079.evvdfh(active, since 2s), standbys: smithi008.wfpuhc 2023-09-30T17:29:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:37 smithi079 ceph-mon[110084]: [30/Sep/2023:17:29:35] ENGINE Bus STARTING 2023-09-30T17:29:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:37 smithi079 ceph-mon[110084]: [30/Sep/2023:17:29:35] ENGINE Serving on http://172.21.15.79:8765 2023-09-30T17:29:37.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:37 smithi079 ceph-mon[110084]: [30/Sep/2023:17:29:35] ENGINE Serving on https://172.21.15.79:7150 2023-09-30T17:29:37.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:37 smithi079 ceph-mon[110084]: [30/Sep/2023:17:29:35] ENGINE Bus STARTED 2023-09-30T17:29:37.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:37 smithi079 ceph-mon[110084]: Deploying cephadm binary to smithi008 2023-09-30T17:29:37.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:37 smithi079 ceph-mon[110084]: pgmap v4: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-09-30T17:29:37.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:37 smithi079 ceph-mon[110084]: mgrmap e25: smithi079.evvdfh(active, since 2s), standbys: smithi008.wfpuhc 2023-09-30T17:29:38.430 INFO:teuthology.orchestra.run.smithi008.stdout: 5 41696 7.70 MB/sec execute 13 sec latency 124.964 ms 2023-09-30T17:29:39.430 INFO:teuthology.orchestra.run.smithi008.stdout: 5 41965 7.63 MB/sec execute 14 sec latency 123.882 ms 2023-09-30T17:29:39.558 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:39 smithi008 ceph-mon[107412]: pgmap v5: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-09-30T17:29:39.558 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:39 smithi008 ceph-mon[107412]: mgrmap e26: smithi079.evvdfh(active, since 4s), standbys: smithi008.wfpuhc 2023-09-30T17:29:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:39 smithi079 ceph-mon[110084]: pgmap v5: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-09-30T17:29:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:39 smithi079 ceph-mon[110084]: mgrmap e26: smithi079.evvdfh(active, since 4s), standbys: smithi008.wfpuhc 2023-09-30T17:29:40.430 INFO:teuthology.orchestra.run.smithi008.stdout: 5 42271 7.85 MB/sec execute 15 sec latency 169.309 ms 2023-09-30T17:29:41.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:41 smithi008 ceph-mon[107412]: pgmap v6: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-09-30T17:29:41.430 INFO:teuthology.orchestra.run.smithi008.stdout: 5 42462 7.68 MB/sec execute 16 sec latency 127.113 ms 2023-09-30T17:29:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:41 smithi079 ceph-mon[110084]: pgmap v6: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-09-30T17:29:42.430 INFO:teuthology.orchestra.run.smithi008.stdout: 5 42794 8.01 MB/sec execute 17 sec latency 140.922 ms 2023-09-30T17:29:43.126 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:43.126 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:43.126 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: pgmap v7: 97 pgs: 97 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 2.7 MiB/s wr, 287 op/s 2023-09-30T17:29:43.127 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: Standby manager daemon smithi008.wfpuhc restarted 2023-09-30T17:29:43.127 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: Standby manager daemon smithi008.wfpuhc started 2023-09-30T17:29:43.127 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.8:0/322760396' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi008.wfpuhc/crt"}]: dispatch 2023-09-30T17:29:43.127 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.8:0/322760396' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T17:29:43.127 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.8:0/322760396' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi008.wfpuhc/key"}]: dispatch 2023-09-30T17:29:43.127 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:43 smithi008 ceph-mon[107412]: from='mgr.? 172.21.15.8:0/322760396' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T17:29:43.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:43.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:43.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: pgmap v7: 97 pgs: 97 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 2.7 MiB/s wr, 287 op/s 2023-09-30T17:29:43.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: Standby manager daemon smithi008.wfpuhc restarted 2023-09-30T17:29:43.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: Standby manager daemon smithi008.wfpuhc started 2023-09-30T17:29:43.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.8:0/322760396' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi008.wfpuhc/crt"}]: dispatch 2023-09-30T17:29:43.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.8:0/322760396' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T17:29:43.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.8:0/322760396' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi008.wfpuhc/key"}]: dispatch 2023-09-30T17:29:43.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:43 smithi079 ceph-mon[110084]: from='mgr.? 172.21.15.8:0/322760396' entity='mgr.smithi008.wfpuhc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T17:29:43.438 INFO:teuthology.orchestra.run.smithi008.stdout: 5 43094 7.97 MB/sec execute 18 sec latency 122.457 ms 2023-09-30T17:29:44.139 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:44.139 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: mgrmap e27: smithi079.evvdfh(active, since 8s), standbys: smithi008.wfpuhc 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.140 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi008 to 1943M 2023-09-30T17:29:44.141 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:44 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:44.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:44.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: mgrmap e27: smithi079.evvdfh(active, since 8s), standbys: smithi008.wfpuhc 2023-09-30T17:29:44.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:44.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:44.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi008 to 1943M 2023-09-30T17:29:44.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:44 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:44.438 INFO:teuthology.orchestra.run.smithi008.stdout: 5 43438 7.79 MB/sec execute 19 sec latency 129.289 ms 2023-09-30T17:29:45.159 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:45 smithi008 ceph-mon[107412]: pgmap v8: 97 pgs: 97 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 2.1 MiB/s wr, 223 op/s 2023-09-30T17:29:45.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:45 smithi079 ceph-mon[110084]: pgmap v8: 97 pgs: 97 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 2.1 MiB/s wr, 223 op/s 2023-09-30T17:29:45.438 INFO:teuthology.orchestra.run.smithi008.stdout: 5 43843 8.17 MB/sec execute 20 sec latency 129.691 ms 2023-09-30T17:29:46.447 INFO:teuthology.orchestra.run.smithi008.stdout: 5 44248 8.20 MB/sec execute 21 sec latency 129.819 ms 2023-09-30T17:29:46.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:46 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:46.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:46 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:46.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:46 smithi008 ceph-mon[107412]: pgmap v9: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.1 MiB/s wr, 388 op/s 2023-09-30T17:29:46.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:46 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:46.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:46 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:46 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:46 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:46 smithi079 ceph-mon[110084]: pgmap v9: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.1 MiB/s wr, 388 op/s 2023-09-30T17:29:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:46 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:46 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:47.447 INFO:teuthology.orchestra.run.smithi008.stdout: 5 44613 8.15 MB/sec execute 22 sec latency 126.654 ms 2023-09-30T17:29:48.447 INFO:teuthology.orchestra.run.smithi008.stdout: 5 44867 8.06 MB/sec execute 23 sec latency 142.739 ms 2023-09-30T17:29:49.447 INFO:teuthology.orchestra.run.smithi008.stdout: 5 45240 8.15 MB/sec execute 24 sec latency 126.440 ms 2023-09-30T17:29:49.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: pgmap v10: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-09-30T17:29:49.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:49.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:49.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:49.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:29:49.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:29:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: pgmap v10: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-09-30T17:29:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T17:29:49.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:49.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:29:49.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:29:50.447 INFO:teuthology.orchestra.run.smithi008.stdout: 5 45592 8.26 MB/sec execute 25 sec latency 130.891 ms 2023-09-30T17:29:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:50 smithi008 ceph-mon[107412]: Adjusting osd_memory_target on smithi079 to 2710M 2023-09-30T17:29:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:50 smithi008 ceph-mon[107412]: Updating smithi008:/etc/ceph/ceph.conf 2023-09-30T17:29:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:50 smithi008 ceph-mon[107412]: Updating smithi079:/etc/ceph/ceph.conf 2023-09-30T17:29:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:50 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:50.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:50 smithi079 ceph-mon[110084]: Adjusting osd_memory_target on smithi079 to 2710M 2023-09-30T17:29:50.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:50 smithi079 ceph-mon[110084]: Updating smithi008:/etc/ceph/ceph.conf 2023-09-30T17:29:50.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:50 smithi079 ceph-mon[110084]: Updating smithi079:/etc/ceph/ceph.conf 2023-09-30T17:29:50.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:50 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:51.449 INFO:teuthology.orchestra.run.smithi008.stdout: 5 45931 8.26 MB/sec execute 26 sec latency 102.654 ms 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: Updating smithi079:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: Updating smithi008:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: Updating smithi079:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: pgmap v11: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.522 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.522 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.522 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.522 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.522 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.522 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:51 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: Updating smithi079:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T17:29:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: Updating smithi008:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T17:29:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:29:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: Updating smithi079:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T17:29:51.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: pgmap v11: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:51.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:51 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:29:52.450 INFO:teuthology.orchestra.run.smithi008.stdout: 5 46346 8.51 MB/sec execute 27 sec latency 100.545 ms 2023-09-30T17:29:52.534 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:52 smithi008 ceph-mon[107412]: Updating smithi008:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T17:29:52.535 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:52 smithi008 ceph-mon[107412]: Reconfiguring alertmanager.smithi008 (dependencies changed)... 2023-09-30T17:29:52.535 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:52 smithi008 ceph-mon[107412]: Reconfiguring daemon alertmanager.smithi008 on smithi008 2023-09-30T17:29:52.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:52 smithi079 ceph-mon[110084]: Updating smithi008:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T17:29:52.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:52 smithi079 ceph-mon[110084]: Reconfiguring alertmanager.smithi008 (dependencies changed)... 2023-09-30T17:29:52.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:52 smithi079 ceph-mon[110084]: Reconfiguring daemon alertmanager.smithi008 on smithi008 2023-09-30T17:29:53.449 INFO:teuthology.orchestra.run.smithi008.stdout: 5 46705 8.49 MB/sec execute 28 sec latency 101.960 ms 2023-09-30T17:29:53.551 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:53 smithi008 ceph-mon[107412]: pgmap v12: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.6 MiB/s wr, 562 op/s 2023-09-30T17:29:53.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:53 smithi079 ceph-mon[110084]: pgmap v12: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.6 MiB/s wr, 562 op/s 2023-09-30T17:29:54.450 INFO:teuthology.orchestra.run.smithi008.stdout: 5 46988 8.53 MB/sec execute 29 sec latency 150.812 ms 2023-09-30T17:29:55.069 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:29:55.450 INFO:teuthology.orchestra.run.smithi008.stdout: 5 47247 8.50 MB/sec execute 30 sec latency 126.598 ms 2023-09-30T17:29:55.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:55 smithi008 ceph-mon[107412]: pgmap v13: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-09-30T17:29:55.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:55 smithi079 ceph-mon[110084]: pgmap v13: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-09-30T17:29:56.125 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:29:56.125 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (5m) 14s ago 6m 28.3M - 0.23.0 ba2b418f427c 9c4e1e9a8d2d 2023-09-30T17:29:56.126 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (6m) 14s ago 6m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:29:56.126 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (6m) 10s ago 6m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:29:56.126 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (5m) 14s ago 6m 59.0M - 8.3.5 dad864ee21e9 a4bfbf6a8571 2023-09-30T17:29:56.126 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (2m) 14s ago 2m 35.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:29:56.126 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (2m) 10s ago 2m 16.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:29:56.127 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (7m) 14s ago 7m 240M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:29:56.127 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (30s) 10s ago 6m 485M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:29:56.127 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (8m) 14s ago 8m 100M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:29:56.127 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (6m) 10s ago 6m 60.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:29:56.127 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (2m) 14s ago 2m 279M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:29:56.127 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (2m) 10s ago 2m 78.8M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:29:56.128 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (6m) 14s ago 6m 27.4M - 1.3.1 1dbe0e931976 55b79d0b241e 2023-09-30T17:29:56.128 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (6m) 10s ago 6m 25.7M - 1.3.1 1dbe0e931976 8e22e7fea1ff 2023-09-30T17:29:56.128 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (5m) 14s ago 5m 696M 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:29:56.128 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (5m) 14s ago 5m 558M 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:29:56.128 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (5m) 14s ago 5m 340M 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:29:56.128 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (4m) 14s ago 4m 596M 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:29:56.128 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (4m) 10s ago 4m 553M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:29:56.129 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (4m) 10s ago 4m 586M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:29:56.129 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (4m) 10s ago 4m 641M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:29:56.129 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (3m) 10s ago 3m 960M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:29:56.129 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (6m) 14s ago 6m 65.5M - 2.33.4 514e6a882f6e 4c40a25cbc5e 2023-09-30T17:29:56.387 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:56 smithi008 ceph-mon[107412]: from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:56.450 INFO:teuthology.orchestra.run.smithi008.stdout: 5 47496 8.46 MB/sec execute 31 sec latency 129.283 ms 2023-09-30T17:29:56.761 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:29:56.762 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:29:56.763 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:29:56.763 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:29:56.763 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:29:56.763 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:29:56.763 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:29:56.763 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:29:56.763 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:29:56.763 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:29:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:56 smithi079 ceph-mon[110084]: from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:57.285 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:29:57.285 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:29:57.286 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:29:57.286 INFO:teuthology.orchestra.run.smithi008.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T17:29:57.286 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:29:57.286 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T17:29:57.286 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "", 2023-09-30T17:29:57.286 INFO:teuthology.orchestra.run.smithi008.stdout: "is_paused": false 2023-09-30T17:29:57.286 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:29:57.397 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:57 smithi008 ceph-mon[107412]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:57.455 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:57 smithi008 ceph-mon[107412]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:57.455 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:57 smithi008 ceph-mon[107412]: pgmap v14: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.4 MiB/s wr, 596 op/s 2023-09-30T17:29:57.455 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:57 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3529135898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:29:57.455 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:57 smithi008 ceph-mon[107412]: from='client.24575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:57.456 INFO:teuthology.orchestra.run.smithi008.stdout: 5 47756 8.42 MB/sec execute 32 sec latency 123.840 ms 2023-09-30T17:29:57.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:57 smithi079 ceph-mon[110084]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:57.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:57 smithi079 ceph-mon[110084]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:57.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:57 smithi079 ceph-mon[110084]: pgmap v14: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.4 MiB/s wr, 596 op/s 2023-09-30T17:29:57.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:57 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/3529135898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:29:57.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:57 smithi079 ceph-mon[110084]: from='client.24575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:29:57.913 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:29:58.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:58 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/410862467' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:29:58.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:29:58 smithi008 ceph-mon[107412]: pgmap v15: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-09-30T17:29:58.463 INFO:teuthology.orchestra.run.smithi008.stdout: 5 48117 8.30 MB/sec execute 33 sec latency 128.179 ms 2023-09-30T17:29:58.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:58 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/410862467' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:29:58.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:29:58 smithi079 ceph-mon[110084]: pgmap v15: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-09-30T17:29:59.466 INFO:teuthology.orchestra.run.smithi008.stdout: 5 48494 8.28 MB/sec execute 34 sec latency 132.716 ms 2023-09-30T17:30:00.216 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:00 smithi008 ceph-mon[107412]: overall HEALTH_OK 2023-09-30T17:30:00.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:00 smithi079 ceph-mon[110084]: overall HEALTH_OK 2023-09-30T17:30:00.466 INFO:teuthology.orchestra.run.smithi008.stdout: 5 48809 8.24 MB/sec execute 35 sec latency 140.118 ms 2023-09-30T17:30:01.471 INFO:teuthology.orchestra.run.smithi008.stdout: 5 49170 8.32 MB/sec execute 36 sec latency 104.092 ms 2023-09-30T17:30:01.493 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:01 smithi008 ceph-mon[107412]: pgmap v16: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-09-30T17:30:01.493 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:01 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:01.494 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:01 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:01.494 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:01 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:01.494 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:01 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:01.494 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:01 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T17:30:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:01 smithi079 ceph-mon[110084]: pgmap v16: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-09-30T17:30:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:01 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:01 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:01 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:01 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:01.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:01 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T17:30:02.471 INFO:teuthology.orchestra.run.smithi008.stdout: 5 49548 8.51 MB/sec execute 37 sec latency 130.186 ms 2023-09-30T17:30:02.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:02 smithi008 ceph-mon[107412]: Reconfiguring grafana.smithi008 (dependencies changed)... 2023-09-30T17:30:02.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:02 smithi008 ceph-mon[107412]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-30T17:30:02.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:02 smithi008 ceph-mon[107412]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T17:30:02.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:02 smithi008 ceph-mon[107412]: Reconfiguring daemon grafana.smithi008 on smithi008 2023-09-30T17:30:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:02 smithi079 ceph-mon[110084]: Reconfiguring grafana.smithi008 (dependencies changed)... 2023-09-30T17:30:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:02 smithi079 ceph-mon[110084]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-30T17:30:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:02 smithi079 ceph-mon[110084]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T17:30:02.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:02 smithi079 ceph-mon[110084]: Reconfiguring daemon grafana.smithi008 on smithi008 2023-09-30T17:30:03.479 INFO:teuthology.orchestra.run.smithi008.stdout: 5 49821 8.49 MB/sec execute 38 sec latency 112.833 ms 2023-09-30T17:30:03.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:03 smithi008 ceph-mon[107412]: pgmap v17: 97 pgs: 97 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 601 op/s 2023-09-30T17:30:03.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:03 smithi079 ceph-mon[110084]: pgmap v17: 97 pgs: 97 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 601 op/s 2023-09-30T17:30:04.479 INFO:teuthology.orchestra.run.smithi008.stdout: 5 50081 8.48 MB/sec execute 39 sec latency 130.913 ms 2023-09-30T17:30:05.482 INFO:teuthology.orchestra.run.smithi008.stdout: 5 50334 8.43 MB/sec execute 40 sec latency 137.235 ms 2023-09-30T17:30:05.578 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:05 smithi008 ceph-mon[107412]: pgmap v18: 97 pgs: 97 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-09-30T17:30:05.578 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:05 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:05 smithi079 ceph-mon[110084]: pgmap v18: 97 pgs: 97 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-09-30T17:30:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:05 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:06.482 INFO:teuthology.orchestra.run.smithi008.stdout: 5 50577 8.37 MB/sec execute 41 sec latency 98.620 ms 2023-09-30T17:30:07.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:07 smithi008 ceph-mon[107412]: pgmap v19: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 567 op/s 2023-09-30T17:30:07.482 INFO:teuthology.orchestra.run.smithi008.stdout: 5 50796 8.35 MB/sec execute 42 sec latency 149.931 ms 2023-09-30T17:30:07.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:07 smithi079 ceph-mon[110084]: pgmap v19: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 567 op/s 2023-09-30T17:30:08.482 INFO:teuthology.orchestra.run.smithi008.stdout: 5 51008 8.26 MB/sec execute 43 sec latency 130.606 ms 2023-09-30T17:30:09.412 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:09 smithi008 ceph-mon[107412]: pgmap v20: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-09-30T17:30:09.482 INFO:teuthology.orchestra.run.smithi008.stdout: 5 51378 8.32 MB/sec execute 44 sec latency 132.384 ms 2023-09-30T17:30:09.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:09 smithi079 ceph-mon[110084]: pgmap v20: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-09-30T17:30:10.482 INFO:teuthology.orchestra.run.smithi008.stdout: 5 51683 8.21 MB/sec execute 45 sec latency 114.685 ms 2023-09-30T17:30:11.446 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:11 smithi008 ceph-mon[107412]: pgmap v21: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-09-30T17:30:11.482 INFO:teuthology.orchestra.run.smithi008.stdout: 5 51998 8.19 MB/sec execute 46 sec latency 122.992 ms 2023-09-30T17:30:11.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:11 smithi079 ceph-mon[110084]: pgmap v21: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-09-30T17:30:12.482 INFO:teuthology.orchestra.run.smithi008.stdout: 5 52279 8.14 MB/sec execute 47 sec latency 122.841 ms 2023-09-30T17:30:13.492 INFO:teuthology.orchestra.run.smithi008.stdout: 5 52594 8.18 MB/sec execute 48 sec latency 127.430 ms 2023-09-30T17:30:13.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:13 smithi008 ceph-mon[107412]: pgmap v22: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 533 op/s 2023-09-30T17:30:13.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:13 smithi079 ceph-mon[110084]: pgmap v22: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 533 op/s 2023-09-30T17:30:14.499 INFO:teuthology.orchestra.run.smithi008.stdout: 5 52930 8.16 MB/sec execute 49 sec latency 129.408 ms 2023-09-30T17:30:15.503 INFO:teuthology.orchestra.run.smithi008.stdout: 5 53247 8.26 MB/sec execute 50 sec latency 127.037 ms 2023-09-30T17:30:15.605 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:15 smithi008 ceph-mon[107412]: pgmap v23: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-09-30T17:30:15.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:15 smithi079 ceph-mon[110084]: pgmap v23: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-09-30T17:30:16.504 INFO:teuthology.orchestra.run.smithi008.stdout: 5 53550 8.31 MB/sec execute 51 sec latency 132.964 ms 2023-09-30T17:30:16.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:16 smithi008 ceph-mon[107412]: pgmap v24: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 528 op/s 2023-09-30T17:30:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:16 smithi079 ceph-mon[110084]: pgmap v24: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 528 op/s 2023-09-30T17:30:17.505 INFO:teuthology.orchestra.run.smithi008.stdout: 5 53859 8.30 MB/sec execute 52 sec latency 135.484 ms 2023-09-30T17:30:18.515 INFO:teuthology.orchestra.run.smithi008.stdout: 5 54073 8.26 MB/sec execute 53 sec latency 126.015 ms 2023-09-30T17:30:19.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:19 smithi008 ceph-mon[107412]: pgmap v25: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-09-30T17:30:19.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:19 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:19.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:19 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:19.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:19 smithi008 ceph-mon[107412]: Reconfiguring node-exporter.smithi008 (dependencies changed)... 2023-09-30T17:30:19.437 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:19 smithi008 ceph-mon[107412]: Reconfiguring daemon node-exporter.smithi008 on smithi008 2023-09-30T17:30:19.515 INFO:teuthology.orchestra.run.smithi008.stdout: 5 54313 8.26 MB/sec execute 54 sec latency 123.773 ms 2023-09-30T17:30:19.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:19 smithi079 ceph-mon[110084]: pgmap v25: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-09-30T17:30:19.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:19 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:19.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:19 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:19.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:19 smithi079 ceph-mon[110084]: Reconfiguring node-exporter.smithi008 (dependencies changed)... 2023-09-30T17:30:19.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:19 smithi079 ceph-mon[110084]: Reconfiguring daemon node-exporter.smithi008 on smithi008 2023-09-30T17:30:20.465 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:20 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:20.515 INFO:teuthology.orchestra.run.smithi008.stdout: 5 54566 8.22 MB/sec execute 55 sec latency 126.626 ms 2023-09-30T17:30:20.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:20 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:21.484 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:21 smithi008 ceph-mon[107412]: pgmap v26: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-09-30T17:30:21.485 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:21 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:21.485 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:21 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:21.515 INFO:teuthology.orchestra.run.smithi008.stdout: 5 54897 8.22 MB/sec execute 56 sec latency 103.651 ms 2023-09-30T17:30:21.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:21 smithi079 ceph-mon[110084]: pgmap v26: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-09-30T17:30:21.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:21 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:21.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:21 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:22.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:22 smithi008 ceph-mon[107412]: Reconfiguring prometheus.smithi008 (dependencies changed)... 2023-09-30T17:30:22.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:22 smithi008 ceph-mon[107412]: Reconfiguring daemon prometheus.smithi008 on smithi008 2023-09-30T17:30:22.516 INFO:teuthology.orchestra.run.smithi008.stdout: 5 55149 8.13 MB/sec execute 57 sec latency 96.389 ms 2023-09-30T17:30:22.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:22 smithi079 ceph-mon[110084]: Reconfiguring prometheus.smithi008 (dependencies changed)... 2023-09-30T17:30:22.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:22 smithi079 ceph-mon[110084]: Reconfiguring daemon prometheus.smithi008 on smithi008 2023-09-30T17:30:23.516 INFO:teuthology.orchestra.run.smithi008.stdout: 5 55329 8.04 MB/sec execute 58 sec latency 156.937 ms 2023-09-30T17:30:23.556 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:23 smithi008 ceph-mon[107412]: pgmap v27: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-09-30T17:30:23.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:23 smithi079 ceph-mon[110084]: pgmap v27: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-09-30T17:30:24.523 INFO:teuthology.orchestra.run.smithi008.stdout: 5 55555 8.04 MB/sec execute 59 sec latency 121.101 ms 2023-09-30T17:30:25.529 INFO:teuthology.orchestra.run.smithi008.stdout: 5 55854 8.00 MB/sec execute 60 sec latency 135.525 ms 2023-09-30T17:30:25.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:25 smithi008 ceph-mon[107412]: pgmap v28: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 343 op/s 2023-09-30T17:30:25.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:25 smithi079 ceph-mon[110084]: pgmap v28: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 343 op/s 2023-09-30T17:30:26.529 INFO:teuthology.orchestra.run.smithi008.stdout: 5 56212 8.02 MB/sec execute 61 sec latency 86.433 ms 2023-09-30T17:30:27.532 INFO:teuthology.orchestra.run.smithi008.stdout: 5 56530 8.04 MB/sec execute 62 sec latency 141.744 ms 2023-09-30T17:30:27.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:27 smithi008 ceph-mon[107412]: pgmap v29: 97 pgs: 97 active+clean; 307 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-09-30T17:30:27.773 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:27 smithi079 ceph-mon[110084]: pgmap v29: 97 pgs: 97 active+clean; 307 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-09-30T17:30:28.454 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:30:28.536 INFO:teuthology.orchestra.run.smithi008.stdout: 5 56757 8.06 MB/sec execute 63 sec latency 134.278 ms 2023-09-30T17:30:29.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:29 smithi008 ceph-mon[107412]: pgmap v30: 97 pgs: 97 active+clean; 307 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-09-30T17:30:29.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:29 smithi008 ceph-mon[107412]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:30:29.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:29 smithi008 ceph-mon[107412]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:30:29.472 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 starting - - - - 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (7m) 47s ago 7m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (7m) 43s ago 7m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 starting - - - - 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (3m) 47s ago 3m 35.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (3m) 43s ago 3m 16.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (8m) 47s ago 8m 240M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (63s) 43s ago 6m 485M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (8m) 47s ago 8m 100M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (6m) 43s ago 6m 60.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:30:29.473 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (3m) 47s ago 3m 279M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (3m) 43s ago 3m 78.8M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 starting - - - - 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (6m) 43s ago 6m 25.7M - 1.3.1 1dbe0e931976 8e22e7fea1ff 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (6m) 47s ago 6m 696M 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (6m) 47s ago 6m 558M 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (5m) 47s ago 5m 340M 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (5m) 47s ago 5m 596M 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (5m) 43s ago 5m 553M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (4m) 43s ago 4m 586M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (4m) 43s ago 4m 641M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (4m) 43s ago 4m 960M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:30:29.474 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (6m) 47s ago 6m 65.5M - 2.33.4 514e6a882f6e 4c40a25cbc5e 2023-09-30T17:30:29.535 INFO:teuthology.orchestra.run.smithi008.stdout: 5 57094 8.10 MB/sec execute 64 sec latency 123.337 ms 2023-09-30T17:30:29.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:29 smithi079 ceph-mon[110084]: pgmap v30: 97 pgs: 97 active+clean; 307 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-09-30T17:30:29.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:29 smithi079 ceph-mon[110084]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:30:29.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:29 smithi079 ceph-mon[110084]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:30:30.076 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:30:30.076 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:30:30.076 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:30:30.077 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:30:30.078 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:30:30.078 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:30:30.078 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:30:30.078 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:30:30.078 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:30:30.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:30 smithi008 ceph-mon[107412]: from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:30:30.461 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:30 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1874920569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:30:30.461 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:30 smithi008 ceph-mon[107412]: pgmap v31: 97 pgs: 97 active+clean; 307 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-09-30T17:30:30.536 INFO:teuthology.orchestra.run.smithi008.stdout: 5 57313 8.04 MB/sec execute 65 sec latency 123.809 ms 2023-09-30T17:30:30.598 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:30:30.598 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:30:30.598 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:30:30.598 INFO:teuthology.orchestra.run.smithi008.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T17:30:30.598 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:30:30.599 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T17:30:30.599 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "", 2023-09-30T17:30:30.599 INFO:teuthology.orchestra.run.smithi008.stdout: "is_paused": false 2023-09-30T17:30:30.599 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:30:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:30 smithi079 ceph-mon[110084]: from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:30:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:30 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1874920569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:30:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:30 smithi079 ceph-mon[110084]: pgmap v31: 97 pgs: 97 active+clean; 307 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-09-30T17:30:31.177 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:30:31.476 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:31 smithi008 ceph-mon[107412]: from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:30:31.476 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:31 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2623908092' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:30:31.535 INFO:teuthology.orchestra.run.smithi008.stdout: 5 57528 8.01 MB/sec execute 66 sec latency 118.036 ms 2023-09-30T17:30:31.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:31 smithi079 ceph-mon[110084]: from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:30:31.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:31 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2623908092' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:30:32.501 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:32 smithi008 ceph-mon[107412]: pgmap v32: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 482 op/s 2023-09-30T17:30:32.535 INFO:teuthology.orchestra.run.smithi008.stdout: 5 57769 8.05 MB/sec execute 67 sec latency 172.436 ms 2023-09-30T17:30:32.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:32 smithi079 ceph-mon[110084]: pgmap v32: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 482 op/s 2023-09-30T17:30:33.536 INFO:teuthology.orchestra.run.smithi008.stdout: 5 58039 8.03 MB/sec execute 68 sec latency 149.080 ms 2023-09-30T17:30:33.748 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:33 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:33.749 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:33 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:33.749 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:33 smithi079 ceph-mon[110084]: Reconfiguring node-exporter.smithi079 (dependencies changed)... 2023-09-30T17:30:33.749 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:33 smithi079 ceph-mon[110084]: Reconfiguring daemon node-exporter.smithi079 on smithi079 2023-09-30T17:30:33.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:33 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:33.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:33 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:33.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:33 smithi008 ceph-mon[107412]: Reconfiguring node-exporter.smithi079 (dependencies changed)... 2023-09-30T17:30:33.785 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:33 smithi008 ceph-mon[107412]: Reconfiguring daemon node-exporter.smithi079 on smithi079 2023-09-30T17:30:34.536 INFO:teuthology.orchestra.run.smithi008.stdout: 5 58284 8.00 MB/sec execute 69 sec latency 111.356 ms 2023-09-30T17:30:34.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:34.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:34.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T17:30:34.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T17:30:34.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T17:30:34.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T17:30:34.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T17:30:34.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:34.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:30:34.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: Upgrade: Need to upgrade myself (mgr.smithi079.evvdfh) 2023-09-30T17:30:34.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: Upgrade: Need to upgrade myself (mgr.smithi079.evvdfh) 2023-09-30T17:30:34.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: pgmap v33: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-09-30T17:30:34.811 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T17:30:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T17:30:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T17:30:35.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T17:30:35.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T17:30:35.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:35.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:30:35.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: Upgrade: Need to upgrade myself (mgr.smithi079.evvdfh) 2023-09-30T17:30:35.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: Upgrade: Need to upgrade myself (mgr.smithi079.evvdfh) 2023-09-30T17:30:35.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: pgmap v33: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-09-30T17:30:35.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:35.536 INFO:teuthology.orchestra.run.smithi008.stdout: 5 58602 7.98 MB/sec execute 70 sec latency 108.651 ms 2023-09-30T17:30:36.536 INFO:teuthology.orchestra.run.smithi008.stdout: 5 58867 7.95 MB/sec execute 71 sec latency 109.030 ms 2023-09-30T17:30:36.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:36 smithi008 ceph-mon[107412]: Upgrade: Updating mgr.smithi008.wfpuhc 2023-09-30T17:30:36.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:36 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:36.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:36 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.wfpuhc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:30:36.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:36 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.wfpuhc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:30:36.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:36 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:30:36.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:36 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:30:36.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:36 smithi008 ceph-mon[107412]: Deploying daemon mgr.smithi008.wfpuhc on smithi008 2023-09-30T17:30:36.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:36 smithi008 ceph-mon[107412]: pgmap v34: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-09-30T17:30:37.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:36 smithi079 ceph-mon[110084]: Upgrade: Updating mgr.smithi008.wfpuhc 2023-09-30T17:30:37.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:36 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:30:37.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:36 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.wfpuhc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:30:37.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:36 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.wfpuhc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T17:30:37.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:36 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T17:30:37.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:36 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:30:37.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:36 smithi079 ceph-mon[110084]: Deploying daemon mgr.smithi008.wfpuhc on smithi008 2023-09-30T17:30:37.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:36 smithi079 ceph-mon[110084]: pgmap v34: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-09-30T17:30:37.536 INFO:teuthology.orchestra.run.smithi008.stdout: 5 59144 7.88 MB/sec execute 72 sec latency 109.667 ms 2023-09-30T17:30:38.542 INFO:teuthology.orchestra.run.smithi008.stdout: 5 59552 7.94 MB/sec execute 73 sec latency 129.610 ms 2023-09-30T17:30:39.388 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:39 smithi008 ceph-mon[107412]: pgmap v35: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-09-30T17:30:39.545 INFO:teuthology.orchestra.run.smithi008.stdout: 5 60038 8.03 MB/sec execute 74 sec latency 113.707 ms 2023-09-30T17:30:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:39 smithi079 ceph-mon[110084]: pgmap v35: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-09-30T17:30:40.544 INFO:teuthology.orchestra.run.smithi008.stdout: 5 60323 8.04 MB/sec execute 75 sec latency 127.127 ms 2023-09-30T17:30:41.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:41 smithi008 ceph-mon[107412]: pgmap v36: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-09-30T17:30:41.545 INFO:teuthology.orchestra.run.smithi008.stdout: 5 60676 8.08 MB/sec execute 76 sec latency 132.139 ms 2023-09-30T17:30:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:41 smithi079 ceph-mon[110084]: pgmap v36: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-09-30T17:30:42.546 INFO:teuthology.orchestra.run.smithi008.stdout: 5 60987 8.07 MB/sec execute 77 sec latency 127.511 ms 2023-09-30T17:30:43.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:43 smithi008 ceph-mon[107412]: pgmap v37: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-09-30T17:30:43.546 INFO:teuthology.orchestra.run.smithi008.stdout: 5 61295 8.14 MB/sec execute 78 sec latency 126.472 ms 2023-09-30T17:30:43.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:43 smithi079 ceph-mon[110084]: pgmap v37: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-09-30T17:30:44.547 INFO:teuthology.orchestra.run.smithi008.stdout: 5 61599 8.12 MB/sec execute 79 sec latency 117.043 ms 2023-09-30T17:30:45.508 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:45 smithi008 ceph-mon[107412]: pgmap v38: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-09-30T17:30:45.550 INFO:teuthology.orchestra.run.smithi008.stdout: 5 61950 8.09 MB/sec execute 80 sec latency 130.397 ms 2023-09-30T17:30:45.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:45 smithi079 ceph-mon[110084]: pgmap v38: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-09-30T17:30:46.553 INFO:teuthology.orchestra.run.smithi008.stdout: 5 62188 8.05 MB/sec execute 81 sec latency 125.981 ms 2023-09-30T17:30:47.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:47 smithi008 ceph-mon[107412]: pgmap v39: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-09-30T17:30:47.565 INFO:teuthology.orchestra.run.smithi008.stdout: 5 62543 8.10 MB/sec execute 82 sec latency 138.367 ms 2023-09-30T17:30:47.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:47 smithi079 ceph-mon[110084]: pgmap v39: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-09-30T17:30:48.564 INFO:teuthology.orchestra.run.smithi008.stdout: 5 62978 8.09 MB/sec execute 83 sec latency 129.808 ms 2023-09-30T17:30:49.564 INFO:teuthology.orchestra.run.smithi008.stdout: 5 63389 8.11 MB/sec execute 84 sec latency 213.675 ms 2023-09-30T17:30:49.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:49 smithi008 ceph-mon[107412]: pgmap v40: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-30T17:30:49.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:49 smithi079 ceph-mon[110084]: pgmap v40: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-30T17:30:50.564 INFO:teuthology.orchestra.run.smithi008.stdout: 5 63705 8.16 MB/sec execute 85 sec latency 152.154 ms 2023-09-30T17:30:50.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:50 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:50.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:50 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:51.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:51 smithi008 ceph-mon[107412]: pgmap v41: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-30T17:30:51.564 INFO:teuthology.orchestra.run.smithi008.stdout: 5 64062 8.19 MB/sec execute 86 sec latency 147.349 ms 2023-09-30T17:30:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:51 smithi079 ceph-mon[110084]: pgmap v41: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-30T17:30:52.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 64389 8.20 MB/sec execute 87 sec latency 134.965 ms 2023-09-30T17:30:53.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:53 smithi008 ceph-mon[107412]: pgmap v42: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 612 op/s 2023-09-30T17:30:53.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 64646 8.25 MB/sec execute 88 sec latency 140.676 ms 2023-09-30T17:30:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:53 smithi079 ceph-mon[110084]: pgmap v42: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 612 op/s 2023-09-30T17:30:54.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:54 smithi008 ceph-mon[107412]: pgmap v43: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-09-30T17:30:54.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 64904 8.23 MB/sec execute 89 sec latency 127.345 ms 2023-09-30T17:30:54.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:54 smithi079 ceph-mon[110084]: pgmap v43: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-09-30T17:30:55.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 65198 8.23 MB/sec execute 90 sec latency 138.818 ms 2023-09-30T17:30:56.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 65539 8.18 MB/sec execute 91 sec latency 112.433 ms 2023-09-30T17:30:57.496 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:57 smithi008 ceph-mon[107412]: pgmap v44: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 645 op/s 2023-09-30T17:30:57.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 65820 8.14 MB/sec execute 92 sec latency 142.872 ms 2023-09-30T17:30:57.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:57 smithi079 ceph-mon[110084]: pgmap v44: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 645 op/s 2023-09-30T17:30:58.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 66139 8.18 MB/sec execute 93 sec latency 139.394 ms 2023-09-30T17:30:59.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:30:59 smithi008 ceph-mon[107412]: pgmap v45: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 461 op/s 2023-09-30T17:30:59.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 66586 8.17 MB/sec execute 94 sec latency 133.981 ms 2023-09-30T17:30:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:30:59 smithi079 ceph-mon[110084]: pgmap v45: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 461 op/s 2023-09-30T17:31:00.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 66927 8.18 MB/sec execute 95 sec latency 120.279 ms 2023-09-30T17:31:01.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:01 smithi008 ceph-mon[107412]: pgmap v46: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 461 op/s 2023-09-30T17:31:01.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 67303 8.26 MB/sec execute 96 sec latency 143.627 ms 2023-09-30T17:31:01.690 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:31:01.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:01 smithi079 ceph-mon[110084]: pgmap v46: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 461 op/s 2023-09-30T17:31:02.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 67742 8.28 MB/sec execute 97 sec latency 141.822 ms 2023-09-30T17:31:02.676 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:31:02.676 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 starting - - - - 2023-09-30T17:31:02.676 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (8m) 80s ago 8m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:31:02.676 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (7m) 76s ago 7m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:31:02.676 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 starting - - - - 2023-09-30T17:31:02.676 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (4m) 80s ago 3m 35.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:31:02.676 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (3m) 76s ago 3m 16.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:31:02.676 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (9m) 80s ago 9m 240M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (96s) 76s ago 7m 485M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (9m) 80s ago 9m 100M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (7m) 76s ago 7m 60.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (3m) 80s ago 3m 279M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (3m) 76s ago 3m 78.8M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 starting - - - - 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 starting - - - - 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (6m) 80s ago 6m 696M 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (6m) 80s ago 6m 558M 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (6m) 80s ago 6m 340M 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (5m) 80s ago 5m 596M 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:31:02.677 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (5m) 76s ago 5m 553M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:31:02.678 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (5m) 76s ago 5m 586M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:31:02.678 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (5m) 76s ago 5m 641M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:31:02.678 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (4m) 76s ago 4m 960M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:31:02.678 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 starting - - - - 2023-09-30T17:31:03.295 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:31:03.295 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:31:03.296 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:31:03.297 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:31:03.297 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:31:03.297 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:31:03.297 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:31:03.561 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:03 smithi008 ceph-mon[107412]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:03.561 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:03 smithi008 ceph-mon[107412]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:03.561 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:03 smithi008 ceph-mon[107412]: pgmap v47: 97 pgs: 97 active+clean; 344 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 664 op/s 2023-09-30T17:31:03.561 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:03 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/709829160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:31:03.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 68110 8.33 MB/sec execute 98 sec latency 127.838 ms 2023-09-30T17:31:03.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:03 smithi079 ceph-mon[110084]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:03.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:03 smithi079 ceph-mon[110084]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:03.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:03 smithi079 ceph-mon[110084]: pgmap v47: 97 pgs: 97 active+clean; 344 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 664 op/s 2023-09-30T17:31:03.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:03 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/709829160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout: "is_paused": false 2023-09-30T17:31:03.775 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:31:04.310 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:31:04.574 INFO:teuthology.orchestra.run.smithi008.stdout: 5 68323 8.31 MB/sec execute 99 sec latency 132.686 ms 2023-09-30T17:31:04.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:04 smithi008 ceph-mon[107412]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:04.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:04 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2441584143' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:31:04.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:04 smithi079 ceph-mon[110084]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:04.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:04 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2441584143' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:31:05.592 INFO:teuthology.orchestra.run.smithi008.stdout: 5 68660 8.31 MB/sec execute 100 sec latency 132.389 ms 2023-09-30T17:31:05.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:05 smithi008 ceph-mon[107412]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:05.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:05 smithi008 ceph-mon[107412]: pgmap v48: 97 pgs: 97 active+clean; 344 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 447 op/s 2023-09-30T17:31:05.639 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:05 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:05.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:05 smithi079 ceph-mon[110084]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:05.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:05 smithi079 ceph-mon[110084]: pgmap v48: 97 pgs: 97 active+clean; 344 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 447 op/s 2023-09-30T17:31:05.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:05 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:06.592 INFO:teuthology.orchestra.run.smithi008.stdout: 5 69003 8.27 MB/sec execute 101 sec latency 129.761 ms 2023-09-30T17:31:06.660 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:06 smithi008 ceph-mon[107412]: mgrmap e28: smithi079.evvdfh(active, since 91s), standbys: smithi008.wfpuhc 2023-09-30T17:31:06.660 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:06 smithi008 ceph-mon[107412]: pgmap v49: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.3 MiB/s wr, 654 op/s 2023-09-30T17:31:06.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:06 smithi079 ceph-mon[110084]: mgrmap e28: smithi079.evvdfh(active, since 91s), standbys: smithi008.wfpuhc 2023-09-30T17:31:06.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:06 smithi079 ceph-mon[110084]: pgmap v49: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.3 MiB/s wr, 654 op/s 2023-09-30T17:31:07.599 INFO:teuthology.orchestra.run.smithi008.stdout: 5 69384 8.31 MB/sec execute 102 sec latency 118.067 ms 2023-09-30T17:31:08.599 INFO:teuthology.orchestra.run.smithi008.stdout: 5 69728 8.31 MB/sec execute 103 sec latency 91.254 ms 2023-09-30T17:31:09.436 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:09 smithi008 ceph-mon[107412]: pgmap v50: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-09-30T17:31:09.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:09 smithi079 ceph-mon[110084]: pgmap v50: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-09-30T17:31:09.600 INFO:teuthology.orchestra.run.smithi008.stdout: 5 70221 8.30 MB/sec execute 104 sec latency 87.244 ms 2023-09-30T17:31:10.600 INFO:teuthology.orchestra.run.smithi008.stdout: 5 70508 8.31 MB/sec execute 105 sec latency 212.120 ms 2023-09-30T17:31:11.472 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:11 smithi008 ceph-mon[107412]: pgmap v51: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-09-30T17:31:11.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:11 smithi079 ceph-mon[110084]: pgmap v51: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-09-30T17:31:11.600 INFO:teuthology.orchestra.run.smithi008.stdout: 5 70837 8.38 MB/sec execute 106 sec latency 213.428 ms 2023-09-30T17:31:12.600 INFO:teuthology.orchestra.run.smithi008.stdout: 5 71168 8.39 MB/sec execute 107 sec latency 120.665 ms 2023-09-30T17:31:13.595 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:13 smithi008 ceph-mon[107412]: pgmap v52: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 633 op/s 2023-09-30T17:31:13.605 INFO:teuthology.orchestra.run.smithi008.stdout: 5 71479 8.42 MB/sec execute 108 sec latency 133.407 ms 2023-09-30T17:31:13.741 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:13 smithi079 ceph-mon[110084]: pgmap v52: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 633 op/s 2023-09-30T17:31:14.605 INFO:teuthology.orchestra.run.smithi008.stdout: 5 71748 8.39 MB/sec execute 109 sec latency 125.683 ms 2023-09-30T17:31:15.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:15 smithi008 ceph-mon[107412]: pgmap v53: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 430 op/s 2023-09-30T17:31:15.605 INFO:teuthology.orchestra.run.smithi008.stdout: 5 71960 8.35 MB/sec execute 110 sec latency 126.494 ms 2023-09-30T17:31:15.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:15 smithi079 ceph-mon[110084]: pgmap v53: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 430 op/s 2023-09-30T17:31:16.605 INFO:teuthology.orchestra.run.smithi008.stdout: 5 72293 8.36 MB/sec execute 111 sec latency 123.710 ms 2023-09-30T17:31:17.446 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:17 smithi008 ceph-mon[107412]: pgmap v54: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 608 op/s 2023-09-30T17:31:17.609 INFO:teuthology.orchestra.run.smithi008.stdout: 5 72612 8.32 MB/sec execute 112 sec latency 127.918 ms 2023-09-30T17:31:17.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:17 smithi079 ceph-mon[110084]: pgmap v54: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 608 op/s 2023-09-30T17:31:18.610 INFO:teuthology.orchestra.run.smithi008.stdout: 5 72982 8.39 MB/sec execute 113 sec latency 145.527 ms 2023-09-30T17:31:19.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:19 smithi008 ceph-mon[107412]: pgmap v55: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-09-30T17:31:19.609 INFO:teuthology.orchestra.run.smithi008.stdout: 5 73262 8.35 MB/sec execute 114 sec latency 129.324 ms 2023-09-30T17:31:19.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:19 smithi079 ceph-mon[110084]: pgmap v55: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-09-30T17:31:20.517 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:20 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:20.609 INFO:teuthology.orchestra.run.smithi008.stdout: 5 73634 8.33 MB/sec execute 115 sec latency 129.524 ms 2023-09-30T17:31:20.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:20 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:21.539 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:21 smithi008 ceph-mon[107412]: pgmap v56: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-09-30T17:31:21.609 INFO:teuthology.orchestra.run.smithi008.stdout: 5 73994 8.32 MB/sec execute 116 sec latency 124.358 ms 2023-09-30T17:31:21.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:21 smithi079 ceph-mon[110084]: pgmap v56: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-09-30T17:31:22.610 INFO:teuthology.orchestra.run.smithi008.stdout: 5 74272 8.34 MB/sec execute 117 sec latency 143.087 ms 2023-09-30T17:31:23.581 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:23 smithi008 ceph-mon[107412]: pgmap v57: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 595 op/s 2023-09-30T17:31:23.610 INFO:teuthology.orchestra.run.smithi008.stdout: 5 74596 8.40 MB/sec execute 118 sec latency 140.068 ms 2023-09-30T17:31:23.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:23 smithi079 ceph-mon[110084]: pgmap v57: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 595 op/s 2023-09-30T17:31:24.610 INFO:teuthology.orchestra.run.smithi008.stdout: 5 74900 8.40 MB/sec execute 119 sec latency 127.066 ms 2023-09-30T17:31:25.610 INFO:teuthology.orchestra.run.smithi008.stdout: 5 75264 8.42 MB/sec execute 120 sec latency 215.699 ms 2023-09-30T17:31:25.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:25 smithi008 ceph-mon[107412]: pgmap v58: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T17:31:25.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:25 smithi079 ceph-mon[110084]: pgmap v58: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T17:31:26.618 INFO:teuthology.orchestra.run.smithi008.stdout: 5 75499 8.38 MB/sec execute 121 sec latency 129.725 ms 2023-09-30T17:31:27.408 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:27 smithi008 ceph-mon[107412]: pgmap v59: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 559 op/s 2023-09-30T17:31:27.618 INFO:teuthology.orchestra.run.smithi008.stdout: 5 75849 8.38 MB/sec execute 122 sec latency 130.164 ms 2023-09-30T17:31:27.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:27 smithi079 ceph-mon[110084]: pgmap v59: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 559 op/s 2023-09-30T17:31:28.618 INFO:teuthology.orchestra.run.smithi008.stdout: 5 76113 8.36 MB/sec execute 123 sec latency 123.807 ms 2023-09-30T17:31:28.681 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:28 smithi008 ceph-mon[107412]: pgmap v60: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-09-30T17:31:28.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:28 smithi079 ceph-mon[110084]: pgmap v60: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-09-30T17:31:29.626 INFO:teuthology.orchestra.run.smithi008.stdout: 5 76374 8.34 MB/sec execute 124 sec latency 132.214 ms 2023-09-30T17:31:30.626 INFO:teuthology.orchestra.run.smithi008.stdout: 5 76708 8.36 MB/sec execute 125 sec latency 126.830 ms 2023-09-30T17:31:31.471 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:31 smithi008 ceph-mon[107412]: pgmap v61: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-09-30T17:31:31.626 INFO:teuthology.orchestra.run.smithi008.stdout: 5 77056 8.32 MB/sec execute 126 sec latency 126.738 ms 2023-09-30T17:31:31.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:31 smithi079 ceph-mon[110084]: pgmap v61: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-09-30T17:31:32.626 INFO:teuthology.orchestra.run.smithi008.stdout: 5 77349 8.31 MB/sec execute 127 sec latency 114.553 ms 2023-09-30T17:31:33.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:33 smithi008 ceph-mon[107412]: pgmap v62: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-09-30T17:31:33.630 INFO:teuthology.orchestra.run.smithi008.stdout: 5 77610 8.32 MB/sec execute 128 sec latency 116.939 ms 2023-09-30T17:31:33.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:33 smithi079 ceph-mon[110084]: pgmap v62: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-09-30T17:31:34.630 INFO:teuthology.orchestra.run.smithi008.stdout: 5 77938 8.37 MB/sec execute 129 sec latency 146.455 ms 2023-09-30T17:31:34.876 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:31:35.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:35 smithi008 ceph-mon[107412]: pgmap v63: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-09-30T17:31:35.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:35 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:35.631 INFO:teuthology.orchestra.run.smithi008.stdout: 5 78225 8.37 MB/sec execute 130 sec latency 126.752 ms 2023-09-30T17:31:35.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:35 smithi079 ceph-mon[110084]: pgmap v63: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-09-30T17:31:35.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:35 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:35.896 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:31:35.896 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 starting - - - - 2023-09-30T17:31:35.896 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (8m) 113s ago 8m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:31:35.896 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (8m) 110s ago 8m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:31:35.896 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 starting - - - - 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (4m) 113s ago 4m 35.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (4m) 110s ago 4m 16.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (9m) 113s ago 9m 240M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (2m) 110s ago 8m 485M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (9m) 113s ago 9m 100M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (8m) 110s ago 8m 60.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (4m) 113s ago 4m 279M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (4m) 110s ago 4m 78.8M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 starting - - - - 2023-09-30T17:31:35.897 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 starting - - - - 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (7m) 113s ago 7m 696M 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (7m) 113s ago 7m 558M 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (6m) 113s ago 6m 340M 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (6m) 113s ago 6m 596M 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (6m) 110s ago 6m 553M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (5m) 110s ago 5m 586M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (5m) 110s ago 5m 641M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (5m) 110s ago 5m 960M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:31:35.898 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 starting - - - - 2023-09-30T17:31:36.554 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:31:36.554 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:31:36.554 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:31:36.554 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:31:36.554 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:31:36.555 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:31:36.556 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:31:36.556 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:31:36.556 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:31:36.596 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:36 smithi008 ceph-mon[107412]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:36.596 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:36 smithi008 ceph-mon[107412]: from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:36.631 INFO:teuthology.orchestra.run.smithi008.stdout: 5 78460 8.39 MB/sec execute 131 sec latency 123.623 ms 2023-09-30T17:31:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:36 smithi079 ceph-mon[110084]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:36 smithi079 ceph-mon[110084]: from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout: "is_paused": false 2023-09-30T17:31:37.082 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:31:37.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:37 smithi008 ceph-mon[107412]: from='client.24621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:37.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:37 smithi008 ceph-mon[107412]: pgmap v64: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 546 op/s 2023-09-30T17:31:37.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:37 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1166897546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:31:37.604 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:37 smithi008 ceph-mon[107412]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:37.631 INFO:teuthology.orchestra.run.smithi008.stdout: 5 78725 8.36 MB/sec execute 132 sec latency 134.808 ms 2023-09-30T17:31:37.722 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:31:37.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:37 smithi079 ceph-mon[110084]: from='client.24621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:37.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:37 smithi079 ceph-mon[110084]: pgmap v64: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 546 op/s 2023-09-30T17:31:37.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:37 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1166897546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:31:37.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:37 smithi079 ceph-mon[110084]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:31:38.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:38 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1283636522' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:31:38.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:38 smithi008 ceph-mon[107412]: pgmap v65: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-09-30T17:31:38.631 INFO:teuthology.orchestra.run.smithi008.stdout: 5 79018 8.33 MB/sec execute 133 sec latency 129.977 ms 2023-09-30T17:31:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:38 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1283636522' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:31:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:38 smithi079 ceph-mon[110084]: pgmap v65: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-09-30T17:31:39.640 INFO:teuthology.orchestra.run.smithi008.stdout: 5 79324 8.32 MB/sec execute 134 sec latency 125.971 ms 2023-09-30T17:31:40.638 INFO:teuthology.orchestra.run.smithi008.stdout: 5 79617 8.31 MB/sec execute 135 sec latency 173.513 ms 2023-09-30T17:31:41.412 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:41 smithi008 ceph-mon[107412]: pgmap v66: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 370 op/s 2023-09-30T17:31:41.642 INFO:teuthology.orchestra.run.smithi008.stdout: 5 79995 8.35 MB/sec execute 136 sec latency 130.861 ms 2023-09-30T17:31:41.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:41 smithi079 ceph-mon[110084]: pgmap v66: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 370 op/s 2023-09-30T17:31:42.642 INFO:teuthology.orchestra.run.smithi008.stdout: 5 80333 8.33 MB/sec execute 137 sec latency 88.401 ms 2023-09-30T17:31:43.380 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:43 smithi008 ceph-mon[107412]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-09-30T17:31:43.642 INFO:teuthology.orchestra.run.smithi008.stdout: 5 80682 8.29 MB/sec execute 138 sec latency 132.530 ms 2023-09-30T17:31:43.749 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:43 smithi079 ceph-mon[110084]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-09-30T17:31:44.646 INFO:teuthology.orchestra.run.smithi008.stdout: 5 80946 8.27 MB/sec execute 139 sec latency 126.759 ms 2023-09-30T17:31:45.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:45 smithi008 ceph-mon[107412]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-09-30T17:31:45.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 81245 8.30 MB/sec execute 140 sec latency 144.686 ms 2023-09-30T17:31:45.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:45 smithi079 ceph-mon[110084]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-09-30T17:31:46.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 81565 8.33 MB/sec execute 141 sec latency 131.587 ms 2023-09-30T17:31:47.580 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:47 smithi008 ceph-mon[107412]: pgmap v69: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-09-30T17:31:47.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 81922 8.38 MB/sec execute 142 sec latency 132.391 ms 2023-09-30T17:31:47.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:47 smithi079 ceph-mon[110084]: pgmap v69: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-09-30T17:31:48.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 82202 8.36 MB/sec execute 143 sec latency 146.444 ms 2023-09-30T17:31:49.381 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:49 smithi008 ceph-mon[107412]: pgmap v70: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 370 op/s 2023-09-30T17:31:49.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 82421 8.35 MB/sec execute 144 sec latency 137.626 ms 2023-09-30T17:31:49.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:49 smithi079 ceph-mon[110084]: pgmap v70: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 370 op/s 2023-09-30T17:31:50.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:50 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:50.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 82738 8.34 MB/sec execute 145 sec latency 104.609 ms 2023-09-30T17:31:50.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:50 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:51.400 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:51 smithi008 ceph-mon[107412]: pgmap v71: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-09-30T17:31:51.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 82999 8.32 MB/sec execute 146 sec latency 137.461 ms 2023-09-30T17:31:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:51 smithi079 ceph-mon[110084]: pgmap v71: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-09-30T17:31:52.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 83290 8.32 MB/sec execute 147 sec latency 108.622 ms 2023-09-30T17:31:53.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:53 smithi008 ceph-mon[107412]: pgmap v72: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-09-30T17:31:53.645 INFO:teuthology.orchestra.run.smithi008.stdout: 5 83544 8.32 MB/sec execute 148 sec latency 129.746 ms 2023-09-30T17:31:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:53 smithi079 ceph-mon[110084]: pgmap v72: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-09-30T17:31:54.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:54 smithi008 ceph-mon[107412]: pgmap v73: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-09-30T17:31:54.648 INFO:teuthology.orchestra.run.smithi008.stdout: 5 83922 8.30 MB/sec execute 149 sec latency 133.806 ms 2023-09-30T17:31:54.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:54 smithi079 ceph-mon[110084]: pgmap v73: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-09-30T17:31:55.648 INFO:teuthology.orchestra.run.smithi008.stdout: 5 84315 8.27 MB/sec execute 150 sec latency 101.526 ms 2023-09-30T17:31:56.648 INFO:teuthology.orchestra.run.smithi008.stdout: 5 84569 8.26 MB/sec execute 151 sec latency 141.264 ms 2023-09-30T17:31:57.609 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:57 smithi008 ceph-mon[107412]: pgmap v74: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 557 op/s 2023-09-30T17:31:57.648 INFO:teuthology.orchestra.run.smithi008.stdout: 5 84926 8.32 MB/sec execute 152 sec latency 153.712 ms 2023-09-30T17:31:57.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:57 smithi079 ceph-mon[110084]: pgmap v74: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 557 op/s 2023-09-30T17:31:58.648 INFO:teuthology.orchestra.run.smithi008.stdout: 5 85381 8.37 MB/sec execute 153 sec latency 139.543 ms 2023-09-30T17:31:59.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:31:59 smithi008 ceph-mon[107412]: pgmap v75: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-09-30T17:31:59.648 INFO:teuthology.orchestra.run.smithi008.stdout: 5 85765 8.40 MB/sec execute 154 sec latency 86.737 ms 2023-09-30T17:31:59.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:31:59 smithi079 ceph-mon[110084]: pgmap v75: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-09-30T17:32:00.653 INFO:teuthology.orchestra.run.smithi008.stdout: 5 85921 8.37 MB/sec execute 155 sec latency 143.465 ms 2023-09-30T17:32:01.404 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:01 smithi008 ceph-mon[107412]: pgmap v76: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-09-30T17:32:01.653 INFO:teuthology.orchestra.run.smithi008.stdout: 5 86165 8.35 MB/sec execute 156 sec latency 120.943 ms 2023-09-30T17:32:01.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:01 smithi079 ceph-mon[110084]: pgmap v76: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-09-30T17:32:02.653 INFO:teuthology.orchestra.run.smithi008.stdout: 5 86492 8.33 MB/sec execute 157 sec latency 127.713 ms 2023-09-30T17:32:03.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:03 smithi008 ceph-mon[107412]: pgmap v77: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-09-30T17:32:03.653 INFO:teuthology.orchestra.run.smithi008.stdout: 5 86763 8.33 MB/sec execute 158 sec latency 210.782 ms 2023-09-30T17:32:03.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:03 smithi079 ceph-mon[110084]: pgmap v77: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-09-30T17:32:04.504 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:04 smithi008 ceph-mon[107412]: pgmap v78: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-09-30T17:32:04.505 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:04.661 INFO:teuthology.orchestra.run.smithi008.stdout: 5 87068 8.35 MB/sec execute 159 sec latency 131.468 ms 2023-09-30T17:32:04.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:04 smithi079 ceph-mon[110084]: pgmap v78: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-09-30T17:32:04.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:05.661 INFO:teuthology.orchestra.run.smithi008.stdout: 5 87390 8.32 MB/sec execute 160 sec latency 130.388 ms 2023-09-30T17:32:06.662 INFO:teuthology.orchestra.run.smithi008.stdout: 5 87819 8.30 MB/sec execute 161 sec latency 144.227 ms 2023-09-30T17:32:07.564 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:07 smithi008 ceph-mon[107412]: pgmap v79: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.6 MiB/s wr, 572 op/s 2023-09-30T17:32:07.662 INFO:teuthology.orchestra.run.smithi008.stdout: 5 88027 8.27 MB/sec execute 162 sec latency 139.955 ms 2023-09-30T17:32:07.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:07 smithi079 ceph-mon[110084]: pgmap v79: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.6 MiB/s wr, 572 op/s 2023-09-30T17:32:08.273 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:32:08.664 INFO:teuthology.orchestra.run.smithi008.stdout: 5 88312 8.30 MB/sec execute 163 sec latency 143.107 ms 2023-09-30T17:32:09.224 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:32:09.224 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 starting - - - - 2023-09-30T17:32:09.224 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (9m) 2m ago 9m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:32:09.224 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (8m) 2m ago 8m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 starting - - - - 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (5m) 2m ago 5m 35.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (5m) 2m ago 5m 16.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (10m) 2m ago 10m 240M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (2m) 2m ago 8m 485M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (10m) 2m ago 10m 100M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (8m) 2m ago 8m 60.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (4m) 2m ago 4m 279M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (4m) 2m ago 4m 78.8M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 starting - - - - 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 starting - - - - 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (8m) 2m ago 8m 696M 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:32:09.225 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (7m) 2m ago 7m 558M 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:32:09.226 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (7m) 2m ago 7m 340M 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:32:09.226 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (7m) 2m ago 7m 596M 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:32:09.226 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (6m) 2m ago 6m 553M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:32:09.226 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (6m) 2m ago 6m 586M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:32:09.226 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (6m) 2m ago 6m 641M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:32:09.226 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (5m) 2m ago 5m 960M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:32:09.226 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 starting - - - - 2023-09-30T17:32:09.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:09 smithi008 ceph-mon[107412]: from='client.24629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:09.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:09 smithi008 ceph-mon[107412]: pgmap v80: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2023-09-30T17:32:09.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:09 smithi008 ceph-mon[107412]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:09.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:09 smithi008 ceph-mon[107412]: from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:09.664 INFO:teuthology.orchestra.run.smithi008.stdout: 5 88638 8.32 MB/sec execute 164 sec latency 143.351 ms 2023-09-30T17:32:09.808 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:32:09.808 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:32:09.808 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:32:09.808 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:32:09.808 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:32:09.808 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:32:09.808 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:32:09.808 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:32:09.809 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:32:09.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:09 smithi079 ceph-mon[110084]: from='client.24629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:09.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:09 smithi079 ceph-mon[110084]: pgmap v80: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2023-09-30T17:32:09.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:09 smithi079 ceph-mon[110084]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:09.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:09 smithi079 ceph-mon[110084]: from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout: "is_paused": false 2023-09-30T17:32:10.306 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:32:10.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:10 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/846447001' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:32:10.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:10 smithi008 ceph-mon[107412]: pgmap v81: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 399 op/s 2023-09-30T17:32:10.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:10 smithi008 ceph-mon[107412]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:10.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 88956 8.33 MB/sec execute 165 sec latency 123.977 ms 2023-09-30T17:32:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:10 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/846447001' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:32:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:10 smithi079 ceph-mon[110084]: pgmap v81: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 399 op/s 2023-09-30T17:32:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:10 smithi079 ceph-mon[110084]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:10.879 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:32:11.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:11 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/604171742' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:32:11.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 89229 8.35 MB/sec execute 166 sec latency 149.575 ms 2023-09-30T17:32:11.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:11 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/604171742' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:32:12.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 89438 8.34 MB/sec execute 167 sec latency 133.631 ms 2023-09-30T17:32:12.686 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:12 smithi008 ceph-mon[107412]: pgmap v82: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-09-30T17:32:12.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:12 smithi079 ceph-mon[110084]: pgmap v82: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-09-30T17:32:13.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 89580 8.30 MB/sec execute 168 sec latency 134.841 ms 2023-09-30T17:32:14.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 89917 8.29 MB/sec execute 169 sec latency 141.627 ms 2023-09-30T17:32:15.407 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:15 smithi008 ceph-mon[107412]: pgmap v83: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-09-30T17:32:15.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:15 smithi079 ceph-mon[110084]: pgmap v83: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-09-30T17:32:15.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 90102 8.26 MB/sec execute 170 sec latency 130.534 ms 2023-09-30T17:32:16.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 90317 8.26 MB/sec execute 171 sec latency 132.239 ms 2023-09-30T17:32:17.438 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:17 smithi008 ceph-mon[107412]: pgmap v84: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-09-30T17:32:17.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 90616 8.27 MB/sec execute 172 sec latency 126.496 ms 2023-09-30T17:32:17.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:17 smithi079 ceph-mon[110084]: pgmap v84: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-09-30T17:32:18.474 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:18 smithi008 ceph-mon[107412]: pgmap v85: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 318 op/s 2023-09-30T17:32:18.674 INFO:teuthology.orchestra.run.smithi008.stdout: 5 90943 8.25 MB/sec execute 173 sec latency 120.660 ms 2023-09-30T17:32:18.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:18 smithi079 ceph-mon[110084]: pgmap v85: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 318 op/s 2023-09-30T17:32:19.481 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:19.685 INFO:teuthology.orchestra.run.smithi008.stdout: 5 91337 8.22 MB/sec execute 174 sec latency 120.374 ms 2023-09-30T17:32:19.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:20.685 INFO:teuthology.orchestra.run.smithi008.stdout: 5 91612 8.21 MB/sec execute 175 sec latency 106.238 ms 2023-09-30T17:32:21.539 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:21 smithi008 ceph-mon[107412]: pgmap v86: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-09-30T17:32:21.685 INFO:teuthology.orchestra.run.smithi008.stdout: 5 91904 8.25 MB/sec execute 176 sec latency 133.195 ms 2023-09-30T17:32:21.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:21 smithi079 ceph-mon[110084]: pgmap v86: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-09-30T17:32:22.688 INFO:teuthology.orchestra.run.smithi008.stdout: 5 92273 8.28 MB/sec execute 177 sec latency 139.472 ms 2023-09-30T17:32:23.570 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:23 smithi008 ceph-mon[107412]: pgmap v87: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.5 MiB/s wr, 485 op/s 2023-09-30T17:32:23.688 INFO:teuthology.orchestra.run.smithi008.stdout: 5 92653 8.29 MB/sec execute 178 sec latency 127.239 ms 2023-09-30T17:32:23.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:23 smithi079 ceph-mon[110084]: pgmap v87: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.5 MiB/s wr, 485 op/s 2023-09-30T17:32:24.688 INFO:teuthology.orchestra.run.smithi008.stdout: 5 92912 8.31 MB/sec execute 179 sec latency 135.567 ms 2023-09-30T17:32:25.615 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:25 smithi008 ceph-mon[107412]: pgmap v88: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 326 op/s 2023-09-30T17:32:25.688 INFO:teuthology.orchestra.run.smithi008.stdout: 5 93096 8.28 MB/sec execute 180 sec latency 127.941 ms 2023-09-30T17:32:25.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:25 smithi079 ceph-mon[110084]: pgmap v88: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 326 op/s 2023-09-30T17:32:26.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:26 smithi008 ceph-mon[107412]: pgmap v89: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-09-30T17:32:26.688 INFO:teuthology.orchestra.run.smithi008.stdout: 5 93360 8.26 MB/sec execute 181 sec latency 195.973 ms 2023-09-30T17:32:26.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:26 smithi079 ceph-mon[110084]: pgmap v89: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-09-30T17:32:27.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 93616 8.24 MB/sec execute 182 sec latency 131.288 ms 2023-09-30T17:32:28.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 93887 8.24 MB/sec execute 183 sec latency 152.666 ms 2023-09-30T17:32:29.462 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:29 smithi008 ceph-mon[107412]: pgmap v90: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-09-30T17:32:29.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:29 smithi079 ceph-mon[110084]: pgmap v90: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-09-30T17:32:29.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 94142 8.24 MB/sec execute 184 sec latency 131.021 ms 2023-09-30T17:32:30.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 94479 8.23 MB/sec execute 185 sec latency 129.527 ms 2023-09-30T17:32:31.498 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:31 smithi008 ceph-mon[107412]: pgmap v91: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 424 op/s 2023-09-30T17:32:31.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 94830 8.21 MB/sec execute 186 sec latency 120.623 ms 2023-09-30T17:32:31.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:31 smithi079 ceph-mon[110084]: pgmap v91: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 424 op/s 2023-09-30T17:32:32.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 95070 8.18 MB/sec execute 187 sec latency 120.645 ms 2023-09-30T17:32:33.567 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:33 smithi008 ceph-mon[107412]: pgmap v92: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-09-30T17:32:33.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 95327 8.20 MB/sec execute 188 sec latency 140.819 ms 2023-09-30T17:32:33.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:33 smithi079 ceph-mon[110084]: pgmap v92: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-09-30T17:32:34.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:34.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 95623 8.22 MB/sec execute 189 sec latency 122.845 ms 2023-09-30T17:32:34.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:35.610 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:35 smithi008 ceph-mon[107412]: pgmap v93: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 348 op/s 2023-09-30T17:32:35.695 INFO:teuthology.orchestra.run.smithi008.stdout: 5 95937 8.23 MB/sec execute 190 sec latency 126.954 ms 2023-09-30T17:32:35.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:35 smithi079 ceph-mon[110084]: pgmap v93: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 348 op/s 2023-09-30T17:32:36.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:36 smithi008 ceph-mon[107412]: pgmap v94: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 520 op/s 2023-09-30T17:32:36.703 INFO:teuthology.orchestra.run.smithi008.stdout: 5 96224 8.25 MB/sec execute 191 sec latency 129.908 ms 2023-09-30T17:32:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:36 smithi079 ceph-mon[110084]: pgmap v94: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 520 op/s 2023-09-30T17:32:37.703 INFO:teuthology.orchestra.run.smithi008.stdout: 5 96447 8.23 MB/sec execute 192 sec latency 102.490 ms 2023-09-30T17:32:38.703 INFO:teuthology.orchestra.run.smithi008.stdout: 5 96596 8.21 MB/sec execute 193 sec latency 140.809 ms 2023-09-30T17:32:39.476 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:39 smithi008 ceph-mon[107412]: pgmap v95: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-09-30T17:32:39.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:39 smithi079 ceph-mon[110084]: pgmap v95: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-09-30T17:32:39.703 INFO:teuthology.orchestra.run.smithi008.stdout: 5 96795 8.18 MB/sec execute 194 sec latency 126.626 ms 2023-09-30T17:32:40.710 INFO:teuthology.orchestra.run.smithi008.stdout: 5 97058 8.16 MB/sec execute 195 sec latency 134.283 ms 2023-09-30T17:32:41.415 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:32:41.553 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:41 smithi008 ceph-mon[107412]: pgmap v96: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-09-30T17:32:41.710 INFO:teuthology.orchestra.run.smithi008.stdout: 5 97216 8.14 MB/sec execute 196 sec latency 138.900 ms 2023-09-30T17:32:41.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:41 smithi079 ceph-mon[110084]: pgmap v96: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-09-30T17:32:42.357 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:32:42.357 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 starting - - - - 2023-09-30T17:32:42.357 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (9m) 3m ago 9m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:32:42.357 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (9m) 2m ago 9m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 starting - - - - 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (5m) 3m ago 5m 35.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (5m) 2m ago 5m 16.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (10m) 3m ago 10m 240M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (3m) 2m ago 9m 485M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (10m) 3m ago 10m 100M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (9m) 2m ago 9m 60.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (5m) 3m ago 5m 279M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (5m) 2m ago 5m 78.8M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:32:42.358 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 starting - - - - 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 starting - - - - 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (8m) 3m ago 8m 696M 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (8m) 3m ago 8m 558M 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (7m) 3m ago 7m 340M 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (7m) 3m ago 7m 596M 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (7m) 2m ago 7m 553M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (7m) 2m ago 7m 586M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (6m) 2m ago 6m 641M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (6m) 2m ago 6m 960M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:32:42.359 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 starting - - - - 2023-09-30T17:32:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:42 smithi008 ceph-mon[107412]: from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:42.710 INFO:teuthology.orchestra.run.smithi008.stdout: 5 97441 8.13 MB/sec execute 197 sec latency 202.038 ms 2023-09-30T17:32:42.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:42 smithi079 ceph-mon[110084]: from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:32:42.931 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:32:42.932 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:32:43.416 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:32:43.416 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:32:43.416 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:32:43.416 INFO:teuthology.orchestra.run.smithi008.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T17:32:43.417 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:32:43.417 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T17:32:43.417 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T17:32:43.417 INFO:teuthology.orchestra.run.smithi008.stdout: "is_paused": false 2023-09-30T17:32:43.417 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:32:43.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:43 smithi008 ceph-mon[107412]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:43.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:43 smithi008 ceph-mon[107412]: pgmap v97: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.3 MiB/s wr, 413 op/s 2023-09-30T17:32:43.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:43 smithi008 ceph-mon[107412]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:43.601 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:43 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/63588816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:32:43.710 INFO:teuthology.orchestra.run.smithi008.stdout: 5 97688 8.13 MB/sec execute 198 sec latency 208.101 ms 2023-09-30T17:32:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:43 smithi079 ceph-mon[110084]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:43 smithi079 ceph-mon[110084]: pgmap v97: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.3 MiB/s wr, 413 op/s 2023-09-30T17:32:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:43 smithi079 ceph-mon[110084]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:43 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/63588816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:32:44.036 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:32:44.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:44 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/3753260722' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:32:44.710 INFO:teuthology.orchestra.run.smithi008.stdout: 5 97984 8.13 MB/sec execute 199 sec latency 133.258 ms 2023-09-30T17:32:44.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:44 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/3753260722' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:32:45.661 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:45 smithi008 ceph-mon[107412]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:45.661 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:45 smithi008 ceph-mon[107412]: pgmap v98: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 304 op/s 2023-09-30T17:32:45.714 INFO:teuthology.orchestra.run.smithi008.stdout: 5 98269 8.10 MB/sec execute 200 sec latency 121.772 ms 2023-09-30T17:32:45.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:45 smithi079 ceph-mon[110084]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:32:45.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:45 smithi079 ceph-mon[110084]: pgmap v98: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 304 op/s 2023-09-30T17:32:46.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:46 smithi008 ceph-mon[107412]: pgmap v99: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-09-30T17:32:46.719 INFO:teuthology.orchestra.run.smithi008.stdout: 5 98538 8.08 MB/sec execute 201 sec latency 149.494 ms 2023-09-30T17:32:46.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:46 smithi079 ceph-mon[110084]: pgmap v99: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-09-30T17:32:47.719 INFO:teuthology.orchestra.run.smithi008.stdout: 5 98869 8.10 MB/sec execute 202 sec latency 135.442 ms 2023-09-30T17:32:48.719 INFO:teuthology.orchestra.run.smithi008.stdout: 5 99208 8.13 MB/sec execute 203 sec latency 122.516 ms 2023-09-30T17:32:49.494 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:49 smithi008 ceph-mon[107412]: pgmap v100: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 283 op/s 2023-09-30T17:32:49.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:49 smithi079 ceph-mon[110084]: pgmap v100: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 283 op/s 2023-09-30T17:32:49.721 INFO:teuthology.orchestra.run.smithi008.stdout: 5 99551 8.16 MB/sec execute 204 sec latency 129.598 ms 2023-09-30T17:32:50.511 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:50 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:50.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:50 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:50.719 INFO:teuthology.orchestra.run.smithi008.stdout: 5 99836 8.15 MB/sec execute 205 sec latency 120.364 ms 2023-09-30T17:32:51.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:51 smithi008 ceph-mon[107412]: pgmap v101: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-09-30T17:32:51.719 INFO:teuthology.orchestra.run.smithi008.stdout: 5 100031 8.14 MB/sec execute 206 sec latency 134.559 ms 2023-09-30T17:32:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:51 smithi079 ceph-mon[110084]: pgmap v101: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-09-30T17:32:52.719 INFO:teuthology.orchestra.run.smithi008.stdout: 5 100252 8.12 MB/sec execute 207 sec latency 131.164 ms 2023-09-30T17:32:53.571 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:53 smithi008 ceph-mon[107412]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-09-30T17:32:53.724 INFO:teuthology.orchestra.run.smithi008.stdout: 5 100466 8.09 MB/sec execute 208 sec latency 197.867 ms 2023-09-30T17:32:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:53 smithi079 ceph-mon[110084]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-09-30T17:32:54.724 INFO:teuthology.orchestra.run.smithi008.stdout: 5 100698 8.09 MB/sec execute 209 sec latency 143.945 ms 2023-09-30T17:32:55.628 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:55 smithi008 ceph-mon[107412]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-09-30T17:32:55.724 INFO:teuthology.orchestra.run.smithi008.stdout: 5 100970 8.10 MB/sec execute 210 sec latency 211.169 ms 2023-09-30T17:32:55.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:55 smithi079 ceph-mon[110084]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-09-30T17:32:56.643 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:56 smithi008 ceph-mon[107412]: pgmap v104: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-09-30T17:32:56.729 INFO:teuthology.orchestra.run.smithi008.stdout: 5 101257 8.09 MB/sec execute 211 sec latency 123.272 ms 2023-09-30T17:32:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:56 smithi079 ceph-mon[110084]: pgmap v104: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-09-30T17:32:57.729 INFO:teuthology.orchestra.run.smithi008.stdout: 5 101502 8.07 MB/sec execute 212 sec latency 162.133 ms 2023-09-30T17:32:58.729 INFO:teuthology.orchestra.run.smithi008.stdout: 5 101785 8.06 MB/sec execute 213 sec latency 194.453 ms 2023-09-30T17:32:59.432 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:32:59 smithi008 ceph-mon[107412]: pgmap v105: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 334 op/s 2023-09-30T17:32:59.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:32:59 smithi079 ceph-mon[110084]: pgmap v105: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 334 op/s 2023-09-30T17:32:59.729 INFO:teuthology.orchestra.run.smithi008.stdout: 5 102107 8.06 MB/sec execute 214 sec latency 129.929 ms 2023-09-30T17:33:00.729 INFO:teuthology.orchestra.run.smithi008.stdout: 5 102502 8.08 MB/sec execute 215 sec latency 133.349 ms 2023-09-30T17:33:01.475 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:01 smithi008 ceph-mon[107412]: pgmap v106: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.3 MiB/s wr, 365 op/s 2023-09-30T17:33:01.730 INFO:teuthology.orchestra.run.smithi008.stdout: 5 102849 8.10 MB/sec execute 216 sec latency 129.615 ms 2023-09-30T17:33:01.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:01 smithi079 ceph-mon[110084]: pgmap v106: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.3 MiB/s wr, 365 op/s 2023-09-30T17:33:02.520 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:02 smithi008 ceph-mon[107412]: pgmap v107: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 459 op/s 2023-09-30T17:33:02.730 INFO:teuthology.orchestra.run.smithi008.stdout: 5 103108 8.12 MB/sec execute 217 sec latency 141.799 ms 2023-09-30T17:33:02.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:02 smithi079 ceph-mon[110084]: pgmap v107: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 459 op/s 2023-09-30T17:33:03.740 INFO:teuthology.orchestra.run.smithi008.stdout: 5 103372 8.11 MB/sec execute 218 sec latency 149.458 ms 2023-09-30T17:33:04.741 INFO:teuthology.orchestra.run.smithi008.stdout: 5 103721 8.09 MB/sec execute 219 sec latency 120.313 ms 2023-09-30T17:33:05.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:05 smithi008 ceph-mon[107412]: pgmap v108: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2023-09-30T17:33:05.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:05 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:05 smithi079 ceph-mon[110084]: pgmap v108: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2023-09-30T17:33:05.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:05 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:05.740 INFO:teuthology.orchestra.run.smithi008.stdout: 5 103978 8.08 MB/sec execute 220 sec latency 123.807 ms 2023-09-30T17:33:06.741 INFO:teuthology.orchestra.run.smithi008.stdout: 5 104234 8.08 MB/sec execute 221 sec latency 129.104 ms 2023-09-30T17:33:07.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:07 smithi008 ceph-mon[107412]: pgmap v109: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-09-30T17:33:07.740 INFO:teuthology.orchestra.run.smithi008.stdout: 5 104567 8.08 MB/sec execute 222 sec latency 129.931 ms 2023-09-30T17:33:07.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:07 smithi079 ceph-mon[110084]: pgmap v109: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-09-30T17:33:08.660 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:08 smithi008 ceph-mon[107412]: pgmap v110: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-09-30T17:33:08.750 INFO:teuthology.orchestra.run.smithi008.stdout: 5 104965 8.09 MB/sec execute 223 sec latency 127.738 ms 2023-09-30T17:33:08.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:08 smithi079 ceph-mon[110084]: pgmap v110: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-09-30T17:33:09.750 INFO:teuthology.orchestra.run.smithi008.stdout: 5 105245 8.08 MB/sec execute 224 sec latency 95.891 ms 2023-09-30T17:33:10.757 INFO:teuthology.orchestra.run.smithi008.stdout: 5 105520 8.07 MB/sec execute 225 sec latency 123.689 ms 2023-09-30T17:33:11.504 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:11 smithi008 ceph-mon[107412]: pgmap v111: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-09-30T17:33:11.757 INFO:teuthology.orchestra.run.smithi008.stdout: 5 105893 8.09 MB/sec execute 226 sec latency 135.279 ms 2023-09-30T17:33:11.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:11 smithi079 ceph-mon[110084]: pgmap v111: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-09-30T17:33:12.757 INFO:teuthology.orchestra.run.smithi008.stdout: 5 106219 8.10 MB/sec execute 227 sec latency 139.921 ms 2023-09-30T17:33:13.534 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:13 smithi008 ceph-mon[107412]: pgmap v112: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 508 op/s 2023-09-30T17:33:13.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:13 smithi079 ceph-mon[110084]: pgmap v112: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 508 op/s 2023-09-30T17:33:13.759 INFO:teuthology.orchestra.run.smithi008.stdout: 5 106470 8.10 MB/sec execute 228 sec latency 123.247 ms 2023-09-30T17:33:14.546 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:33:14.558 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:14 smithi008 ceph-mon[107412]: pgmap v113: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-09-30T17:33:14.759 INFO:teuthology.orchestra.run.smithi008.stdout: 5 106708 8.12 MB/sec execute 229 sec latency 142.114 ms 2023-09-30T17:33:14.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:14 smithi079 ceph-mon[110084]: pgmap v113: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-09-30T17:33:15.521 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:33:15.521 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 starting - - - - 2023-09-30T17:33:15.521 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (10m) 3m ago 10m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:33:15.521 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (9m) 3m ago 9m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:33:15.521 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 starting - - - - 2023-09-30T17:33:15.521 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (6m) 3m ago 6m 35.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (6m) 3m ago 6m 16.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (11m) 3m ago 11m 240M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (3m) 3m ago 9m 485M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (11m) 3m ago 11m 100M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (9m) 3m ago 9m 60.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (6m) 3m ago 6m 279M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (5m) 3m ago 5m 78.8M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 starting - - - - 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 starting - - - - 2023-09-30T17:33:15.522 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (9m) 3m ago 9m 696M 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:33:15.523 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (8m) 3m ago 8m 558M 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:33:15.523 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (8m) 3m ago 8m 340M 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:33:15.523 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (8m) 3m ago 8m 596M 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:33:15.523 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (7m) 3m ago 7m 553M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:33:15.523 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (7m) 3m ago 7m 586M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:33:15.523 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (7m) 3m ago 7m 641M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:33:15.523 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (7m) 3m ago 7m 960M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:33:15.523 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 starting - - - - 2023-09-30T17:33:15.759 INFO:teuthology.orchestra.run.smithi008.stdout: 5 106877 8.10 MB/sec execute 230 sec latency 137.008 ms 2023-09-30T17:33:16.114 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:33:16.114 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:33:16.115 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:33:16.116 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:33:16.116 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:33:16.116 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:33:16.116 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:33:16.116 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:33:16.611 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:33:16.611 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:33:16.611 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:33:16.611 INFO:teuthology.orchestra.run.smithi008.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T17:33:16.611 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:33:16.612 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T17:33:16.612 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T17:33:16.612 INFO:teuthology.orchestra.run.smithi008.stdout: "is_paused": false 2023-09-30T17:33:16.612 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:33:16.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:16 smithi008 ceph-mon[107412]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:16.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:16 smithi008 ceph-mon[107412]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:16.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:16 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2653612711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:33:16.767 INFO:teuthology.orchestra.run.smithi008.stdout: 5 107090 8.07 MB/sec execute 231 sec latency 134.851 ms 2023-09-30T17:33:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:16 smithi079 ceph-mon[110084]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:16 smithi079 ceph-mon[110084]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:16 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2653612711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:33:17.238 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_OK 2023-09-30T17:33:17.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:17 smithi008 ceph-mon[107412]: from='client.24663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:17.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:17 smithi008 ceph-mon[107412]: pgmap v114: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 533 op/s 2023-09-30T17:33:17.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:17 smithi008 ceph-mon[107412]: from='client.24671 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:17.638 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:17 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/722901290' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:33:17.767 INFO:teuthology.orchestra.run.smithi008.stdout: 5 107340 8.06 MB/sec execute 232 sec latency 131.796 ms 2023-09-30T17:33:17.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:17 smithi079 ceph-mon[110084]: from='client.24663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:17.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:17 smithi079 ceph-mon[110084]: pgmap v114: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 533 op/s 2023-09-30T17:33:17.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:17 smithi079 ceph-mon[110084]: from='client.24671 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:17.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:17 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/722901290' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:33:18.675 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:18 smithi008 ceph-mon[107412]: pgmap v115: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 357 op/s 2023-09-30T17:33:18.767 INFO:teuthology.orchestra.run.smithi008.stdout: 5 107577 8.05 MB/sec execute 233 sec latency 129.461 ms 2023-09-30T17:33:18.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:18 smithi079 ceph-mon[110084]: pgmap v115: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 357 op/s 2023-09-30T17:33:19.699 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:19.768 INFO:teuthology.orchestra.run.smithi008.stdout: 5 107798 8.04 MB/sec execute 234 sec latency 215.007 ms 2023-09-30T17:33:19.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:20.768 INFO:teuthology.orchestra.run.smithi008.stdout: 5 108109 8.04 MB/sec execute 235 sec latency 142.583 ms 2023-09-30T17:33:21.444 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:21 smithi008 ceph-mon[107412]: pgmap v116: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-09-30T17:33:21.768 INFO:teuthology.orchestra.run.smithi008.stdout: 5 108419 8.03 MB/sec execute 236 sec latency 127.764 ms 2023-09-30T17:33:21.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:21 smithi079 ceph-mon[110084]: pgmap v116: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-09-30T17:33:22.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:22 smithi008 ceph-mon[107412]: pgmap v117: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.3 MiB/s wr, 443 op/s 2023-09-30T17:33:22.768 INFO:teuthology.orchestra.run.smithi008.stdout: 5 108684 8.03 MB/sec execute 237 sec latency 107.791 ms 2023-09-30T17:33:22.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:22 smithi079 ceph-mon[110084]: pgmap v117: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.3 MiB/s wr, 443 op/s 2023-09-30T17:33:23.768 INFO:teuthology.orchestra.run.smithi008.stdout: 5 108992 8.03 MB/sec execute 238 sec latency 204.525 ms 2023-09-30T17:33:24.768 INFO:teuthology.orchestra.run.smithi008.stdout: 5 109196 8.02 MB/sec execute 239 sec latency 135.686 ms 2023-09-30T17:33:25.536 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:25 smithi008 ceph-mon[107412]: pgmap v118: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-09-30T17:33:25.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:25 smithi079 ceph-mon[110084]: pgmap v118: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-09-30T17:33:25.770 INFO:teuthology.orchestra.run.smithi008.stdout: 5 109569 8.05 MB/sec execute 240 sec latency 131.742 ms 2023-09-30T17:33:26.770 INFO:teuthology.orchestra.run.smithi008.stdout: 5 109887 8.05 MB/sec execute 241 sec latency 130.653 ms 2023-09-30T17:33:27.580 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:27 smithi008 ceph-mon[107412]: pgmap v119: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-09-30T17:33:27.770 INFO:teuthology.orchestra.run.smithi008.stdout: 5 110112 8.05 MB/sec execute 242 sec latency 137.392 ms 2023-09-30T17:33:27.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:27 smithi079 ceph-mon[110084]: pgmap v119: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-09-30T17:33:28.770 INFO:teuthology.orchestra.run.smithi008.stdout: 5 110297 8.04 MB/sec execute 243 sec latency 125.943 ms 2023-09-30T17:33:29.617 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:29 smithi008 ceph-mon[107412]: pgmap v120: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 317 op/s 2023-09-30T17:33:29.770 INFO:teuthology.orchestra.run.smithi008.stdout: 5 110502 8.02 MB/sec execute 244 sec latency 126.636 ms 2023-09-30T17:33:29.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:29 smithi079 ceph-mon[110084]: pgmap v120: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 317 op/s 2023-09-30T17:33:30.780 INFO:teuthology.orchestra.run.smithi008.stdout: 5 110850 8.02 MB/sec execute 245 sec latency 126.609 ms 2023-09-30T17:33:31.659 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:31 smithi008 ceph-mon[107412]: pgmap v121: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 416 op/s 2023-09-30T17:33:31.780 INFO:teuthology.orchestra.run.smithi008.stdout: 5 111150 8.02 MB/sec execute 246 sec latency 130.703 ms 2023-09-30T17:33:31.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:31 smithi079 ceph-mon[110084]: pgmap v121: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 416 op/s 2023-09-30T17:33:32.784 INFO:teuthology.orchestra.run.smithi008.stdout: 5 111401 8.00 MB/sec execute 247 sec latency 126.470 ms 2023-09-30T17:33:33.452 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:33 smithi008 ceph-mon[107412]: pgmap v122: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-09-30T17:33:33.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:33 smithi079 ceph-mon[110084]: pgmap v122: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-09-30T17:33:33.784 INFO:teuthology.orchestra.run.smithi008.stdout: 5 111725 8.00 MB/sec execute 248 sec latency 102.887 ms 2023-09-30T17:33:34.477 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:34 smithi008 ceph-mon[107412]: pgmap v123: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 316 op/s 2023-09-30T17:33:34.478 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:34.791 INFO:teuthology.orchestra.run.smithi008.stdout: 5 112107 8.00 MB/sec execute 249 sec latency 129.849 ms 2023-09-30T17:33:34.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:34 smithi079 ceph-mon[110084]: pgmap v123: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 316 op/s 2023-09-30T17:33:34.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:35.792 INFO:teuthology.orchestra.run.smithi008.stdout: 5 112420 8.01 MB/sec execute 250 sec latency 126.704 ms 2023-09-30T17:33:36.518 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:36 smithi008 ceph-mon[107412]: pgmap v124: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-09-30T17:33:36.792 INFO:teuthology.orchestra.run.smithi008.stdout: 5 112790 8.03 MB/sec execute 251 sec latency 132.010 ms 2023-09-30T17:33:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:36 smithi079 ceph-mon[110084]: pgmap v124: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-09-30T17:33:37.792 INFO:teuthology.orchestra.run.smithi008.stdout: 5 113122 8.05 MB/sec execute 252 sec latency 118.055 ms 2023-09-30T17:33:38.792 INFO:teuthology.orchestra.run.smithi008.stdout: 5 113386 8.05 MB/sec execute 253 sec latency 130.001 ms 2023-09-30T17:33:38.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:38 smithi008 ceph-mon[107412]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. 2023-09-30T17:33:38.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:38 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:38.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:38 smithi008 ceph-mon[107412]: pgmap v125: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-09-30T17:33:38.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:38 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:33:38.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:38 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:38.833 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:38 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:38 smithi079 ceph-mon[110084]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. 2023-09-30T17:33:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:38 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:38 smithi079 ceph-mon[110084]: pgmap v125: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-09-30T17:33:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:38 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:33:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:38 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:38 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:39.795 INFO:teuthology.orchestra.run.smithi008.stdout: 5 113601 8.04 MB/sec execute 254 sec latency 143.227 ms 2023-09-30T17:33:39.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:39 smithi079 ceph-mon[110084]: Health check failed: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-09-30T17:33:39.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:39 smithi008 ceph-mon[107412]: Health check failed: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-09-30T17:33:40.796 INFO:teuthology.orchestra.run.smithi008.stdout: 5 113788 8.03 MB/sec execute 255 sec latency 126.148 ms 2023-09-30T17:33:41.426 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:41 smithi008 ceph-mon[107412]: pgmap v126: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-09-30T17:33:41.426 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:41 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:41.426 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:41 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:41 smithi079 ceph-mon[110084]: pgmap v126: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-09-30T17:33:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:41 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:41.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:41 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:41.796 INFO:teuthology.orchestra.run.smithi008.stdout: 5 114015 8.02 MB/sec execute 256 sec latency 130.709 ms 2023-09-30T17:33:42.796 INFO:teuthology.orchestra.run.smithi008.stdout: 5 114303 8.01 MB/sec execute 257 sec latency 131.455 ms 2023-09-30T17:33:43.462 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:43 smithi008 ceph-mon[107412]: pgmap v127: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.6 MiB/s wr, 431 op/s 2023-09-30T17:33:43.744 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:43 smithi079 ceph-mon[110084]: pgmap v127: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.6 MiB/s wr, 431 op/s 2023-09-30T17:33:43.795 INFO:teuthology.orchestra.run.smithi008.stdout: 5 114562 8.00 MB/sec execute 258 sec latency 213.205 ms 2023-09-30T17:33:44.805 INFO:teuthology.orchestra.run.smithi008.stdout: 5 114920 8.01 MB/sec execute 259 sec latency 97.389 ms 2023-09-30T17:33:45.526 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:45 smithi008 ceph-mon[107412]: pgmap v128: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-09-30T17:33:45.805 INFO:teuthology.orchestra.run.smithi008.stdout: 5 115276 7.99 MB/sec execute 260 sec latency 126.885 ms 2023-09-30T17:33:45.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:45 smithi079 ceph-mon[110084]: pgmap v128: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-09-30T17:33:46.551 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:46 smithi008 ceph-mon[107412]: pgmap v129: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-09-30T17:33:46.810 INFO:teuthology.orchestra.run.smithi008.stdout: 5 115637 7.98 MB/sec execute 261 sec latency 126.763 ms 2023-09-30T17:33:46.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:46 smithi079 ceph-mon[110084]: pgmap v129: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-09-30T17:33:47.735 INFO:teuthology.orchestra.run.smithi008.stdout:true 2023-09-30T17:33:47.810 INFO:teuthology.orchestra.run.smithi008.stdout: 5 115896 8.00 MB/sec execute 262 sec latency 159.084 ms 2023-09-30T17:33:48.242 INFO:teuthology.orchestra.run.smithi008.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed." 2023-09-30T17:33:48.810 INFO:teuthology.orchestra.run.smithi008.stdout: 5 116260 8.01 MB/sec execute 263 sec latency 129.793 ms 2023-09-30T17:33:48.854 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:48 smithi008 ceph-mon[107412]: pgmap v130: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-09-30T17:33:48.854 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:48 smithi008 ceph-mon[107412]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:48.855 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:48 smithi008 ceph-mon[107412]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:48 smithi079 ceph-mon[110084]: pgmap v130: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-09-30T17:33:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:48 smithi079 ceph-mon[110084]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:48 smithi079 ceph-mon[110084]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:33:49.810 INFO:teuthology.orchestra.run.smithi008.stdout: 5 116663 8.03 MB/sec execute 264 sec latency 125.122 ms 2023-09-30T17:33:50.570 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:50 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:50.570 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:50 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:50.810 INFO:teuthology.orchestra.run.smithi008.stdout: 5 117008 8.05 MB/sec execute 265 sec latency 110.924 ms 2023-09-30T17:33:50.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:50 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:33:50.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:50 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:51.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:51 smithi008 ceph-mon[107412]: pgmap v131: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-09-30T17:33:51.814 INFO:teuthology.orchestra.run.smithi008.stdout: 5 117283 8.05 MB/sec execute 266 sec latency 118.368 ms 2023-09-30T17:33:51.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:51 smithi079 ceph-mon[110084]: pgmap v131: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-09-30T17:33:52.814 INFO:teuthology.orchestra.run.smithi008.stdout: 5 117528 8.04 MB/sec execute 267 sec latency 132.012 ms 2023-09-30T17:33:53.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:53 smithi008 ceph-mon[107412]: pgmap v132: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 538 op/s 2023-09-30T17:33:53.746 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:53 smithi079 ceph-mon[110084]: pgmap v132: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 538 op/s 2023-09-30T17:33:53.814 INFO:teuthology.orchestra.run.smithi008.stdout: 5 117754 8.03 MB/sec execute 268 sec latency 130.351 ms 2023-09-30T17:33:54.814 INFO:teuthology.orchestra.run.smithi008.stdout: 5 117993 8.02 MB/sec execute 269 sec latency 129.573 ms 2023-09-30T17:33:55.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:55 smithi008 ceph-mon[107412]: pgmap v133: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-09-30T17:33:55.815 INFO:teuthology.orchestra.run.smithi008.stdout: 5 118212 8.01 MB/sec execute 270 sec latency 143.126 ms 2023-09-30T17:33:55.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:55 smithi079 ceph-mon[110084]: pgmap v133: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-09-30T17:33:56.551 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:56 smithi008 ceph-mon[107412]: pgmap v134: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-09-30T17:33:56.815 INFO:teuthology.orchestra.run.smithi008.stdout: 5 118493 8.00 MB/sec execute 271 sec latency 147.945 ms 2023-09-30T17:33:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:56 smithi079 ceph-mon[110084]: pgmap v134: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-09-30T17:33:57.816 INFO:teuthology.orchestra.run.smithi008.stdout: 5 118885 8.00 MB/sec execute 272 sec latency 129.445 ms 2023-09-30T17:33:58.822 INFO:teuthology.orchestra.run.smithi008.stdout: 5 119160 7.98 MB/sec execute 273 sec latency 86.850 ms 2023-09-30T17:33:58.863 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:33:58 smithi008 ceph-mon[107412]: pgmap v135: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 361 op/s 2023-09-30T17:33:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:33:58 smithi079 ceph-mon[110084]: pgmap v135: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 361 op/s 2023-09-30T17:33:59.818 INFO:teuthology.orchestra.run.smithi008.stdout: 5 119501 8.00 MB/sec execute 274 sec latency 195.705 ms 2023-09-30T17:34:00.646 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:00 smithi008 ceph-mon[107412]: pgmap v136: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 361 op/s 2023-09-30T17:34:00.818 INFO:teuthology.orchestra.run.smithi008.stdout: 5 119841 8.01 MB/sec execute 275 sec latency 126.845 ms 2023-09-30T17:34:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:00 smithi079 ceph-mon[110084]: pgmap v136: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 361 op/s 2023-09-30T17:34:01.828 INFO:teuthology.orchestra.run.smithi008.stdout: 5 120252 8.04 MB/sec execute 276 sec latency 133.739 ms 2023-09-30T17:34:02.692 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:02 smithi008 ceph-mon[107412]: pgmap v137: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-09-30T17:34:02.828 INFO:teuthology.orchestra.run.smithi008.stdout: 5 120549 8.05 MB/sec execute 277 sec latency 134.682 ms 2023-09-30T17:34:03.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:02 smithi079 ceph-mon[110084]: pgmap v137: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-09-30T17:34:03.828 INFO:teuthology.orchestra.run.smithi008.stdout: 5 120748 8.04 MB/sec execute 278 sec latency 145.473 ms 2023-09-30T17:34:04.746 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:04 smithi008 ceph-mon[107412]: pgmap v138: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 352 op/s 2023-09-30T17:34:04.747 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:04.828 INFO:teuthology.orchestra.run.smithi008.stdout: 5 120998 8.03 MB/sec execute 279 sec latency 126.284 ms 2023-09-30T17:34:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:04 smithi079 ceph-mon[110084]: pgmap v138: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 352 op/s 2023-09-30T17:34:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:05.828 INFO:teuthology.orchestra.run.smithi008.stdout: 5 121303 8.03 MB/sec execute 280 sec latency 124.015 ms 2023-09-30T17:34:06.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:06 smithi008 ceph-mon[107412]: pgmap v139: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-09-30T17:34:06.838 INFO:teuthology.orchestra.run.smithi008.stdout: 5 121528 8.01 MB/sec execute 281 sec latency 137.043 ms 2023-09-30T17:34:06.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:06 smithi079 ceph-mon[110084]: pgmap v139: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-09-30T17:34:07.842 INFO:teuthology.orchestra.run.smithi008.stdout: 5 121792 8.02 MB/sec execute 282 sec latency 216.599 ms 2023-09-30T17:34:08.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:08 smithi008 ceph-mon[107412]: pgmap v140: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-09-30T17:34:08.845 INFO:teuthology.orchestra.run.smithi008.stdout: 5 122050 8.00 MB/sec execute 283 sec latency 123.855 ms 2023-09-30T17:34:09.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:08 smithi079 ceph-mon[110084]: pgmap v140: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-09-30T17:34:09.845 INFO:teuthology.orchestra.run.smithi008.stdout: 5 122359 7.99 MB/sec execute 284 sec latency 99.556 ms 2023-09-30T17:34:10.674 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:10 smithi008 ceph-mon[107412]: pgmap v141: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-09-30T17:34:10.855 INFO:teuthology.orchestra.run.smithi008.stdout: 5 122605 7.98 MB/sec execute 285 sec latency 126.638 ms 2023-09-30T17:34:11.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:10 smithi079 ceph-mon[110084]: pgmap v141: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-09-30T17:34:11.868 INFO:teuthology.orchestra.run.smithi008.stdout: 5 122818 7.96 MB/sec execute 286 sec latency 155.170 ms 2023-09-30T17:34:12.752 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:12 smithi008 ceph-mon[107412]: pgmap v142: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 527 op/s 2023-09-30T17:34:12.868 INFO:teuthology.orchestra.run.smithi008.stdout: 5 123027 7.97 MB/sec execute 287 sec latency 201.226 ms 2023-09-30T17:34:13.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:12 smithi079 ceph-mon[110084]: pgmap v142: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 527 op/s 2023-09-30T17:34:13.870 INFO:teuthology.orchestra.run.smithi008.stdout: 5 123326 7.98 MB/sec execute 288 sec latency 129.958 ms 2023-09-30T17:34:14.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:14 smithi008 ceph-mon[107412]: pgmap v143: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 340 op/s 2023-09-30T17:34:14.870 INFO:teuthology.orchestra.run.smithi008.stdout: 5 123678 8.00 MB/sec execute 289 sec latency 204.835 ms 2023-09-30T17:34:15.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:14 smithi079 ceph-mon[110084]: pgmap v143: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 340 op/s 2023-09-30T17:34:15.870 INFO:teuthology.orchestra.run.smithi008.stdout: 5 124011 8.01 MB/sec execute 290 sec latency 129.573 ms 2023-09-30T17:34:16.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:16 smithi008 ceph-mon[107412]: pgmap v144: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-09-30T17:34:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:16 smithi079 ceph-mon[110084]: pgmap v144: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-09-30T17:34:16.876 INFO:teuthology.orchestra.run.smithi008.stdout: 5 124193 8.00 MB/sec execute 291 sec latency 129.187 ms 2023-09-30T17:34:17.878 INFO:teuthology.orchestra.run.smithi008.stdout: 5 124386 7.98 MB/sec execute 292 sec latency 126.683 ms 2023-09-30T17:34:18.880 INFO:teuthology.orchestra.run.smithi008.stdout: 5 124730 7.98 MB/sec execute 293 sec latency 105.734 ms 2023-09-30T17:34:18.881 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:18 smithi008 ceph-mon[107412]: pgmap v145: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-09-30T17:34:19.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:18 smithi079 ceph-mon[110084]: pgmap v145: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-09-30T17:34:19.886 INFO:teuthology.orchestra.run.smithi008.stdout: 5 124950 7.97 MB/sec execute 294 sec latency 129.462 ms 2023-09-30T17:34:19.909 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:20.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:20.692 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:20 smithi008 ceph-mon[107412]: pgmap v146: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-09-30T17:34:20.888 INFO:teuthology.orchestra.run.smithi008.stdout: 5 125226 7.97 MB/sec execute 295 sec latency 110.115 ms 2023-09-30T17:34:21.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:20 smithi079 ceph-mon[110084]: pgmap v146: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-09-30T17:34:21.895 INFO:teuthology.orchestra.run.smithi008.stdout: 5 125538 7.98 MB/sec execute 296 sec latency 131.974 ms 2023-09-30T17:34:22.746 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:22 smithi008 ceph-mon[107412]: pgmap v147: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-09-30T17:34:22.895 INFO:teuthology.orchestra.run.smithi008.stdout: 5 125894 7.96 MB/sec execute 297 sec latency 129.566 ms 2023-09-30T17:34:23.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:22 smithi079 ceph-mon[110084]: pgmap v147: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-09-30T17:34:23.897 INFO:teuthology.orchestra.run.smithi008.stdout: 5 126172 7.94 MB/sec execute 298 sec latency 126.870 ms 2023-09-30T17:34:24.776 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:24 smithi008 ceph-mon[107412]: pgmap v148: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 316 op/s 2023-09-30T17:34:24.896 INFO:teuthology.orchestra.run.smithi008.stdout: 5 126419 7.95 MB/sec execute 299 sec latency 145.680 ms 2023-09-30T17:34:25.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:24 smithi079 ceph-mon[110084]: pgmap v148: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 316 op/s 2023-09-30T17:34:25.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 126714 7.96 MB/sec execute 300 sec latency 137.041 ms 2023-09-30T17:34:26.598 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:26 smithi008 ceph-mon[107412]: pgmap v149: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 492 op/s 2023-09-30T17:34:27.256 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:26 smithi079 ceph-mon[110084]: pgmap v149: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 492 op/s 2023-09-30T17:34:27.256 INFO:teuthology.orchestra.run.smithi008.stdout: 5 127056 7.98 MB/sec execute 301 sec latency 143.329 ms 2023-09-30T17:34:27.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 127349 7.99 MB/sec execute 302 sec latency 120.967 ms 2023-09-30T17:34:28.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:28 smithi008 ceph-mon[107412]: pgmap v150: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 337 op/s 2023-09-30T17:34:28.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 127600 7.99 MB/sec execute 303 sec latency 129.633 ms 2023-09-30T17:34:29.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:28 smithi079 ceph-mon[110084]: pgmap v150: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 337 op/s 2023-09-30T17:34:29.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 127814 7.97 MB/sec execute 304 sec latency 120.011 ms 2023-09-30T17:34:30.713 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:30 smithi008 ceph-mon[107412]: pgmap v151: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 337 op/s 2023-09-30T17:34:30.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 128026 7.96 MB/sec execute 305 sec latency 126.823 ms 2023-09-30T17:34:31.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:30 smithi079 ceph-mon[110084]: pgmap v151: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 337 op/s 2023-09-30T17:34:31.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 128299 7.95 MB/sec execute 306 sec latency 145.876 ms 2023-09-30T17:34:32.824 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:32 smithi008 ceph-mon[107412]: pgmap v152: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-09-30T17:34:32.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 128574 7.95 MB/sec execute 307 sec latency 126.923 ms 2023-09-30T17:34:33.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:32 smithi079 ceph-mon[110084]: pgmap v152: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-09-30T17:34:33.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 128827 7.95 MB/sec execute 308 sec latency 120.617 ms 2023-09-30T17:34:34.883 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:34 smithi008 ceph-mon[107412]: pgmap v153: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-09-30T17:34:34.883 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:34.902 INFO:teuthology.orchestra.run.smithi008.stdout: 5 129099 7.94 MB/sec execute 309 sec latency 123.421 ms 2023-09-30T17:34:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:34 smithi079 ceph-mon[110084]: pgmap v153: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-09-30T17:34:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:35.911 INFO:teuthology.orchestra.run.smithi008.stdout: 5 129373 7.94 MB/sec execute 310 sec latency 126.449 ms 2023-09-30T17:34:36.691 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:36 smithi008 ceph-mon[107412]: pgmap v154: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 498 op/s 2023-09-30T17:34:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:36 smithi079 ceph-mon[110084]: pgmap v154: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 498 op/s 2023-09-30T17:34:36.911 INFO:teuthology.orchestra.run.smithi008.stdout: 5 129629 7.92 MB/sec execute 311 sec latency 126.978 ms 2023-09-30T17:34:37.911 INFO:teuthology.orchestra.run.smithi008.stdout: 5 129934 7.92 MB/sec execute 312 sec latency 142.982 ms 2023-09-30T17:34:38.767 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:38 smithi008 ceph-mon[107412]: pgmap v155: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-09-30T17:34:38.911 INFO:teuthology.orchestra.run.smithi008.stdout: 5 130182 7.92 MB/sec execute 313 sec latency 133.896 ms 2023-09-30T17:34:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:38 smithi079 ceph-mon[110084]: pgmap v155: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-09-30T17:34:39.911 INFO:teuthology.orchestra.run.smithi008.stdout: 5 130471 7.94 MB/sec execute 314 sec latency 136.788 ms 2023-09-30T17:34:40.789 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:40 smithi008 ceph-mon[107412]: pgmap v156: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-09-30T17:34:40.911 INFO:teuthology.orchestra.run.smithi008.stdout: 5 130769 7.95 MB/sec execute 315 sec latency 126.691 ms 2023-09-30T17:34:41.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:40 smithi079 ceph-mon[110084]: pgmap v156: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-09-30T17:34:41.911 INFO:teuthology.orchestra.run.smithi008.stdout: 5 131074 7.96 MB/sec execute 316 sec latency 129.516 ms 2023-09-30T17:34:42.828 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:42 smithi008 ceph-mon[107412]: pgmap v157: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.2 MiB/s wr, 483 op/s 2023-09-30T17:34:42.917 INFO:teuthology.orchestra.run.smithi008.stdout: 5 131271 7.94 MB/sec execute 317 sec latency 127.352 ms 2023-09-30T17:34:43.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:42 smithi079 ceph-mon[110084]: pgmap v157: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.2 MiB/s wr, 483 op/s 2023-09-30T17:34:43.917 INFO:teuthology.orchestra.run.smithi008.stdout: 5 131483 7.93 MB/sec execute 318 sec latency 145.606 ms 2023-09-30T17:34:44.862 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:44 smithi008 ceph-mon[107412]: pgmap v158: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-09-30T17:34:44.917 INFO:teuthology.orchestra.run.smithi008.stdout: 5 131686 7.91 MB/sec execute 319 sec latency 143.152 ms 2023-09-30T17:34:45.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:44 smithi079 ceph-mon[110084]: pgmap v158: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-09-30T17:34:45.918 INFO:teuthology.orchestra.run.smithi008.stdout: 5 131902 7.91 MB/sec execute 320 sec latency 143.260 ms 2023-09-30T17:34:46.691 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:46 smithi008 ceph-mon[107412]: pgmap v159: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-09-30T17:34:46.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:46 smithi079 ceph-mon[110084]: pgmap v159: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-09-30T17:34:46.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 132133 7.89 MB/sec execute 321 sec latency 118.631 ms 2023-09-30T17:34:47.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 132438 7.91 MB/sec execute 322 sec latency 86.322 ms 2023-09-30T17:34:48.721 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:48 smithi008 ceph-mon[107412]: pgmap v160: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 304 op/s 2023-09-30T17:34:48.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 132696 7.90 MB/sec execute 323 sec latency 126.526 ms 2023-09-30T17:34:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:48 smithi079 ceph-mon[110084]: pgmap v160: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 304 op/s 2023-09-30T17:34:49.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:49.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 132993 7.88 MB/sec execute 324 sec latency 116.101 ms 2023-09-30T17:34:50.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:50.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:50 smithi008 ceph-mon[107412]: pgmap v161: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 304 op/s 2023-09-30T17:34:50.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 133258 7.87 MB/sec execute 325 sec latency 100.013 ms 2023-09-30T17:34:51.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:50 smithi079 ceph-mon[110084]: pgmap v161: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 304 op/s 2023-09-30T17:34:51.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 133568 7.89 MB/sec execute 326 sec latency 138.449 ms 2023-09-30T17:34:52.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:52 smithi008 ceph-mon[107412]: pgmap v162: 97 pgs: 97 active+clean; 342 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-09-30T17:34:52.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 133868 7.89 MB/sec execute 327 sec latency 134.471 ms 2023-09-30T17:34:53.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:52 smithi079 ceph-mon[110084]: pgmap v162: 97 pgs: 97 active+clean; 342 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-09-30T17:34:53.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 134270 7.92 MB/sec execute 328 sec latency 105.854 ms 2023-09-30T17:34:54.847 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:54 smithi008 ceph-mon[107412]: pgmap v163: 97 pgs: 97 active+clean; 342 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2023-09-30T17:34:54.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 134649 7.94 MB/sec execute 329 sec latency 134.744 ms 2023-09-30T17:34:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:54 smithi079 ceph-mon[110084]: pgmap v163: 97 pgs: 97 active+clean; 342 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2023-09-30T17:34:55.920 INFO:teuthology.orchestra.run.smithi008.stdout: 5 134848 7.92 MB/sec execute 330 sec latency 121.000 ms 2023-09-30T17:34:56.640 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:56 smithi008 ceph-mon[107412]: pgmap v164: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-09-30T17:34:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:56 smithi079 ceph-mon[110084]: pgmap v164: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-09-30T17:34:56.929 INFO:teuthology.orchestra.run.smithi008.stdout: 5 135101 7.92 MB/sec execute 332 sec latency 126.489 ms 2023-09-30T17:34:57.932 INFO:teuthology.orchestra.run.smithi008.stdout: 5 135400 7.91 MB/sec execute 333 sec latency 123.854 ms 2023-09-30T17:34:58.677 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:34:58 smithi008 ceph-mon[107412]: pgmap v165: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-09-30T17:34:58.948 INFO:teuthology.orchestra.run.smithi008.stdout: 5 135719 7.91 MB/sec execute 334 sec latency 127.005 ms 2023-09-30T17:34:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:34:58 smithi079 ceph-mon[110084]: pgmap v165: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-09-30T17:34:59.948 INFO:teuthology.orchestra.run.smithi008.stdout: 5 136022 7.91 MB/sec execute 335 sec latency 109.653 ms 2023-09-30T17:35:00.689 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:00 smithi008 ceph-mon[107412]: pgmap v166: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-09-30T17:35:00.951 INFO:teuthology.orchestra.run.smithi008.stdout: 5 136387 7.91 MB/sec execute 336 sec latency 129.925 ms 2023-09-30T17:35:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:00 smithi079 ceph-mon[110084]: pgmap v166: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-09-30T17:35:01.951 INFO:teuthology.orchestra.run.smithi008.stdout: 5 136774 7.90 MB/sec execute 337 sec latency 129.618 ms 2023-09-30T17:35:02.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:02 smithi008 ceph-mon[107412]: pgmap v167: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-09-30T17:35:02.951 INFO:teuthology.orchestra.run.smithi008.stdout: 5 137033 7.90 MB/sec execute 338 sec latency 130.422 ms 2023-09-30T17:35:03.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:02 smithi079 ceph-mon[110084]: pgmap v167: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-09-30T17:35:03.951 INFO:teuthology.orchestra.run.smithi008.stdout: 5 137309 7.91 MB/sec execute 339 sec latency 140.974 ms 2023-09-30T17:35:04.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:04 smithi008 ceph-mon[107412]: pgmap v168: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 379 op/s 2023-09-30T17:35:04.832 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:04.951 INFO:teuthology.orchestra.run.smithi008.stdout: 5 137660 7.93 MB/sec execute 340 sec latency 135.527 ms 2023-09-30T17:35:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:04 smithi079 ceph-mon[110084]: pgmap v168: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 379 op/s 2023-09-30T17:35:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:05.953 INFO:teuthology.orchestra.run.smithi008.stdout: 5 138015 7.95 MB/sec execute 341 sec latency 123.749 ms 2023-09-30T17:35:06.632 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:06 smithi008 ceph-mon[107412]: pgmap v169: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.1 MiB/s wr, 563 op/s 2023-09-30T17:35:06.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:06 smithi079 ceph-mon[110084]: pgmap v169: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.1 MiB/s wr, 563 op/s 2023-09-30T17:35:06.956 INFO:teuthology.orchestra.run.smithi008.stdout: 5 138302 7.94 MB/sec execute 342 sec latency 130.061 ms 2023-09-30T17:35:07.956 INFO:teuthology.orchestra.run.smithi008.stdout: 5 138504 7.93 MB/sec execute 343 sec latency 124.225 ms 2023-09-30T17:35:08.667 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:08 smithi008 ceph-mon[107412]: pgmap v170: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T17:35:08.960 INFO:teuthology.orchestra.run.smithi008.stdout: 5 138771 7.92 MB/sec execute 344 sec latency 117.886 ms 2023-09-30T17:35:09.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:08 smithi079 ceph-mon[110084]: pgmap v170: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T17:35:09.960 INFO:teuthology.orchestra.run.smithi008.stdout: 5 139025 7.91 MB/sec execute 345 sec latency 120.909 ms 2023-09-30T17:35:10.743 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:10 smithi008 ceph-mon[107412]: pgmap v171: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T17:35:10.960 INFO:teuthology.orchestra.run.smithi008.stdout: 5 139254 7.90 MB/sec execute 346 sec latency 137.456 ms 2023-09-30T17:35:11.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:10 smithi079 ceph-mon[110084]: pgmap v171: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T17:35:11.960 INFO:teuthology.orchestra.run.smithi008.stdout: 5 139616 7.93 MB/sec execute 347 sec latency 126.440 ms 2023-09-30T17:35:12.783 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:12 smithi008 ceph-mon[107412]: pgmap v172: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-09-30T17:35:12.962 INFO:teuthology.orchestra.run.smithi008.stdout: 5 139925 7.91 MB/sec execute 348 sec latency 124.614 ms 2023-09-30T17:35:13.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:12 smithi079 ceph-mon[110084]: pgmap v172: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-09-30T17:35:13.962 INFO:teuthology.orchestra.run.smithi008.stdout: 5 140288 7.90 MB/sec execute 349 sec latency 115.152 ms 2023-09-30T17:35:14.795 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:14 smithi008 ceph-mon[107412]: pgmap v173: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-09-30T17:35:14.962 INFO:teuthology.orchestra.run.smithi008.stdout: 5 140529 7.90 MB/sec execute 350 sec latency 132.621 ms 2023-09-30T17:35:15.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:14 smithi079 ceph-mon[110084]: pgmap v173: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-09-30T17:35:15.963 INFO:teuthology.orchestra.run.smithi008.stdout: 5 140834 7.91 MB/sec execute 351 sec latency 210.496 ms 2023-09-30T17:35:16.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:16 smithi008 ceph-mon[107412]: pgmap v174: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 538 op/s 2023-09-30T17:35:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:16 smithi079 ceph-mon[110084]: pgmap v174: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 538 op/s 2023-09-30T17:35:16.967 INFO:teuthology.orchestra.run.smithi008.stdout: 5 141163 7.93 MB/sec execute 352 sec latency 207.138 ms 2023-09-30T17:35:17.967 INFO:teuthology.orchestra.run.smithi008.stdout: 5 141477 7.94 MB/sec execute 353 sec latency 159.440 ms 2023-09-30T17:35:18.681 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:18 smithi008 ceph-mon[107412]: pgmap v175: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-09-30T17:35:18.967 INFO:teuthology.orchestra.run.smithi008.stdout: 5 141676 7.94 MB/sec execute 354 sec latency 123.642 ms 2023-09-30T17:35:19.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:18 smithi079 ceph-mon[110084]: pgmap v175: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-09-30T17:35:19.706 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:19.967 INFO:teuthology.orchestra.run.smithi008.stdout: 5 141830 7.92 MB/sec execute 355 sec latency 126.595 ms 2023-09-30T17:35:20.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:20.733 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:20 smithi008 ceph-mon[107412]: pgmap v176: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-09-30T17:35:20.967 INFO:teuthology.orchestra.run.smithi008.stdout: 5 142016 7.90 MB/sec execute 356 sec latency 138.116 ms 2023-09-30T17:35:21.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:20 smithi079 ceph-mon[110084]: pgmap v176: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-09-30T17:35:21.970 INFO:teuthology.orchestra.run.smithi008.stdout: 5 142313 7.89 MB/sec execute 357 sec latency 86.797 ms 2023-09-30T17:35:22.787 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:22 smithi008 ceph-mon[107412]: pgmap v177: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 497 op/s 2023-09-30T17:35:22.971 INFO:teuthology.orchestra.run.smithi008.stdout: 5 142537 7.88 MB/sec execute 358 sec latency 163.926 ms 2023-09-30T17:35:23.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:22 smithi079 ceph-mon[110084]: pgmap v177: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 497 op/s 2023-09-30T17:35:23.971 INFO:teuthology.orchestra.run.smithi008.stdout: 5 142855 7.89 MB/sec execute 359 sec latency 135.613 ms 2023-09-30T17:35:24.828 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:24 smithi008 ceph-mon[107412]: pgmap v178: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-09-30T17:35:24.971 INFO:teuthology.orchestra.run.smithi008.stdout: 5 143201 7.91 MB/sec execute 360 sec latency 131.691 ms 2023-09-30T17:35:25.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:24 smithi079 ceph-mon[110084]: pgmap v178: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-09-30T17:35:25.977 INFO:teuthology.orchestra.run.smithi008.stdout: 5 143559 7.89 MB/sec execute 361 sec latency 122.073 ms 2023-09-30T17:35:26.586 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:26 smithi008 ceph-mon[107412]: pgmap v179: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 509 op/s 2023-09-30T17:35:26.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:26 smithi079 ceph-mon[110084]: pgmap v179: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 509 op/s 2023-09-30T17:35:26.977 INFO:teuthology.orchestra.run.smithi008.stdout: 5 143859 7.88 MB/sec execute 362 sec latency 120.799 ms 2023-09-30T17:35:27.978 INFO:teuthology.orchestra.run.smithi008.stdout: 5 144129 7.89 MB/sec execute 363 sec latency 152.504 ms 2023-09-30T17:35:28.670 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:28 smithi008 ceph-mon[107412]: pgmap v180: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-09-30T17:35:28.978 INFO:teuthology.orchestra.run.smithi008.stdout: 5 144503 7.91 MB/sec execute 364 sec latency 129.138 ms 2023-09-30T17:35:29.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:28 smithi079 ceph-mon[110084]: pgmap v180: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-09-30T17:35:29.978 INFO:teuthology.orchestra.run.smithi008.stdout: 5 144741 7.90 MB/sec execute 365 sec latency 119.940 ms 2023-09-30T17:35:30.825 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:30 smithi008 ceph-mon[107412]: pgmap v181: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-09-30T17:35:30.978 INFO:teuthology.orchestra.run.smithi008.stdout: 5 144953 7.91 MB/sec execute 366 sec latency 127.320 ms 2023-09-30T17:35:31.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:30 smithi079 ceph-mon[110084]: pgmap v181: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-09-30T17:35:31.986 INFO:teuthology.orchestra.run.smithi008.stdout: 5 145177 7.91 MB/sec execute 367 sec latency 134.658 ms 2023-09-30T17:35:32.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:32 smithi008 ceph-mon[107412]: pgmap v182: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 494 op/s 2023-09-30T17:35:32.986 INFO:teuthology.orchestra.run.smithi008.stdout: 5 145333 7.90 MB/sec execute 368 sec latency 124.354 ms 2023-09-30T17:35:33.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:32 smithi079 ceph-mon[110084]: pgmap v182: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 494 op/s 2023-09-30T17:35:33.996 INFO:teuthology.orchestra.run.smithi008.stdout: 5 145540 7.88 MB/sec execute 369 sec latency 144.489 ms 2023-09-30T17:35:34.730 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:34 smithi008 ceph-mon[107412]: pgmap v183: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-09-30T17:35:34.730 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:34.996 INFO:teuthology.orchestra.run.smithi008.stdout: 5 145788 7.87 MB/sec execute 370 sec latency 121.864 ms 2023-09-30T17:35:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:34 smithi079 ceph-mon[110084]: pgmap v183: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-09-30T17:35:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:35.996 INFO:teuthology.orchestra.run.smithi008.stdout: 5 145955 7.85 MB/sec execute 371 sec latency 123.648 ms 2023-09-30T17:35:36.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:36 smithi008 ceph-mon[107412]: pgmap v184: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 476 op/s 2023-09-30T17:35:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:36 smithi079 ceph-mon[110084]: pgmap v184: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 476 op/s 2023-09-30T17:35:36.997 INFO:teuthology.orchestra.run.smithi008.stdout: 5 146198 7.86 MB/sec execute 372 sec latency 127.638 ms 2023-09-30T17:35:37.996 INFO:teuthology.orchestra.run.smithi008.stdout: 5 146423 7.85 MB/sec execute 373 sec latency 123.950 ms 2023-09-30T17:35:38.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:38 smithi008 ceph-mon[107412]: pgmap v185: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 294 op/s 2023-09-30T17:35:39.006 INFO:teuthology.orchestra.run.smithi008.stdout: 5 146775 7.86 MB/sec execute 374 sec latency 138.165 ms 2023-09-30T17:35:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:38 smithi079 ceph-mon[110084]: pgmap v185: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 294 op/s 2023-09-30T17:35:40.006 INFO:teuthology.orchestra.run.smithi008.stdout: 5 147184 7.86 MB/sec execute 375 sec latency 129.812 ms 2023-09-30T17:35:40.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:40 smithi008 ceph-mon[107412]: pgmap v186: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 294 op/s 2023-09-30T17:35:41.007 INFO:teuthology.orchestra.run.smithi008.stdout: 5 147424 7.84 MB/sec execute 376 sec latency 125.732 ms 2023-09-30T17:35:41.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:40 smithi079 ceph-mon[110084]: pgmap v186: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 294 op/s 2023-09-30T17:35:42.006 INFO:teuthology.orchestra.run.smithi008.stdout: 5 147773 7.86 MB/sec execute 377 sec latency 133.150 ms 2023-09-30T17:35:42.949 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:42 smithi008 ceph-mon[107412]: pgmap v187: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-09-30T17:35:43.007 INFO:teuthology.orchestra.run.smithi008.stdout: 5 148131 7.87 MB/sec execute 378 sec latency 134.326 ms 2023-09-30T17:35:43.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:42 smithi079 ceph-mon[110084]: pgmap v187: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-09-30T17:35:44.007 INFO:teuthology.orchestra.run.smithi008.stdout: 5 148480 7.88 MB/sec execute 379 sec latency 110.224 ms 2023-09-30T17:35:44.742 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:44 smithi008 ceph-mon[107412]: pgmap v188: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 302 op/s 2023-09-30T17:35:45.007 INFO:teuthology.orchestra.run.smithi008.stdout: 5 148774 7.90 MB/sec execute 380 sec latency 110.511 ms 2023-09-30T17:35:45.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:44 smithi079 ceph-mon[110084]: pgmap v188: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 302 op/s 2023-09-30T17:35:46.007 INFO:teuthology.orchestra.run.smithi008.stdout: 5 148979 7.88 MB/sec execute 381 sec latency 135.552 ms 2023-09-30T17:35:46.526 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:46 smithi008 ceph-mon[107412]: pgmap v189: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-09-30T17:35:46.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:46 smithi079 ceph-mon[110084]: pgmap v189: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-09-30T17:35:47.007 INFO:teuthology.orchestra.run.smithi008.stdout: 5 149242 7.87 MB/sec execute 382 sec latency 108.213 ms 2023-09-30T17:35:48.008 INFO:teuthology.orchestra.run.smithi008.stdout: 5 149465 7.86 MB/sec execute 383 sec latency 141.731 ms 2023-09-30T17:35:48.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:48 smithi008 ceph-mon[107412]: pgmap v190: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-09-30T17:35:49.008 INFO:teuthology.orchestra.run.smithi008.stdout: 5 149661 7.84 MB/sec execute 384 sec latency 201.836 ms 2023-09-30T17:35:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:48 smithi079 ceph-mon[110084]: pgmap v190: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-09-30T17:35:49.854 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:50.008 INFO:teuthology.orchestra.run.smithi008.stdout: 5 149971 7.85 MB/sec execute 385 sec latency 143.369 ms 2023-09-30T17:35:50.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:50.884 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:50 smithi008 ceph-mon[107412]: pgmap v191: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-09-30T17:35:51.016 INFO:teuthology.orchestra.run.smithi008.stdout: 5 150368 7.86 MB/sec execute 386 sec latency 148.795 ms 2023-09-30T17:35:51.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:50 smithi079 ceph-mon[110084]: pgmap v191: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-09-30T17:35:52.022 INFO:teuthology.orchestra.run.smithi008.stdout: 5 150752 7.85 MB/sec execute 387 sec latency 129.350 ms 2023-09-30T17:35:52.939 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:52 smithi008 ceph-mon[107412]: pgmap v192: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-09-30T17:35:53.031 INFO:teuthology.orchestra.run.smithi008.stdout: 5 151063 7.86 MB/sec execute 388 sec latency 127.105 ms 2023-09-30T17:35:53.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:52 smithi079 ceph-mon[110084]: pgmap v192: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-09-30T17:35:54.031 INFO:teuthology.orchestra.run.smithi008.stdout: 5 151303 7.86 MB/sec execute 389 sec latency 164.831 ms 2023-09-30T17:35:54.737 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:54 smithi008 ceph-mon[107412]: pgmap v193: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-09-30T17:35:55.031 INFO:teuthology.orchestra.run.smithi008.stdout: 5 151569 7.87 MB/sec execute 390 sec latency 215.358 ms 2023-09-30T17:35:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:54 smithi079 ceph-mon[110084]: pgmap v193: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-09-30T17:35:56.031 INFO:teuthology.orchestra.run.smithi008.stdout: 5 151822 7.88 MB/sec execute 391 sec latency 162.384 ms 2023-09-30T17:35:56.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:56 smithi008 ceph-mon[107412]: pgmap v194: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 524 op/s 2023-09-30T17:35:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:56 smithi079 ceph-mon[110084]: pgmap v194: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 524 op/s 2023-09-30T17:35:57.031 INFO:teuthology.orchestra.run.smithi008.stdout: 5 151993 7.87 MB/sec execute 392 sec latency 128.260 ms 2023-09-30T17:35:58.031 INFO:teuthology.orchestra.run.smithi008.stdout: 5 152184 7.87 MB/sec execute 393 sec latency 127.909 ms 2023-09-30T17:35:58.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:35:58 smithi008 ceph-mon[107412]: pgmap v195: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-09-30T17:35:59.031 INFO:teuthology.orchestra.run.smithi008.stdout: 5 152310 7.85 MB/sec execute 394 sec latency 133.798 ms 2023-09-30T17:35:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:35:58 smithi079 ceph-mon[110084]: pgmap v195: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-09-30T17:36:00.031 INFO:teuthology.orchestra.run.smithi008.stdout: 5 152572 7.85 MB/sec execute 395 sec latency 126.573 ms 2023-09-30T17:36:00.891 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:00 smithi008 ceph-mon[107412]: pgmap v196: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-09-30T17:36:01.036 INFO:teuthology.orchestra.run.smithi008.stdout: 5 152763 7.84 MB/sec execute 396 sec latency 138.802 ms 2023-09-30T17:36:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:00 smithi079 ceph-mon[110084]: pgmap v196: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-09-30T17:36:02.036 INFO:teuthology.orchestra.run.smithi008.stdout: 5 153073 7.83 MB/sec execute 397 sec latency 127.080 ms 2023-09-30T17:36:02.731 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:02 smithi008 ceph-mon[107412]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-09-30T17:36:03.036 INFO:teuthology.orchestra.run.smithi008.stdout: 5 153425 7.82 MB/sec execute 398 sec latency 123.616 ms 2023-09-30T17:36:03.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:02 smithi079 ceph-mon[110084]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-09-30T17:36:04.036 INFO:teuthology.orchestra.run.smithi008.stdout: 5 153724 7.82 MB/sec execute 399 sec latency 123.630 ms 2023-09-30T17:36:04.767 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:04 smithi008 ceph-mon[107412]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.4 MiB/s wr, 301 op/s 2023-09-30T17:36:04.768 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:05.042 INFO:teuthology.orchestra.run.smithi008.stdout: 5 153973 7.82 MB/sec execute 400 sec latency 149.063 ms 2023-09-30T17:36:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:04 smithi079 ceph-mon[110084]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.4 MiB/s wr, 301 op/s 2023-09-30T17:36:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:06.042 INFO:teuthology.orchestra.run.smithi008.stdout: 5 154350 7.83 MB/sec execute 401 sec latency 127.801 ms 2023-09-30T17:36:06.558 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:06 smithi008 ceph-mon[107412]: pgmap v199: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 483 op/s 2023-09-30T17:36:06.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:06 smithi079 ceph-mon[110084]: pgmap v199: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 483 op/s 2023-09-30T17:36:07.042 INFO:teuthology.orchestra.run.smithi008.stdout: 5 154704 7.84 MB/sec execute 402 sec latency 126.859 ms 2023-09-30T17:36:08.042 INFO:teuthology.orchestra.run.smithi008.stdout: 5 154979 7.84 MB/sec execute 403 sec latency 123.520 ms 2023-09-30T17:36:08.843 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:08 smithi008 ceph-mon[107412]: pgmap v200: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 309 op/s 2023-09-30T17:36:09.042 INFO:teuthology.orchestra.run.smithi008.stdout: 5 155202 7.84 MB/sec execute 404 sec latency 127.255 ms 2023-09-30T17:36:09.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:08 smithi079 ceph-mon[110084]: pgmap v200: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 309 op/s 2023-09-30T17:36:10.044 INFO:teuthology.orchestra.run.smithi008.stdout: 5 155485 7.85 MB/sec execute 405 sec latency 129.062 ms 2023-09-30T17:36:10.898 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:10 smithi008 ceph-mon[107412]: pgmap v201: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 309 op/s 2023-09-30T17:36:11.058 INFO:teuthology.orchestra.run.smithi008.stdout: 5 155775 7.84 MB/sec execute 406 sec latency 130.019 ms 2023-09-30T17:36:11.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:10 smithi079 ceph-mon[110084]: pgmap v201: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 309 op/s 2023-09-30T17:36:12.058 INFO:teuthology.orchestra.run.smithi008.stdout: 5 155980 7.84 MB/sec execute 407 sec latency 142.737 ms 2023-09-30T17:36:12.945 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:12 smithi008 ceph-mon[107412]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2023-09-30T17:36:13.058 INFO:teuthology.orchestra.run.smithi008.stdout: 5 156167 7.83 MB/sec execute 408 sec latency 136.281 ms 2023-09-30T17:36:13.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:12 smithi079 ceph-mon[110084]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2023-09-30T17:36:14.067 INFO:teuthology.orchestra.run.smithi008.stdout: 5 156341 7.82 MB/sec execute 409 sec latency 153.604 ms 2023-09-30T17:36:14.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:14 smithi008 ceph-mon[107412]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-09-30T17:36:15.067 INFO:teuthology.orchestra.run.smithi008.stdout: 5 156618 7.82 MB/sec execute 410 sec latency 118.144 ms 2023-09-30T17:36:15.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:14 smithi079 ceph-mon[110084]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-09-30T17:36:16.073 INFO:teuthology.orchestra.run.smithi008.stdout: 5 156919 7.80 MB/sec execute 411 sec latency 82.948 ms 2023-09-30T17:36:16.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:16 smithi008 ceph-mon[107412]: pgmap v204: 97 pgs: 97 active+clean; 342 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 492 op/s 2023-09-30T17:36:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:16 smithi079 ceph-mon[110084]: pgmap v204: 97 pgs: 97 active+clean; 342 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 492 op/s 2023-09-30T17:36:17.073 INFO:teuthology.orchestra.run.smithi008.stdout: 5 157171 7.80 MB/sec execute 412 sec latency 132.283 ms 2023-09-30T17:36:18.073 INFO:teuthology.orchestra.run.smithi008.stdout: 5 157453 7.80 MB/sec execute 413 sec latency 142.004 ms 2023-09-30T17:36:18.862 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:18 smithi008 ceph-mon[107412]: pgmap v205: 97 pgs: 97 active+clean; 342 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-09-30T17:36:19.073 INFO:teuthology.orchestra.run.smithi008.stdout: 5 157740 7.81 MB/sec execute 414 sec latency 103.409 ms 2023-09-30T17:36:19.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:18 smithi079 ceph-mon[110084]: pgmap v205: 97 pgs: 97 active+clean; 342 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-09-30T17:36:19.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:20.081 INFO:teuthology.orchestra.run.smithi008.stdout: 5 158114 7.82 MB/sec execute 415 sec latency 124.476 ms 2023-09-30T17:36:20.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:20.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:20 smithi008 ceph-mon[107412]: pgmap v206: 97 pgs: 97 active+clean; 342 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-09-30T17:36:21.082 INFO:teuthology.orchestra.run.smithi008.stdout: 5 158454 7.82 MB/sec execute 416 sec latency 113.229 ms 2023-09-30T17:36:21.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:20 smithi079 ceph-mon[110084]: pgmap v206: 97 pgs: 97 active+clean; 342 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-09-30T17:36:22.082 INFO:teuthology.orchestra.run.smithi008.stdout: 5 158684 7.82 MB/sec execute 417 sec latency 129.123 ms 2023-09-30T17:36:22.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:22 smithi008 ceph-mon[107412]: pgmap v207: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-09-30T17:36:23.082 INFO:teuthology.orchestra.run.smithi008.stdout: 5 158917 7.82 MB/sec execute 418 sec latency 126.677 ms 2023-09-30T17:36:23.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:22 smithi079 ceph-mon[110084]: pgmap v207: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-09-30T17:36:24.082 INFO:teuthology.orchestra.run.smithi008.stdout: 5 159263 7.82 MB/sec execute 419 sec latency 126.715 ms 2023-09-30T17:36:24.748 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:24 smithi008 ceph-mon[107412]: pgmap v208: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-09-30T17:36:25.082 INFO:teuthology.orchestra.run.smithi008.stdout: 5 159555 7.83 MB/sec execute 420 sec latency 126.955 ms 2023-09-30T17:36:25.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:24 smithi079 ceph-mon[110084]: pgmap v208: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-09-30T17:36:26.082 INFO:teuthology.orchestra.run.smithi008.stdout: 5 159857 7.83 MB/sec execute 421 sec latency 185.612 ms 2023-09-30T17:36:26.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:26 smithi008 ceph-mon[107412]: pgmap v209: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-09-30T17:36:26.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:26 smithi079 ceph-mon[110084]: pgmap v209: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-09-30T17:36:27.082 INFO:teuthology.orchestra.run.smithi008.stdout: 5 160164 7.82 MB/sec execute 422 sec latency 144.642 ms 2023-09-30T17:36:28.090 INFO:teuthology.orchestra.run.smithi008.stdout: 5 160465 7.81 MB/sec execute 423 sec latency 114.974 ms 2023-09-30T17:36:28.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:28 smithi008 ceph-mon[107412]: pgmap v210: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-09-30T17:36:29.090 INFO:teuthology.orchestra.run.smithi008.stdout: 5 160713 7.80 MB/sec execute 424 sec latency 124.621 ms 2023-09-30T17:36:29.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:28 smithi079 ceph-mon[110084]: pgmap v210: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-09-30T17:36:30.100 INFO:teuthology.orchestra.run.smithi008.stdout: 5 161035 7.82 MB/sec execute 425 sec latency 122.410 ms 2023-09-30T17:36:30.708 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:30 smithi008 ceph-mon[107412]: pgmap v211: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-09-30T17:36:31.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:30 smithi079 ceph-mon[110084]: pgmap v211: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-09-30T17:36:31.110 INFO:teuthology.orchestra.run.smithi008.stdout: 5 161300 7.81 MB/sec execute 426 sec latency 135.968 ms 2023-09-30T17:36:32.110 INFO:teuthology.orchestra.run.smithi008.stdout: 5 161616 7.82 MB/sec execute 427 sec latency 134.420 ms 2023-09-30T17:36:32.771 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:32 smithi008 ceph-mon[107412]: pgmap v212: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-09-30T17:36:33.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:32 smithi079 ceph-mon[110084]: pgmap v212: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-09-30T17:36:33.110 INFO:teuthology.orchestra.run.smithi008.stdout: 5 161900 7.82 MB/sec execute 428 sec latency 129.357 ms 2023-09-30T17:36:34.110 INFO:teuthology.orchestra.run.smithi008.stdout: 5 162097 7.81 MB/sec execute 429 sec latency 126.828 ms 2023-09-30T17:36:34.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:34 smithi008 ceph-mon[107412]: pgmap v213: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-09-30T17:36:34.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:34 smithi079 ceph-mon[110084]: pgmap v213: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-09-30T17:36:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:35.110 INFO:teuthology.orchestra.run.smithi008.stdout: 5 162290 7.81 MB/sec execute 430 sec latency 145.417 ms 2023-09-30T17:36:36.111 INFO:teuthology.orchestra.run.smithi008.stdout: 5 162532 7.81 MB/sec execute 431 sec latency 143.141 ms 2023-09-30T17:36:36.618 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:36 smithi008 ceph-mon[107412]: pgmap v214: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-09-30T17:36:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:36 smithi079 ceph-mon[110084]: pgmap v214: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-09-30T17:36:37.111 INFO:teuthology.orchestra.run.smithi008.stdout: 5 162758 7.80 MB/sec execute 432 sec latency 135.752 ms 2023-09-30T17:36:38.114 INFO:teuthology.orchestra.run.smithi008.stdout: 5 162961 7.80 MB/sec execute 433 sec latency 123.482 ms 2023-09-30T17:36:38.767 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:38 smithi008 ceph-mon[107412]: pgmap v215: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 328 op/s 2023-09-30T17:36:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:38 smithi079 ceph-mon[110084]: pgmap v215: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 328 op/s 2023-09-30T17:36:39.114 INFO:teuthology.orchestra.run.smithi008.stdout: 5 163148 7.79 MB/sec execute 434 sec latency 124.064 ms 2023-09-30T17:36:40.120 INFO:teuthology.orchestra.run.smithi008.stdout: 5 163330 7.79 MB/sec execute 435 sec latency 119.272 ms 2023-09-30T17:36:40.827 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:40 smithi008 ceph-mon[107412]: pgmap v216: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 328 op/s 2023-09-30T17:36:41.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:40 smithi079 ceph-mon[110084]: pgmap v216: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 328 op/s 2023-09-30T17:36:41.128 INFO:teuthology.orchestra.run.smithi008.stdout: 5 163520 7.78 MB/sec execute 436 sec latency 147.980 ms 2023-09-30T17:36:42.133 INFO:teuthology.orchestra.run.smithi008.stdout: 5 163761 7.77 MB/sec execute 437 sec latency 126.907 ms 2023-09-30T17:36:42.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:42 smithi008 ceph-mon[107412]: pgmap v217: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.6 MiB/s wr, 464 op/s 2023-09-30T17:36:43.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:42 smithi079 ceph-mon[110084]: pgmap v217: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.6 MiB/s wr, 464 op/s 2023-09-30T17:36:43.133 INFO:teuthology.orchestra.run.smithi008.stdout: 5 164015 7.76 MB/sec execute 438 sec latency 117.854 ms 2023-09-30T17:36:44.133 INFO:teuthology.orchestra.run.smithi008.stdout: 5 164202 7.75 MB/sec execute 439 sec latency 142.700 ms 2023-09-30T17:36:44.939 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:44 smithi008 ceph-mon[107412]: pgmap v218: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-09-30T17:36:45.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:44 smithi079 ceph-mon[110084]: pgmap v218: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-09-30T17:36:45.134 INFO:teuthology.orchestra.run.smithi008.stdout: 5 164435 7.75 MB/sec execute 440 sec latency 144.227 ms 2023-09-30T17:36:46.134 INFO:teuthology.orchestra.run.smithi008.stdout: 5 164666 7.75 MB/sec execute 441 sec latency 129.175 ms 2023-09-30T17:36:46.739 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:46 smithi008 ceph-mon[107412]: pgmap v219: 97 pgs: 97 active+clean; 335 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.1 MiB/s wr, 418 op/s 2023-09-30T17:36:46.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:46 smithi079 ceph-mon[110084]: pgmap v219: 97 pgs: 97 active+clean; 335 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.1 MiB/s wr, 418 op/s 2023-09-30T17:36:47.134 INFO:teuthology.orchestra.run.smithi008.stdout: 5 164951 7.75 MB/sec execute 442 sec latency 134.516 ms 2023-09-30T17:36:48.137 INFO:teuthology.orchestra.run.smithi008.stdout: 5 165173 7.75 MB/sec execute 443 sec latency 137.030 ms 2023-09-30T17:36:48.819 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:48 smithi008 ceph-mon[107412]: pgmap v220: 97 pgs: 97 active+clean; 335 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.6 MiB/s wr, 273 op/s 2023-09-30T17:36:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:48 smithi079 ceph-mon[110084]: pgmap v220: 97 pgs: 97 active+clean; 335 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.6 MiB/s wr, 273 op/s 2023-09-30T17:36:49.137 INFO:teuthology.orchestra.run.smithi008.stdout: 5 165378 7.75 MB/sec execute 444 sec latency 169.691 ms 2023-09-30T17:36:49.843 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:50.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:50.137 INFO:teuthology.orchestra.run.smithi008.stdout: 5 165527 7.74 MB/sec execute 445 sec latency 126.691 ms 2023-09-30T17:36:50.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:50 smithi008 ceph-mon[107412]: pgmap v221: 97 pgs: 97 active+clean; 335 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.6 MiB/s wr, 273 op/s 2023-09-30T17:36:51.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:50 smithi079 ceph-mon[110084]: pgmap v221: 97 pgs: 97 active+clean; 335 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.6 MiB/s wr, 273 op/s 2023-09-30T17:36:51.144 INFO:teuthology.orchestra.run.smithi008.stdout: 5 165756 7.74 MB/sec execute 446 sec latency 133.583 ms 2023-09-30T17:36:52.144 INFO:teuthology.orchestra.run.smithi008.stdout: 5 165953 7.73 MB/sec execute 447 sec latency 123.181 ms 2023-09-30T17:36:52.907 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:52 smithi008 ceph-mon[107412]: pgmap v222: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-09-30T17:36:53.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:52 smithi079 ceph-mon[110084]: pgmap v222: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-09-30T17:36:53.147 INFO:teuthology.orchestra.run.smithi008.stdout: 5 166179 7.73 MB/sec execute 448 sec latency 125.241 ms 2023-09-30T17:36:54.149 INFO:teuthology.orchestra.run.smithi008.stdout: 5 166351 7.73 MB/sec execute 449 sec latency 144.210 ms 2023-09-30T17:36:54.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:54 smithi008 ceph-mon[107412]: pgmap v223: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.5 MiB/s wr, 263 op/s 2023-09-30T17:36:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:54 smithi079 ceph-mon[110084]: pgmap v223: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.5 MiB/s wr, 263 op/s 2023-09-30T17:36:55.155 INFO:teuthology.orchestra.run.smithi008.stdout: 5 166520 7.72 MB/sec execute 450 sec latency 142.320 ms 2023-09-30T17:36:56.156 INFO:teuthology.orchestra.run.smithi008.stdout: 5 166733 7.72 MB/sec execute 451 sec latency 129.379 ms 2023-09-30T17:36:56.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:56 smithi008 ceph-mon[107412]: pgmap v224: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-09-30T17:36:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:56 smithi079 ceph-mon[110084]: pgmap v224: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-09-30T17:36:57.161 INFO:teuthology.orchestra.run.smithi008.stdout: 5 166958 7.71 MB/sec execute 452 sec latency 127.841 ms 2023-09-30T17:36:58.159 INFO:teuthology.orchestra.run.smithi008.stdout: 5 167231 7.70 MB/sec execute 453 sec latency 129.568 ms 2023-09-30T17:36:58.856 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:36:58 smithi008 ceph-mon[107412]: pgmap v225: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.9 MiB/s wr, 251 op/s 2023-09-30T17:36:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:36:58 smithi079 ceph-mon[110084]: pgmap v225: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.9 MiB/s wr, 251 op/s 2023-09-30T17:36:59.163 INFO:teuthology.orchestra.run.smithi008.stdout: 5 167448 7.69 MB/sec execute 454 sec latency 124.102 ms 2023-09-30T17:37:00.163 INFO:teuthology.orchestra.run.smithi008.stdout: 5 167637 7.69 MB/sec execute 455 sec latency 151.796 ms 2023-09-30T17:37:00.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:00 smithi008 ceph-mon[107412]: pgmap v226: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.9 MiB/s wr, 251 op/s 2023-09-30T17:37:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:00 smithi079 ceph-mon[110084]: pgmap v226: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.9 MiB/s wr, 251 op/s 2023-09-30T17:37:01.168 INFO:teuthology.orchestra.run.smithi008.stdout: 5 167932 7.69 MB/sec execute 456 sec latency 109.479 ms 2023-09-30T17:37:02.168 INFO:teuthology.orchestra.run.smithi008.stdout: 5 168202 7.69 MB/sec execute 457 sec latency 123.849 ms 2023-09-30T17:37:02.957 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:02 smithi008 ceph-mon[107412]: pgmap v227: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-09-30T17:37:03.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:02 smithi079 ceph-mon[110084]: pgmap v227: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-09-30T17:37:03.168 INFO:teuthology.orchestra.run.smithi008.stdout: 5 168444 7.69 MB/sec execute 458 sec latency 128.970 ms 2023-09-30T17:37:04.168 INFO:teuthology.orchestra.run.smithi008.stdout: 5 168670 7.68 MB/sec execute 459 sec latency 126.898 ms 2023-09-30T17:37:04.994 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:04 smithi008 ceph-mon[107412]: pgmap v228: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 267 op/s 2023-09-30T17:37:04.995 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:04 smithi079 ceph-mon[110084]: pgmap v228: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 267 op/s 2023-09-30T17:37:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:05.168 INFO:teuthology.orchestra.run.smithi008.stdout: 5 168876 7.69 MB/sec execute 460 sec latency 123.253 ms 2023-09-30T17:37:06.168 INFO:teuthology.orchestra.run.smithi008.stdout: 5 169074 7.68 MB/sec execute 461 sec latency 130.047 ms 2023-09-30T17:37:06.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:06 smithi008 ceph-mon[107412]: pgmap v229: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-09-30T17:37:06.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:06 smithi079 ceph-mon[110084]: pgmap v229: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-09-30T17:37:07.168 INFO:teuthology.orchestra.run.smithi008.stdout: 5 169365 7.68 MB/sec execute 462 sec latency 129.497 ms 2023-09-30T17:37:08.174 INFO:teuthology.orchestra.run.smithi008.stdout: 5 169569 7.67 MB/sec execute 463 sec latency 139.875 ms 2023-09-30T17:37:08.849 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:08 smithi008 ceph-mon[107412]: pgmap v230: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 283 op/s 2023-09-30T17:37:09.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:08 smithi079 ceph-mon[110084]: pgmap v230: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 283 op/s 2023-09-30T17:37:09.174 INFO:teuthology.orchestra.run.smithi008.stdout: 5 169727 7.66 MB/sec execute 464 sec latency 152.179 ms 2023-09-30T17:37:10.174 INFO:teuthology.orchestra.run.smithi008.stdout: 5 169965 7.66 MB/sec execute 465 sec latency 127.933 ms 2023-09-30T17:37:10.890 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:10 smithi008 ceph-mon[107412]: pgmap v231: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 283 op/s 2023-09-30T17:37:11.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:10 smithi079 ceph-mon[110084]: pgmap v231: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 283 op/s 2023-09-30T17:37:11.174 INFO:teuthology.orchestra.run.smithi008.stdout: 5 170277 7.67 MB/sec execute 466 sec latency 108.404 ms 2023-09-30T17:37:12.175 INFO:teuthology.orchestra.run.smithi008.stdout: 5 170569 7.67 MB/sec execute 467 sec latency 122.423 ms 2023-09-30T17:37:12.841 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:12 smithi008 ceph-mon[107412]: pgmap v232: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.1 MiB/s wr, 420 op/s 2023-09-30T17:37:13.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:12 smithi079 ceph-mon[110084]: pgmap v232: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.1 MiB/s wr, 420 op/s 2023-09-30T17:37:13.175 INFO:teuthology.orchestra.run.smithi008.stdout: 5 170883 7.67 MB/sec execute 468 sec latency 89.723 ms 2023-09-30T17:37:14.175 INFO:teuthology.orchestra.run.smithi008.stdout: 5 171126 7.66 MB/sec execute 469 sec latency 108.444 ms 2023-09-30T17:37:14.947 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:14 smithi008 ceph-mon[107412]: pgmap v233: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 278 op/s 2023-09-30T17:37:15.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:14 smithi079 ceph-mon[110084]: pgmap v233: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 278 op/s 2023-09-30T17:37:15.175 INFO:teuthology.orchestra.run.smithi008.stdout: 5 171473 7.66 MB/sec execute 470 sec latency 136.456 ms 2023-09-30T17:37:16.175 INFO:teuthology.orchestra.run.smithi008.stdout: 5 171738 7.66 MB/sec execute 471 sec latency 123.620 ms 2023-09-30T17:37:16.733 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:16 smithi008 ceph-mon[107412]: pgmap v234: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-09-30T17:37:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:16 smithi079 ceph-mon[110084]: pgmap v234: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-09-30T17:37:17.175 INFO:teuthology.orchestra.run.smithi008.stdout: 5 172004 7.66 MB/sec execute 472 sec latency 136.347 ms 2023-09-30T17:37:18.175 INFO:teuthology.orchestra.run.smithi008.stdout: 5 172228 7.67 MB/sec execute 473 sec latency 140.375 ms 2023-09-30T17:37:18.783 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:18 smithi008 ceph-mon[107412]: pgmap v235: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-09-30T17:37:19.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:18 smithi079 ceph-mon[110084]: pgmap v235: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-09-30T17:37:19.175 INFO:teuthology.orchestra.run.smithi008.stdout: 5 172520 7.67 MB/sec execute 474 sec latency 117.678 ms 2023-09-30T17:37:19.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:20.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:20.180 INFO:teuthology.orchestra.run.smithi008.stdout: 5 172810 7.66 MB/sec execute 475 sec latency 129.915 ms 2023-09-30T17:37:20.812 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:20 smithi008 ceph-mon[107412]: pgmap v236: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-09-30T17:37:21.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:20 smithi079 ceph-mon[110084]: pgmap v236: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-09-30T17:37:21.180 INFO:teuthology.orchestra.run.smithi008.stdout: 5 173045 7.65 MB/sec execute 476 sec latency 109.710 ms 2023-09-30T17:37:22.180 INFO:teuthology.orchestra.run.smithi008.stdout: 5 173293 7.65 MB/sec execute 477 sec latency 126.463 ms 2023-09-30T17:37:22.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:22 smithi008 ceph-mon[107412]: pgmap v237: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-09-30T17:37:23.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:22 smithi079 ceph-mon[110084]: pgmap v237: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-09-30T17:37:23.186 INFO:teuthology.orchestra.run.smithi008.stdout: 5 173578 7.66 MB/sec execute 478 sec latency 134.035 ms 2023-09-30T17:37:24.186 INFO:teuthology.orchestra.run.smithi008.stdout: 5 173874 7.66 MB/sec execute 479 sec latency 104.631 ms 2023-09-30T17:37:24.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:24 smithi008 ceph-mon[107412]: pgmap v238: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-09-30T17:37:25.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:24 smithi079 ceph-mon[110084]: pgmap v238: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-09-30T17:37:25.186 INFO:teuthology.orchestra.run.smithi008.stdout: 5 174148 7.66 MB/sec execute 480 sec latency 128.479 ms 2023-09-30T17:37:26.191 INFO:teuthology.orchestra.run.smithi008.stdout: 5 174459 7.66 MB/sec execute 481 sec latency 129.714 ms 2023-09-30T17:37:26.706 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:26 smithi008 ceph-mon[107412]: pgmap v239: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-09-30T17:37:26.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:26 smithi079 ceph-mon[110084]: pgmap v239: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-09-30T17:37:27.191 INFO:teuthology.orchestra.run.smithi008.stdout: 5 174689 7.65 MB/sec execute 482 sec latency 130.649 ms 2023-09-30T17:37:28.191 INFO:teuthology.orchestra.run.smithi008.stdout: 5 174976 7.66 MB/sec execute 483 sec latency 148.354 ms 2023-09-30T17:37:28.732 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:28 smithi008 ceph-mon[107412]: pgmap v240: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-09-30T17:37:29.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:28 smithi079 ceph-mon[110084]: pgmap v240: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-09-30T17:37:29.191 INFO:teuthology.orchestra.run.smithi008.stdout: 5 175315 7.66 MB/sec execute 484 sec latency 117.999 ms 2023-09-30T17:37:30.191 INFO:teuthology.orchestra.run.smithi008.stdout: 5 175552 7.66 MB/sec execute 485 sec latency 134.342 ms 2023-09-30T17:37:30.785 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:30 smithi008 ceph-mon[107412]: pgmap v241: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-09-30T17:37:31.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:30 smithi079 ceph-mon[110084]: pgmap v241: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-09-30T17:37:31.191 INFO:teuthology.orchestra.run.smithi008.stdout: 5 175747 7.65 MB/sec execute 486 sec latency 139.711 ms 2023-09-30T17:37:32.192 INFO:teuthology.orchestra.run.smithi008.stdout: 5 176006 7.65 MB/sec execute 487 sec latency 143.439 ms 2023-09-30T17:37:32.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:32 smithi008 ceph-mon[107412]: pgmap v242: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-09-30T17:37:33.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:32 smithi079 ceph-mon[110084]: pgmap v242: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-09-30T17:37:33.202 INFO:teuthology.orchestra.run.smithi008.stdout: 5 176220 7.65 MB/sec execute 488 sec latency 123.868 ms 2023-09-30T17:37:34.204 INFO:teuthology.orchestra.run.smithi008.stdout: 5 176506 7.65 MB/sec execute 489 sec latency 122.320 ms 2023-09-30T17:37:34.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:34 smithi008 ceph-mon[107412]: pgmap v243: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-09-30T17:37:34.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:34 smithi079 ceph-mon[110084]: pgmap v243: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-09-30T17:37:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:35.204 INFO:teuthology.orchestra.run.smithi008.stdout: 5 176707 7.64 MB/sec execute 490 sec latency 127.706 ms 2023-09-30T17:37:36.210 INFO:teuthology.orchestra.run.smithi008.stdout: 5 176937 7.64 MB/sec execute 491 sec latency 132.713 ms 2023-09-30T17:37:36.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:36 smithi008 ceph-mon[107412]: pgmap v244: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-09-30T17:37:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:36 smithi079 ceph-mon[110084]: pgmap v244: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-09-30T17:37:37.210 INFO:teuthology.orchestra.run.smithi008.stdout: 5 177281 7.65 MB/sec execute 492 sec latency 143.256 ms 2023-09-30T17:37:38.210 INFO:teuthology.orchestra.run.smithi008.stdout: 5 177628 7.64 MB/sec execute 493 sec latency 155.945 ms 2023-09-30T17:37:38.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:38 smithi008 ceph-mon[107412]: pgmap v245: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-09-30T17:37:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:38 smithi079 ceph-mon[110084]: pgmap v245: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-09-30T17:37:39.210 INFO:teuthology.orchestra.run.smithi008.stdout: 5 177894 7.64 MB/sec execute 494 sec latency 119.731 ms 2023-09-30T17:37:40.210 INFO:teuthology.orchestra.run.smithi008.stdout: 5 178127 7.64 MB/sec execute 495 sec latency 141.996 ms 2023-09-30T17:37:40.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:40 smithi008 ceph-mon[107412]: pgmap v246: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-09-30T17:37:41.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:40 smithi079 ceph-mon[110084]: pgmap v246: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-09-30T17:37:41.210 INFO:teuthology.orchestra.run.smithi008.stdout: 5 178314 7.64 MB/sec execute 496 sec latency 126.617 ms 2023-09-30T17:37:42.210 INFO:teuthology.orchestra.run.smithi008.stdout: 5 178560 7.63 MB/sec execute 497 sec latency 149.065 ms 2023-09-30T17:37:42.950 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:42 smithi008 ceph-mon[107412]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 481 op/s 2023-09-30T17:37:43.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:42 smithi079 ceph-mon[110084]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 481 op/s 2023-09-30T17:37:43.218 INFO:teuthology.orchestra.run.smithi008.stdout: 5 178802 7.64 MB/sec execute 498 sec latency 139.084 ms 2023-09-30T17:37:44.217 INFO:teuthology.orchestra.run.smithi008.stdout: 5 179025 7.63 MB/sec execute 499 sec latency 126.940 ms 2023-09-30T17:37:44.736 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:44 smithi008 ceph-mon[107412]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-09-30T17:37:45.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:44 smithi079 ceph-mon[110084]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-09-30T17:37:45.218 INFO:teuthology.orchestra.run.smithi008.stdout: 5 179224 7.62 MB/sec execute 500 sec latency 123.497 ms 2023-09-30T17:37:46.218 INFO:teuthology.orchestra.run.smithi008.stdout: 5 179457 7.62 MB/sec execute 501 sec latency 120.653 ms 2023-09-30T17:37:46.761 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:46 smithi008 ceph-mon[107412]: pgmap v249: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-09-30T17:37:46.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:46 smithi079 ceph-mon[110084]: pgmap v249: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-09-30T17:37:47.227 INFO:teuthology.orchestra.run.smithi008.stdout: 5 179791 7.62 MB/sec execute 502 sec latency 126.372 ms 2023-09-30T17:37:48.232 INFO:teuthology.orchestra.run.smithi008.stdout: 5 180097 7.62 MB/sec execute 503 sec latency 126.965 ms 2023-09-30T17:37:48.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:48 smithi008 ceph-mon[107412]: pgmap v250: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-09-30T17:37:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:48 smithi079 ceph-mon[110084]: pgmap v250: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-09-30T17:37:49.232 INFO:teuthology.orchestra.run.smithi008.stdout: 5 180331 7.62 MB/sec execute 504 sec latency 141.805 ms 2023-09-30T17:37:49.854 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:50.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:50.236 INFO:teuthology.orchestra.run.smithi008.stdout: 5 180532 7.62 MB/sec execute 505 sec latency 137.623 ms 2023-09-30T17:37:50.862 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:50 smithi008 ceph-mon[107412]: pgmap v251: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-09-30T17:37:51.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:50 smithi079 ceph-mon[110084]: pgmap v251: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-09-30T17:37:51.235 INFO:teuthology.orchestra.run.smithi008.stdout: 5 180788 7.62 MB/sec execute 506 sec latency 133.790 ms 2023-09-30T17:37:52.236 INFO:teuthology.orchestra.run.smithi008.stdout: 5 181044 7.62 MB/sec execute 507 sec latency 118.267 ms 2023-09-30T17:37:52.902 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:52 smithi008 ceph-mon[107412]: pgmap v252: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-09-30T17:37:53.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:52 smithi079 ceph-mon[110084]: pgmap v252: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-09-30T17:37:53.236 INFO:teuthology.orchestra.run.smithi008.stdout: 5 181240 7.61 MB/sec execute 508 sec latency 136.835 ms 2023-09-30T17:37:54.246 INFO:teuthology.orchestra.run.smithi008.stdout: 5 181425 7.61 MB/sec execute 509 sec latency 134.681 ms 2023-09-30T17:37:54.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:54 smithi008 ceph-mon[107412]: pgmap v253: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 295 op/s 2023-09-30T17:37:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:54 smithi079 ceph-mon[110084]: pgmap v253: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 295 op/s 2023-09-30T17:37:55.246 INFO:teuthology.orchestra.run.smithi008.stdout: 5 181735 7.61 MB/sec execute 510 sec latency 129.912 ms 2023-09-30T17:37:56.256 INFO:teuthology.orchestra.run.smithi008.stdout: 5 182030 7.61 MB/sec execute 511 sec latency 129.808 ms 2023-09-30T17:37:56.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:56 smithi008 ceph-mon[107412]: pgmap v254: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-09-30T17:37:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:56 smithi079 ceph-mon[110084]: pgmap v254: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-09-30T17:37:57.256 INFO:teuthology.orchestra.run.smithi008.stdout: 5 182383 7.61 MB/sec execute 512 sec latency 114.813 ms 2023-09-30T17:37:58.257 INFO:teuthology.orchestra.run.smithi008.stdout: 5 182630 7.61 MB/sec execute 513 sec latency 123.784 ms 2023-09-30T17:37:58.819 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:37:58 smithi008 ceph-mon[107412]: pgmap v255: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-09-30T17:37:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:37:58 smithi079 ceph-mon[110084]: pgmap v255: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-09-30T17:37:59.260 INFO:teuthology.orchestra.run.smithi008.stdout: 5 182899 7.61 MB/sec execute 514 sec latency 117.552 ms 2023-09-30T17:38:00.260 INFO:teuthology.orchestra.run.smithi008.stdout: 5 183176 7.61 MB/sec execute 515 sec latency 126.713 ms 2023-09-30T17:38:00.864 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:00 smithi008 ceph-mon[107412]: pgmap v256: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-09-30T17:38:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:00 smithi079 ceph-mon[110084]: pgmap v256: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-09-30T17:38:01.260 INFO:teuthology.orchestra.run.smithi008.stdout: 5 183459 7.61 MB/sec execute 516 sec latency 127.491 ms 2023-09-30T17:38:02.260 INFO:teuthology.orchestra.run.smithi008.stdout: 5 183734 7.60 MB/sec execute 517 sec latency 139.306 ms 2023-09-30T17:38:02.909 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:02 smithi008 ceph-mon[107412]: pgmap v257: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2023-09-30T17:38:03.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:02 smithi079 ceph-mon[110084]: pgmap v257: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2023-09-30T17:38:03.261 INFO:teuthology.orchestra.run.smithi008.stdout: 5 183964 7.60 MB/sec execute 518 sec latency 186.479 ms 2023-09-30T17:38:04.266 INFO:teuthology.orchestra.run.smithi008.stdout: 5 184270 7.60 MB/sec execute 519 sec latency 189.201 ms 2023-09-30T17:38:04.953 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:04 smithi008 ceph-mon[107412]: pgmap v258: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-09-30T17:38:04.954 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:04 smithi079 ceph-mon[110084]: pgmap v258: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-09-30T17:38:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:05.267 INFO:teuthology.orchestra.run.smithi008.stdout: 5 184591 7.61 MB/sec execute 520 sec latency 137.327 ms 2023-09-30T17:38:06.266 INFO:teuthology.orchestra.run.smithi008.stdout: 5 184832 7.61 MB/sec execute 521 sec latency 123.953 ms 2023-09-30T17:38:06.747 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:06 smithi008 ceph-mon[107412]: pgmap v259: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-09-30T17:38:06.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:06 smithi079 ceph-mon[110084]: pgmap v259: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-09-30T17:38:07.266 INFO:teuthology.orchestra.run.smithi008.stdout: 5 185011 7.61 MB/sec execute 522 sec latency 150.573 ms 2023-09-30T17:38:08.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 185194 7.60 MB/sec execute 523 sec latency 135.223 ms 2023-09-30T17:38:08.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:08 smithi008 ceph-mon[107412]: pgmap v260: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-09-30T17:38:09.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:08 smithi079 ceph-mon[110084]: pgmap v260: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-09-30T17:38:09.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 185426 7.59 MB/sec execute 524 sec latency 195.488 ms 2023-09-30T17:38:10.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 185607 7.59 MB/sec execute 525 sec latency 119.500 ms 2023-09-30T17:38:10.865 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:10 smithi008 ceph-mon[107412]: pgmap v261: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-09-30T17:38:11.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:10 smithi079 ceph-mon[110084]: pgmap v261: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-09-30T17:38:11.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 185813 7.58 MB/sec execute 526 sec latency 148.195 ms 2023-09-30T17:38:12.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 185999 7.58 MB/sec execute 527 sec latency 136.995 ms 2023-09-30T17:38:12.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:12 smithi008 ceph-mon[107412]: pgmap v262: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-09-30T17:38:13.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:12 smithi079 ceph-mon[110084]: pgmap v262: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-09-30T17:38:13.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 186191 7.57 MB/sec execute 528 sec latency 122.966 ms 2023-09-30T17:38:14.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 186396 7.57 MB/sec execute 529 sec latency 121.254 ms 2023-09-30T17:38:15.012 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:14 smithi008 ceph-mon[107412]: pgmap v263: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-09-30T17:38:15.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:14 smithi079 ceph-mon[110084]: pgmap v263: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-09-30T17:38:15.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 186634 7.57 MB/sec execute 530 sec latency 204.119 ms 2023-09-30T17:38:16.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 186830 7.56 MB/sec execute 531 sec latency 121.975 ms 2023-09-30T17:38:16.833 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:16 smithi008 ceph-mon[107412]: pgmap v264: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-09-30T17:38:17.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:16 smithi079 ceph-mon[110084]: pgmap v264: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-09-30T17:38:17.276 INFO:teuthology.orchestra.run.smithi008.stdout: 5 187062 7.56 MB/sec execute 532 sec latency 126.793 ms 2023-09-30T17:38:18.277 INFO:teuthology.orchestra.run.smithi008.stdout: 5 187307 7.56 MB/sec execute 533 sec latency 151.976 ms 2023-09-30T17:38:18.879 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:18 smithi008 ceph-mon[107412]: pgmap v265: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 249 op/s 2023-09-30T17:38:19.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:18 smithi079 ceph-mon[110084]: pgmap v265: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 249 op/s 2023-09-30T17:38:19.277 INFO:teuthology.orchestra.run.smithi008.stdout: 5 187591 7.56 MB/sec execute 534 sec latency 124.768 ms 2023-09-30T17:38:19.897 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:20.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:20.284 INFO:teuthology.orchestra.run.smithi008.stdout: 5 187876 7.56 MB/sec execute 535 sec latency 201.255 ms 2023-09-30T17:38:20.904 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:20 smithi008 ceph-mon[107412]: pgmap v266: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 249 op/s 2023-09-30T17:38:21.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:20 smithi079 ceph-mon[110084]: pgmap v266: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 249 op/s 2023-09-30T17:38:21.284 INFO:teuthology.orchestra.run.smithi008.stdout: 5 188132 7.56 MB/sec execute 536 sec latency 129.858 ms 2023-09-30T17:38:22.284 INFO:teuthology.orchestra.run.smithi008.stdout: 5 188438 7.57 MB/sec execute 537 sec latency 144.663 ms 2023-09-30T17:38:22.966 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:22 smithi008 ceph-mon[107412]: pgmap v267: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-09-30T17:38:23.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:22 smithi079 ceph-mon[110084]: pgmap v267: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-09-30T17:38:23.284 INFO:teuthology.orchestra.run.smithi008.stdout: 5 188657 7.56 MB/sec execute 538 sec latency 131.395 ms 2023-09-30T17:38:24.293 INFO:teuthology.orchestra.run.smithi008.stdout: 5 188946 7.56 MB/sec execute 539 sec latency 126.568 ms 2023-09-30T17:38:24.767 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:24 smithi008 ceph-mon[107412]: pgmap v268: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 278 op/s 2023-09-30T17:38:25.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:24 smithi079 ceph-mon[110084]: pgmap v268: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 278 op/s 2023-09-30T17:38:25.293 INFO:teuthology.orchestra.run.smithi008.stdout: 5 189200 7.55 MB/sec execute 540 sec latency 125.574 ms 2023-09-30T17:38:26.294 INFO:teuthology.orchestra.run.smithi008.stdout: 5 189439 7.55 MB/sec execute 541 sec latency 136.180 ms 2023-09-30T17:38:26.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:26 smithi008 ceph-mon[107412]: pgmap v269: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-09-30T17:38:26.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:26 smithi079 ceph-mon[110084]: pgmap v269: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-09-30T17:38:27.297 INFO:teuthology.orchestra.run.smithi008.stdout: 5 189743 7.55 MB/sec execute 542 sec latency 143.599 ms 2023-09-30T17:38:28.297 INFO:teuthology.orchestra.run.smithi008.stdout: 5 190013 7.55 MB/sec execute 543 sec latency 120.789 ms 2023-09-30T17:38:28.856 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:28 smithi008 ceph-mon[107412]: pgmap v270: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 306 op/s 2023-09-30T17:38:29.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:28 smithi079 ceph-mon[110084]: pgmap v270: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 306 op/s 2023-09-30T17:38:29.297 INFO:teuthology.orchestra.run.smithi008.stdout: 5 190320 7.56 MB/sec execute 544 sec latency 128.612 ms 2023-09-30T17:38:30.297 INFO:teuthology.orchestra.run.smithi008.stdout: 5 190649 7.56 MB/sec execute 545 sec latency 123.427 ms 2023-09-30T17:38:30.881 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:30 smithi008 ceph-mon[107412]: pgmap v271: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 306 op/s 2023-09-30T17:38:31.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:30 smithi079 ceph-mon[110084]: pgmap v271: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 306 op/s 2023-09-30T17:38:31.297 INFO:teuthology.orchestra.run.smithi008.stdout: 5 190883 7.55 MB/sec execute 546 sec latency 136.086 ms 2023-09-30T17:38:32.301 INFO:teuthology.orchestra.run.smithi008.stdout: 5 191165 7.56 MB/sec execute 547 sec latency 135.601 ms 2023-09-30T17:38:32.961 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:32 smithi008 ceph-mon[107412]: pgmap v272: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-09-30T17:38:33.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:32 smithi079 ceph-mon[110084]: pgmap v272: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-09-30T17:38:33.300 INFO:teuthology.orchestra.run.smithi008.stdout: 5 191425 7.55 MB/sec execute 548 sec latency 117.509 ms 2023-09-30T17:38:34.300 INFO:teuthology.orchestra.run.smithi008.stdout: 5 191659 7.55 MB/sec execute 549 sec latency 142.228 ms 2023-09-30T17:38:35.009 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:34 smithi008 ceph-mon[107412]: pgmap v273: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-09-30T17:38:35.009 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:34 smithi079 ceph-mon[110084]: pgmap v273: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-09-30T17:38:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:35.300 INFO:teuthology.orchestra.run.smithi008.stdout: 5 191927 7.56 MB/sec execute 550 sec latency 112.714 ms 2023-09-30T17:38:36.301 INFO:teuthology.orchestra.run.smithi008.stdout: 5 192140 7.55 MB/sec execute 551 sec latency 129.860 ms 2023-09-30T17:38:36.810 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:36 smithi008 ceph-mon[107412]: pgmap v274: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-09-30T17:38:37.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:36 smithi079 ceph-mon[110084]: pgmap v274: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-09-30T17:38:37.300 INFO:teuthology.orchestra.run.smithi008.stdout: 5 192392 7.55 MB/sec execute 552 sec latency 123.021 ms 2023-09-30T17:38:38.303 INFO:teuthology.orchestra.run.smithi008.stdout: 5 192652 7.55 MB/sec execute 553 sec latency 144.959 ms 2023-09-30T17:38:38.849 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:38 smithi008 ceph-mon[107412]: pgmap v275: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-09-30T17:38:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:38 smithi079 ceph-mon[110084]: pgmap v275: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-09-30T17:38:39.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 192900 7.55 MB/sec execute 554 sec latency 127.732 ms 2023-09-30T17:38:40.303 INFO:teuthology.orchestra.run.smithi008.stdout: 5 193121 7.54 MB/sec execute 555 sec latency 128.710 ms 2023-09-30T17:38:40.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:40 smithi008 ceph-mon[107412]: pgmap v276: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-09-30T17:38:41.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:40 smithi079 ceph-mon[110084]: pgmap v276: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-09-30T17:38:41.304 INFO:teuthology.orchestra.run.smithi008.stdout: 5 193365 7.54 MB/sec execute 556 sec latency 123.806 ms 2023-09-30T17:38:42.310 INFO:teuthology.orchestra.run.smithi008.stdout: 5 193593 7.54 MB/sec execute 557 sec latency 161.168 ms 2023-09-30T17:38:42.968 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:42 smithi008 ceph-mon[107412]: pgmap v277: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-09-30T17:38:43.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:42 smithi079 ceph-mon[110084]: pgmap v277: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-09-30T17:38:43.316 INFO:teuthology.orchestra.run.smithi008.stdout: 5 193808 7.53 MB/sec execute 558 sec latency 91.755 ms 2023-09-30T17:38:44.319 INFO:teuthology.orchestra.run.smithi008.stdout: 5 193995 7.53 MB/sec execute 559 sec latency 121.987 ms 2023-09-30T17:38:44.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:44 smithi008 ceph-mon[107412]: pgmap v278: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 300 op/s 2023-09-30T17:38:45.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:44 smithi079 ceph-mon[110084]: pgmap v278: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 300 op/s 2023-09-30T17:38:45.319 INFO:teuthology.orchestra.run.smithi008.stdout: 5 194212 7.52 MB/sec execute 560 sec latency 126.581 ms 2023-09-30T17:38:46.323 INFO:teuthology.orchestra.run.smithi008.stdout: 5 194393 7.52 MB/sec execute 561 sec latency 177.429 ms 2023-09-30T17:38:46.658 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:46 smithi008 ceph-mon[107412]: pgmap v279: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-09-30T17:38:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:46 smithi079 ceph-mon[110084]: pgmap v279: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-09-30T17:38:47.323 INFO:teuthology.orchestra.run.smithi008.stdout: 5 194626 7.52 MB/sec execute 562 sec latency 120.597 ms 2023-09-30T17:38:48.323 INFO:teuthology.orchestra.run.smithi008.stdout: 5 194858 7.52 MB/sec execute 563 sec latency 195.018 ms 2023-09-30T17:38:48.746 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:48 smithi008 ceph-mon[107412]: pgmap v280: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-09-30T17:38:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:48 smithi079 ceph-mon[110084]: pgmap v280: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-09-30T17:38:49.323 INFO:teuthology.orchestra.run.smithi008.stdout: 5 195050 7.51 MB/sec execute 564 sec latency 148.653 ms 2023-09-30T17:38:49.764 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:50.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:50.323 INFO:teuthology.orchestra.run.smithi008.stdout: 5 195331 7.52 MB/sec execute 565 sec latency 91.193 ms 2023-09-30T17:38:50.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:50 smithi008 ceph-mon[107412]: pgmap v281: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-09-30T17:38:51.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:50 smithi079 ceph-mon[110084]: pgmap v281: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-09-30T17:38:51.330 INFO:teuthology.orchestra.run.smithi008.stdout: 5 195572 7.52 MB/sec execute 566 sec latency 135.371 ms 2023-09-30T17:38:52.330 INFO:teuthology.orchestra.run.smithi008.stdout: 5 195812 7.51 MB/sec execute 567 sec latency 139.004 ms 2023-09-30T17:38:52.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:52 smithi008 ceph-mon[107412]: pgmap v282: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-09-30T17:38:53.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:52 smithi079 ceph-mon[110084]: pgmap v282: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-09-30T17:38:53.330 INFO:teuthology.orchestra.run.smithi008.stdout: 5 196077 7.51 MB/sec execute 568 sec latency 126.818 ms 2023-09-30T17:38:54.330 INFO:teuthology.orchestra.run.smithi008.stdout: 5 196305 7.51 MB/sec execute 569 sec latency 129.965 ms 2023-09-30T17:38:54.884 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:54 smithi008 ceph-mon[107412]: pgmap v283: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.6 MiB/s wr, 262 op/s 2023-09-30T17:38:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:54 smithi079 ceph-mon[110084]: pgmap v283: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.6 MiB/s wr, 262 op/s 2023-09-30T17:38:55.336 INFO:teuthology.orchestra.run.smithi008.stdout: 5 196551 7.51 MB/sec execute 570 sec latency 136.594 ms 2023-09-30T17:38:56.336 INFO:teuthology.orchestra.run.smithi008.stdout: 5 196828 7.50 MB/sec execute 571 sec latency 128.679 ms 2023-09-30T17:38:56.660 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:56 smithi008 ceph-mon[107412]: pgmap v284: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-09-30T17:38:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:56 smithi079 ceph-mon[110084]: pgmap v284: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-09-30T17:38:57.337 INFO:teuthology.orchestra.run.smithi008.stdout: 5 197167 7.51 MB/sec execute 572 sec latency 129.682 ms 2023-09-30T17:38:58.337 INFO:teuthology.orchestra.run.smithi008.stdout: 5 197418 7.50 MB/sec execute 573 sec latency 202.380 ms 2023-09-30T17:38:58.952 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:38:58 smithi008 ceph-mon[107412]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-09-30T17:38:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:38:58 smithi079 ceph-mon[110084]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-09-30T17:38:59.338 INFO:teuthology.orchestra.run.smithi008.stdout: 5 197712 7.50 MB/sec execute 574 sec latency 127.145 ms 2023-09-30T17:39:00.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 198049 7.51 MB/sec execute 575 sec latency 120.158 ms 2023-09-30T17:39:00.735 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:00 smithi008 ceph-mon[107412]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-09-30T17:39:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:00 smithi079 ceph-mon[110084]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-09-30T17:39:01.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 198366 7.51 MB/sec execute 576 sec latency 140.568 ms 2023-09-30T17:39:02.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 198645 7.51 MB/sec execute 577 sec latency 126.121 ms 2023-09-30T17:39:02.769 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:02 smithi008 ceph-mon[107412]: pgmap v287: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-09-30T17:39:03.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:02 smithi079 ceph-mon[110084]: pgmap v287: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-09-30T17:39:03.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 198892 7.52 MB/sec execute 578 sec latency 134.255 ms 2023-09-30T17:39:04.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 199119 7.51 MB/sec execute 579 sec latency 123.462 ms 2023-09-30T17:39:04.841 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:04 smithi008 ceph-mon[107412]: pgmap v288: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-09-30T17:39:04.841 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:04 smithi079 ceph-mon[110084]: pgmap v288: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-09-30T17:39:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:05.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 199376 7.51 MB/sec execute 580 sec latency 160.279 ms 2023-09-30T17:39:06.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 199630 7.50 MB/sec execute 581 sec latency 123.897 ms 2023-09-30T17:39:06.691 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:06 smithi008 ceph-mon[107412]: pgmap v289: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-09-30T17:39:07.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:06 smithi079 ceph-mon[110084]: pgmap v289: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-09-30T17:39:07.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 199917 7.51 MB/sec execute 582 sec latency 128.491 ms 2023-09-30T17:39:08.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 200155 7.51 MB/sec execute 583 sec latency 207.663 ms 2023-09-30T17:39:08.726 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:08 smithi008 ceph-mon[107412]: pgmap v290: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-09-30T17:39:09.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:08 smithi079 ceph-mon[110084]: pgmap v290: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-09-30T17:39:09.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 200422 7.51 MB/sec execute 584 sec latency 126.752 ms 2023-09-30T17:39:10.340 INFO:teuthology.orchestra.run.smithi008.stdout: 5 200734 7.50 MB/sec execute 585 sec latency 123.420 ms 2023-09-30T17:39:10.769 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:10 smithi008 ceph-mon[107412]: pgmap v291: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-09-30T17:39:11.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:10 smithi079 ceph-mon[110084]: pgmap v291: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-09-30T17:39:11.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 200974 7.50 MB/sec execute 586 sec latency 202.325 ms 2023-09-30T17:39:12.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 201221 7.50 MB/sec execute 587 sec latency 126.929 ms 2023-09-30T17:39:12.835 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:12 smithi008 ceph-mon[107412]: pgmap v292: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 501 op/s 2023-09-30T17:39:13.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:12 smithi079 ceph-mon[110084]: pgmap v292: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 501 op/s 2023-09-30T17:39:13.339 INFO:teuthology.orchestra.run.smithi008.stdout: 5 201494 7.50 MB/sec execute 588 sec latency 114.759 ms 2023-09-30T17:39:14.340 INFO:teuthology.orchestra.run.smithi008.stdout: 5 201791 7.51 MB/sec execute 589 sec latency 126.196 ms 2023-09-30T17:39:14.887 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:14 smithi008 ceph-mon[107412]: pgmap v293: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-09-30T17:39:15.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:14 smithi079 ceph-mon[110084]: pgmap v293: 97 pgs: 97 active+clean; 344 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-09-30T17:39:15.340 INFO:teuthology.orchestra.run.smithi008.stdout: 5 202055 7.51 MB/sec execute 590 sec latency 134.623 ms 2023-09-30T17:39:16.340 INFO:teuthology.orchestra.run.smithi008.stdout: 5 202276 7.51 MB/sec execute 591 sec latency 158.936 ms 2023-09-30T17:39:16.673 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:16 smithi008 ceph-mon[107412]: pgmap v294: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-09-30T17:39:17.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:16 smithi079 ceph-mon[110084]: pgmap v294: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-09-30T17:39:17.340 INFO:teuthology.orchestra.run.smithi008.stdout: 5 202486 7.50 MB/sec execute 592 sec latency 124.081 ms 2023-09-30T17:39:18.340 INFO:teuthology.orchestra.run.smithi008.stdout: 5 202713 7.49 MB/sec execute 593 sec latency 126.787 ms 2023-09-30T17:39:18.713 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:18 smithi008 ceph-mon[107412]: pgmap v295: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-09-30T17:39:19.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:18 smithi079 ceph-mon[110084]: pgmap v295: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-09-30T17:39:19.340 INFO:teuthology.orchestra.run.smithi008.stdout: 5 202941 7.49 MB/sec execute 594 sec latency 143.035 ms 2023-09-30T17:39:19.740 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:20.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:20.340 INFO:teuthology.orchestra.run.smithi008.stdout: 5 203152 7.49 MB/sec execute 595 sec latency 123.559 ms 2023-09-30T17:39:20.791 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:20 smithi008 ceph-mon[107412]: pgmap v296: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-09-30T17:39:21.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:20 smithi079 ceph-mon[110084]: pgmap v296: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-09-30T17:39:21.342 INFO:teuthology.orchestra.run.smithi008.stdout: 5 203384 7.49 MB/sec execute 596 sec latency 133.500 ms 2023-09-30T17:39:22.342 INFO:teuthology.orchestra.run.smithi008.stdout: 5 203572 7.49 MB/sec execute 597 sec latency 137.292 ms 2023-09-30T17:39:22.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:22 smithi008 ceph-mon[107412]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-09-30T17:39:23.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:22 smithi079 ceph-mon[110084]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-09-30T17:39:23.343 INFO:teuthology.orchestra.run.smithi008.stdout: 5 203778 7.48 MB/sec execute 598 sec latency 138.813 ms 2023-09-30T17:39:24.342 INFO:teuthology.orchestra.run.smithi008.stdout: 5 204065 7.48 MB/sec execute 599 sec latency 134.681 ms 2023-09-30T17:39:24.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:24 smithi008 ceph-mon[107412]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 295 op/s 2023-09-30T17:39:25.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:24 smithi079 ceph-mon[110084]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 295 op/s 2023-09-30T17:39:25.353 INFO:teuthology.orchestra.run.smithi008.stdout: 5 204293 7.47 MB/sec execute 600 sec latency 135.044 ms 2023-09-30T17:39:26.359 INFO:teuthology.orchestra.run.smithi008.stdout: 5 cleanup 601 sec 2023-09-30T17:39:26.494 INFO:teuthology.orchestra.run.smithi008.stdout:[203994] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002f900000008' failed - Device or resource busy 2023-09-30T17:39:26.494 INFO:teuthology.orchestra.run.smithi008.stdout:[203994] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000030500000002' failed - Device or resource busy 2023-09-30T17:39:26.494 INFO:teuthology.orchestra.run.smithi008.stdout:[203994] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002ef00000001' failed - Device or resource busy 2023-09-30T17:39:26.494 INFO:teuthology.orchestra.run.smithi008.stdout:[203994] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000031200000007' failed - Device or resource busy 2023-09-30T17:39:26.496 INFO:teuthology.orchestra.run.smithi008.stdout:[203994] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000030800000009' failed - Device or resource busy 2023-09-30T17:39:26.522 INFO:teuthology.orchestra.run.smithi008.stdout:[203994] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002ea00000004' failed - Device or resource busy 2023-09-30T17:39:26.526 INFO:teuthology.orchestra.run.smithi008.stdout:[203994] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002f600000006' failed - Device or resource busy 2023-09-30T17:39:26.528 INFO:teuthology.orchestra.run.smithi008.stdout:[203994] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002fc0000000a' failed - Device or resource busy 2023-09-30T17:39:26.694 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:26 smithi008 ceph-mon[107412]: pgmap v299: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-09-30T17:39:27.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:26 smithi079 ceph-mon[110084]: pgmap v299: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-09-30T17:39:27.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 602 sec 2023-09-30T17:39:28.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 603 sec 2023-09-30T17:39:29.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:28 smithi079 ceph-mon[110084]: pgmap v300: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 272 op/s 2023-09-30T17:39:29.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:28 smithi008 ceph-mon[107412]: pgmap v300: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 272 op/s 2023-09-30T17:39:29.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 604 sec 2023-09-30T17:39:30.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 605 sec 2023-09-30T17:39:31.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:30 smithi079 ceph-mon[110084]: pgmap v301: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 272 op/s 2023-09-30T17:39:31.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:30 smithi008 ceph-mon[107412]: pgmap v301: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 272 op/s 2023-09-30T17:39:31.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 606 sec 2023-09-30T17:39:32.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 607 sec 2023-09-30T17:39:33.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:32 smithi079 ceph-mon[110084]: pgmap v302: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.9 MiB/s wr, 331 op/s 2023-09-30T17:39:33.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:32 smithi008 ceph-mon[107412]: pgmap v302: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.9 MiB/s wr, 331 op/s 2023-09-30T17:39:33.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 608 sec 2023-09-30T17:39:34.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 609 sec 2023-09-30T17:39:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:34 smithi079 ceph-mon[110084]: pgmap v303: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.5 MiB/s wr, 197 op/s 2023-09-30T17:39:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:35.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:34 smithi008 ceph-mon[107412]: pgmap v303: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.5 MiB/s wr, 197 op/s 2023-09-30T17:39:35.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:35.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 610 sec 2023-09-30T17:39:36.359 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 611 sec 2023-09-30T17:39:37.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:36 smithi079 ceph-mon[110084]: pgmap v304: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 1.6 MiB/s wr, 198 op/s 2023-09-30T17:39:37.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:36 smithi008 ceph-mon[107412]: pgmap v304: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 1.6 MiB/s wr, 198 op/s 2023-09-30T17:39:37.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 612 sec 2023-09-30T17:39:38.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 613 sec 2023-09-30T17:39:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:38 smithi079 ceph-mon[110084]: pgmap v305: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 393 KiB/s wr, 60 op/s 2023-09-30T17:39:39.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:38 smithi008 ceph-mon[107412]: pgmap v305: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 393 KiB/s wr, 60 op/s 2023-09-30T17:39:39.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 614 sec 2023-09-30T17:39:40.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 615 sec 2023-09-30T17:39:41.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:40 smithi079 ceph-mon[110084]: pgmap v306: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 393 KiB/s wr, 60 op/s 2023-09-30T17:39:41.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:40 smithi008 ceph-mon[107412]: pgmap v306: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 393 KiB/s wr, 60 op/s 2023-09-30T17:39:41.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 616 sec 2023-09-30T17:39:42.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 617 sec 2023-09-30T17:39:43.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:42 smithi079 ceph-mon[110084]: pgmap v307: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 393 KiB/s wr, 60 op/s 2023-09-30T17:39:43.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:42 smithi008 ceph-mon[107412]: pgmap v307: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 393 KiB/s wr, 60 op/s 2023-09-30T17:39:43.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 618 sec 2023-09-30T17:39:44.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 619 sec 2023-09-30T17:39:45.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:44 smithi079 ceph-mon[110084]: pgmap v308: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 19 KiB/s wr, 1 op/s 2023-09-30T17:39:45.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:44 smithi008 ceph-mon[107412]: pgmap v308: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 19 KiB/s wr, 1 op/s 2023-09-30T17:39:45.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 620 sec 2023-09-30T17:39:46.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 621 sec 2023-09-30T17:39:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:46 smithi079 ceph-mon[110084]: pgmap v309: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 20 KiB/s wr, 2 op/s 2023-09-30T17:39:47.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:46 smithi008 ceph-mon[107412]: pgmap v309: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 20 KiB/s wr, 2 op/s 2023-09-30T17:39:47.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 622 sec 2023-09-30T17:39:48.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 623 sec 2023-09-30T17:39:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:48 smithi079 ceph-mon[110084]: pgmap v310: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:49.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:48 smithi008 ceph-mon[107412]: pgmap v310: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:49.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 624 sec 2023-09-30T17:39:50.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:50.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:50.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 625 sec 2023-09-30T17:39:51.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:50 smithi079 ceph-mon[110084]: pgmap v311: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:51.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:50 smithi008 ceph-mon[107412]: pgmap v311: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:51.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 626 sec 2023-09-30T17:39:52.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 627 sec 2023-09-30T17:39:53.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:52 smithi079 ceph-mon[110084]: pgmap v312: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:53.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:52 smithi008 ceph-mon[107412]: pgmap v312: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:53.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 628 sec 2023-09-30T17:39:54.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 629 sec 2023-09-30T17:39:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:54 smithi079 ceph-mon[110084]: pgmap v313: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:55.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:54 smithi008 ceph-mon[107412]: pgmap v313: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:55.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 630 sec 2023-09-30T17:39:56.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 631 sec 2023-09-30T17:39:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:56 smithi079 ceph-mon[110084]: pgmap v314: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:56 smithi008 ceph-mon[107412]: pgmap v314: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T17:39:57.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 632 sec 2023-09-30T17:39:58.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 633 sec 2023-09-30T17:39:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:39:58 smithi079 ceph-mon[110084]: pgmap v315: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:59.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:39:58 smithi008 ceph-mon[107412]: pgmap v315: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:59.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 634 sec 2023-09-30T17:40:00.360 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 635 sec 2023-09-30T17:40:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: pgmap v316: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: Upgrade daemon: mgr.smithi008.wfpuhc: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi008.wfpuhc ... 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: Non-zero exit code 1 from systemctl daemon-reload 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: Traceback (most recent call last): 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: "__main__", mod_spec) 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: exec(code, run_globals) 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 7834, in 2023-09-30T17:40:01.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 7822, in main 2023-09-30T17:40:01.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5100, in command_deploy_from 2023-09-30T17:40:01.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5118, in _common_deploy 2023-09-30T17:40:01.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5155, in _dispatch_deploy 2023-09-30T17:40:01.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 2578, in deploy_daemon 2023-09-30T17:40:01.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 2811, in deploy_daemon_units 2023-09-30T17:40:01.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: File "/tmp/tmpv7zq6m8j.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-30T17:40:01.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:00 smithi079 ceph-mon[110084]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-30T17:40:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: pgmap v316: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. 2023-09-30T17:40:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. 2023-09-30T17:40:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: Upgrade daemon: mgr.smithi008.wfpuhc: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi008.wfpuhc ... 2023-09-30T17:40:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: Non-zero exit code 1 from systemctl daemon-reload 2023-09-30T17:40:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-30T17:40:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: Traceback (most recent call last): 2023-09-30T17:40:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: "__main__", mod_spec) 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: exec(code, run_globals) 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 7834, in 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 7822, in main 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5100, in command_deploy_from 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5118, in _common_deploy 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5155, in _dispatch_deploy 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 2578, in deploy_daemon 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 2811, in deploy_daemon_units 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: File "/tmp/tmpv7zq6m8j.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-30T17:40:01.123 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:00 smithi008 ceph-mon[107412]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-30T17:40:01.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 636 sec 2023-09-30T17:40:02.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 637 sec 2023-09-30T17:40:03.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:02 smithi079 ceph-mon[110084]: pgmap v317: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:03.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:02 smithi008 ceph-mon[107412]: pgmap v317: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:03.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 638 sec 2023-09-30T17:40:04.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 639 sec 2023-09-30T17:40:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:04 smithi079 ceph-mon[110084]: pgmap v318: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:05.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:04 smithi008 ceph-mon[107412]: pgmap v318: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:05.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:05.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 640 sec 2023-09-30T17:40:06.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 641 sec 2023-09-30T17:40:07.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:06 smithi079 ceph-mon[110084]: pgmap v319: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:07.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:06 smithi008 ceph-mon[107412]: pgmap v319: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:07.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 642 sec 2023-09-30T17:40:08.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 643 sec 2023-09-30T17:40:09.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:08 smithi079 ceph-mon[110084]: pgmap v320: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:09.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:08 smithi008 ceph-mon[107412]: pgmap v320: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:09.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 644 sec 2023-09-30T17:40:10.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 645 sec 2023-09-30T17:40:11.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:10 smithi079 ceph-mon[110084]: pgmap v321: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:11.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:10 smithi008 ceph-mon[107412]: pgmap v321: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:11.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 646 sec 2023-09-30T17:40:12.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 647 sec 2023-09-30T17:40:13.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:12 smithi079 ceph-mon[110084]: pgmap v322: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:13.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:12 smithi008 ceph-mon[107412]: pgmap v322: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:13.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 648 sec 2023-09-30T17:40:14.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 649 sec 2023-09-30T17:40:15.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:14 smithi079 ceph-mon[110084]: pgmap v323: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:15.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:14 smithi008 ceph-mon[107412]: pgmap v323: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:15.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 650 sec 2023-09-30T17:40:16.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 651 sec 2023-09-30T17:40:17.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:16 smithi079 ceph-mon[110084]: pgmap v324: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:17.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:16 smithi008 ceph-mon[107412]: pgmap v324: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:17.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 652 sec 2023-09-30T17:40:18.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 653 sec 2023-09-30T17:40:19.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:18 smithi079 ceph-mon[110084]: pgmap v325: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:19.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:18 smithi008 ceph-mon[107412]: pgmap v325: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:19.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 654 sec 2023-09-30T17:40:20.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:20.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:20.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 655 sec 2023-09-30T17:40:21.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:20 smithi079 ceph-mon[110084]: pgmap v326: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:21.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:20 smithi008 ceph-mon[107412]: pgmap v326: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:21.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 656 sec 2023-09-30T17:40:22.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 657 sec 2023-09-30T17:40:23.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:22 smithi079 ceph-mon[110084]: pgmap v327: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:23.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:22 smithi008 ceph-mon[107412]: pgmap v327: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:23.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 658 sec 2023-09-30T17:40:24.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 659 sec 2023-09-30T17:40:25.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:24 smithi079 ceph-mon[110084]: pgmap v328: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:25.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:24 smithi008 ceph-mon[107412]: pgmap v328: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:25.361 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 660 sec 2023-09-30T17:40:26.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 661 sec 2023-09-30T17:40:27.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:26 smithi079 ceph-mon[110084]: pgmap v329: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:27.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:26 smithi008 ceph-mon[107412]: pgmap v329: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:27.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 662 sec 2023-09-30T17:40:28.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 663 sec 2023-09-30T17:40:29.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:28 smithi079 ceph-mon[110084]: pgmap v330: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:29.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:28 smithi008 ceph-mon[107412]: pgmap v330: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:29.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 664 sec 2023-09-30T17:40:30.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 665 sec 2023-09-30T17:40:31.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:30 smithi079 ceph-mon[110084]: pgmap v331: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:31.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:30 smithi008 ceph-mon[107412]: pgmap v331: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:31.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 666 sec 2023-09-30T17:40:32.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 667 sec 2023-09-30T17:40:33.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:32 smithi079 ceph-mon[110084]: pgmap v332: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:33.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:32 smithi008 ceph-mon[107412]: pgmap v332: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:33.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 668 sec 2023-09-30T17:40:34.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 669 sec 2023-09-30T17:40:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:34 smithi079 ceph-mon[110084]: pgmap v333: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:35.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:35.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:34 smithi008 ceph-mon[107412]: pgmap v333: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:35.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:35.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 670 sec 2023-09-30T17:40:36.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 671 sec 2023-09-30T17:40:37.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:36 smithi079 ceph-mon[110084]: pgmap v334: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:37.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:36 smithi008 ceph-mon[107412]: pgmap v334: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:37.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 672 sec 2023-09-30T17:40:38.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 673 sec 2023-09-30T17:40:39.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:38 smithi079 ceph-mon[110084]: pgmap v335: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:39.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:38 smithi008 ceph-mon[107412]: pgmap v335: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:39.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 674 sec 2023-09-30T17:40:40.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 675 sec 2023-09-30T17:40:41.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:40 smithi079 ceph-mon[110084]: pgmap v336: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:41.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:40 smithi008 ceph-mon[107412]: pgmap v336: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:41.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 676 sec 2023-09-30T17:40:42.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 677 sec 2023-09-30T17:40:43.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:42 smithi079 ceph-mon[110084]: pgmap v337: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:43.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:42 smithi008 ceph-mon[107412]: pgmap v337: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:40:43.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 678 sec 2023-09-30T17:40:44.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 679 sec 2023-09-30T17:40:45.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:44 smithi079 ceph-mon[110084]: pgmap v338: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:45.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:44 smithi008 ceph-mon[107412]: pgmap v338: 97 pgs: 97 active+clean; 247 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:45.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 680 sec 2023-09-30T17:40:46.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 681 sec 2023-09-30T17:40:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:46 smithi079 ceph-mon[110084]: pgmap v339: 97 pgs: 97 active+clean; 246 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-09-30T17:40:47.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:46 smithi008 ceph-mon[107412]: pgmap v339: 97 pgs: 97 active+clean; 246 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-09-30T17:40:47.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 682 sec 2023-09-30T17:40:48.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 683 sec 2023-09-30T17:40:49.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:48 smithi079 ceph-mon[110084]: pgmap v340: 97 pgs: 97 active+clean; 246 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-09-30T17:40:49.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:48 smithi008 ceph-mon[107412]: pgmap v340: 97 pgs: 97 active+clean; 246 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-09-30T17:40:49.362 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 684 sec 2023-09-30T17:40:50.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:50.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:50.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 685 sec 2023-09-30T17:40:51.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:50 smithi079 ceph-mon[110084]: pgmap v341: 97 pgs: 97 active+clean; 246 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-09-30T17:40:51.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:50 smithi008 ceph-mon[107412]: pgmap v341: 97 pgs: 97 active+clean; 246 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-09-30T17:40:51.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 686 sec 2023-09-30T17:40:52.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 687 sec 2023-09-30T17:40:53.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:52 smithi079 ceph-mon[110084]: pgmap v342: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-09-30T17:40:53.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:52 smithi008 ceph-mon[107412]: pgmap v342: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-09-30T17:40:53.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 688 sec 2023-09-30T17:40:54.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 689 sec 2023-09-30T17:40:55.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:54 smithi079 ceph-mon[110084]: pgmap v343: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-09-30T17:40:55.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:54 smithi008 ceph-mon[107412]: pgmap v343: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-09-30T17:40:55.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 690 sec 2023-09-30T17:40:56.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 691 sec 2023-09-30T17:40:57.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:56 smithi079 ceph-mon[110084]: pgmap v344: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-09-30T17:40:57.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:56 smithi008 ceph-mon[107412]: pgmap v344: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-09-30T17:40:57.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 692 sec 2023-09-30T17:40:58.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 693 sec 2023-09-30T17:40:59.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:40:58 smithi079 ceph-mon[110084]: pgmap v345: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-09-30T17:40:59.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:40:58 smithi008 ceph-mon[107412]: pgmap v345: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-09-30T17:40:59.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 694 sec 2023-09-30T17:41:00.365 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 695 sec 2023-09-30T17:41:01.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:00 smithi079 ceph-mon[110084]: pgmap v346: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-09-30T17:41:01.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:00 smithi008 ceph-mon[107412]: pgmap v346: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-09-30T17:41:01.363 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 696 sec 2023-09-30T17:41:01.479 INFO:teuthology.orchestra.run.smithi008.stdout: 0 cleanup 696 sec 2023-09-30T17:41:01.479 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:41:01.479 INFO:teuthology.orchestra.run.smithi008.stdout: Operation Count AvgLat MaxLat 2023-09-30T17:41:01.479 INFO:teuthology.orchestra.run.smithi008.stdout: ---------------------------------------- 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: NTCreateX 143915 7.387 185.608 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: Close 105644 0.161 16.038 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: Rename 6101 12.389 216.592 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: Unlink 29117 7.187 107.566 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: Qpathinfo 130541 3.033 106.927 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: Qfileinfo 22756 0.111 17.283 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: Qfsinfo 23944 1.777 42.697 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: Sfileinfo 11724 10.764 139.636 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: Find 50450 5.847 144.682 2023-09-30T17:41:01.480 INFO:teuthology.orchestra.run.smithi008.stdout: WriteX 71111 10.847 141.427 2023-09-30T17:41:01.481 INFO:teuthology.orchestra.run.smithi008.stdout: ReadX 225890 0.012 11.555 2023-09-30T17:41:01.481 INFO:teuthology.orchestra.run.smithi008.stdout: LockX 470 0.530 16.240 2023-09-30T17:41:01.481 INFO:teuthology.orchestra.run.smithi008.stdout: UnlockX 470 0.374 10.795 2023-09-30T17:41:01.481 INFO:teuthology.orchestra.run.smithi008.stdout: Flush 10096 0.003 0.028 2023-09-30T17:41:01.481 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:41:01.481 INFO:teuthology.orchestra.run.smithi008.stdout:Throughput 7.47455 MB/sec 5 clients 5 procs max_latency=216.599 ms 2023-09-30T17:41:01.483 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-09-30T17:41:01.549 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-09-30T17:41:01.634 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-09-30T17:41:01.644 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph orch ps' 2023-09-30T17:41:01.699 INFO:teuthology.orchestra.run.smithi008.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-30T17:41:01.699 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:41:01.699 INFO:teuthology.orchestra.run.smithi008.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-09-30T17:41:01.700 INFO:teuthology.orchestra.run.smithi008.stdout:3 of 5 processes prepared for launch 0 sec 2023-09-30T17:41:01.800 INFO:teuthology.orchestra.run.smithi008.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-30T17:41:01.801 INFO:teuthology.orchestra.run.smithi008.stdout:releasing clients 2023-09-30T17:41:02.689 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:02 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:02.690 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:02 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:02.690 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:02 smithi008 ceph-mon[107412]: pgmap v347: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-09-30T17:41:02.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:02 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:02.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:02 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:02.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:02 smithi079 ceph-mon[110084]: pgmap v347: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-09-30T17:41:03.801 INFO:teuthology.orchestra.run.smithi008.stdout: 5 276 17.69 MB/sec execute 1 sec latency 155.655 ms 2023-09-30T17:41:04.042 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:41:04.042 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 starting - - - - 2023-09-30T17:41:04.042 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (18m) 11m ago 18m 7017k - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:41:04.042 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (17m) 7m ago 17m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:41:04.042 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 starting - - - - 2023-09-30T17:41:04.042 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (14m) 11m ago 14m 35.0M - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:41:04.042 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (13m) 7m ago 13m 17.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:41:04.042 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:9283 running (19m) 11m ago 19m 240M - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (11m) 7m ago 17m 511M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (19m) 11m ago 19m 100M 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (17m) 7m ago 17m 69.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (13m) 11m ago 13m 279M - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (13m) 7m ago 13m 86.2M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 starting - - - - 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (10m) 7m ago 17m 24.3M - 1.3.1 1dbe0e931976 2cd3af370897 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (16m) 11m ago 16m 696M 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (16m) 11m ago 16m 558M 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:41:04.043 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (16m) 11m ago 16m 340M 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:41:04.044 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (16m) 11m ago 16m 596M 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:41:04.044 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (15m) 7m ago 15m 1386M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:41:04.044 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (15m) 7m ago 15m 1711M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:41:04.044 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (15m) 7m ago 15m 1423M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:41:04.044 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (14m) 7m ago 14m 2192M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:41:04.044 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 starting - - - - 2023-09-30T17:41:04.709 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph versions' 2023-09-30T17:41:04.800 INFO:teuthology.orchestra.run.smithi008.stdout: 5 392 17.95 MB/sec execute 2 sec latency 133.763 ms 2023-09-30T17:41:04.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:04 smithi008 ceph-mon[107412]: pgmap v348: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:04.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:04 smithi008 ceph-mon[107412]: from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:41:04.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:04 smithi079 ceph-mon[110084]: pgmap v348: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:04 smithi079 ceph-mon[110084]: from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:41:05.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:05.801 INFO:teuthology.orchestra.run.smithi008.stdout: 5 519 18.50 MB/sec execute 3 sec latency 141.773 ms 2023-09-30T17:41:06.801 INFO:teuthology.orchestra.run.smithi008.stdout: 5 699 17.63 MB/sec execute 4 sec latency 162.731 ms 2023-09-30T17:41:06.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:06 smithi008 ceph-mon[107412]: pgmap v349: 97 pgs: 97 active+clean; 318 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 6.6 MiB/s wr, 104 op/s 2023-09-30T17:41:07.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:06 smithi079 ceph-mon[110084]: pgmap v349: 97 pgs: 97 active+clean; 318 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 6.6 MiB/s wr, 104 op/s 2023-09-30T17:41:07.431 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:41:07.431 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:41:07.431 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:41:07.431 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:41:07.431 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:41:07.431 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:41:07.432 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:41:07.801 INFO:teuthology.orchestra.run.smithi008.stdout: 5 cleanup 5 sec 2023-09-30T17:41:07.937 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-09-30T17:41:08.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:08 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:08.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:08 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:08.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:08 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/4285325199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:41:08.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:08 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:41:08.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:08 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:41:08.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:08 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:08.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:08 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:08.456 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:08 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:41:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:08 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:08 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:08 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/4285325199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:41:08.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:08 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:41:08.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:08 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:41:08.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:08 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:08.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:08 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:08.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:08 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:41:08.801 INFO:teuthology.orchestra.run.smithi008.stdout: 2 cleanup 6 sec 2023-09-30T17:41:09.231 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:09 smithi008 ceph-mon[107412]: pgmap v350: 97 pgs: 97 active+clean; 318 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 6.6 MiB/s wr, 104 op/s 2023-09-30T17:41:09.231 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:09 smithi008 ceph-mon[107412]: pgmap v351: 97 pgs: 97 active+clean; 318 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 403 B/s rd, 7.8 MiB/s wr, 123 op/s 2023-09-30T17:41:09.232 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:09 smithi008 ceph-mon[107412]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-09-30T17:41:09.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:09 smithi079 ceph-mon[110084]: pgmap v350: 97 pgs: 97 active+clean; 318 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 6.6 MiB/s wr, 104 op/s 2023-09-30T17:41:09.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:09 smithi079 ceph-mon[110084]: pgmap v351: 97 pgs: 97 active+clean; 318 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 403 B/s rd, 7.8 MiB/s wr, 123 op/s 2023-09-30T17:41:09.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:09 smithi079 ceph-mon[110084]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-09-30T17:41:09.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 7 sec 2023-09-30T17:41:10.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 8 sec 2023-09-30T17:41:11.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:11 smithi079 ceph-mon[110084]: pgmap v352: 97 pgs: 97 active+clean; 318 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 403 B/s rd, 7.8 MiB/s wr, 123 op/s 2023-09-30T17:41:11.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:11 smithi008 ceph-mon[107412]: pgmap v352: 97 pgs: 97 active+clean; 318 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 403 B/s rd, 7.8 MiB/s wr, 123 op/s 2023-09-30T17:41:11.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 9 sec 2023-09-30T17:41:12.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 10 sec 2023-09-30T17:41:13.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:13 smithi079 ceph-mon[110084]: pgmap v353: 97 pgs: 97 active+clean; 311 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 11 MiB/s wr, 218 op/s 2023-09-30T17:41:13.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:13 smithi008 ceph-mon[107412]: pgmap v353: 97 pgs: 97 active+clean; 311 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 11 MiB/s wr, 218 op/s 2023-09-30T17:41:13.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 11 sec 2023-09-30T17:41:14.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 12 sec 2023-09-30T17:41:15.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:15 smithi079 ceph-mon[110084]: pgmap v354: 97 pgs: 97 active+clean; 311 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 11 MiB/s wr, 218 op/s 2023-09-30T17:41:15.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:15 smithi008 ceph-mon[107412]: pgmap v354: 97 pgs: 97 active+clean; 311 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 11 MiB/s wr, 218 op/s 2023-09-30T17:41:15.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 13 sec 2023-09-30T17:41:16.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 14 sec 2023-09-30T17:41:17.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:16 smithi079 ceph-mon[110084]: pgmap v355: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 115 op/s 2023-09-30T17:41:17.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:16 smithi008 ceph-mon[107412]: pgmap v355: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 115 op/s 2023-09-30T17:41:17.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 15 sec 2023-09-30T17:41:18.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 16 sec 2023-09-30T17:41:19.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:18 smithi079 ceph-mon[110084]: pgmap v356: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 115 op/s 2023-09-30T17:41:19.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:18 smithi008 ceph-mon[107412]: pgmap v356: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 115 op/s 2023-09-30T17:41:19.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 17 sec 2023-09-30T17:41:20.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 18 sec 2023-09-30T17:41:20.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:20 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:20.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:20 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:20.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:20 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:20.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:20 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:21.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 19 sec 2023-09-30T17:41:21.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:21 smithi079 ceph-mon[110084]: pgmap v357: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.5 MiB/s wr, 97 op/s 2023-09-30T17:41:21.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:21 smithi008 ceph-mon[107412]: pgmap v357: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.5 MiB/s wr, 97 op/s 2023-09-30T17:41:22.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 20 sec 2023-09-30T17:41:23.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:23 smithi079 ceph-mon[110084]: pgmap v358: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.5 MiB/s wr, 99 op/s 2023-09-30T17:41:23.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 21 sec 2023-09-30T17:41:23.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:23 smithi008 ceph-mon[107412]: pgmap v358: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.5 MiB/s wr, 99 op/s 2023-09-30T17:41:24.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 22 sec 2023-09-30T17:41:25.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 23 sec 2023-09-30T17:41:25.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:25 smithi079 ceph-mon[110084]: pgmap v359: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 21 KiB/s wr, 18 op/s 2023-09-30T17:41:25.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:25 smithi008 ceph-mon[107412]: pgmap v359: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 21 KiB/s wr, 18 op/s 2023-09-30T17:41:26.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 24 sec 2023-09-30T17:41:27.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:26 smithi079 ceph-mon[110084]: pgmap v360: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 21 KiB/s wr, 18 op/s 2023-09-30T17:41:27.121 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:26 smithi008 ceph-mon[107412]: pgmap v360: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 21 KiB/s wr, 18 op/s 2023-09-30T17:41:27.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 25 sec 2023-09-30T17:41:28.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 26 sec 2023-09-30T17:41:29.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:28 smithi079 ceph-mon[110084]: pgmap v361: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-09-30T17:41:29.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:28 smithi008 ceph-mon[107412]: pgmap v361: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-09-30T17:41:29.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 27 sec 2023-09-30T17:41:30.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 28 sec 2023-09-30T17:41:31.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:30 smithi079 ceph-mon[110084]: pgmap v362: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-09-30T17:41:31.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:30 smithi008 ceph-mon[107412]: pgmap v362: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-09-30T17:41:31.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 29 sec 2023-09-30T17:41:32.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 30 sec 2023-09-30T17:41:33.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:32 smithi079 ceph-mon[110084]: pgmap v363: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-09-30T17:41:33.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:32 smithi008 ceph-mon[107412]: pgmap v363: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-09-30T17:41:33.801 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 31 sec 2023-09-30T17:41:34.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 32 sec 2023-09-30T17:41:35.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:34 smithi079 ceph-mon[110084]: pgmap v364: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:35.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:35.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:34 smithi008 ceph-mon[107412]: pgmap v364: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:35.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:35.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 33 sec 2023-09-30T17:41:36.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 34 sec 2023-09-30T17:41:37.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:36 smithi079 ceph-mon[110084]: pgmap v365: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:37.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:36 smithi008 ceph-mon[107412]: pgmap v365: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:37.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 35 sec 2023-09-30T17:41:38.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 36 sec 2023-09-30T17:41:39.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:38 smithi079 ceph-mon[110084]: pgmap v366: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:39.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:38 smithi008 ceph-mon[107412]: pgmap v366: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:39.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 37 sec 2023-09-30T17:41:40.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 38 sec 2023-09-30T17:41:41.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:40 smithi079 ceph-mon[110084]: pgmap v367: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:41.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:40 smithi008 ceph-mon[107412]: pgmap v367: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:41.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 39 sec 2023-09-30T17:41:42.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 40 sec 2023-09-30T17:41:43.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:42 smithi079 ceph-mon[110084]: pgmap v368: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:41:43.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:42 smithi008 ceph-mon[107412]: pgmap v368: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:41:43.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 41 sec 2023-09-30T17:41:44.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 42 sec 2023-09-30T17:41:45.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:44 smithi079 ceph-mon[110084]: pgmap v369: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:45.371 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:44 smithi008 ceph-mon[107412]: pgmap v369: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:45.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 43 sec 2023-09-30T17:41:46.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 44 sec 2023-09-30T17:41:47.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:46 smithi079 ceph-mon[110084]: pgmap v370: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:47.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:46 smithi008 ceph-mon[107412]: pgmap v370: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:47.802 INFO:teuthology.orchestra.run.smithi008.stdout: 1 cleanup 45 sec 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: 0 cleanup 45 sec 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: Operation Count AvgLat MaxLat 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: ---------------------------------------- 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: NTCreateX 485 25.252 155.649 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: Close 454 9.215 46.698 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: Rename 12 48.389 174.067 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: Unlink 30 8.782 63.264 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: Qpathinfo 90 5.080 64.229 2023-09-30T17:41:48.072 INFO:teuthology.orchestra.run.smithi008.stdout: Qfileinfo 324 12.699 31.481 2023-09-30T17:41:48.073 INFO:teuthology.orchestra.run.smithi008.stdout: Qfsinfo 75 2.076 16.459 2023-09-30T17:41:48.073 INFO:teuthology.orchestra.run.smithi008.stdout: Sfileinfo 62 16.589 73.455 2023-09-30T17:41:48.073 INFO:teuthology.orchestra.run.smithi008.stdout: Find 85 10.377 94.194 2023-09-30T17:41:48.073 INFO:teuthology.orchestra.run.smithi008.stdout: WriteX 1555 0.030 0.097 2023-09-30T17:41:48.073 INFO:teuthology.orchestra.run.smithi008.stdout: ReadX 323 0.033 3.709 2023-09-30T17:41:48.073 INFO:teuthology.orchestra.run.smithi008.stdout: Flush 94 13.092 29.260 2023-09-30T17:41:48.073 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-09-30T17:41:48.073 INFO:teuthology.orchestra.run.smithi008.stdout:Throughput 17.6296 MB/sec 5 clients 5 procs max_latency=162.731 ms 2023-09-30T17:41:48.074 DEBUG:teuthology.parallel:result is None 2023-09-30T17:41:48.498 INFO:teuthology.orchestra.run.smithi008.stdout:wait for servicemap items w/ changing names to refresh 2023-09-30T17:41:48.901 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'sleep 60' 2023-09-30T17:41:49.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:48 smithi008 ceph-mon[107412]: pgmap v371: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:49.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:48 smithi079 ceph-mon[110084]: pgmap v371: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:50.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:50.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:51.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:50 smithi079 ceph-mon[110084]: pgmap v372: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:51.372 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:50 smithi008 ceph-mon[107412]: pgmap v372: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:52 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:52 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:52 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:41:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:52 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:41:52.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:52 smithi079 ceph-mon[110084]: pgmap v373: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 356 B/s rd, 2.9 KiB/s wr, 0 op/s 2023-09-30T17:41:52.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:52 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:52.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:52 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:52.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:52 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:52.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:52 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:52.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:52 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:41:52.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:52 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:41:52.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:52 smithi008 ceph-mon[107412]: pgmap v373: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 356 B/s rd, 2.9 KiB/s wr, 0 op/s 2023-09-30T17:41:52.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:52 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:52.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:52 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:41:53.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:53 smithi079 ceph-mon[110084]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-09-30T17:41:53.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:53 smithi008 ceph-mon[107412]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-09-30T17:41:54.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:54 smithi008 ceph-mon[107412]: pgmap v374: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 178 B/s rd, 2.9 KiB/s wr, 0 op/s 2023-09-30T17:41:54.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:54 smithi079 ceph-mon[110084]: pgmap v374: 97 pgs: 97 active+clean; 242 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 178 B/s rd, 2.9 KiB/s wr, 0 op/s 2023-09-30T17:41:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:56 smithi079 ceph-mon[110084]: pgmap v375: 97 pgs: 97 active+clean; 241 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 178 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-09-30T17:41:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:56 smithi008 ceph-mon[107412]: pgmap v375: 97 pgs: 97 active+clean; 241 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 178 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-09-30T17:41:58.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:41:58 smithi079 ceph-mon[110084]: pgmap v376: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 356 B/s rd, 4.8 KiB/s wr, 2 op/s 2023-09-30T17:41:58.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:41:58 smithi008 ceph-mon[107412]: pgmap v376: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 356 B/s rd, 4.8 KiB/s wr, 2 op/s 2023-09-30T17:42:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:00 smithi079 ceph-mon[110084]: pgmap v377: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 356 B/s rd, 4.8 KiB/s wr, 2 op/s 2023-09-30T17:42:00.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:00 smithi008 ceph-mon[107412]: pgmap v377: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 356 B/s rd, 4.8 KiB/s wr, 2 op/s 2023-09-30T17:42:02.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:01 smithi079 ceph-mon[110084]: pgmap v378: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 534 B/s rd, 4.8 KiB/s wr, 2 op/s 2023-09-30T17:42:02.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:01 smithi008 ceph-mon[107412]: pgmap v378: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 534 B/s rd, 4.8 KiB/s wr, 2 op/s 2023-09-30T17:42:04.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:04 smithi079 ceph-mon[110084]: pgmap v379: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.8 KiB/s wr, 1 op/s 2023-09-30T17:42:04.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:04 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:04.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:04 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:04.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:04 smithi008 ceph-mon[107412]: pgmap v379: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.8 KiB/s wr, 1 op/s 2023-09-30T17:42:04.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:04 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:04.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:04 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:06.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:06 smithi079 ceph-mon[110084]: pgmap v380: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 2 op/s 2023-09-30T17:42:06.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:06 smithi008 ceph-mon[107412]: pgmap v380: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 2 op/s 2023-09-30T17:42:08.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:08 smithi079 ceph-mon[110084]: pgmap v381: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 1 op/s 2023-09-30T17:42:08.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:08 smithi008 ceph-mon[107412]: pgmap v381: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 1 op/s 2023-09-30T17:42:10.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:10 smithi079 ceph-mon[110084]: pgmap v382: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T17:42:10.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:10 smithi008 ceph-mon[107412]: pgmap v382: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T17:42:12.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:11 smithi079 ceph-mon[110084]: pgmap v383: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T17:42:12.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:11 smithi008 ceph-mon[107412]: pgmap v383: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T17:42:14.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:14 smithi079 ceph-mon[110084]: pgmap v384: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T17:42:14.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:14 smithi008 ceph-mon[107412]: pgmap v384: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T17:42:16.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:16 smithi079 ceph-mon[110084]: pgmap v385: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T17:42:16.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:16 smithi008 ceph-mon[107412]: pgmap v385: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T17:42:18.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:18 smithi079 ceph-mon[110084]: pgmap v386: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:18.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:18 smithi008 ceph-mon[107412]: pgmap v386: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:19.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:19 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:19.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:19 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:20.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:20 smithi079 ceph-mon[110084]: pgmap v387: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:20.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:20 smithi008 ceph-mon[107412]: pgmap v387: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:22.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:21 smithi079 ceph-mon[110084]: pgmap v388: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:42:22.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:21 smithi008 ceph-mon[107412]: pgmap v388: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:42:24.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:24 smithi079 ceph-mon[110084]: pgmap v389: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:24.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:24 smithi008 ceph-mon[107412]: pgmap v389: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:26.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:26 smithi079 ceph-mon[110084]: pgmap v390: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:26.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:26 smithi008 ceph-mon[107412]: pgmap v390: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:28.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:28 smithi079 ceph-mon[110084]: pgmap v391: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:28.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:28 smithi008 ceph-mon[107412]: pgmap v391: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:30 smithi079 ceph-mon[110084]: pgmap v392: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:30.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:30 smithi008 ceph-mon[107412]: pgmap v392: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:32.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:31 smithi079 ceph-mon[110084]: pgmap v393: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:42:32.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:31 smithi008 ceph-mon[107412]: pgmap v393: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:42:34.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:34 smithi079 ceph-mon[110084]: pgmap v394: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:34.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:34 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:34.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:34 smithi008 ceph-mon[107412]: pgmap v394: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:34.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:34 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:36.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:36 smithi079 ceph-mon[110084]: pgmap v395: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:36.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:36 smithi008 ceph-mon[107412]: pgmap v395: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:38.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:38 smithi079 ceph-mon[110084]: pgmap v396: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:38.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:38 smithi008 ceph-mon[107412]: pgmap v396: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:40.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:40 smithi079 ceph-mon[110084]: pgmap v397: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:40.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:40 smithi008 ceph-mon[107412]: pgmap v397: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:42.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:41 smithi079 ceph-mon[110084]: pgmap v398: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:42:42.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:41 smithi008 ceph-mon[107412]: pgmap v398: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:42:44.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:44 smithi079 ceph-mon[110084]: pgmap v399: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:44.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:44 smithi008 ceph-mon[107412]: pgmap v399: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:46.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:46 smithi079 ceph-mon[110084]: pgmap v400: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:46.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:46 smithi008 ceph-mon[107412]: pgmap v400: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:48.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:48 smithi079 ceph-mon[110084]: pgmap v401: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:48.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:48 smithi008 ceph-mon[107412]: pgmap v401: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:49.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:49 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:49.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:49 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:50.738 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:50 smithi008 ceph-mon[107412]: pgmap v402: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:50.846 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph orch ps' 2023-09-30T17:42:50.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:50 smithi079 ceph-mon[110084]: pgmap v402: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:51.812 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:51 smithi008 ceph-mon[107412]: pgmap v403: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:42:51.812 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:51 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:42:52.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:51 smithi079 ceph-mon[110084]: pgmap v403: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T17:42:52.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:51 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:42:52.556 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T17:42:52.556 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (12m) 61s ago 19m - - 0.23.0 ba2b418f427c 01ed13ca6e29 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (19m) 61s ago 19m - - 17.2.0 e1d6a67b021e cf71edcc3f94 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi079 smithi079 running (19m) 9m ago 19m 7168k - 17.2.0 e1d6a67b021e d4ef6aa643af 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (12m) 61s ago 19m - - 8.3.5 dad864ee21e9 eff74fd4eb92 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi008.iomkur smithi008 running (15m) 61s ago 15m - - 17.2.0 e1d6a67b021e 219e6bc07c4d 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:mds.foofs.smithi079.tgkdjq smithi079 running (15m) 9m ago 15m 17.4M - 17.2.0 e1d6a67b021e e83bfe0521ee 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.wfpuhc smithi008 *:8443,9283,8765 running (20m) 61s ago 20m - - 17.2.0 e1d6a67b021e d92bc2ba8b9a 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi079.evvdfh smithi079 *:8443,9283 running (13m) 9m ago 19m 511M - 18.0.0-6468-gf78c4ba7 0853a19211a0 8e06aa38f711 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (20m) 61s ago 21m - 2048M 17.2.0 e1d6a67b021e b0f07e383b4a 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi079 smithi079 running (19m) 9m ago 19m 69.7M 2048M 17.2.0 e1d6a67b021e 2ceb2d46389b 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.0.0.smithi008.aesiyi smithi008 *:2049 running (15m) 61s ago 15m - - 4.0 e1d6a67b021e c6cbc17aaca4 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:nfs.foo.1.0.smithi079.sweffm smithi079 *:2049 running (15m) 9m ago 15m 86.2M - 4.0 e1d6a67b021e 853c4d36080e 2023-09-30T17:42:52.557 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (12m) 61s ago 19m - - 1.3.1 1dbe0e931976 2080fbcaae49 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi079 smithi079 *:9100 running (12m) 9m ago 19m 24.3M - 1.3.1 1dbe0e931976 2cd3af370897 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (18m) 61s ago 18m - 1943M 17.2.0 e1d6a67b021e 100297a48a11 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (18m) 61s ago 18m - 1943M 17.2.0 e1d6a67b021e 9b767883a841 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi008 running (18m) 61s ago 18m - 1943M 17.2.0 e1d6a67b021e a7c718a5b3a7 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (17m) 61s ago 17m - 1943M 17.2.0 e1d6a67b021e 1b134bfd4e7f 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi079 running (17m) 9m ago 17m 1386M 2710M 17.2.0 e1d6a67b021e badbf318bbb3 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi079 running (17m) 9m ago 17m 1711M 2710M 17.2.0 e1d6a67b021e 742d679ccac7 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi079 running (16m) 9m ago 16m 1423M 2710M 17.2.0 e1d6a67b021e dfe93e030d4e 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi079 running (16m) 9m ago 16m 2192M 2710M 17.2.0 e1d6a67b021e 4372596d52d8 2023-09-30T17:42:52.558 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (12m) 61s ago 19m - - 2.33.4 514e6a882f6e d091f32a809c 2023-09-30T17:42:52.947 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph orch upgrade status' 2023-09-30T17:42:54.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:54 smithi008 ceph-mon[107412]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:42:54.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:54 smithi008 ceph-mon[107412]: pgmap v404: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:54.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:54 smithi079 ceph-mon[110084]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:42:54.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:54 smithi079 ceph-mon[110084]: pgmap v404: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:54.852 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:42:54.853 INFO:teuthology.orchestra.run.smithi008.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ba23a32a914f45662afe3bda7cb2d21cca71c41cdaf3c0370a70be9fa1613fc4", 2023-09-30T17:42:54.853 INFO:teuthology.orchestra.run.smithi008.stdout: "in_progress": true, 2023-09-30T17:42:54.853 INFO:teuthology.orchestra.run.smithi008.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T17:42:54.853 INFO:teuthology.orchestra.run.smithi008.stdout: "services_complete": [], 2023-09-30T17:42:54.853 INFO:teuthology.orchestra.run.smithi008.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T17:42:54.853 INFO:teuthology.orchestra.run.smithi008.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed.", 2023-09-30T17:42:54.853 INFO:teuthology.orchestra.run.smithi008.stdout: "is_paused": true 2023-09-30T17:42:54.853 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:42:55.191 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph health detail' 2023-09-30T17:42:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:56 smithi079 ceph-mon[110084]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:42:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:56 smithi079 ceph-mon[110084]: pgmap v405: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:56 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:56.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:56 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:56.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:56 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:42:56.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:56 smithi079 ceph-mon[110084]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:42:56.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:56 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:56.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:56 smithi079 ceph-mon[110084]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:56 smithi008 ceph-mon[107412]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T17:42:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:56 smithi008 ceph-mon[107412]: pgmap v405: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:56 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:56 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:56 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:42:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:56 smithi008 ceph-mon[107412]: from='mgr.24541 172.21.15.79:0/716313730' entity='mgr.smithi079.evvdfh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:42:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:56 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:56.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:56 smithi008 ceph-mon[107412]: from='mgr.24541 ' entity='mgr.smithi079.evvdfh' 2023-09-30T17:42:56.935 INFO:teuthology.orchestra.run.smithi008.stdout:HEALTH_WARN Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. 2023-09-30T17:42:56.935 INFO:teuthology.orchestra.run.smithi008.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi008.wfpuhc on host smithi008 failed. 2023-09-30T17:42:56.935 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrade daemon: mgr.smithi008.wfpuhc: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi008.wfpuhc ... 2023-09-30T17:42:56.935 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-09-30T17:42:56.935 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-30T17:42:56.935 INFO:teuthology.orchestra.run.smithi008.stdout:Traceback (most recent call last): 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: "__main__", mod_spec) 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: exec(code, run_globals) 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 7834, in 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 7822, in main 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5100, in command_deploy_from 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5118, in _common_deploy 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 5155, in _dispatch_deploy 2023-09-30T17:42:56.936 INFO:teuthology.orchestra.run.smithi008.stdout: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 2578, in deploy_daemon 2023-09-30T17:42:56.937 INFO:teuthology.orchestra.run.smithi008.stdout: File "/tmp/tmpv7zq6m8j.cephadm.build/__main__.py", line 2811, in deploy_daemon_units 2023-09-30T17:42:56.937 INFO:teuthology.orchestra.run.smithi008.stdout: File "/tmp/tmpv7zq6m8j.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-30T17:42:56.937 INFO:teuthology.orchestra.run.smithi008.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-30T17:42:57.320 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph versions' 2023-09-30T17:42:57.622 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:57 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/2050210806' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:42:57.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:57 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/2050210806' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T17:42:58.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:58 smithi079 ceph-mon[110084]: pgmap v406: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:58.867 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-09-30T17:42:58.867 INFO:teuthology.orchestra.run.smithi008.stdout: "mon": { 2023-09-30T17:42:58.867 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:42:58.868 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:42:58.868 INFO:teuthology.orchestra.run.smithi008.stdout: "mgr": { 2023-09-30T17:42:58.868 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T17:42:58.868 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:42:58.868 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:42:58.868 INFO:teuthology.orchestra.run.smithi008.stdout: "osd": { 2023-09-30T17:42:58.868 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T17:42:58.869 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:42:58.869 INFO:teuthology.orchestra.run.smithi008.stdout: "mds": { 2023-09-30T17:42:58.869 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T17:42:58.869 INFO:teuthology.orchestra.run.smithi008.stdout: }, 2023-09-30T17:42:58.869 INFO:teuthology.orchestra.run.smithi008.stdout: "overall": { 2023-09-30T17:42:58.869 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T17:42:58.869 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph version 18.0.0-6468-gf78c4ba7 (f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a) reef (dev)": 1 2023-09-30T17:42:58.870 INFO:teuthology.orchestra.run.smithi008.stdout: } 2023-09-30T17:42:58.870 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-09-30T17:42:58.871 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:58 smithi008 ceph-mon[107412]: pgmap v406: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:59.244 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-09-30T17:42:59.767 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:42:59 smithi008 ceph-mon[107412]: from='client.? 172.21.15.8:0/1527579809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:42:59.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:42:59 smithi079 ceph-mon[110084]: from='client.? 172.21.15.8:0/1527579809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T17:43:00.742 INFO:teuthology.orchestra.run.smithi008.stdout:false 2023-09-30T17:43:00.760 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:43:00 smithi008 ceph-mon[107412]: pgmap v407: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:43:00 smithi079 ceph-mon[110084]: pgmap v407: 97 pgs: 97 active+clean; 238 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:01.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:43:01.119 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 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 c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-09-30T17:43:01.187 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5a0d7b5c337b4706a80c7d1b85edf1fc Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi008 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 c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-09-30T17:43:01.190 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-30T17:43:01.200 INFO:tasks.cephadm:Teardown begin 2023-09-30T17:43:01.201 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T17:43:01.253 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T17:43:01.291 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-30T17:43:01.291 DEBUG:teuthology.orchestra.run.smithi008:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T17:43:01.318 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T17:43:01.351 INFO:tasks.cephadm:Stopping all daemons... 2023-09-30T17:43:01.351 INFO:tasks.cephadm.mon.smithi008:Stopping mon.smithi008... 2023-09-30T17:43:01.352 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi008 2023-09-30T17:43:01.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:43:01 smithi008 systemd[1]: Stopping Ceph mon.smithi008 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:01.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:43:01 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon-smithi008[107389]: 2023-09-30T17:43:01.480+0000 7f7d2d18e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi008 -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-09-30T17:43:01.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Sep 30 17:43:01 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon-smithi008[107389]: 2023-09-30T17:43:01.480+0000 7f7d2d18e700 -1 mon.smithi008@0(leader) e2 *** Got Signal Terminated *** 2023-09-30T17:43:02.072 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi008.service' 2023-09-30T17:43:02.127 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:02.128 INFO:tasks.cephadm.mon.smithi008:Stopped mon.smithi008 2023-09-30T17:43:02.128 INFO:tasks.cephadm.mon.smithi079:Stopping mon.smithi079... 2023-09-30T17:43:02.128 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi079 2023-09-30T17:43:02.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:43:02 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:02.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:43:02 smithi079 bash[135215]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon.smithi079" found: no such container 2023-09-30T17:43:02.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:43:02 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon-smithi079[110061]: 2023-09-30T17:43:02.273+0000 7f2579702700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi079 -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-09-30T17:43:02.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 30 17:43:02 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-mon-smithi079[110061]: 2023-09-30T17:43:02.273+0000 7f2579702700 -1 mon.smithi079@1(peon) e2 *** Got Signal Terminated *** 2023-09-30T17:43:02.673 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@mon.smithi079.service' 2023-09-30T17:43:02.731 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:02.731 INFO:tasks.cephadm.mon.smithi079:Stopped mon.smithi079 2023-09-30T17:43:02.732 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-30T17:43:02.732 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.0 2023-09-30T17:43:03.122 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:43:02 smithi008 systemd[1]: Stopping Ceph osd.0 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:03.123 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:43:02 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-0[120234]: 2023-09-30T17:43:02.854+0000 7f529c97c700 -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-09-30T17:43:03.123 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:43:02 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-0[120234]: 2023-09-30T17:43:02.854+0000 7f529c97c700 -1 osd.0 70 *** Got signal Terminated *** 2023-09-30T17:43:03.123 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:43:02 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-0[120234]: 2023-09-30T17:43:02.854+0000 7f529c97c700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T17:43:08.872 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:43:08 smithi008 bash[157874]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-0 2023-09-30T17:43:08.872 INFO:journalctl@ceph.osd.0.smithi008.stdout:Sep 30 17:43:08 smithi008 bash[157916]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.0" found: no such container 2023-09-30T17:43:09.717 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.0.service' 2023-09-30T17:43:09.769 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:09.770 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-30T17:43:09.770 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-30T17:43:09.770 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.1 2023-09-30T17:43:10.122 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:43:09 smithi008 systemd[1]: Stopping Ceph osd.1 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:10.123 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:43:09 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-1[124972]: 2023-09-30T17:43:09.896+0000 7fa7a8812700 -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-09-30T17:43:10.123 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:43:09 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-1[124972]: 2023-09-30T17:43:09.896+0000 7fa7a8812700 -1 osd.1 70 *** Got signal Terminated *** 2023-09-30T17:43:10.123 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:43:09 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-1[124972]: 2023-09-30T17:43:09.896+0000 7fa7a8812700 -1 osd.1 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T17:43:16.032 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:43:15 smithi008 bash[158094]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-1 2023-09-30T17:43:16.033 INFO:journalctl@ceph.osd.1.smithi008.stdout:Sep 30 17:43:15 smithi008 bash[158173]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.1" found: no such container 2023-09-30T17:43:16.815 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.1.service' 2023-09-30T17:43:16.867 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:16.867 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-30T17:43:16.868 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-30T17:43:16.868 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.2 2023-09-30T17:43:17.122 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:43:16 smithi008 systemd[1]: Stopping Ceph osd.2 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:17.122 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:43:16 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-2[129253]: 2023-09-30T17:43:16.983+0000 7f4d89c36700 -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-09-30T17:43:17.123 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:43:16 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-2[129253]: 2023-09-30T17:43:16.983+0000 7f4d89c36700 -1 osd.2 70 *** Got signal Terminated *** 2023-09-30T17:43:17.123 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:43:16 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-2[129253]: 2023-09-30T17:43:16.983+0000 7f4d89c36700 -1 osd.2 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T17:43:22.872 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:43:22 smithi008 bash[158349]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-2 2023-09-30T17:43:22.872 INFO:journalctl@ceph.osd.2.smithi008.stdout:Sep 30 17:43:22 smithi008 bash[158393]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.2" found: no such container 2023-09-30T17:43:23.790 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.2.service' 2023-09-30T17:43:23.842 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:23.843 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-30T17:43:23.843 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-09-30T17:43:23.843 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.3 2023-09-30T17:43:24.122 INFO:journalctl@ceph.osd.3.smithi008.stdout:Sep 30 17:43:23 smithi008 systemd[1]: Stopping Ceph osd.3 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:24.122 INFO:journalctl@ceph.osd.3.smithi008.stdout:Sep 30 17:43:23 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-3[133031]: 2023-09-30T17:43:23.957+0000 7f5126e84700 -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-09-30T17:43:24.122 INFO:journalctl@ceph.osd.3.smithi008.stdout:Sep 30 17:43:23 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-3[133031]: 2023-09-30T17:43:23.957+0000 7f5126e84700 -1 osd.3 70 *** Got signal Terminated *** 2023-09-30T17:43:24.123 INFO:journalctl@ceph.osd.3.smithi008.stdout:Sep 30 17:43:23 smithi008 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-3[133031]: 2023-09-30T17:43:23.957+0000 7f5126e84700 -1 osd.3 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T17:43:29.872 INFO:journalctl@ceph.osd.3.smithi008.stdout:Sep 30 17:43:29 smithi008 bash[158573]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-3 2023-09-30T17:43:29.872 INFO:journalctl@ceph.osd.3.smithi008.stdout:Sep 30 17:43:29 smithi008 bash[158616]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.3" found: no such container 2023-09-30T17:43:30.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:29 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:29.864+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:30.615 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.3.service' 2023-09-30T17:43:30.666 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:30.666 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-09-30T17:43:30.666 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-09-30T17:43:30.667 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.4 2023-09-30T17:43:30.915 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:30 smithi079 systemd[1]: Stopping Ceph osd.4 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:30.916 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:30 smithi079 bash[135371]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.4" found: no such container 2023-09-30T17:43:30.916 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:30 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:43:30.818+0000 7f71d6aad700 -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-09-30T17:43:30.916 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:30 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:43:30.818+0000 7f71d6aad700 -1 osd.4 70 *** Got signal Terminated *** 2023-09-30T17:43:30.916 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:30 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:43:30.818+0000 7f71d6aad700 -1 osd.4 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T17:43:30.916 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:30 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:30.663+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:31.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:30 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:30.914+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:31.847 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:31 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:43:31.492+0000 7f71d3c49700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:07.836795+0000 front 2023-09-30T17:43:07.836784+0000 (oldest deadline 2023-09-30T17:43:31.336666+0000) 2023-09-30T17:43:31.848 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:31 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:31.666+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:32.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:31 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:31.896+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:32.847 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:32 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:43:32.473+0000 7f71d3c49700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:07.836795+0000 front 2023-09-30T17:43:07.836784+0000 (oldest deadline 2023-09-30T17:43:31.336666+0000) 2023-09-30T17:43:32.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:32 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:32.649+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:33.152 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:32 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:32.848+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:33.477 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:33 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:33.152+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:33.739 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:33 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:43:33.476+0000 7f71d3c49700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:07.836795+0000 front 2023-09-30T17:43:07.836784+0000 (oldest deadline 2023-09-30T17:43:31.336666+0000) 2023-09-30T17:43:33.740 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:33 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:33.601+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:34.097 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:33 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:33.868+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:34.395 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:34 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:34.141+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:34.847 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:34 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:43:34.473+0000 7f71d3c49700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:07.836795+0000 front 2023-09-30T17:43:07.836784+0000 (oldest deadline 2023-09-30T17:43:31.336666+0000) 2023-09-30T17:43:34.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:34 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:34.566+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:35.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:35 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:35.136+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:35.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:34 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:34.903+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:35.847 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:35 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4[114939]: 2023-09-30T17:43:35.494+0000 7f71d3c49700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:07.836795+0000 front 2023-09-30T17:43:07.836784+0000 (oldest deadline 2023-09-30T17:43:31.336666+0000) 2023-09-30T17:43:35.848 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:35 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:35.557+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:36.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:35 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:35.929+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:36.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:36 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:36.142+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:36.811 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:36 smithi079 bash[135383]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-4 2023-09-30T17:43:36.811 INFO:journalctl@ceph.osd.4.smithi079.stdout:Sep 30 17:43:36 smithi079 bash[135461]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.4" found: no such container 2023-09-30T17:43:36.812 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:36 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:36.560+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:37.097 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:36 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:36.938+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:37.544 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:37 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:37.122+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:37.544 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:37 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:37.122+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:37.551 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.4.service' 2023-09-30T17:43:37.591 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:37.592 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-09-30T17:43:37.592 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-09-30T17:43:37.592 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.5 2023-09-30T17:43:37.810 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:37 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:37.610+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:37.811 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:37 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:37.610+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:37.811 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:37 smithi079 systemd[1]: Stopping Ceph osd.5 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:37.811 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:37 smithi079 bash[135640]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.5" found: no such container 2023-09-30T17:43:38.097 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:37 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:37.810+0000 7fbc170c3700 -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-09-30T17:43:38.097 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:37 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:37.810+0000 7fbc170c3700 -1 osd.5 70 *** Got signal Terminated *** 2023-09-30T17:43:38.097 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:37 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:37.810+0000 7fbc170c3700 -1 osd.5 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T17:43:38.097 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:37 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:37.973+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:38.595 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:38 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:38.148+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:38.595 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:38 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:38.149+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:38.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:38 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:38.594+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:38.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:38 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:38.594+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:39.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:38 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:38.986+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:39.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:38 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:38.986+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:14.180479+0000 front 2023-09-30T17:43:14.180335+0000 (oldest deadline 2023-09-30T17:43:38.880401+0000) 2023-09-30T17:43:39.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:39 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:39.111+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:39.348 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:39 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:39.111+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:39.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:39 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:39.558+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:39.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:39 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:39.558+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:40.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:39 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:39.968+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:40.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:39 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:39.968+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:14.180479+0000 front 2023-09-30T17:43:14.180335+0000 (oldest deadline 2023-09-30T17:43:38.880401+0000) 2023-09-30T17:43:40.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:40 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:40.096+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:40.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:40 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:40.096+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:40.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:40 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:40.548+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:40.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:40 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:40.548+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:41.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:40 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:40.954+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:41.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:40 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:40.954+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:14.180479+0000 front 2023-09-30T17:43:14.180335+0000 (oldest deadline 2023-09-30T17:43:38.880401+0000) 2023-09-30T17:43:41.348 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:41 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:41.135+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:41.348 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:41 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:41.135+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:41.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:41 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:41.589+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:41.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:41 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:41.589+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:42.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:42 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:42.125+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:42.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:42 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:42.125+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:42.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:41 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:41.985+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.078704+0000 front 2023-09-30T17:43:06.078804+0000 (oldest deadline 2023-09-30T17:43:29.578709+0000) 2023-09-30T17:43:42.347 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:41 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5[118383]: 2023-09-30T17:43:41.985+0000 7fbc13a5e700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:14.180479+0000 front 2023-09-30T17:43:14.180335+0000 (oldest deadline 2023-09-30T17:43:38.880401+0000) 2023-09-30T17:43:42.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:42 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:42.543+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:42.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:42 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:42.543+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:43.483 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:43 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:43.156+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:43.483 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:43 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:43.156+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:43.740 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:43 smithi079 bash[135652]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-5 2023-09-30T17:43:43.741 INFO:journalctl@ceph.osd.5.smithi079.stdout:Sep 30 17:43:43 smithi079 bash[135697]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.5" found: no such container 2023-09-30T17:43:43.741 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:43 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:43.573+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:43.741 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:43 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:43.573+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:43.741 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:43 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:43.573+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:44.442 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:44.157+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:44.443 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:44.157+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:44.443 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:44.157+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:21.571339+0000 front 2023-09-30T17:43:21.571347+0000 (oldest deadline 2023-09-30T17:43:43.871234+0000) 2023-09-30T17:43:44.624 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.5.service' 2023-09-30T17:43:44.664 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:44.664 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-09-30T17:43:44.665 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-09-30T17:43:44.665 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.6 2023-09-30T17:43:44.729 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:44.557+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:44.729 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:44.557+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:44.729 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:44.557+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:45.097 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:44 smithi079 systemd[1]: Stopping Ceph osd.6 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:45.097 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:44 smithi079 bash[135874]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.6" found: no such container 2023-09-30T17:43:45.097 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:44.831+0000 7f2936111700 -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-09-30T17:43:45.098 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:44.831+0000 7f2936111700 -1 osd.6 70 *** Got signal Terminated *** 2023-09-30T17:43:45.098 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:44 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:44.831+0000 7f2936111700 -1 osd.6 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T17:43:45.581 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:45 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:45.123+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:45.582 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:45 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:45.123+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:45.582 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:45 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:45.123+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:21.571339+0000 front 2023-09-30T17:43:21.571347+0000 (oldest deadline 2023-09-30T17:43:43.871234+0000) 2023-09-30T17:43:45.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:45 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:45.581+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:45.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:45 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:45.581+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:45.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:45 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:45.581+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:46.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:46 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:46.086+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:46.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:46 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:46.086+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:46.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:46 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:46.086+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:21.571339+0000 front 2023-09-30T17:43:21.571347+0000 (oldest deadline 2023-09-30T17:43:43.871234+0000) 2023-09-30T17:43:47.068 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:46 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:46.625+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:47.068 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:46 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:46.625+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:47.068 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:46 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:46.625+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:47.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:47 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:47.067+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:47.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:47 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:47.067+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:47.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:47 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:47.067+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:21.571339+0000 front 2023-09-30T17:43:21.571347+0000 (oldest deadline 2023-09-30T17:43:43.871234+0000) 2023-09-30T17:43:48.036 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:47 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:47.669+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:48.036 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:47 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:47.669+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:48.036 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:47 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:47.669+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:48.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:48 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:48.036+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:48.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:48 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:48.036+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:48.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:48 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:48.036+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:21.571339+0000 front 2023-09-30T17:43:21.571347+0000 (oldest deadline 2023-09-30T17:43:43.871234+0000) 2023-09-30T17:43:49.009 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:48 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:48.696+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:49.010 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:48 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:48.696+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:49.010 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:48 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:48.696+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:49.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:49 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:49.009+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.869566+0000 front 2023-09-30T17:43:06.869551+0000 (oldest deadline 2023-09-30T17:43:32.769572+0000) 2023-09-30T17:43:49.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:49 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:49.009+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:12.770140+0000 front 2023-09-30T17:43:12.770204+0000 (oldest deadline 2023-09-30T17:43:36.870148+0000) 2023-09-30T17:43:49.347 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:49 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6[121911]: 2023-09-30T17:43:49.009+0000 7f2933aae700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:21.571339+0000 front 2023-09-30T17:43:21.571347+0000 (oldest deadline 2023-09-30T17:43:43.871234+0000) 2023-09-30T17:43:50.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:49 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:49.656+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:50.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:49 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:49.656+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:50.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:49 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:49.656+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:50.847 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:50 smithi079 bash[135887]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-6 2023-09-30T17:43:50.847 INFO:journalctl@ceph.osd.6.smithi079.stdout:Sep 30 17:43:50 smithi079 bash[135932]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.6" found: no such container 2023-09-30T17:43:50.848 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:50 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:50.629+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:50.848 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:50 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:50.629+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:50.848 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:50 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:50.629+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:50.848 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:50 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:50.629+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2023-09-30T17:43:26.948896+0000 front 2023-09-30T17:43:26.948884+0000 (oldest deadline 2023-09-30T17:43:49.848709+0000) 2023-09-30T17:43:51.647 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.6.service' 2023-09-30T17:43:51.728 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:51.728 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-09-30T17:43:51.728 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-09-30T17:43:51.729 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.7 2023-09-30T17:43:51.897 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:51.653+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:51.898 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:51.653+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:51.898 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:51.653+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:51.898 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:51.653+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2023-09-30T17:43:26.948896+0000 front 2023-09-30T17:43:26.948884+0000 (oldest deadline 2023-09-30T17:43:49.848709+0000) 2023-09-30T17:43:51.898 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 systemd[1]: Stopping Ceph osd.7 for c738a938-5fb5-11ee-8db5-212e2dc638e7... 2023-09-30T17:43:51.898 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 bash[136109]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.7" found: no such container 2023-09-30T17:43:51.899 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:51.896+0000 7f34faf3d700 -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-09-30T17:43:51.899 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:51.896+0000 7f34faf3d700 -1 osd.7 70 *** Got signal Terminated *** 2023-09-30T17:43:51.899 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:51 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:51.896+0000 7f34faf3d700 -1 osd.7 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T17:43:53.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:52 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:52.700+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:53.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:52 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:52.700+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:53.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:52 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:52.700+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:53.098 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:52 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:52.700+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2023-09-30T17:43:26.948896+0000 front 2023-09-30T17:43:26.948884+0000 (oldest deadline 2023-09-30T17:43:49.848709+0000) 2023-09-30T17:43:54.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:53 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:53.734+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:54.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:53 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:53.734+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:54.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:53 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:53.734+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:54.098 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:53 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:53.734+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2023-09-30T17:43:26.948896+0000 front 2023-09-30T17:43:26.948884+0000 (oldest deadline 2023-09-30T17:43:49.848709+0000) 2023-09-30T17:43:55.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:54 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:54.774+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:55.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:54 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:54.774+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:55.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:54 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:54.774+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:55.098 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:54 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:54.774+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2023-09-30T17:43:26.948896+0000 front 2023-09-30T17:43:26.948884+0000 (oldest deadline 2023-09-30T17:43:49.848709+0000) 2023-09-30T17:43:56.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:55 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:55.810+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:56.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:55 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:55.810+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:56.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:55 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:55.810+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:56.098 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:55 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:55.810+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2023-09-30T17:43:26.948896+0000 front 2023-09-30T17:43:26.948884+0000 (oldest deadline 2023-09-30T17:43:49.848709+0000) 2023-09-30T17:43:57.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:56 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:56.811+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2023-09-30T17:43:06.844491+0000 front 2023-09-30T17:43:06.844366+0000 (oldest deadline 2023-09-30T17:43:29.744350+0000) 2023-09-30T17:43:57.097 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:56 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:56.811+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6814 osd.1 since back 2023-09-30T17:43:13.547017+0000 front 2023-09-30T17:43:13.546932+0000 (oldest deadline 2023-09-30T17:43:37.047112+0000) 2023-09-30T17:43:57.098 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:56 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:56.811+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6822 osd.2 since back 2023-09-30T17:43:18.148083+0000 front 2023-09-30T17:43:18.148071+0000 (oldest deadline 2023-09-30T17:43:43.447983+0000) 2023-09-30T17:43:57.098 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:56 smithi079 ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7[125393]: 2023-09-30T17:43:56.811+0000 7f34f70d7700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.8:6830 osd.3 since back 2023-09-30T17:43:26.948896+0000 front 2023-09-30T17:43:26.948884+0000 (oldest deadline 2023-09-30T17:43:49.848709+0000) 2023-09-30T17:43:57.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:57 smithi079 bash[136121]: ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd-7 2023-09-30T17:43:57.847 INFO:journalctl@ceph.osd.7.smithi079.stdout:Sep 30 17:43:57 smithi079 bash[136200]: Error: no container with name or ID "ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7-osd.7" found: no such container 2023-09-30T17:43:58.621 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c738a938-5fb5-11ee-8db5-212e2dc638e7@osd.7.service' 2023-09-30T17:43:58.660 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T17:43:58.660 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-09-30T17:43:58.661 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 --force --keep-logs 2023-09-30T17:44:20.876 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 --force --keep-logs 2023-09-30T17:44:35.592 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T17:44:35.632 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T17:44:35.663 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-30T17:44:35.665 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493/remote/smithi008/crash 2023-09-30T17:44:35.666 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/crash -- . 2023-09-30T17:44:35.717 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T17:44:35.717 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2023-09-30T17:44:35.719 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493/remote/smithi079/crash 2023-09-30T17:44:35.720 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/crash -- . 2023-09-30T17:44:35.767 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T17:44:35.767 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2023-09-30T17:44:35.768 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-30T17:44:35.768 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-30T17:44:35.804 INFO:teuthology.orchestra.run.smithi008.stderr:grep: /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph.log: No such file or directory 2023-09-30T17:44:35.806 INFO:tasks.cephadm:Compressing logs... 2023-09-30T17:44:35.806 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:44:35.849 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:44:35.876 INFO:teuthology.orchestra.run.smithi079.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T17:44:35.876 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-30T17:44:35.876 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi079.tgkdjq.log 2023-09-30T17:44:35.876 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.6.log 2023-09-30T17:44:35.878 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-volume.log 2023-09-30T17:44:35.878 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi079.tgkdjq.log: 60.3% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi079.tgkdjq.log.gz 2023-09-30T17:44:35.878 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mgr.smithi079.evvdfh.log 2023-09-30T17:44:35.878 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.7.log 2023-09-30T17:44:35.878 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mgr.smithi079.evvdfh.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.4.log 2023-09-30T17:44:35.882 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T17:44:35.882 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-30T17:44:35.882 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-volume.log 2023-09-30T17:44:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mon.smithi079.log 2023-09-30T17:44:35.884 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mon.smithi079.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-30T17:44:35.884 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.5.log 2023-09-30T17:44:35.884 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-volume.log.gz 2023-09-30T17:44:35.884 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.2.log 2023-09-30T17:44:35.885 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.3.log 2023-09-30T17:44:35.885 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.0.log 2023-09-30T17:44:35.885 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mgr.smithi008.wfpuhc.log 2023-09-30T17:44:35.889 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mgr.smithi008.wfpuhc.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi008.iomkur.log 2023-09-30T17:44:35.890 INFO:teuthology.orchestra.run.smithi008.stderr: 90.8% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-volume.log.gz 2023-09-30T17:44:35.890 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mon.smithi008.log 2023-09-30T17:44:35.890 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi008.iomkur.log: 80.3% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi008.iomkur.log.gz 2023-09-30T17:44:35.892 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mon.smithi008.log: gzip -5 --verbose -- /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.1.log 2023-09-30T17:44:35.898 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.1.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-30T17:44:35.989 INFO:teuthology.orchestra.run.smithi008.stderr: 88.4% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mgr.smithi008.wfpuhc.log.gz 2023-09-30T17:44:35.999 INFO:teuthology.orchestra.run.smithi079.stderr: 91.0% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mgr.smithi079.evvdfh.log.gz 2023-09-30T17:44:36.262 INFO:teuthology.orchestra.run.smithi079.stderr: 92.3% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mon.smithi079.log.gz 2023-09-30T17:44:36.954 INFO:teuthology.orchestra.run.smithi008.stderr: 91.6% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-mon.smithi008.log.gz 2023-09-30T17:44:44.376 INFO:teuthology.orchestra.run.smithi008.stderr: 94.5% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.2.log.gz 2023-09-30T17:44:45.193 INFO:teuthology.orchestra.run.smithi079.stderr: 94.0% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.4.log.gz 2023-09-30T17:44:46.446 INFO:teuthology.orchestra.run.smithi079.stderr: 94.3% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.6.log.gz 2023-09-30T17:44:47.468 INFO:teuthology.orchestra.run.smithi008.stderr: 94.1% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.0.log.gz 2023-09-30T17:44:48.588 INFO:teuthology.orchestra.run.smithi008.stderr: 94.1% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.3.log.gz 2023-09-30T17:44:49.192 INFO:teuthology.orchestra.run.smithi079.stderr: 94.3% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.5.log.gz 2023-09-30T17:44:49.967 INFO:teuthology.orchestra.run.smithi008.stderr: 94.3% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.1.log.gz 2023-09-30T17:44:49.969 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-09-30T17:44:49.969 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m14.100s 2023-09-30T17:44:49.969 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m46.109s 2023-09-30T17:44:49.969 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m1.883s 2023-09-30T17:44:52.608 INFO:teuthology.orchestra.run.smithi079.stderr: 94.2% -- replaced with /var/log/ceph/c738a938-5fb5-11ee-8db5-212e2dc638e7/ceph-osd.7.log.gz 2023-09-30T17:44:52.609 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-09-30T17:44:52.609 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m16.743s 2023-09-30T17:44:52.610 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m48.404s 2023-09-30T17:44:52.610 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m1.977s 2023-09-30T17:44:52.610 INFO:tasks.cephadm:Archiving logs... 2023-09-30T17:44:52.610 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493/remote/smithi008/log 2023-09-30T17:44:52.611 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T17:44:58.452 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493/remote/smithi079/log 2023-09-30T17:44:58.453 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T17:45:05.360 INFO:tasks.cephadm:Removing cluster... 2023-09-30T17:45:05.360 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 --force 2023-09-30T17:45:05.765 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c738a938-5fb5-11ee-8db5-212e2dc638e7 --force 2023-09-30T17:45:06.154 INFO:tasks.cephadm:Removing cephadm ... 2023-09-30T17:45:06.155 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T17:45:06.179 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T17:45:06.197 INFO:tasks.cephadm:Teardown complete 2023-09-30T17:45:06.197 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-30T17:45:06.210 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-30T17:45:06.210 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T17:45:06.222 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T17:45:06.241 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-09-30T17:45:06.247 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T17:45:06.247 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-09-30T17:45:06.247 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 -11us[ +31us] +/- 73ms 2023-09-30T17:45:06.247 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv02.front.sepia.ceph.com 3 6 377 10 -804us[ -762us] +/- 48ms 2023-09-30T17:45:06.247 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 +1097us[+1139us] +/- 66ms 2023-09-30T17:45:06.248 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:45:06.254 INFO:teuthology.orchestra.run.smithi079.stderr:bash: ntpq: command not found 2023-09-30T17:45:06.258 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T17:45:06.258 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2023-09-30T17:45:06.258 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 13 -15us[ -15us] +/- 73ms 2023-09-30T17:45:06.258 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 -778us[ -757us] +/- 48ms 2023-09-30T17:45:06.258 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 +1105us[+1126us] +/- 66ms 2023-09-30T17:45:06.259 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T17:45:06.259 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-30T17:45:06.269 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-30T17:45:06.269 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-30T17:45:06.278 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:45:06.401 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:45:06.493 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:45:06.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:45:06.532 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:45:06.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:45:06.565 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-30T17:45:06.576 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-30T17:45:06.586 INFO:teuthology.task.internal:Duration was 1930.720906 seconds 2023-09-30T17:45:06.586 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-30T17:45:06.597 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-30T17:45:06.597 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T17:45:06.600 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T17:45:06.651 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T17:45:06.657 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T17:45:07.139 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-30T17:45:07.140 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2023-09-30T17:45:07.140 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:45:07.172 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2023-09-30T17:45:07.172 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:45:07.195 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-30T17:45:07.196 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T17:45:07.215 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T17:45:07.304 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-30T17:45:07.304 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T17:45:07.307 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T17:45:16.020 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-30T17:45:16.030 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-30T17:45:16.031 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T17:45:16.063 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T17:45:16.096 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-30T17:45:16.106 DEBUG:teuthology.orchestra.run.smithi008:> 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-09-30T17:45:16.109 DEBUG:teuthology.orchestra.run.smithi079:> 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-09-30T17:45:16.139 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2023-09-30T17:45:16.167 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2023-09-30T17:45:16.197 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T17:45:16.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:45:16.232 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T17:45:16.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T17:45:16.256 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-30T17:45:16.267 INFO:teuthology.task.internal:Transferring archived files... 2023-09-30T17:45:16.268 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493/remote/smithi008 2023-09-30T17:45:16.268 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T17:45:16.342 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493/remote/smithi079 2023-09-30T17:45:16.342 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T17:45:16.383 INFO:teuthology.task.internal:Removing archive directory... 2023-09-30T17:45:16.383 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T17:45:16.386 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T17:45:16.436 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-30T17:45:16.449 INFO:teuthology.task.internal:Not uploading archives. 2023-09-30T17:45:16.449 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-30T17:45:16.460 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-30T17:45:16.460 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T17:45:16.463 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T17:45:16.483 INFO:teuthology.orchestra.run.smithi008.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 17:45 /home/ubuntu/cephtest 2023-09-30T17:45:16.494 INFO:teuthology.orchestra.run.smithi079.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 17:45 /home/ubuntu/cephtest 2023-09-30T17:45:16.496 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-30T17:45:16.544 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-30T17:45:16.566 INFO:teuthology.nuke:Checking targets against current locks 2023-09-30T17:45:16.593 DEBUG:teuthology.nuke:shortname: smithi008 2023-09-30T17:45:16.594 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T17:45:16.617 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493', '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-09-30 17:04:25.439360', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5AodjM9EKtlYJDoJb8ihxQLMELb4lxBdpMCsWkviE28D+F33hkLkNL6ey/LXJR6809pBOshy4FjU414rqZKKI='} 2023-09-30T17:45:16.620 DEBUG:teuthology.nuke:shortname: smithi079 2023-09-30T17:45:16.620 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T17:45:16.646 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-28_12:35:23-orch:cephadm-wip-adk-testing-2023-09-27-2233-distro-default-smithi/7405493', '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-09-30 17:04:25.437220', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRZkq4XhTjO1UoBL3apO7N5AtorkqNNuZOp0UxzO/0LTmXyyYMBMI0KXrB0HolEvaiUNTpGLdkB8ytCSMRT/cM='} 2023-09-30T17:45:16.676 INFO:teuthology.orchestra.console.smithi008:Power off 2023-09-30T17:45:16.676 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T17:45:16.701 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2023-09-30T17:45:16.702 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T17:45:16.720 INFO:teuthology.orchestra.console.smithi079:Power off 2023-09-30T17:45:16.721 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T17:45:16.729 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-09-30T17:45:16.743 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2023-09-30T17:45:16.743 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T17:45:16.767 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-09-30T17:45:20.731 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T17:45:20.769 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T17:45:20.842 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-09-30T17:45:20.878 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-09-30T17:45:24.846 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T17:45:24.879 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T17:45:24.958 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2023-09-30T17:45:24.990 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2023-09-30T17:45:25.060 INFO:teuthology.orchestra.console.smithi008:Power off completed 2023-09-30T17:45:25.091 INFO:teuthology.orchestra.console.smithi079:Power off completed 2023-09-30T17:45:25.196 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: 1930.7209055423737 failure_reason: 'Command failed on smithi008 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 c738a938-5fb5-11ee-8db5-212e2dc638e7 -e sha1=f78c4ba7cbda85af43312ce1996d6ff0f8f96f8a -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5a0d7b5c337b4706a80c7d1b85edf1fc status: fail success: false 2023-09-30T17:45:25.196 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T17:45:25.273 INFO:teuthology.run:FAIL